Skip to content
Success

Console Output

Branch indexing
 > git rev-parse --resolve-git-dir /var/jenkins/caches/git-fd594cdcec6abcca85ef42e4e1346b59/.git # timeout=10
Setting origin to https://gitlab.eclipse.org/eclipse/hawk/hawk.git
 > git config remote.origin.url https://gitlab.eclipse.org/eclipse/hawk/hawk.git # timeout=10
Fetching origin...
Fetching upstream changes from origin
 > git --version # timeout=10
 > git --version # 'git version 2.20.1'
 > git config --get remote.origin.url # timeout=10
using GIT_SSH to set credentials ssh://genie.hawk@projects-storage.eclipse.org
[INFO] Currently running in a labeled security context
 > /usr/bin/chcon --type=ssh_home_t /var/jenkins/caches/git-fd594cdcec6abcca85ef42e4e1346b59@tmp/jenkins-gitclient-ssh5252309691531360053.key
 > git fetch --tags --force --progress -- origin +refs/heads/*:refs/remotes/origin/* # timeout=10
Seen branch in repository origin/10-check-if-bpmn-and-uml-plugins-are-still-needed
Seen branch in repository origin/19-greycat-backend-still-includes-the-rocksdb-backend
Seen branch in repository origin/master
Seen 3 remote branches
Obtained greycat/Jenkinsfile from 1275ef75b0232e98907ea73c9736c41d647ff317
[Pipeline] Start of Pipeline
[Pipeline] podTemplate
[Pipeline] {
[Pipeline] node
Created Pod: kubernetes hawk/hawk-greycat-backend-master-161-vc7l7-wspwv-tvcm8
[Normal][hawk/hawk-greycat-backend-master-161-vc7l7-wspwv-tvcm8][Scheduled] Successfully assigned hawk/hawk-greycat-backend-master-161-vc7l7-wspwv-tvcm8 to okdnode-4
[Normal][hawk/hawk-greycat-backend-master-161-vc7l7-wspwv-tvcm8][AddedInterface] Add eth0 [10.40.18.23/23] from openshift-sdn
[Normal][hawk/hawk-greycat-backend-master-161-vc7l7-wspwv-tvcm8][Pulling] Pulling image "maven:3-jdk-11"
Still waiting to schedule task
‘hawk-greycat-backend-master-161-vc7l7-wspwv-tvcm8’ is offline
[Normal][hawk/hawk-greycat-backend-master-161-vc7l7-wspwv-tvcm8][Pulled] Successfully pulled image "maven:3-jdk-11" in 20.146314586s
[Normal][hawk/hawk-greycat-backend-master-161-vc7l7-wspwv-tvcm8][Created] Created container maven
[Normal][hawk/hawk-greycat-backend-master-161-vc7l7-wspwv-tvcm8][Started] Started container maven
[Normal][hawk/hawk-greycat-backend-master-161-vc7l7-wspwv-tvcm8][Pulled] Container image "docker.io/eclipsecbi/jiro-agent-basic:remoting-4.13" already present on machine
[Normal][hawk/hawk-greycat-backend-master-161-vc7l7-wspwv-tvcm8][Created] Created container jnlp
[Normal][hawk/hawk-greycat-backend-master-161-vc7l7-wspwv-tvcm8][Started] Started container jnlp
Agent hawk-greycat-backend-master-161-vc7l7-wspwv-tvcm8 is provisioned from template Hawk_Greycat_backend_master_161-vc7l7-wspwv
---
apiVersion: "v1"
kind: "Pod"
metadata:
  annotations:
    buildUrl: "http://jenkins-ui.hawk.svc.cluster.local/hawk/job/Hawk%20Greycat%20backend/job/master/161/"
    runUrl: "job/Hawk%20Greycat%20backend/job/master/161/"
  labels:
    jenkins: "slave"
    jenkins/label-digest: "972830e07329dc6cb549dc95a2b91eef69f5879b"
    jenkins/label: "Hawk_Greycat_backend_master_161-vc7l7"
  name: "hawk-greycat-backend-master-161-vc7l7-wspwv-tvcm8"
  namespace: "hawk"
spec:
  containers:
  - command:
    - "cat"
    env:
    - name: "MAVEN_OPTS"
      value: "-Duser.home=/home/jenkins -Xmx512m -Xms256m"
    - name: "HOME"
      value: "/home/jenkins"
    image: "maven:3-jdk-11"
    name: "maven"
    resources:
      limits:
        memory: "4Gi"
        cpu: "1"
      requests:
        memory: "4Gi"
        cpu: "1"
    tty: true
    volumeMounts:
    - mountPath: "/home/jenkins"
      name: "jenkins-home"
      readOnly: false
    - mountPath: "/home/jenkins/.m2/settings.xml"
      name: "settings-xml"
      readOnly: true
      subPath: "settings.xml"
    - mountPath: "/home/jenkins/.m2/settings-security.xml"
      name: "settings-security-xml"
      readOnly: true
      subPath: "settings-security.xml"
    - mountPath: "/home/jenkins/.m2/toolchains.xml"
      name: "toolchains-xml"
      readOnly: true
      subPath: "toolchains.xml"
    - mountPath: "/home/jenkins/.m2/repository"
      name: "m2-repo"
    - mountPath: "/home/jenkins/.ssh"
      name: "volume-known-hosts"
    - mountPath: "/home/jenkins/agent"
      name: "workspace-volume"
      readOnly: false
  - env:
    - name: "JENKINS_SECRET"
      value: "********"
    - name: "JENKINS_TUNNEL"
      value: "jenkins-discovery.hawk.svc.cluster.local:50000"
    - name: "JENKINS_AGENT_NAME"
      value: "hawk-greycat-backend-master-161-vc7l7-wspwv-tvcm8"
    - name: "JENKINS_NAME"
      value: "hawk-greycat-backend-master-161-vc7l7-wspwv-tvcm8"
    - name: "JENKINS_AGENT_WORKDIR"
      value: "/home/jenkins/agent"
    - name: "JENKINS_URL"
      value: "http://jenkins-ui.hawk.svc.cluster.local/hawk/"
    image: "docker.io/eclipsecbi/jiro-agent-basic:remoting-4.13"
    name: "jnlp"
    resources:
      limits: {}
      requests:
        memory: "256Mi"
        cpu: "100m"
    volumeMounts:
    - mountPath: "/home/jenkins/.ssh"
      name: "volume-known-hosts"
    - mountPath: "/home/jenkins/agent"
      name: "workspace-volume"
      readOnly: false
  nodeSelector:
    kubernetes.io/os: "linux"
  restartPolicy: "Never"
  volumes:
  - name: "settings-security-xml"
    secret:
      items:
      - key: "settings-security.xml"
        path: "settings-security.xml"
      secretName: "m2-secret-dir"
  - configMap:
      items:
      - key: "toolchains.xml"
        path: "toolchains.xml"
      name: "m2-dir"
    name: "toolchains-xml"
  - emptyDir: {}
    name: "m2-repo"
  - emptyDir:
      medium: ""
    name: "jenkins-home"
  - name: "settings-xml"
    secret:
      items:
      - key: "settings.xml"
        path: "settings.xml"
      secretName: "m2-secret-dir"
  - emptyDir:
      medium: ""
    name: "workspace-volume"
  - configMap:
      name: "known-hosts"
    name: "volume-known-hosts"

Running on hawk-greycat-backend-master-161-vc7l7-wspwv-tvcm8 in /home/jenkins/agent/workspace/Hawk_Greycat_backend_master
[Pipeline] {
[Pipeline] stage
[Pipeline] { (Declarative: Checkout SCM)
[Pipeline] checkout
The recommended git tool is: git
using credential projects-storage.eclipse.org-bot-ssh
Cloning the remote Git repository
Cloning with configured refspecs honoured and without tags
Cloning repository https://gitlab.eclipse.org/eclipse/hawk/hawk.git
 > git init /home/jenkins/agent/workspace/Hawk_Greycat_backend_master # timeout=10
Fetching upstream changes from https://gitlab.eclipse.org/eclipse/hawk/hawk.git
 > git --version # timeout=10
 > git --version # 'git version 2.20.1'
using GIT_SSH to set credentials ssh://genie.hawk@projects-storage.eclipse.org
[INFO] Currently running in a labeled security context
 > /usr/bin/chcon --type=ssh_home_t /home/jenkins/agent/workspace/Hawk_Greycat_backend_master@tmp/jenkins-gitclient-ssh14993525625506453024.key
 > git fetch --no-tags --force --progress -- https://gitlab.eclipse.org/eclipse/hawk/hawk.git +refs/heads/*:refs/remotes/origin/* # timeout=10
Avoid second fetch
Checking out Revision 1275ef75b0232e98907ea73c9736c41d647ff317 (master)
 > git config remote.origin.url https://gitlab.eclipse.org/eclipse/hawk/hawk.git # timeout=10
 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10
 > git config core.sparsecheckout # timeout=10
 > git checkout -f 1275ef75b0232e98907ea73c9736c41d647ff317 # timeout=10
Commit message: "Temporarily fall back to 2.1.0 third party non-p2 repository to allow build"
 > git rev-list --no-walk 22d4716e7e2c04d67e306ca0efb28fed628fcf28 # timeout=10
[Pipeline] }
[Pipeline] // stage
[Pipeline] withEnv
[Pipeline] {
[Pipeline] stage
[Pipeline] { (Core without tests)
[Pipeline] container
[Pipeline] {
[Pipeline] sh
+ cd core
+ mvn -B --quiet clean install -DskipTests --toolchains jenkins-toolchains.xml
SLF4J: Failed to load class "org.slf4j.impl.StaticLoggerBinder".
SLF4J: Defaulting to no-operation (NOP) logger implementation
SLF4J: See http://www.slf4j.org/codes.html#StaticLoggerBinder for further details.
WARNING: An illegal reflective access operation has occurred
WARNING: Illegal reflective access by org.apache.ivy.util.url.IvyAuthenticator (file:/home/jenkins/.m2/repository/org/apache/ivy/ivy/2.4.0/ivy-2.4.0.jar) to field java.net.Authenticator.theAuthenticator
WARNING: Please consider reporting this to the maintainers of org.apache.ivy.util.url.IvyAuthenticator
WARNING: Use --illegal-access=warn to enable warnings of further illegal reflective access operations
WARNING: All illegal access operations will be denied in a future release
[Pipeline] }
[Pipeline] // container
[Pipeline] }
[Pipeline] // stage
[Pipeline] stage
[Pipeline] { (Greycat with tests)
[Pipeline] container
[Pipeline] {
[Pipeline] sh
+ cd greycat
+ mvn -B --quiet clean install -P signjars -DfailIfNoTests=false --toolchains ../core/jenkins-toolchains.xml
SLF4J: Failed to load class "org.slf4j.impl.StaticLoggerBinder".
SLF4J: Defaulting to no-operation (NOP) logger implementation
SLF4J: See http://www.slf4j.org/codes.html#StaticLoggerBinder for further details.
WARNING: An illegal reflective access operation has occurred
WARNING: Illegal reflective access by org.apache.ivy.util.url.IvyAuthenticator (file:/home/jenkins/.m2/repository/org/apache/ivy/ivy/2.4.0/ivy-2.4.0.jar) to field java.net.Authenticator.theAuthenticator
WARNING: Please consider reporting this to the maintainers of org.apache.ivy.util.url.IvyAuthenticator
WARNING: Use --illegal-access=warn to enable warnings of further illegal reflective access operations
WARNING: All illegal access operations will be denied in a future release
[ivy:retrieve] :: problems summary ::
[ivy:retrieve] :::: ERRORS
[ivy:retrieve] 	unknown resolver public
[ivy:retrieve] 	unknown resolver public
[ivy:retrieve] 	unknown resolver public
[ivy:retrieve] 	unknown resolver public
[ivy:retrieve] 	unknown resolver public
Running org.eclipse.hawk.greycat.tests.GreycatBackendTestSuite
Tests run: 42, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 17.65 s - in org.eclipse.hawk.greycat.tests.GreycatBackendTestSuite
addThenReuseIterable[Parameters are LevelDB GreyCat](org.eclipse.hawk.backend.tests.IndexTest)  Time elapsed: 1.423 s
getMultipleMatches[Parameters are LevelDB GreyCat](org.eclipse.hawk.backend.tests.IndexTest)  Time elapsed: 0.638 s
invalidIndexNames[Parameters are LevelDB GreyCat](org.eclipse.hawk.backend.tests.IndexTest)  Time elapsed: 0.79 s
doubleExact[Parameters are LevelDB GreyCat](org.eclipse.hawk.backend.tests.IndexTest)  Time elapsed: 0.231 s
removeByFullKey[Parameters are LevelDB GreyCat](org.eclipse.hawk.backend.tests.IndexTest)  Time elapsed: 0.269 s
removeByNode[Parameters are LevelDB GreyCat](org.eclipse.hawk.backend.tests.IndexTest)  Time elapsed: 0.542 s
removeByFieldNode[Parameters are LevelDB GreyCat](org.eclipse.hawk.backend.tests.IndexTest)  Time elapsed: 0.373 s
indexNodeDeletionRollback[Parameters are LevelDB GreyCat](org.eclipse.hawk.backend.tests.IndexTest)  Time elapsed: 0.48 s
integerRanges[Parameters are LevelDB GreyCat](org.eclipse.hawk.backend.tests.IndexTest)  Time elapsed: 0.463 s
integerExact[Parameters are LevelDB GreyCat](org.eclipse.hawk.backend.tests.IndexTest)  Time elapsed: 0.408 s
indexKeyAdditionRollback[Parameters are LevelDB GreyCat](org.eclipse.hawk.backend.tests.IndexTest)  Time elapsed: 0.719 s
removeByNodeMultipleIndicesRemoveAll[Parameters are LevelDB GreyCat](org.eclipse.hawk.backend.tests.IndexTest)  Time elapsed: 0.345 s
removeByNodeMultipleIndicesRemoveOne[Parameters are LevelDB GreyCat](org.eclipse.hawk.backend.tests.IndexTest)  Time elapsed: 0.463 s
addPreservesPriorValue[Parameters are LevelDB GreyCat](org.eclipse.hawk.backend.tests.IndexTest)  Time elapsed: 0.409 s
addNullMap[Parameters are LevelDB GreyCat](org.eclipse.hawk.backend.tests.IndexTest)  Time elapsed: 0.309 s
query[Parameters are LevelDB GreyCat](org.eclipse.hawk.backend.tests.IndexTest)  Time elapsed: 0.448 s
removeByNode3Arg[Parameters are LevelDB GreyCat](org.eclipse.hawk.backend.tests.IndexTest)  Time elapsed: 0.428 s
removeByFullKeyInt[Parameters are LevelDB GreyCat](org.eclipse.hawk.backend.tests.IndexTest)  Time elapsed: 0.403 s
nodeDelete[Parameters are LevelDB GreyCat](org.eclipse.hawk.backend.tests.IndexTest)  Time elapsed: 0.321 s
queryWithPipes[Parameters are LevelDB GreyCat](org.eclipse.hawk.backend.tests.IndexTest)  Time elapsed: 0.567 s
addNullValue[Parameters are LevelDB GreyCat](org.eclipse.hawk.backend.tests.IndexTest)  Time elapsed: 0.169 s
removeByValueNode[Parameters are LevelDB GreyCat](org.eclipse.hawk.backend.tests.IndexTest)  Time elapsed: 0.211 s
indexDeletionRollback[Parameters are LevelDB GreyCat](org.eclipse.hawk.backend.tests.IndexTest)  Time elapsed: 0.374 s
deleteRecreate[Parameters are LevelDB GreyCat](org.eclipse.hawk.backend.tests.IndexTest)  Time elapsed: 0.189 s
floatingRanges[Parameters are LevelDB GreyCat](org.eclipse.hawk.backend.tests.IndexTest)  Time elapsed: 0.255 s
removeByFullKeyDouble[Parameters are LevelDB GreyCat](org.eclipse.hawk.backend.tests.IndexTest)  Time elapsed: 0.194 s
indexKeyRemovalRollback[Parameters are LevelDB GreyCat](org.eclipse.hawk.backend.tests.IndexTest)  Time elapsed: 0.564 s
testStartTransaction[Parameters are LevelDB GreyCat](org.eclipse.hawk.backend.tests.DatabaseManagementTest)  Time elapsed: 0.267 s
testStartDelete[Parameters are LevelDB GreyCat](org.eclipse.hawk.backend.tests.DatabaseManagementTest)  Time elapsed: 0.601 s
testStartShutdown[Parameters are LevelDB GreyCat](org.eclipse.hawk.backend.tests.DatabaseManagementTest)  Time elapsed: 0.294 s
twoNodesBatchRemoveRel[Parameters are LevelDB GreyCat](org.eclipse.hawk.backend.tests.GraphPopulationTest)  Time elapsed: 0.298 s
oneNode[Parameters are LevelDB GreyCat](org.eclipse.hawk.backend.tests.GraphPopulationTest)  Time elapsed: 0.316 s
oneNodeProperty[Parameters are LevelDB GreyCat](org.eclipse.hawk.backend.tests.GraphPopulationTest)  Time elapsed: 1.147 s
oneNodeRollback[Parameters are LevelDB GreyCat](org.eclipse.hawk.backend.tests.GraphPopulationTest)  Time elapsed: 0.323 s
oneNodeRemoveRollback[Parameters are LevelDB GreyCat](org.eclipse.hawk.backend.tests.GraphPopulationTest)  Time elapsed: 0.433 s
escapeInvalidClassCharacters[Parameters are LevelDB GreyCat](org.eclipse.hawk.backend.tests.GraphPopulationTest)  Time elapsed: 0.164 s
escapeInvalidCharactersEdges[Parameters are LevelDB GreyCat](org.eclipse.hawk.backend.tests.GraphPopulationTest)  Time elapsed: 0.174 s
escapeInvalidFieldCharacters[Parameters are LevelDB GreyCat](org.eclipse.hawk.backend.tests.GraphPopulationTest)  Time elapsed: 0.27 s
twoNodesBatch[Parameters are LevelDB GreyCat](org.eclipse.hawk.backend.tests.GraphPopulationTest)  Time elapsed: 0.269 s
oneNodeRemove[Parameters are LevelDB GreyCat](org.eclipse.hawk.backend.tests.GraphPopulationTest)  Time elapsed: 0.363 s
oneNodeBatch[Parameters are LevelDB GreyCat](org.eclipse.hawk.backend.tests.GraphPopulationTest)  Time elapsed: 0.252 s
threeNodesRemoveMiddle[Parameters are LevelDB GreyCat](org.eclipse.hawk.backend.tests.GraphPopulationTest)  Time elapsed: 0.292 s
Running org.eclipse.hawk.greycat.tests.GreycatTimeAwareTestSuite
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
12:26:34.801 [main] INFO  o.e.h.c.r.CompositeStateListener - Saving Hawk metadata...
WARNING: An illegal reflective access operation has occurred
WARNING: Illegal reflective access by com.thoughtworks.xstream.core.util.Fields (file:/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/target/work/configuration/org.eclipse.osgi/116/0/.cp/xstream-1.4.8.jar) to field java.util.TreeMap.comparator
WARNING: Please consider reporting this to the maintainers of com.thoughtworks.xstream.core.util.Fields
WARNING: Use --illegal-access=warn to enable warnings of further illegal reflective access operations
WARNING: All illegal access operations will be denied in a future release
12:26:35.300 [main] INFO  o.e.h.c.r.CompositeStateListener - Saved Hawk metadata.
12:26:35.300 [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
12:26:35.306 [main] INFO  o.e.h.g.u.GraphMetaModelResourceInjector - ADDING METAMODELS: 
12:26:35.306 [main] INFO  o.e.h.g.u.GraphMetaModelResourceInjector - ADDING: 
12:26:35.315 [main] INFO  o.e.h.g.u.GraphMetaModelResourceInjector - 0 METAMODEL NODES! (took ~0 sec)
inserting static metamodels complete
12:26:35.316 [main] INFO  o.e.h.c.r.CompositeStateListener - Registering metamodels...
12:26:35.316 [main] INFO  o.e.h.c.r.CompositeStateListener - Registered metamodels.
12:26:35.318 [main] INFO  o.e.h.c.r.CompositeStateListener - Initialized Hawk.
12:26:35.318 [pool-46-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating Hawk...
updating indexer: 
12:26:35.374 [main] INFO  o.e.h.c.r.CompositeStateListener - Adding metamodel(s)...
12:26:35.374 [pool-46-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performing optional post-sync operations.
12:26:35.375 [pool-46-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updated Hawk instance test (success). 0 s 1 ms
Adding metamodels in: ../../core/tests/org.eclipse.hawk.integration.tests/resources/metamodels/Ecore.ecore to store
12:26:35.587 [main] INFO  o.e.h.g.u.GraphMetaModelResourceInjector - ADDING METAMODELS: 
12:26:35.587 [main] INFO  o.e.h.g.u.GraphMetaModelResourceInjector - ADDING: 
12:26:35.607 [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
12:26:35.607 [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
12:26:35.607 [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
12:26:35.607 [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
12:26:35.685 [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
12:26:35.687 [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
12:26:35.692 [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
12:26:35.696 [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
12:26:35.697 [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
12:26:35.697 [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
12:26:35.697 [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
12:26:35.701 [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
12:26:35.702 [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
12:26:35.702 [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
12:26:35.702 [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
12:26:35.774 [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
12:26:35.776 [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
12:26:35.776 [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
12:26:35.776 [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
12:26:35.776 [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
12:26:35.776 [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
12:26:35.778 [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
12:26:35.778 [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
12:26:35.778 [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
12:26:35.781 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EShort will be handled as its instance type short
12:26:35.784 [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
12:26:35.785 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EByteArray will be handled as its instance type byte[]
12:26:35.785 [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
12:26:35.785 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EIntegerObject will be handled as its instance type java.lang.Integer
12:26:35.785 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::ECharacterObject will be handled as its instance type java.lang.Character
12:26:35.785 [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
12:26:35.789 [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
12:26:35.789 [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
12:26:35.903 [main] INFO  o.e.h.g.u.GraphMetaModelResourceInjector - 20 METAMODEL NODES! (took ~0 sec)
12:26:35.903 [main] INFO  o.e.h.c.r.CompositeStateListener - Added metamodel(s).
12:26:35.903 [main] INFO  o.e.h.c.r.CompositeStateListener - Adding metamodel(s)...
Adding metamodels in: ../../core/tests/org.eclipse.hawk.integration.tests/resources/metamodels/XMLType.ecore to store
12:26:35.982 [main] INFO  o.e.h.g.u.GraphMetaModelResourceInjector - ADDING METAMODELS: 
12:26:35.982 [main] INFO  o.e.h.g.u.GraphMetaModelResourceInjector - ADDING: 
12:26:35.993 [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
12:26:35.993 [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
12:26:35.993 [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
12:26:35.993 [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
12:26:35.993 [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
12:26:35.993 [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[]
12:26:35.993 [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
12:26:35.993 [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
12:26:35.993 [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
12:26:35.993 [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
12:26:35.995 [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
12:26:35.997 [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
12:26:35.997 [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
12:26:35.997 [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
12:26:35.997 [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
12:26:35.997 [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
12:26:35.997 [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
12:26:35.997 [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
12:26:35.997 [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
12:26:35.997 [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
12:26:35.997 [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
12:26:35.997 [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
12:26:35.998 [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
12:26:35.998 [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
12:26:35.998 [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
12:26:35.998 [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
12:26:35.998 [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
12:26:35.998 [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
12:26:35.998 [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
12:26:35.998 [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
12:26:35.998 [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
12:26:36.001 [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
12:26:36.001 [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
12:26:36.001 [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
12:26:36.001 [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
12:26:36.001 [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
12:26:36.001 [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
12:26:36.001 [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[]
12:26:36.001 [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
12:26:36.001 [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
12:26:36.001 [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
12:26:36.002 [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
12:26:36.002 [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
12:26:36.002 [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
12:26:36.002 [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
12:26:36.002 [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
12:26:36.002 [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
12:26:36.002 [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
12:26:36.002 [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
12:26:36.002 [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
12:26:36.002 [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
12:26:36.075 [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
12:26:36.075 [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
12:26:36.075 [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
12:26:36.075 [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
12:26:36.075 [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
12:26:36.075 [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
12:26:36.075 [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
12:26:36.075 [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
12:26:36.090 [main] INFO  o.e.h.g.u.GraphMetaModelResourceInjector - 4 METAMODEL NODES! (took ~0 sec)
12:26:36.090 [main] INFO  o.e.h.c.r.CompositeStateListener - Added metamodel(s).
12:26:36.090 [main] INFO  o.e.h.c.r.CompositeStateListener - Adding metamodel(s)...
Adding metamodels in: ../../core/tests/org.eclipse.hawk.integration.tests/resources/metamodels/Tree.ecore to store
12:26:36.092 [main] INFO  o.e.h.g.u.GraphMetaModelResourceInjector - ADDING METAMODELS: 
12:26:36.093 [main] INFO  o.e.h.g.u.GraphMetaModelResourceInjector - ADDING: 
12:26:36.102 [main] DEBUG o.e.h.g.u.GraphMetaModelResourceInjector - supertype dependency from Tree to http://www.eclipse.org/emf/2002/Ecore
12:26:36.106 [main] INFO  o.e.h.g.u.GraphMetaModelResourceInjector - 1 METAMODEL NODES! (took ~0 sec)
12:26:36.106 [main] INFO  o.e.h.c.r.CompositeStateListener - Added metamodel(s).
12:26:36.178 [main] INFO  o.e.h.g.u.GraphMetaModelResourceInjector - Derived attribute added: Tree::Tree#parentLabel (isMany=false|isOrdered=false|isUnique=false|type=String) org.eclipse.hawk.epsilon.emc.EOLQueryEngine#
var parent = self.revRefNav_children.first; if (parent.isDefined()) return parent.label; else return
[! long script, snipped !]
No username/password recorded for the repository file:///tmp/hawkSvnRepo10320866479147420566
12:26:44.143 [main] INFO  o.e.h.c.r.CompositeStateListener - Saving Hawk metadata...
adding: file:///tmp/hawkSvnRepo10320866479147420566:org.eclipse.hawk.svn.SvnManager:false
12:26:44.150 [main] INFO  o.e.h.c.r.CompositeStateListener - Saved Hawk metadata.
12:26:44.150 [pool-46-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating Hawk...
updating indexer: 
12:26:44.210 [pool-46-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating relevant changed model files...
12:26:44.211 [pool-46-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Deleting models removed from repository...
12:26:44.211 [pool-46-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating models to the new version...
12:26:44.211 [pool-46-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating proxies...
attempting to resolve any leftover cross-file references...
12:26:44.211 [pool-46-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Resolving any leftover cross-file references...
12:26:44.288 [pool-46-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - 0 proxy ref lists left after resolving 0 refs
12:26:44.288 [pool-46-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - proxy resolution took: ~0.009s
attempting to resolve any uninitialized derived attributes...
12:26:44.288 [pool-46-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Resolving any uninitialized derived attributes...
12:26:44.288 [pool-46-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - Deriving attributes...
12:26:44.295 [pool-46-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...
12:26:44.295 [pool-46-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating any affected derived attributes...
0s102ms [proxy update]
12:26:44.313 [pool-46-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updated proxies.
Indexed successfully revision 0 (timepoint 1654604792111) of file:///tmp/hawkSvnRepo10320866479147420566
12:26:44.376 [pool-46-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating relevant changed model files...
12:26:44.395 [pool-46-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Deleting models removed from repository...
12:26:44.396 [pool-46-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating models to the new version...
12:26:44.591 [pool-46-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /root.xmi...
12:26:44.606 [pool-46-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
12:26:44.608 [pool-46-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
12:26:44.609 [pool-46-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performing batch insert on file: /root.xmi...
12:26:44.681 [pool-46-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding elements of file /root.xmi
12:26:44.706 [pool-46-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~0sec)
12:26:44.706 [pool-46-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding edges of file /root.xmi
12:26:44.706 [pool-46-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec)
12:26:44.706 [pool-46-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performed batch insert on file: /root.xmi.
0s116ms [pure insertion]
marking any relevant derived attributes for update...12:26:44.706 [pool-46-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s1ms
12:26:44.707 [pool-46-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s1ms
12:26:44.707 [pool-46-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating proxies...
attempting to resolve any leftover cross-file references...
12:26:44.707 [pool-46-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Resolving any leftover cross-file references...
12:26:44.709 [pool-46-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - 0 proxy ref lists left after resolving 0 refs
12:26:44.709 [pool-46-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - proxy resolution took: ~0.002s
attempting to resolve any uninitialized derived attributes...
12:26:44.709 [pool-46-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Resolving any uninitialized derived attributes...
12:26:44.709 [pool-46-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - Deriving attributes...
12:26:44.774 [pool-46-thread-1] DEBUG o.e.hawk.epsilon.emc.DeriveFeature - adding new module to cache, key: var parent = self.revRefNav_children.first; if (parent.isDefined()) return parent.label; else return
[! long script, snipped !]
12:26:45.082 [pool-46-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)
12:26:45.083 [pool-46-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...
12:26:45.083 [pool-46-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating any affected derived attributes...
0s377ms [proxy update]
12:26:45.084 [pool-46-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updated proxies.
Indexed successfully revision 1 (timepoint 1654604796511) of file:///tmp/hawkSvnRepo10320866479147420566
12:26:45.086 [pool-46-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating relevant changed model files...
12:26:45.093 [pool-46-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Deleting models removed from repository...
12:26:45.093 [pool-46-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating models to the new version...
12:26:45.188 [pool-46-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /root.xmi...
12:26:45.189 [pool-46-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
12:26:45.190 [pool-46-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File contains: 1 (1) nodes in store
12:26:45.193 [pool-46-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - Update contains | a:1 u:1 d:0 ratio: 2.0
12:26:45.193 [pool-46-thread-1] DEBUG o.e.h.g.updater.GraphModelInserter - File already present, calculating deltas with respect to graph storage
12:26:45.193 [pool-46-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performing transactional update (ratio:0.0) on file: /root.xmi...
12:26:45.193 [pool-46-thread-1] DEBUG o.e.h.g.updater.GraphModelInserter - transactional update called
12:26:45.286 [pool-46-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performed transactional update on file: /root.xmi.
0s98ms [pure insertion]
marking any relevant derived attributes for update...12:26:45.287 [pool-46-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s2ms
12:26:45.288 [pool-46-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s2ms
12:26:45.289 [pool-46-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating proxies...
attempting to resolve any leftover cross-file references...
12:26:45.289 [pool-46-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Resolving any leftover cross-file references...
12:26:45.289 [pool-46-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - 0 proxy ref lists left after resolving 0 refs
12:26:45.289 [pool-46-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - proxy resolution took: ~0.0s
attempting to resolve any uninitialized derived attributes...
12:26:45.289 [pool-46-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Resolving any uninitialized derived attributes...
12:26:45.290 [pool-46-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - Deriving attributes...
12:26:45.292 [pool-46-thread-1] DEBUG o.e.hawk.epsilon.emc.DeriveFeature - adding new module to cache, key: var parent = self.revRefNav_children.first; if (parent.isDefined()) return parent.label; else return
[! long script, snipped !]
12:26:45.401 [pool-46-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)
12:26:45.402 [pool-46-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...
12:26:45.402 [pool-46-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating any affected derived attributes...
0s114ms [proxy update]
12:26:45.403 [pool-46-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updated proxies.
Indexed successfully revision 2 (timepoint 1654604798211) of file:///tmp/hawkSvnRepo10320866479147420566
12:26:45.405 [pool-46-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating relevant changed model files...
12:26:45.411 [pool-46-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Deleting models removed from repository...
12:26:45.411 [pool-46-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating models to the new version...
12:26:45.498 [pool-46-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /root.xmi...
12:26:45.498 [pool-46-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
12:26:45.499 [pool-46-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File contains: 2 (2) nodes in store
12:26:45.500 [pool-46-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - Update contains | a:0 u:1 d:0 ratio: 0.5
12:26:45.501 [pool-46-thread-1] DEBUG o.e.h.g.updater.GraphModelInserter - File already present, calculating deltas with respect to graph storage
12:26:45.501 [pool-46-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performing transactional update (ratio:0.0) on file: /root.xmi...
12:26:45.501 [pool-46-thread-1] DEBUG o.e.h.g.updater.GraphModelInserter - transactional update called
12:26:45.503 [pool-46-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performed transactional update on file: /root.xmi.
0s5ms [pure insertion]
marking any relevant derived attributes for update...12:26:45.503 [pool-46-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s1ms
12:26:45.504 [pool-46-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s1ms
12:26:45.505 [pool-46-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating proxies...
attempting to resolve any leftover cross-file references...
12:26:45.505 [pool-46-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Resolving any leftover cross-file references...
12:26:45.505 [pool-46-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - 0 proxy ref lists left after resolving 0 refs
12:26:45.505 [pool-46-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - proxy resolution took: ~0.0s
attempting to resolve any uninitialized derived attributes...
12:26:45.505 [pool-46-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Resolving any uninitialized derived attributes...
12:26:45.505 [pool-46-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - Deriving attributes...
12:26:45.506 [pool-46-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...
12:26:45.506 [pool-46-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating any affected derived attributes...
12:26:45.507 [pool-46-thread-1] DEBUG o.e.hawk.epsilon.emc.DeriveFeature - adding new module to cache, key: var parent = self.revRefNav_children.first; if (parent.isDefined()) return parent.label; else return
[! long script, snipped !]
0s174ms [proxy update]
12:26:45.679 [pool-46-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updated proxies.
Indexed successfully revision 3 (timepoint 1654604800180) of file:///tmp/hawkSvnRepo10320866479147420566
12:26:45.681 [pool-46-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating relevant changed model files...
12:26:45.687 [pool-46-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Deleting models removed from repository...
12:26:45.687 [pool-46-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating models to the new version...
12:26:45.711 [pool-46-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /root.xmi...
12:26:45.711 [pool-46-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
12:26:45.712 [pool-46-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File contains: 2 (2) nodes in store
12:26:45.775 [pool-46-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - Update contains | a:0 u:1 d:0 ratio: 0.5
12:26:45.775 [pool-46-thread-1] DEBUG o.e.h.g.updater.GraphModelInserter - File already present, calculating deltas with respect to graph storage
12:26:45.775 [pool-46-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performing transactional update (ratio:0.0) on file: /root.xmi...
12:26:45.775 [pool-46-thread-1] DEBUG o.e.h.g.updater.GraphModelInserter - transactional update called
12:26:45.778 [pool-46-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performed transactional update on file: /root.xmi.
0s67ms [pure insertion]
marking any relevant derived attributes for update...12:26:45.778 [pool-46-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s3ms
12:26:45.781 [pool-46-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s3ms
12:26:45.782 [pool-46-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating proxies...
attempting to resolve any leftover cross-file references...
12:26:45.782 [pool-46-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Resolving any leftover cross-file references...
12:26:45.783 [pool-46-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - 0 proxy ref lists left after resolving 0 refs
12:26:45.783 [pool-46-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - proxy resolution took: ~0.001s
attempting to resolve any uninitialized derived attributes...
12:26:45.783 [pool-46-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Resolving any uninitialized derived attributes...
12:26:45.783 [pool-46-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - Deriving attributes...
12:26:45.784 [pool-46-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...
12:26:45.784 [pool-46-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating any affected derived attributes...
12:26:45.786 [pool-46-thread-1] DEBUG o.e.hawk.epsilon.emc.DeriveFeature - adding new module to cache, key: var parent = self.revRefNav_children.first; if (parent.isDefined()) return parent.label; else return
[! long script, snipped !]
0s126ms [proxy update]
12:26:45.908 [pool-46-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updated proxies.
Indexed successfully revision 4 (timepoint 1654604802136) of file:///tmp/hawkSvnRepo10320866479147420566
12:26:45.909 [pool-46-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performing optional post-sync operations.
12:26:45.974 [pool-46-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updated Hawk instance test (success). 1 s 759 ms
12:26:46.092 [main] INFO  o.e.h.c.r.CompositeStateListener - Hawk shutting down...
12:26:46.093 [main] INFO  o.e.h.c.r.CompositeStateListener - Saving Hawk metadata...
adding: file:///tmp/hawkSvnRepo10320866479147420566:org.eclipse.hawk.svn.SvnManager:false
12:26:46.099 [main] INFO  o.e.h.c.r.CompositeStateListener - Saved Hawk metadata.
12:26:46.099 [main] INFO  o.e.h.core.runtime.BaseModelIndexer - Waiting 120s for all scheduled tasks to complete
12:26:46.345 [main] INFO  o.e.hawk.greycat.lucene.SoftTxLucene - Shutdown of Lucene complete.
12:26:46.346 [main] INFO  o.e.h.g.AbstractGreycatDatabase - Disconnected from GreyCat graph at /tmp/junit10875941629469800676/test_revRefNavDerived[LevelDB GreyCat]
12:26:46.349 [main] INFO  o.e.h.c.r.CompositeStateListener - Hawk shut down.
12:26:47.503 [main] INFO  o.e.h.c.r.CompositeStateListener - Saving Hawk metadata...
12:26:47.508 [main] INFO  o.e.h.c.r.CompositeStateListener - Saved Hawk metadata.
12:26:47.508 [main] INFO  o.e.h.c.r.CompositeStateListener - Initializing Hawk...
inserting static metamodels of registered metamodel factories to graph:
org.eclipse.hawk.emf.metamodel.EMFMetaModelResourceFactory
12:26:47.508 [main] INFO  o.e.h.g.u.GraphMetaModelResourceInjector - ADDING METAMODELS: 
12:26:47.508 [main] INFO  o.e.h.g.u.GraphMetaModelResourceInjector - ADDING: 
12:26:47.514 [main] INFO  o.e.h.g.u.GraphMetaModelResourceInjector - 0 METAMODEL NODES! (took ~0 sec)
inserting static metamodels complete
12:26:47.514 [main] INFO  o.e.h.c.r.CompositeStateListener - Registering metamodels...
12:26:47.514 [main] INFO  o.e.h.c.r.CompositeStateListener - Registered metamodels.
12:26:47.515 [main] INFO  o.e.h.c.r.CompositeStateListener - Initialized Hawk.
12:26:47.515 [pool-48-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating Hawk...
updating indexer: 
12:26:47.515 [main] INFO  o.e.h.c.r.CompositeStateListener - Adding metamodel(s)...
12:26:47.516 [pool-48-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performing optional post-sync operations.
12:26:47.516 [pool-48-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updated Hawk instance test (success). 0 s 0 ms
Adding metamodels in: ../../core/tests/org.eclipse.hawk.integration.tests/resources/metamodels/Ecore.ecore to store
12:26:47.590 [main] INFO  o.e.h.g.u.GraphMetaModelResourceInjector - ADDING METAMODELS: 
12:26:47.590 [main] INFO  o.e.h.g.u.GraphMetaModelResourceInjector - ADDING: 
12:26:47.681 [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
12:26:47.684 [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
12:26:47.684 [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
12:26:47.684 [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
12:26:47.684 [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
12:26:47.684 [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
12:26:47.687 [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
12:26:47.687 [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
12:26:47.688 [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
12:26:47.696 [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
12:26:47.696 [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
12:26:47.700 [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
12:26:47.702 [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
12:26:47.702 [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[]
12:26:47.702 [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
12:26:47.702 [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
12:26:47.703 [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
12:26:47.703 [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
12:26:47.705 [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
12:26:47.706 [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
12:26:47.706 [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
12:26:47.774 [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
12:26:47.775 [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
12:26:47.775 [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
12:26:47.786 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EBooleanObject will be handled as its instance type java.lang.Boolean
12:26:47.786 [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
12:26:47.787 [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
12:26:47.788 [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
12:26:47.788 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::ECharacterObject will be handled as its instance type java.lang.Character
12:26:47.790 [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
12:26:47.790 [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
12:26:47.790 [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
12:26:47.790 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EDate will be handled as its instance type java.util.Date
12:26:47.878 [main] INFO  o.e.h.g.u.GraphMetaModelResourceInjector - 20 METAMODEL NODES! (took ~0 sec)
12:26:47.878 [main] INFO  o.e.h.c.r.CompositeStateListener - Added metamodel(s).
12:26:47.878 [main] INFO  o.e.h.c.r.CompositeStateListener - Adding metamodel(s)...
Adding metamodels in: ../../core/tests/org.eclipse.hawk.integration.tests/resources/metamodels/XMLType.ecore to store
12:26:47.890 [main] INFO  o.e.h.g.u.GraphMetaModelResourceInjector - ADDING METAMODELS: 
12:26:47.890 [main] INFO  o.e.h.g.u.GraphMetaModelResourceInjector - ADDING: 
12:26:47.902 [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
12:26:47.902 [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
12:26:47.902 [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
12:26:47.902 [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
12:26:47.902 [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
12:26:47.902 [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
12:26:47.902 [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
12:26:47.902 [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
12:26:47.902 [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
12:26:47.902 [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
12:26:47.902 [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
12:26:47.902 [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
12:26:47.902 [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
12:26:47.902 [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
12:26:47.902 [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
12:26:47.902 [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
12:26:47.902 [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
12:26:47.902 [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
12:26:47.902 [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
12:26:47.903 [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
12:26:47.903 [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
12:26:47.903 [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
12:26:47.903 [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
12:26:47.903 [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
12:26:47.903 [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
12:26:47.903 [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
12:26:47.903 [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
12:26:47.903 [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
12:26:47.905 [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
12:26:47.908 [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
12:26:47.908 [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
12:26:47.908 [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
12:26:47.909 [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
12:26:47.910 [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
12:26:47.910 [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
12:26:47.976 [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
12:26:47.976 [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
12:26:47.976 [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
12:26:47.977 [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
12:26:47.977 [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[]
12:26:47.977 [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
12:26:47.977 [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
12:26:47.977 [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
12:26:47.977 [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[]
12:26:47.977 [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
12:26:47.977 [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
12:26:47.977 [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
12:26:47.977 [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
12:26:47.977 [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
12:26:47.977 [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
12:26:47.977 [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
12:26:47.977 [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
12:26:47.977 [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
12:26:47.977 [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
12:26:47.981 [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
12:26:47.981 [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
12:26:47.981 [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
12:26:47.981 [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
12:26:47.981 [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
12:26:47.996 [main] INFO  o.e.h.g.u.GraphMetaModelResourceInjector - 4 METAMODEL NODES! (took ~0 sec)
12:26:47.996 [main] INFO  o.e.h.c.r.CompositeStateListener - Added metamodel(s).
12:26:47.996 [main] INFO  o.e.h.c.r.CompositeStateListener - Adding metamodel(s)...
Adding metamodels in: ../../core/tests/org.eclipse.hawk.integration.tests/resources/metamodels/Tree.ecore to store
12:26:47.999 [main] INFO  o.e.h.g.u.GraphMetaModelResourceInjector - ADDING METAMODELS: 
12:26:47.999 [main] INFO  o.e.h.g.u.GraphMetaModelResourceInjector - ADDING: 
12:26:48.078 [main] DEBUG o.e.h.g.u.GraphMetaModelResourceInjector - supertype dependency from Tree to http://www.eclipse.org/emf/2002/Ecore
12:26:48.082 [main] INFO  o.e.h.g.u.GraphMetaModelResourceInjector - 1 METAMODEL NODES! (took ~0 sec)
12:26:48.082 [main] INFO  o.e.h.c.r.CompositeStateListener - Added metamodel(s).
12:26:48.083 [main] INFO  o.e.h.g.u.GraphMetaModelResourceInjector - Derived attribute added: Tree::Tree#HasChildren (isMany=false|isOrdered=false|isUnique=false|type=Boolean) org.eclipse.hawk.epsilon.emc.EOLQueryEngine#
return self.children.size > 0;
12:26:48.090 [main] INFO  o.e.h.g.u.GraphMetaModelResourceInjector - Derived attribute added: Tree::Tree#Important (isMany=false|isOrdered=false|isUnique=false|type=Boolean) org.eclipse.hawk.epsilon.emc.EOLQueryEngine#
return self.label = 'NowYouSeeMe';
No username/password recorded for the repository file:///tmp/hawkSvnRepo13157454317146648375
12:26:56.135 [main] INFO  o.e.h.c.r.CompositeStateListener - Saving Hawk metadata...
adding: file:///tmp/hawkSvnRepo13157454317146648375:org.eclipse.hawk.svn.SvnManager:false
12:26:56.139 [main] INFO  o.e.h.c.r.CompositeStateListener - Saved Hawk metadata.
12:26:56.139 [pool-48-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating Hawk...
updating indexer: 
12:26:56.161 [pool-48-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating relevant changed model files...
12:26:56.161 [pool-48-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Deleting models removed from repository...
12:26:56.161 [pool-48-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating models to the new version...
12:26:56.161 [pool-48-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating proxies...
attempting to resolve any leftover cross-file references...
12:26:56.161 [pool-48-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Resolving any leftover cross-file references...
12:26:56.174 [pool-48-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - 0 proxy ref lists left after resolving 0 refs
12:26:56.175 [pool-48-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - proxy resolution took: ~0.014s
attempting to resolve any uninitialized derived attributes...
12:26:56.175 [pool-48-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Resolving any uninitialized derived attributes...
12:26:56.175 [pool-48-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - Deriving attributes...
12:26:56.182 [pool-48-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...
12:26:56.182 [pool-48-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating any affected derived attributes...
0s41ms [proxy update]
12:26:56.202 [pool-48-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updated proxies.
Indexed successfully revision 0 (timepoint 1654604806408) of file:///tmp/hawkSvnRepo13157454317146648375
12:26:56.205 [pool-48-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating relevant changed model files...
12:26:56.280 [pool-48-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Deleting models removed from repository...
12:26:56.281 [pool-48-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating models to the new version...
12:26:56.310 [pool-48-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /root.xmi...
12:26:56.380 [pool-48-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
12:26:56.380 [pool-48-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
12:26:56.380 [pool-48-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performing batch insert on file: /root.xmi...
12:26:56.389 [pool-48-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding elements of file /root.xmi
12:26:56.476 [pool-48-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~0sec)
12:26:56.477 [pool-48-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding edges of file /root.xmi
12:26:56.477 [pool-48-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec)
12:26:56.477 [pool-48-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performed batch insert on file: /root.xmi.
0s167ms [pure insertion]
marking any relevant derived attributes for update...12:26:56.477 [pool-48-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s1ms
12:26:56.478 [pool-48-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s1ms
12:26:56.478 [pool-48-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating proxies...
attempting to resolve any leftover cross-file references...
12:26:56.478 [pool-48-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Resolving any leftover cross-file references...
12:26:56.479 [pool-48-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - 0 proxy ref lists left after resolving 0 refs
12:26:56.479 [pool-48-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - proxy resolution took: ~0.001s
attempting to resolve any uninitialized derived attributes...
12:26:56.479 [pool-48-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Resolving any uninitialized derived attributes...
12:26:56.480 [pool-48-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - Deriving attributes...
12:26:56.482 [pool-48-thread-1] DEBUG o.e.hawk.epsilon.emc.DeriveFeature - adding new module to cache, key: return self.children.size > 0;
12:26:56.504 [pool-48-thread-1] DEBUG o.e.hawk.epsilon.emc.DeriveFeature - adding new module to cache, key: return self.label = 'NowYouSeeMe';
12:26:56.598 [pool-48-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Processed 2/2 derived feature nodes of type 'org.eclipse.hawk.epsilon.emc.EOLQueryEngine' (0 s, 0 s total)
12:26:56.598 [pool-48-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...
12:26:56.598 [pool-48-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating any affected derived attributes...
0s121ms [proxy update]
12:26:56.599 [pool-48-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updated proxies.
Indexed successfully revision 1 (timepoint 1654604808280) of file:///tmp/hawkSvnRepo13157454317146648375
12:26:56.600 [pool-48-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating relevant changed model files...
12:26:56.605 [pool-48-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Deleting models removed from repository...
12:26:56.605 [pool-48-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating models to the new version...
12:26:56.681 [pool-48-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /root.xmi...
12:26:56.682 [pool-48-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
12:26:56.683 [pool-48-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File contains: 1 (1) nodes in store
12:26:56.683 [pool-48-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - Update contains | a:0 u:1 d:0 ratio: 1.0
12:26:56.683 [pool-48-thread-1] DEBUG o.e.h.g.updater.GraphModelInserter - File already present, calculating deltas with respect to graph storage
12:26:56.683 [pool-48-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performing transactional update (ratio:0.0) on file: /root.xmi...
12:26:56.683 [pool-48-thread-1] DEBUG o.e.h.g.updater.GraphModelInserter - transactional update called
12:26:56.695 [pool-48-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performed transactional update on file: /root.xmi.
0s14ms [pure insertion]
marking any relevant derived attributes for update...12:26:56.695 [pool-48-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s1ms
12:26:56.696 [pool-48-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s1ms
12:26:56.696 [pool-48-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating proxies...
attempting to resolve any leftover cross-file references...
12:26:56.696 [pool-48-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Resolving any leftover cross-file references...
12:26:56.697 [pool-48-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - 0 proxy ref lists left after resolving 0 refs
12:26:56.697 [pool-48-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - proxy resolution took: ~0.001s
attempting to resolve any uninitialized derived attributes...
12:26:56.697 [pool-48-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Resolving any uninitialized derived attributes...
12:26:56.697 [pool-48-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - Deriving attributes...
12:26:56.697 [pool-48-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...
12:26:56.697 [pool-48-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating any affected derived attributes...
12:26:56.698 [pool-48-thread-1] DEBUG o.e.hawk.epsilon.emc.DeriveFeature - adding new module to cache, key: return self.label = 'NowYouSeeMe';
0s92ms [proxy update]
12:26:56.788 [pool-48-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updated proxies.
Indexed successfully revision 2 (timepoint 1654604810123) of file:///tmp/hawkSvnRepo13157454317146648375
12:26:56.789 [pool-48-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating relevant changed model files...
12:26:56.793 [pool-48-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Deleting models removed from repository...
12:26:56.793 [pool-48-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating models to the new version...
12:26:56.874 [pool-48-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /root.xmi...
12:26:56.874 [pool-48-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
12:26:56.875 [pool-48-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File contains: 1 (1) nodes in store
12:26:56.876 [pool-48-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - Update contains | a:1 u:1 d:0 ratio: 2.0
12:26:56.876 [pool-48-thread-1] DEBUG o.e.h.g.updater.GraphModelInserter - File already present, calculating deltas with respect to graph storage
12:26:56.876 [pool-48-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performing transactional update (ratio:0.0) on file: /root.xmi...
12:26:56.876 [pool-48-thread-1] DEBUG o.e.h.g.updater.GraphModelInserter - transactional update called
12:26:56.894 [pool-48-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performed transactional update on file: /root.xmi.
0s20ms [pure insertion]
marking any relevant derived attributes for update...12:26:56.894 [pool-48-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s2ms
12:26:56.896 [pool-48-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s2ms
12:26:56.896 [pool-48-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating proxies...
attempting to resolve any leftover cross-file references...
12:26:56.896 [pool-48-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Resolving any leftover cross-file references...
12:26:56.897 [pool-48-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - 0 proxy ref lists left after resolving 0 refs
12:26:56.897 [pool-48-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - proxy resolution took: ~0.001s
attempting to resolve any uninitialized derived attributes...
12:26:56.897 [pool-48-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Resolving any uninitialized derived attributes...
12:26:56.897 [pool-48-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - Deriving attributes...
12:26:56.898 [pool-48-thread-1] DEBUG o.e.hawk.epsilon.emc.DeriveFeature - adding new module to cache, key: return self.children.size > 0;
12:26:56.978 [pool-48-thread-1] DEBUG o.e.hawk.epsilon.emc.DeriveFeature - adding new module to cache, key: return self.label = 'NowYouSeeMe';
12:26:57.076 [pool-48-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Processed 2/2 derived feature nodes of type 'org.eclipse.hawk.epsilon.emc.EOLQueryEngine' (0 s, 0 s total)
12:26:57.077 [pool-48-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...
12:26:57.077 [pool-48-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating any affected derived attributes...
12:26:57.078 [pool-48-thread-1] DEBUG o.e.hawk.epsilon.emc.DeriveFeature - adding new module to cache, key: return self.children.size > 0;
0s211ms [proxy update]
12:26:57.107 [pool-48-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updated proxies.
Indexed successfully revision 3 (timepoint 1654604812127) of file:///tmp/hawkSvnRepo13157454317146648375
12:26:57.174 [pool-48-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating relevant changed model files...
12:26:57.179 [pool-48-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Deleting models removed from repository...
12:26:57.179 [pool-48-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating models to the new version...
12:26:57.199 [pool-48-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /root.xmi...
12:26:57.200 [pool-48-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
12:26:57.205 [pool-48-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File contains: 2 (2) nodes in store
12:26:57.275 [pool-48-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - Update contains | a:0 u:1 d:0 ratio: 0.5
12:26:57.275 [pool-48-thread-1] DEBUG o.e.h.g.updater.GraphModelInserter - File already present, calculating deltas with respect to graph storage
12:26:57.275 [pool-48-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performing transactional update (ratio:0.0) on file: /root.xmi...
12:26:57.275 [pool-48-thread-1] DEBUG o.e.h.g.updater.GraphModelInserter - transactional update called
12:26:57.277 [pool-48-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performed transactional update on file: /root.xmi.
0s78ms [pure insertion]
marking any relevant derived attributes for update...12:26:57.277 [pool-48-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
12:26:57.278 [pool-48-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
12:26:57.278 [pool-48-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating proxies...
attempting to resolve any leftover cross-file references...
12:26:57.278 [pool-48-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Resolving any leftover cross-file references...
12:26:57.278 [pool-48-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - 0 proxy ref lists left after resolving 0 refs
12:26:57.278 [pool-48-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - proxy resolution took: ~0.0s
attempting to resolve any uninitialized derived attributes...
12:26:57.278 [pool-48-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Resolving any uninitialized derived attributes...
12:26:57.278 [pool-48-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - Deriving attributes...
12:26:57.278 [pool-48-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...
12:26:57.278 [pool-48-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating any affected derived attributes...
12:26:57.279 [pool-48-thread-1] DEBUG o.e.hawk.epsilon.emc.DeriveFeature - adding new module to cache, key: return self.label = 'NowYouSeeMe';
0s99ms [proxy update]
12:26:57.377 [pool-48-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updated proxies.
Indexed successfully revision 4 (timepoint 1654604814184) of file:///tmp/hawkSvnRepo13157454317146648375
12:26:57.378 [pool-48-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performing optional post-sync operations.
12:26:57.378 [pool-48-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updated Hawk instance test (success). 1 s 239 ms
12:26:57.492 [main] INFO  o.e.h.c.r.CompositeStateListener - Hawk shutting down...
12:26:57.492 [main] INFO  o.e.h.c.r.CompositeStateListener - Saving Hawk metadata...
adding: file:///tmp/hawkSvnRepo13157454317146648375:org.eclipse.hawk.svn.SvnManager:false
12:26:57.494 [main] INFO  o.e.h.c.r.CompositeStateListener - Saved Hawk metadata.
12:26:57.494 [main] INFO  o.e.h.core.runtime.BaseModelIndexer - Waiting 120s for all scheduled tasks to complete
12:26:57.636 [main] INFO  o.e.hawk.greycat.lucene.SoftTxLucene - Shutdown of Lucene complete.
12:26:57.636 [main] INFO  o.e.h.g.AbstractGreycatDatabase - Disconnected from GreyCat graph at /tmp/junit17864081970149421723/test_untilAnnotated[LevelDB GreyCat]
12:26:57.639 [main] INFO  o.e.h.c.r.CompositeStateListener - Hawk shut down.
12:26:58.480 [main] INFO  o.e.h.c.r.CompositeStateListener - Saving Hawk metadata...
12:26:58.482 [main] INFO  o.e.h.c.r.CompositeStateListener - Saved Hawk metadata.
12:26:58.482 [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
12:26:58.482 [main] INFO  o.e.h.g.u.GraphMetaModelResourceInjector - ADDING METAMODELS: 
12:26:58.482 [main] INFO  o.e.h.g.u.GraphMetaModelResourceInjector - ADDING: 
12:26:58.487 [main] INFO  o.e.h.g.u.GraphMetaModelResourceInjector - 0 METAMODEL NODES! (took ~0 sec)
inserting static metamodels complete
12:26:58.487 [main] INFO  o.e.h.c.r.CompositeStateListener - Registering metamodels...
12:26:58.487 [main] INFO  o.e.h.c.r.CompositeStateListener - Registered metamodels.
12:26:58.488 [main] INFO  o.e.h.c.r.CompositeStateListener - Initialized Hawk.
12:26:58.488 [pool-50-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating Hawk...
updating indexer: 
12:26:58.488 [main] INFO  o.e.h.c.r.CompositeStateListener - Adding metamodel(s)...
12:26:58.489 [pool-50-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performing optional post-sync operations.
12:26:58.489 [pool-50-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updated Hawk instance test (success). 0 s 0 ms
Adding metamodels in: ../../core/tests/org.eclipse.hawk.integration.tests/resources/metamodels/Ecore.ecore to store
12:26:58.580 [main] INFO  o.e.h.g.u.GraphMetaModelResourceInjector - ADDING METAMODELS: 
12:26:58.580 [main] INFO  o.e.h.g.u.GraphMetaModelResourceInjector - ADDING: 
12:26:58.591 [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
12:26:58.591 [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
12:26:58.601 [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
12:26:58.604 [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[]
12:26:58.604 [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
12:26:58.604 [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
12:26:58.604 [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
12:26:58.605 [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
12:26:58.674 [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
12:26:58.677 [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
12:26:58.677 [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
12:26:58.679 [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
12:26:58.679 [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
12:26:58.679 [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
12:26:58.679 [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
12:26:58.680 [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
12:26:58.681 [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
12:26:58.681 [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
12:26:58.681 [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
12:26:58.682 [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
12:26:58.682 [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
12:26:58.682 [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
12:26:58.683 [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
12:26:58.683 [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
12:26:58.683 [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
12:26:58.685 [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
12:26:58.685 [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
12:26:58.689 [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
12:26:58.689 [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
12:26:58.689 [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
12:26:58.689 [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
12:26:58.690 [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
12:26:58.690 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EEnumerator will be handled as its instance type org.eclipse.emf.common.util.Enumerator
12:26:58.700 [main] INFO  o.e.h.g.u.GraphMetaModelResourceInjector - 20 METAMODEL NODES! (took ~0 sec)
12:26:58.700 [main] INFO  o.e.h.c.r.CompositeStateListener - Added metamodel(s).
12:26:58.700 [main] INFO  o.e.h.c.r.CompositeStateListener - Adding metamodel(s)...
Adding metamodels in: ../../core/tests/org.eclipse.hawk.integration.tests/resources/metamodels/XMLType.ecore to store
12:26:58.706 [main] INFO  o.e.h.g.u.GraphMetaModelResourceInjector - ADDING METAMODELS: 
12:26:58.706 [main] INFO  o.e.h.g.u.GraphMetaModelResourceInjector - ADDING: 
12:26:58.777 [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
12:26:58.777 [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
12:26:58.777 [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
12:26:58.777 [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
12:26:58.777 [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
12:26:58.777 [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
12:26:58.777 [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
12:26:58.777 [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
12:26:58.777 [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
12:26:58.777 [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
12:26:58.777 [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
12:26:58.778 [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
12:26:58.780 [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
12:26:58.780 [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
12:26:58.782 [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
12:26:58.782 [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
12:26:58.782 [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
12:26:58.782 [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
12:26:58.782 [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
12:26:58.782 [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
12:26:58.782 [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
12:26:58.782 [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
12:26:58.782 [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
12:26:58.782 [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
12:26:58.782 [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
12:26:58.782 [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[]
12:26:58.782 [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
12:26:58.783 [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
12:26:58.783 [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
12:26:58.783 [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
12:26:58.783 [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
12:26:58.783 [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
12:26:58.783 [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
12:26:58.783 [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
12:26:58.783 [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
12:26:58.783 [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
12:26:58.783 [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
12:26:58.783 [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
12:26:58.783 [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
12:26:58.783 [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[]
12:26:58.785 [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
12:26:58.785 [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
12:26:58.785 [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
12:26:58.785 [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
12:26:58.785 [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
12:26:58.785 [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
12:26:58.785 [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
12:26:58.785 [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
12:26:58.785 [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
12:26:58.786 [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
12:26:58.786 [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
12:26:58.786 [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
12:26:58.786 [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
12:26:58.786 [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
12:26:58.786 [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
12:26:58.786 [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
12:26:58.786 [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
12:26:58.786 [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
12:26:58.786 [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
12:26:58.792 [main] INFO  o.e.h.g.u.GraphMetaModelResourceInjector - 4 METAMODEL NODES! (took ~0 sec)
12:26:58.792 [main] INFO  o.e.h.c.r.CompositeStateListener - Added metamodel(s).
12:26:58.792 [main] INFO  o.e.h.c.r.CompositeStateListener - Adding metamodel(s)...
Adding metamodels in: ../../core/tests/org.eclipse.hawk.integration.tests/resources/metamodels/Tree.ecore to store
12:26:58.794 [main] INFO  o.e.h.g.u.GraphMetaModelResourceInjector - ADDING METAMODELS: 
12:26:58.794 [main] INFO  o.e.h.g.u.GraphMetaModelResourceInjector - ADDING: 
12:26:58.801 [main] DEBUG o.e.h.g.u.GraphMetaModelResourceInjector - supertype dependency from Tree to http://www.eclipse.org/emf/2002/Ecore
12:26:58.803 [main] INFO  o.e.h.g.u.GraphMetaModelResourceInjector - 1 METAMODEL NODES! (took ~0 sec)
12:26:58.803 [main] INFO  o.e.h.c.r.CompositeStateListener - Added metamodel(s).
12:26:58.804 [main] INFO  o.e.h.g.u.GraphMetaModelResourceInjector - Derived attribute added: Tree::Tree#Important (isMany=false|isOrdered=false|isUnique=false|type=Boolean) org.eclipse.hawk.epsilon.emc.EOLQueryEngine#
return self.label = 'NowYouSeeMe';
No username/password recorded for the repository file:///tmp/hawkSvnRepo15040716172140935136
12:27:02.107 [main] INFO  o.e.h.c.r.CompositeStateListener - Saving Hawk metadata...
adding: file:///tmp/hawkSvnRepo15040716172140935136:org.eclipse.hawk.svn.SvnManager:false
12:27:02.110 [main] INFO  o.e.h.c.r.CompositeStateListener - Saved Hawk metadata.
12:27:02.110 [pool-50-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating Hawk...
updating indexer: 
12:27:02.129 [pool-50-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating relevant changed model files...
12:27:02.130 [pool-50-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Deleting models removed from repository...
12:27:02.130 [pool-50-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating models to the new version...
12:27:02.130 [pool-50-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating proxies...
attempting to resolve any leftover cross-file references...
12:27:02.130 [pool-50-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Resolving any leftover cross-file references...
12:27:02.134 [pool-50-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - 0 proxy ref lists left after resolving 0 refs
12:27:02.134 [pool-50-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - proxy resolution took: ~0.004s
attempting to resolve any uninitialized derived attributes...
12:27:02.134 [pool-50-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Resolving any uninitialized derived attributes...
12:27:02.134 [pool-50-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - Deriving attributes...
12:27:02.138 [pool-50-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...
12:27:02.138 [pool-50-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating any affected derived attributes...
0s14ms [proxy update]
12:27:02.144 [pool-50-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updated proxies.
Indexed successfully revision 0 (timepoint 1654604817664) of file:///tmp/hawkSvnRepo15040716172140935136
12:27:02.176 [pool-50-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating relevant changed model files...
12:27:02.190 [pool-50-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Deleting models removed from repository...
12:27:02.190 [pool-50-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating models to the new version...
12:27:02.277 [pool-50-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /root.xmi...
12:27:02.287 [pool-50-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
12:27:02.287 [pool-50-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
12:27:02.287 [pool-50-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performing batch insert on file: /root.xmi...
12:27:02.294 [pool-50-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding elements of file /root.xmi
12:27:02.310 [pool-50-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~0sec)
12:27:02.310 [pool-50-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding edges of file /root.xmi
12:27:02.311 [pool-50-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec)
12:27:02.311 [pool-50-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performed batch insert on file: /root.xmi.
0s34ms [pure insertion]
marking any relevant derived attributes for update...12:27:02.311 [pool-50-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
12:27:02.311 [pool-50-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
12:27:02.311 [pool-50-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating proxies...
attempting to resolve any leftover cross-file references...
12:27:02.311 [pool-50-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Resolving any leftover cross-file references...
12:27:02.312 [pool-50-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - 0 proxy ref lists left after resolving 0 refs
12:27:02.312 [pool-50-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - proxy resolution took: ~0.001s
attempting to resolve any uninitialized derived attributes...
12:27:02.312 [pool-50-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Resolving any uninitialized derived attributes...
12:27:02.312 [pool-50-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - Deriving attributes...
12:27:02.314 [pool-50-thread-1] DEBUG o.e.hawk.epsilon.emc.DeriveFeature - adding new module to cache, key: return self.label = 'NowYouSeeMe';
12:27:02.383 [pool-50-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)
12:27:02.383 [pool-50-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...
12:27:02.383 [pool-50-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating any affected derived attributes...
0s73ms [proxy update]
12:27:02.384 [pool-50-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updated proxies.
Indexed successfully revision 1 (timepoint 1654604818908) of file:///tmp/hawkSvnRepo15040716172140935136
12:27:02.385 [pool-50-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating relevant changed model files...
12:27:02.389 [pool-50-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Deleting models removed from repository...
12:27:02.389 [pool-50-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating models to the new version...
12:27:02.404 [pool-50-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /root.xmi...
12:27:02.404 [pool-50-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
12:27:02.405 [pool-50-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File contains: 1 (1) nodes in store
12:27:02.405 [pool-50-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - Update contains | a:0 u:1 d:0 ratio: 1.0
12:27:02.405 [pool-50-thread-1] DEBUG o.e.h.g.updater.GraphModelInserter - File already present, calculating deltas with respect to graph storage
12:27:02.405 [pool-50-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performing transactional update (ratio:0.0) on file: /root.xmi...
12:27:02.405 [pool-50-thread-1] DEBUG o.e.h.g.updater.GraphModelInserter - transactional update called
12:27:02.479 [pool-50-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performed transactional update on file: /root.xmi.
0s75ms [pure insertion]
marking any relevant derived attributes for update...12:27:02.479 [pool-50-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s1ms
12:27:02.480 [pool-50-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s1ms
12:27:02.480 [pool-50-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating proxies...
attempting to resolve any leftover cross-file references...
12:27:02.480 [pool-50-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Resolving any leftover cross-file references...
12:27:02.481 [pool-50-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - 0 proxy ref lists left after resolving 0 refs
12:27:02.481 [pool-50-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - proxy resolution took: ~0.001s
attempting to resolve any uninitialized derived attributes...
12:27:02.481 [pool-50-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Resolving any uninitialized derived attributes...
12:27:02.481 [pool-50-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - Deriving attributes...
12:27:02.481 [pool-50-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...
12:27:02.481 [pool-50-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating any affected derived attributes...
12:27:02.482 [pool-50-thread-1] DEBUG o.e.hawk.epsilon.emc.DeriveFeature - adding new module to cache, key: return self.label = 'NowYouSeeMe';
0s27ms [proxy update]
12:27:02.507 [pool-50-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updated proxies.
Indexed successfully revision 2 (timepoint 1654604820121) of file:///tmp/hawkSvnRepo15040716172140935136
12:27:02.508 [pool-50-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performing optional post-sync operations.
12:27:02.508 [pool-50-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updated Hawk instance test (success). 0 s 398 ms
12:27:02.590 [main] INFO  o.e.h.c.r.CompositeStateListener - Hawk shutting down...
12:27:02.591 [main] INFO  o.e.h.c.r.CompositeStateListener - Saving Hawk metadata...
adding: file:///tmp/hawkSvnRepo15040716172140935136:org.eclipse.hawk.svn.SvnManager:false
12:27:02.594 [main] INFO  o.e.h.c.r.CompositeStateListener - Saved Hawk metadata.
12:27:02.594 [main] INFO  o.e.h.core.runtime.BaseModelIndexer - Waiting 120s for all scheduled tasks to complete
12:27:02.730 [main] INFO  o.e.hawk.greycat.lucene.SoftTxLucene - Shutdown of Lucene complete.
12:27:02.730 [main] INFO  o.e.h.g.AbstractGreycatDatabase - Disconnected from GreyCat graph at /tmp/junit18355376868102229762/test_computedForAllVersions[LevelDB GreyCat]
12:27:02.733 [main] INFO  o.e.h.c.r.CompositeStateListener - Hawk shut down.
12:27:03.451 [main] INFO  o.e.h.c.r.CompositeStateListener - Saving Hawk metadata...
12:27:03.484 [main] INFO  o.e.h.c.r.CompositeStateListener - Saved Hawk metadata.
12:27:03.484 [main] INFO  o.e.h.c.r.CompositeStateListener - Initializing Hawk...
inserting static metamodels of registered metamodel factories to graph:
org.eclipse.hawk.emf.metamodel.EMFMetaModelResourceFactory
12:27:03.484 [main] INFO  o.e.h.g.u.GraphMetaModelResourceInjector - ADDING METAMODELS: 
12:27:03.484 [main] INFO  o.e.h.g.u.GraphMetaModelResourceInjector - ADDING: 
12:27:03.491 [main] INFO  o.e.h.g.u.GraphMetaModelResourceInjector - 0 METAMODEL NODES! (took ~0 sec)
inserting static metamodels complete
12:27:03.491 [main] INFO  o.e.h.c.r.CompositeStateListener - Registering metamodels...
12:27:03.492 [main] INFO  o.e.h.c.r.CompositeStateListener - Registered metamodels.
12:27:03.492 [main] INFO  o.e.h.c.r.CompositeStateListener - Initialized Hawk.
12:27:03.492 [pool-52-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating Hawk...
updating indexer: 
12:27:03.492 [main] INFO  o.e.h.c.r.CompositeStateListener - Adding metamodel(s)...
12:27:03.493 [pool-52-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performing optional post-sync operations.
12:27:03.493 [pool-52-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updated Hawk instance test (success). 0 s 0 ms
Adding metamodels in: ../../core/tests/org.eclipse.hawk.integration.tests/resources/metamodels/Ecore.ecore to store
12:27:03.583 [main] INFO  o.e.h.g.u.GraphMetaModelResourceInjector - ADDING METAMODELS: 
12:27:03.583 [main] INFO  o.e.h.g.u.GraphMetaModelResourceInjector - ADDING: 
12:27:03.602 [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
12:27:03.603 [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
12:27:03.603 [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
12:27:03.676 [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
12:27:03.679 [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
12:27:03.679 [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
12:27:03.679 [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
12:27:03.679 [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
12:27:03.679 [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
12:27:03.679 [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
12:27:03.679 [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
12:27:03.679 [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[]
12:27:03.679 [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
12:27:03.679 [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
12:27:03.679 [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
12:27:03.680 [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
12:27:03.680 [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
12:27:03.680 [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
12:27:03.681 [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
12:27:03.683 [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
12:27:03.683 [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
12:27:03.684 [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
12:27:03.684 [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
12:27:03.684 [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
12:27:03.684 [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
12:27:03.685 [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
12:27:03.687 [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
12:27:03.687 [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
12:27:03.688 [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
12:27:03.688 [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
12:27:03.690 [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
12:27:03.691 [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
12:27:03.691 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::ELongObject will be handled as its instance type java.lang.Long
12:27:03.700 [main] INFO  o.e.h.g.u.GraphMetaModelResourceInjector - 20 METAMODEL NODES! (took ~0 sec)
12:27:03.701 [main] INFO  o.e.h.c.r.CompositeStateListener - Added metamodel(s).
12:27:03.701 [main] INFO  o.e.h.c.r.CompositeStateListener - Adding metamodel(s)...
Adding metamodels in: ../../core/tests/org.eclipse.hawk.integration.tests/resources/metamodels/XMLType.ecore to store
12:27:03.706 [main] INFO  o.e.h.g.u.GraphMetaModelResourceInjector - ADDING METAMODELS: 
12:27:03.706 [main] INFO  o.e.h.g.u.GraphMetaModelResourceInjector - ADDING: 
12:27:03.776 [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
12:27:03.776 [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
12:27:03.776 [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[]
12:27:03.776 [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
12:27:03.776 [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
12:27:03.776 [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
12:27:03.776 [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
12:27:03.776 [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
12:27:03.776 [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
12:27:03.776 [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
12:27:03.776 [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
12:27:03.776 [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
12:27:03.776 [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
12:27:03.776 [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
12:27:03.777 [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
12:27:03.778 [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
12:27:03.779 [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
12:27:03.779 [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[]
12:27:03.779 [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
12:27:03.779 [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
12:27:03.779 [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
12:27:03.779 [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
12:27:03.779 [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
12:27:03.779 [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
12:27:03.779 [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
12:27:03.779 [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
12:27:03.779 [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
12:27:03.779 [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
12:27:03.779 [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
12:27:03.779 [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
12:27:03.779 [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
12:27:03.779 [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
12:27:03.779 [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
12:27:03.781 [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
12:27:03.781 [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
12:27:03.781 [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
12:27:03.781 [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
12:27:03.781 [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
12:27:03.782 [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
12:27:03.782 [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
12:27:03.782 [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
12:27:03.782 [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
12:27:03.782 [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
12:27:03.782 [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
12:27:03.782 [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
12:27:03.782 [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
12:27:03.782 [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
12:27:03.783 [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
12:27:03.783 [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
12:27:03.783 [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
12:27:03.783 [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
12:27:03.783 [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
12:27:03.783 [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
12:27:03.783 [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
12:27:03.783 [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
12:27:03.783 [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
12:27:03.783 [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
12:27:03.783 [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
12:27:03.783 [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
12:27:03.789 [main] INFO  o.e.h.g.u.GraphMetaModelResourceInjector - 4 METAMODEL NODES! (took ~0 sec)
12:27:03.789 [main] INFO  o.e.h.c.r.CompositeStateListener - Added metamodel(s).
12:27:03.789 [main] INFO  o.e.h.c.r.CompositeStateListener - Adding metamodel(s)...
Adding metamodels in: ../../core/tests/org.eclipse.hawk.integration.tests/resources/metamodels/Tree.ecore to store
12:27:03.791 [main] INFO  o.e.h.g.u.GraphMetaModelResourceInjector - ADDING METAMODELS: 
12:27:03.791 [main] INFO  o.e.h.g.u.GraphMetaModelResourceInjector - ADDING: 
12:27:03.797 [main] DEBUG o.e.h.g.u.GraphMetaModelResourceInjector - supertype dependency from Tree to http://www.eclipse.org/emf/2002/Ecore
12:27:03.800 [main] INFO  o.e.h.g.u.GraphMetaModelResourceInjector - 1 METAMODEL NODES! (took ~0 sec)
12:27:03.800 [main] INFO  o.e.h.c.r.CompositeStateListener - Added metamodel(s).
12:27:03.800 [main] INFO  o.e.h.g.u.GraphMetaModelResourceInjector - Derived attribute added: Tree::Tree#HasChildren (isMany=false|isOrdered=false|isUnique=false|type=Boolean) org.eclipse.hawk.epsilon.emc.EOLQueryEngine#
return self.children.size > 0;
12:27:03.804 [main] INFO  o.e.h.g.u.GraphMetaModelResourceInjector - Derived attribute added: Tree::Tree#Important (isMany=false|isOrdered=false|isUnique=false|type=Boolean) org.eclipse.hawk.epsilon.emc.EOLQueryEngine#
return self.label = 'NowYouSeeMe';
No username/password recorded for the repository file:///tmp/hawkSvnRepo11791676994494511358
12:27:11.110 [main] INFO  o.e.h.c.r.CompositeStateListener - Saving Hawk metadata...
adding: file:///tmp/hawkSvnRepo11791676994494511358:org.eclipse.hawk.svn.SvnManager:false
12:27:11.114 [main] INFO  o.e.h.c.r.CompositeStateListener - Saved Hawk metadata.
12:27:11.114 [pool-52-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating Hawk...
updating indexer: 
12:27:11.130 [pool-52-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating relevant changed model files...
12:27:11.131 [pool-52-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Deleting models removed from repository...
12:27:11.131 [pool-52-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating models to the new version...
12:27:11.131 [pool-52-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating proxies...
attempting to resolve any leftover cross-file references...
12:27:11.131 [pool-52-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Resolving any leftover cross-file references...
12:27:11.135 [pool-52-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - 0 proxy ref lists left after resolving 0 refs
12:27:11.135 [pool-52-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - proxy resolution took: ~0.004s
attempting to resolve any uninitialized derived attributes...
12:27:11.135 [pool-52-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Resolving any uninitialized derived attributes...
12:27:11.135 [pool-52-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - Deriving attributes...
12:27:11.140 [pool-52-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...
12:27:11.140 [pool-52-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating any affected derived attributes...
0s14ms [proxy update]
12:27:11.145 [pool-52-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updated proxies.
Indexed successfully revision 0 (timepoint 1654604822763) of file:///tmp/hawkSvnRepo11791676994494511358
12:27:11.174 [pool-52-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating relevant changed model files...
12:27:11.184 [pool-52-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Deleting models removed from repository...
12:27:11.184 [pool-52-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating models to the new version...
12:27:11.200 [pool-52-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /root.xmi...
12:27:11.207 [pool-52-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
12:27:11.207 [pool-52-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
12:27:11.207 [pool-52-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performing batch insert on file: /root.xmi...
12:27:11.279 [pool-52-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding elements of file /root.xmi
12:27:11.296 [pool-52-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~0sec)
12:27:11.296 [pool-52-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding edges of file /root.xmi
12:27:11.296 [pool-52-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec)
12:27:11.296 [pool-52-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performed batch insert on file: /root.xmi.
0s96ms [pure insertion]
marking any relevant derived attributes for update...12:27:11.296 [pool-52-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s1ms
12:27:11.297 [pool-52-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s1ms
12:27:11.297 [pool-52-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating proxies...
attempting to resolve any leftover cross-file references...
12:27:11.297 [pool-52-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Resolving any leftover cross-file references...
12:27:11.297 [pool-52-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - 0 proxy ref lists left after resolving 0 refs
12:27:11.297 [pool-52-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - proxy resolution took: ~0.0s
attempting to resolve any uninitialized derived attributes...
12:27:11.298 [pool-52-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Resolving any uninitialized derived attributes...
12:27:11.298 [pool-52-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - Deriving attributes...
12:27:11.299 [pool-52-thread-1] DEBUG o.e.hawk.epsilon.emc.DeriveFeature - adding new module to cache, key: return self.children.size > 0;
12:27:11.310 [pool-52-thread-1] DEBUG o.e.hawk.epsilon.emc.DeriveFeature - adding new module to cache, key: return self.label = 'NowYouSeeMe';
12:27:11.393 [pool-52-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Processed 2/2 derived feature nodes of type 'org.eclipse.hawk.epsilon.emc.EOLQueryEngine' (0 s, 0 s total)
12:27:11.393 [pool-52-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...
12:27:11.393 [pool-52-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating any affected derived attributes...
0s97ms [proxy update]
12:27:11.394 [pool-52-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updated proxies.
Indexed successfully revision 1 (timepoint 1654604823909) of file:///tmp/hawkSvnRepo11791676994494511358
12:27:11.395 [pool-52-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating relevant changed model files...
12:27:11.398 [pool-52-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Deleting models removed from repository...
12:27:11.399 [pool-52-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating models to the new version...
12:27:11.479 [pool-52-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /root.xmi...
12:27:11.479 [pool-52-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
12:27:11.480 [pool-52-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File contains: 1 (1) nodes in store
12:27:11.480 [pool-52-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - Update contains | a:0 u:1 d:0 ratio: 1.0
12:27:11.481 [pool-52-thread-1] DEBUG o.e.h.g.updater.GraphModelInserter - File already present, calculating deltas with respect to graph storage
12:27:11.481 [pool-52-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performing transactional update (ratio:0.0) on file: /root.xmi...
12:27:11.481 [pool-52-thread-1] DEBUG o.e.h.g.updater.GraphModelInserter - transactional update called
12:27:11.491 [pool-52-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performed transactional update on file: /root.xmi.
0s12ms [pure insertion]
marking any relevant derived attributes for update...12:27:11.491 [pool-52-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s1ms
12:27:11.492 [pool-52-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s1ms
12:27:11.492 [pool-52-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating proxies...
attempting to resolve any leftover cross-file references...
12:27:11.492 [pool-52-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Resolving any leftover cross-file references...
12:27:11.493 [pool-52-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - 0 proxy ref lists left after resolving 0 refs
12:27:11.493 [pool-52-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - proxy resolution took: ~0.001s
attempting to resolve any uninitialized derived attributes...
12:27:11.493 [pool-52-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Resolving any uninitialized derived attributes...
12:27:11.493 [pool-52-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - Deriving attributes...
12:27:11.493 [pool-52-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...
12:27:11.493 [pool-52-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating any affected derived attributes...
12:27:11.494 [pool-52-thread-1] DEBUG o.e.hawk.epsilon.emc.DeriveFeature - adding new module to cache, key: return self.label = 'NowYouSeeMe';
0s88ms [proxy update]
12:27:11.580 [pool-52-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updated proxies.
Indexed successfully revision 2 (timepoint 1654604825132) of file:///tmp/hawkSvnRepo11791676994494511358
12:27:11.581 [pool-52-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating relevant changed model files...
12:27:11.585 [pool-52-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Deleting models removed from repository...
12:27:11.585 [pool-52-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating models to the new version...
12:27:11.600 [pool-52-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /root.xmi...
12:27:11.600 [pool-52-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
12:27:11.600 [pool-52-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File contains: 1 (1) nodes in store
12:27:11.601 [pool-52-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - Update contains | a:1 u:1 d:0 ratio: 2.0
12:27:11.601 [pool-52-thread-1] DEBUG o.e.h.g.updater.GraphModelInserter - File already present, calculating deltas with respect to graph storage
12:27:11.601 [pool-52-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performing transactional update (ratio:0.0) on file: /root.xmi...
12:27:11.601 [pool-52-thread-1] DEBUG o.e.h.g.updater.GraphModelInserter - transactional update called
12:27:11.683 [pool-52-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performed transactional update on file: /root.xmi.
0s83ms [pure insertion]
marking any relevant derived attributes for update...12:27:11.683 [pool-52-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s2ms
12:27:11.685 [pool-52-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s2ms
12:27:11.685 [pool-52-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating proxies...
attempting to resolve any leftover cross-file references...
12:27:11.685 [pool-52-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Resolving any leftover cross-file references...
12:27:11.686 [pool-52-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - 0 proxy ref lists left after resolving 0 refs
12:27:11.686 [pool-52-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - proxy resolution took: ~0.001s
attempting to resolve any uninitialized derived attributes...
12:27:11.686 [pool-52-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Resolving any uninitialized derived attributes...
12:27:11.686 [pool-52-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - Deriving attributes...
12:27:11.688 [pool-52-thread-1] DEBUG o.e.hawk.epsilon.emc.DeriveFeature - adding new module to cache, key: return self.children.size > 0;
12:27:11.701 [pool-52-thread-1] DEBUG o.e.hawk.epsilon.emc.DeriveFeature - adding new module to cache, key: return self.label = 'NowYouSeeMe';
12:27:11.797 [pool-52-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Processed 2/2 derived feature nodes of type 'org.eclipse.hawk.epsilon.emc.EOLQueryEngine' (0 s, 0 s total)
12:27:11.797 [pool-52-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...
12:27:11.797 [pool-52-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating any affected derived attributes...
12:27:11.798 [pool-52-thread-1] DEBUG o.e.hawk.epsilon.emc.DeriveFeature - adding new module to cache, key: return self.children.size > 0;
0s202ms [proxy update]
12:27:11.887 [pool-52-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updated proxies.
Indexed successfully revision 3 (timepoint 1654604827126) of file:///tmp/hawkSvnRepo11791676994494511358
12:27:11.888 [pool-52-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating relevant changed model files...
12:27:11.892 [pool-52-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Deleting models removed from repository...
12:27:11.893 [pool-52-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating models to the new version...
12:27:11.977 [pool-52-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /root.xmi...
12:27:11.977 [pool-52-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
12:27:11.981 [pool-52-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File contains: 2 (2) nodes in store
12:27:11.982 [pool-52-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - Update contains | a:0 u:1 d:0 ratio: 0.5
12:27:11.982 [pool-52-thread-1] DEBUG o.e.h.g.updater.GraphModelInserter - File already present, calculating deltas with respect to graph storage
12:27:11.982 [pool-52-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performing transactional update (ratio:0.0) on file: /root.xmi...
12:27:11.982 [pool-52-thread-1] DEBUG o.e.h.g.updater.GraphModelInserter - transactional update called
12:27:11.983 [pool-52-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performed transactional update on file: /root.xmi.
0s6ms [pure insertion]
marking any relevant derived attributes for update...12:27:11.983 [pool-52-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s1ms
12:27:11.984 [pool-52-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s1ms
12:27:11.984 [pool-52-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating proxies...
attempting to resolve any leftover cross-file references...
12:27:11.984 [pool-52-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Resolving any leftover cross-file references...
12:27:11.984 [pool-52-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - 0 proxy ref lists left after resolving 0 refs
12:27:11.984 [pool-52-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - proxy resolution took: ~0.0s
attempting to resolve any uninitialized derived attributes...
12:27:11.984 [pool-52-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Resolving any uninitialized derived attributes...
12:27:11.984 [pool-52-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - Deriving attributes...
12:27:11.984 [pool-52-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...
12:27:11.984 [pool-52-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating any affected derived attributes...
12:27:11.985 [pool-52-thread-1] DEBUG o.e.hawk.epsilon.emc.DeriveFeature - adding new module to cache, key: return self.label = 'NowYouSeeMe';
0s92ms [proxy update]
12:27:12.076 [pool-52-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updated proxies.
Indexed successfully revision 4 (timepoint 1654604829120) of file:///tmp/hawkSvnRepo11791676994494511358
12:27:12.077 [pool-52-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performing optional post-sync operations.
12:27:12.077 [pool-52-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updated Hawk instance test (success). 0 s 963 ms
12:27:12.089 [main] INFO  o.e.h.c.r.CompositeStateListener - Hawk shutting down...
12:27:12.089 [main] INFO  o.e.h.c.r.CompositeStateListener - Saving Hawk metadata...
adding: file:///tmp/hawkSvnRepo11791676994494511358:org.eclipse.hawk.svn.SvnManager:false
12:27:12.092 [main] INFO  o.e.h.c.r.CompositeStateListener - Saved Hawk metadata.
12:27:12.092 [main] INFO  o.e.h.core.runtime.BaseModelIndexer - Waiting 120s for all scheduled tasks to complete
12:27:12.261 [main] INFO  o.e.hawk.greycat.lucene.SoftTxLucene - Shutdown of Lucene complete.
12:27:12.261 [main] INFO  o.e.h.g.AbstractGreycatDatabase - Disconnected from GreyCat graph at /tmp/junit6207895698655687185/test_sinceAnnotated[LevelDB GreyCat]
12:27:12.263 [main] INFO  o.e.h.c.r.CompositeStateListener - Hawk shut down.
12:27:13.397 [main] INFO  o.e.h.c.r.CompositeStateListener - Saving Hawk metadata...
12:27:13.402 [main] INFO  o.e.h.c.r.CompositeStateListener - Saved Hawk metadata.
12:27:13.402 [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
12:27:13.402 [main] INFO  o.e.h.g.u.GraphMetaModelResourceInjector - ADDING METAMODELS: 
12:27:13.402 [main] INFO  o.e.h.g.u.GraphMetaModelResourceInjector - ADDING: 
12:27:13.409 [main] INFO  o.e.h.g.u.GraphMetaModelResourceInjector - 0 METAMODEL NODES! (took ~0 sec)
inserting static metamodels complete
12:27:13.409 [main] INFO  o.e.h.c.r.CompositeStateListener - Registering metamodels...
12:27:13.409 [main] INFO  o.e.h.c.r.CompositeStateListener - Registered metamodels.
12:27:13.410 [main] INFO  o.e.h.c.r.CompositeStateListener - Initialized Hawk.
12:27:13.410 [pool-54-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating Hawk...
updating indexer: 
12:27:13.410 [main] INFO  o.e.h.c.r.CompositeStateListener - Adding metamodel(s)...
12:27:13.410 [pool-54-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performing optional post-sync operations.
12:27:13.410 [pool-54-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updated Hawk instance test (success). 0 s 0 ms
Adding metamodels in: ../../core/tests/org.eclipse.hawk.integration.tests/resources/metamodels/Ecore.ecore to store
12:27:13.426 [main] INFO  o.e.h.g.u.GraphMetaModelResourceInjector - ADDING METAMODELS: 
12:27:13.426 [main] INFO  o.e.h.g.u.GraphMetaModelResourceInjector - ADDING: 
12:27:13.480 [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
12:27:13.482 [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
12:27:13.483 [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
12:27:13.483 [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
12:27:13.488 [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
12:27:13.490 [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
12:27:13.491 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EShort will be handled as its instance type short
12:27:13.492 [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[]
12:27:13.492 [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
12:27:13.492 [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
12:27:13.492 [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
12:27:13.492 [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
12:27:13.492 [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
12:27:13.492 [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
12:27:13.492 [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
12:27:13.492 [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
12:27:13.495 [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
12:27:13.500 [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
12:27:13.500 [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
12:27:13.501 [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
12:27:13.502 [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
12:27:13.502 [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
12:27:13.502 [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
12:27:13.502 [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
12:27:13.502 [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
12:27:13.502 [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
12:27:13.502 [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
12:27:13.502 [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
12:27:13.502 [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
12:27:13.506 [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
12:27:13.507 [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
12:27:13.574 [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
12:27:13.574 [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
12:27:13.587 [main] INFO  o.e.h.g.u.GraphMetaModelResourceInjector - 20 METAMODEL NODES! (took ~0 sec)
12:27:13.588 [main] INFO  o.e.h.c.r.CompositeStateListener - Added metamodel(s).
12:27:13.588 [main] INFO  o.e.h.c.r.CompositeStateListener - Adding metamodel(s)...
Adding metamodels in: ../../core/tests/org.eclipse.hawk.integration.tests/resources/metamodels/XMLType.ecore to store
12:27:13.597 [main] INFO  o.e.h.g.u.GraphMetaModelResourceInjector - ADDING METAMODELS: 
12:27:13.597 [main] INFO  o.e.h.g.u.GraphMetaModelResourceInjector - ADDING: 
12:27:13.607 [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
12:27:13.607 [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[]
12:27:13.607 [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
12:27:13.608 [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
12:27:13.608 [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
12:27:13.608 [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
12:27:13.608 [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
12:27:13.608 [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
12:27:13.608 [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
12:27:13.608 [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
12:27:13.608 [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
12:27:13.608 [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
12:27:13.608 [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
12:27:13.608 [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
12:27:13.608 [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
12:27:13.608 [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
12:27:13.608 [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
12:27:13.608 [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
12:27:13.608 [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
12:27:13.609 [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
12:27:13.611 [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
12:27:13.611 [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
12:27:13.611 [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
12:27:13.611 [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
12:27:13.611 [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
12:27:13.611 [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
12:27:13.611 [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
12:27:13.611 [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
12:27:13.611 [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
12:27:13.611 [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
12:27:13.611 [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
12:27:13.611 [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
12:27:13.611 [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
12:27:13.674 [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
12:27:13.674 [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
12:27:13.674 [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
12:27:13.674 [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
12:27:13.674 [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
12:27:13.674 [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
12:27:13.674 [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
12:27:13.674 [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
12:27:13.674 [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
12:27:13.674 [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
12:27:13.674 [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
12:27:13.674 [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
12:27:13.674 [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
12:27:13.674 [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
12:27:13.674 [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
12:27:13.674 [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
12:27:13.674 [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
12:27:13.674 [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
12:27:13.674 [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
12:27:13.674 [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
12:27:13.674 [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[]
12:27:13.676 [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
12:27:13.676 [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
12:27:13.676 [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
12:27:13.678 [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
12:27:13.678 [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
12:27:13.683 [main] INFO  o.e.h.g.u.GraphMetaModelResourceInjector - 4 METAMODEL NODES! (took ~0 sec)
12:27:13.683 [main] INFO  o.e.h.c.r.CompositeStateListener - Added metamodel(s).
12:27:13.683 [main] INFO  o.e.h.c.r.CompositeStateListener - Adding metamodel(s)...
Adding metamodels in: ../../core/tests/org.eclipse.hawk.integration.tests/resources/metamodels/Tree.ecore to store
12:27:13.685 [main] INFO  o.e.h.g.u.GraphMetaModelResourceInjector - ADDING METAMODELS: 
12:27:13.685 [main] INFO  o.e.h.g.u.GraphMetaModelResourceInjector - ADDING: 
12:27:13.693 [main] DEBUG o.e.h.g.u.GraphMetaModelResourceInjector - supertype dependency from Tree to http://www.eclipse.org/emf/2002/Ecore
12:27:13.696 [main] INFO  o.e.h.g.u.GraphMetaModelResourceInjector - 1 METAMODEL NODES! (took ~0 sec)
12:27:13.696 [main] INFO  o.e.h.c.r.CompositeStateListener - Added metamodel(s).
12:27:13.697 [main] INFO  o.e.h.g.u.GraphMetaModelResourceInjector - Derived attribute added: Tree::Tree#HasChildren (isMany=false|isOrdered=false|isUnique=false|type=Boolean) org.eclipse.hawk.epsilon.emc.EOLQueryEngine#
return self.children.size > 0;
12:27:13.703 [main] INFO  o.e.h.g.u.GraphMetaModelResourceInjector - Derived attribute added: Tree::Tree#Important (isMany=false|isOrdered=false|isUnique=false|type=Boolean) org.eclipse.hawk.epsilon.emc.EOLQueryEngine#
return self.label = 'NowYouSeeMe';
No username/password recorded for the repository file:///tmp/hawkSvnRepo7386057820993997540
12:27:21.110 [main] INFO  o.e.h.c.r.CompositeStateListener - Saving Hawk metadata...
adding: file:///tmp/hawkSvnRepo7386057820993997540:org.eclipse.hawk.svn.SvnManager:false
12:27:21.127 [main] INFO  o.e.h.c.r.CompositeStateListener - Saved Hawk metadata.
12:27:21.127 [pool-54-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating Hawk...
updating indexer: 
12:27:21.142 [pool-54-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating relevant changed model files...
12:27:21.143 [pool-54-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Deleting models removed from repository...
12:27:21.143 [pool-54-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating models to the new version...
12:27:21.143 [pool-54-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating proxies...
attempting to resolve any leftover cross-file references...
12:27:21.143 [pool-54-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Resolving any leftover cross-file references...
12:27:21.146 [pool-54-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - 0 proxy ref lists left after resolving 0 refs
12:27:21.146 [pool-54-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - proxy resolution took: ~0.003s
attempting to resolve any uninitialized derived attributes...
12:27:21.146 [pool-54-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Resolving any uninitialized derived attributes...
12:27:21.146 [pool-54-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - Deriving attributes...
12:27:21.149 [pool-54-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...
12:27:21.150 [pool-54-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating any affected derived attributes...
0s41ms [proxy update]
12:27:21.184 [pool-54-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updated proxies.
Indexed successfully revision 0 (timepoint 1654604832283) of file:///tmp/hawkSvnRepo7386057820993997540
12:27:21.185 [pool-54-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating relevant changed model files...
12:27:21.193 [pool-54-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Deleting models removed from repository...
12:27:21.193 [pool-54-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating models to the new version...
12:27:21.277 [pool-54-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /root.xmi...
12:27:21.283 [pool-54-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
12:27:21.283 [pool-54-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
12:27:21.283 [pool-54-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performing batch insert on file: /root.xmi...
12:27:21.288 [pool-54-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding elements of file /root.xmi
12:27:21.306 [pool-54-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~0sec)
12:27:21.306 [pool-54-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding edges of file /root.xmi
12:27:21.306 [pool-54-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec)
12:27:21.306 [pool-54-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performed batch insert on file: /root.xmi.
0s29ms [pure insertion]
marking any relevant derived attributes for update...12:27:21.306 [pool-54-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
12:27:21.306 [pool-54-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
12:27:21.306 [pool-54-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating proxies...
attempting to resolve any leftover cross-file references...
12:27:21.307 [pool-54-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Resolving any leftover cross-file references...
12:27:21.307 [pool-54-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - 0 proxy ref lists left after resolving 0 refs
12:27:21.307 [pool-54-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - proxy resolution took: ~0.0s
attempting to resolve any uninitialized derived attributes...
12:27:21.307 [pool-54-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Resolving any uninitialized derived attributes...
12:27:21.307 [pool-54-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - Deriving attributes...
12:27:21.375 [pool-54-thread-1] DEBUG o.e.hawk.epsilon.emc.DeriveFeature - adding new module to cache, key: return self.children.size > 0;
12:27:21.386 [pool-54-thread-1] DEBUG o.e.hawk.epsilon.emc.DeriveFeature - adding new module to cache, key: return self.label = 'NowYouSeeMe';
12:27:21.475 [pool-54-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Processed 2/2 derived feature nodes of type 'org.eclipse.hawk.epsilon.emc.EOLQueryEngine' (0 s, 0 s total)
12:27:21.475 [pool-54-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...
12:27:21.475 [pool-54-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating any affected derived attributes...
0s170ms [proxy update]
12:27:21.476 [pool-54-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updated proxies.
Indexed successfully revision 1 (timepoint 1654604833882) of file:///tmp/hawkSvnRepo7386057820993997540
12:27:21.477 [pool-54-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating relevant changed model files...
12:27:21.481 [pool-54-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Deleting models removed from repository...
12:27:21.481 [pool-54-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating models to the new version...
12:27:21.499 [pool-54-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /root.xmi...
12:27:21.499 [pool-54-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
12:27:21.500 [pool-54-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File contains: 1 (1) nodes in store
12:27:21.500 [pool-54-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - Update contains | a:0 u:1 d:0 ratio: 1.0
12:27:21.500 [pool-54-thread-1] DEBUG o.e.h.g.updater.GraphModelInserter - File already present, calculating deltas with respect to graph storage
12:27:21.501 [pool-54-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performing transactional update (ratio:0.0) on file: /root.xmi...
12:27:21.501 [pool-54-thread-1] DEBUG o.e.h.g.updater.GraphModelInserter - transactional update called
12:27:21.576 [pool-54-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performed transactional update on file: /root.xmi.
0s77ms [pure insertion]
marking any relevant derived attributes for update...12:27:21.576 [pool-54-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s1ms
12:27:21.577 [pool-54-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s1ms
12:27:21.577 [pool-54-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating proxies...
attempting to resolve any leftover cross-file references...
12:27:21.577 [pool-54-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Resolving any leftover cross-file references...
12:27:21.578 [pool-54-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - 0 proxy ref lists left after resolving 0 refs
12:27:21.578 [pool-54-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - proxy resolution took: ~0.001s
attempting to resolve any uninitialized derived attributes...
12:27:21.578 [pool-54-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Resolving any uninitialized derived attributes...
12:27:21.578 [pool-54-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - Deriving attributes...
12:27:21.578 [pool-54-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...
12:27:21.578 [pool-54-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating any affected derived attributes...
12:27:21.579 [pool-54-thread-1] DEBUG o.e.hawk.epsilon.emc.DeriveFeature - adding new module to cache, key: return self.label = 'NowYouSeeMe';
0s24ms [proxy update]
12:27:21.601 [pool-54-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updated proxies.
Indexed successfully revision 2 (timepoint 1654604835124) of file:///tmp/hawkSvnRepo7386057820993997540
12:27:21.602 [pool-54-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating relevant changed model files...
12:27:21.606 [pool-54-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Deleting models removed from repository...
12:27:21.606 [pool-54-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating models to the new version...
12:27:21.678 [pool-54-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /root.xmi...
12:27:21.678 [pool-54-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
12:27:21.678 [pool-54-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File contains: 1 (1) nodes in store
12:27:21.679 [pool-54-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - Update contains | a:1 u:1 d:0 ratio: 2.0
12:27:21.679 [pool-54-thread-1] DEBUG o.e.h.g.updater.GraphModelInserter - File already present, calculating deltas with respect to graph storage
12:27:21.679 [pool-54-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performing transactional update (ratio:0.0) on file: /root.xmi...
12:27:21.679 [pool-54-thread-1] DEBUG o.e.h.g.updater.GraphModelInserter - transactional update called
12:27:21.694 [pool-54-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performed transactional update on file: /root.xmi.
0s16ms [pure insertion]
marking any relevant derived attributes for update...12:27:21.694 [pool-54-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s1ms
12:27:21.695 [pool-54-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s1ms
12:27:21.695 [pool-54-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating proxies...
attempting to resolve any leftover cross-file references...
12:27:21.695 [pool-54-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Resolving any leftover cross-file references...
12:27:21.695 [pool-54-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - 0 proxy ref lists left after resolving 0 refs
12:27:21.695 [pool-54-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - proxy resolution took: ~0.0s
attempting to resolve any uninitialized derived attributes...
12:27:21.695 [pool-54-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Resolving any uninitialized derived attributes...
12:27:21.695 [pool-54-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - Deriving attributes...
12:27:21.696 [pool-54-thread-1] DEBUG o.e.hawk.epsilon.emc.DeriveFeature - adding new module to cache, key: return self.children.size > 0;
12:27:21.707 [pool-54-thread-1] DEBUG o.e.hawk.epsilon.emc.DeriveFeature - adding new module to cache, key: return self.label = 'NowYouSeeMe';
12:27:21.894 [pool-54-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Processed 2/2 derived feature nodes of type 'org.eclipse.hawk.epsilon.emc.EOLQueryEngine' (0 s, 0 s total)
12:27:21.894 [pool-54-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...
12:27:21.894 [pool-54-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating any affected derived attributes...
12:27:21.895 [pool-54-thread-1] DEBUG o.e.hawk.epsilon.emc.DeriveFeature - adding new module to cache, key: return self.children.size > 0;
0s221ms [proxy update]
12:27:21.916 [pool-54-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updated proxies.
Indexed successfully revision 3 (timepoint 1654604837125) of file:///tmp/hawkSvnRepo7386057820993997540
12:27:21.918 [pool-54-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating relevant changed model files...
12:27:21.922 [pool-54-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Deleting models removed from repository...
12:27:21.922 [pool-54-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating models to the new version...
12:27:21.986 [pool-54-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /root.xmi...
12:27:21.986 [pool-54-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
12:27:21.989 [pool-54-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File contains: 2 (2) nodes in store
12:27:21.990 [pool-54-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - Update contains | a:0 u:1 d:0 ratio: 0.5
12:27:21.990 [pool-54-thread-1] DEBUG o.e.h.g.updater.GraphModelInserter - File already present, calculating deltas with respect to graph storage
12:27:21.990 [pool-54-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performing transactional update (ratio:0.0) on file: /root.xmi...
12:27:21.990 [pool-54-thread-1] DEBUG o.e.h.g.updater.GraphModelInserter - transactional update called
12:27:21.991 [pool-54-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performed transactional update on file: /root.xmi.
0s5ms [pure insertion]
marking any relevant derived attributes for update...12:27:21.991 [pool-54-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s1ms
12:27:21.992 [pool-54-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s1ms
12:27:21.992 [pool-54-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating proxies...
attempting to resolve any leftover cross-file references...
12:27:21.992 [pool-54-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Resolving any leftover cross-file references...
12:27:21.992 [pool-54-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - 0 proxy ref lists left after resolving 0 refs
12:27:21.992 [pool-54-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - proxy resolution took: ~0.0s
attempting to resolve any uninitialized derived attributes...
12:27:21.992 [pool-54-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Resolving any uninitialized derived attributes...
12:27:21.992 [pool-54-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - Deriving attributes...
12:27:21.992 [pool-54-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...
12:27:21.992 [pool-54-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating any affected derived attributes...
12:27:21.993 [pool-54-thread-1] DEBUG o.e.hawk.epsilon.emc.DeriveFeature - adding new module to cache, key: return self.label = 'NowYouSeeMe';
0s93ms [proxy update]
12:27:22.085 [pool-54-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updated proxies.
Indexed successfully revision 4 (timepoint 1654604839119) of file:///tmp/hawkSvnRepo7386057820993997540
12:27:22.086 [pool-54-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performing optional post-sync operations.
12:27:22.086 [pool-54-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updated Hawk instance test (success). 0 s 959 ms
12:27:22.098 [main] INFO  o.e.h.c.r.CompositeStateListener - Hawk shutting down...
12:27:22.098 [main] INFO  o.e.h.c.r.CompositeStateListener - Saving Hawk metadata...
adding: file:///tmp/hawkSvnRepo7386057820993997540:org.eclipse.hawk.svn.SvnManager:false
12:27:22.100 [main] INFO  o.e.h.c.r.CompositeStateListener - Saved Hawk metadata.
12:27:22.100 [main] INFO  o.e.h.core.runtime.BaseModelIndexer - Waiting 120s for all scheduled tasks to complete
12:27:22.177 [main] INFO  o.e.hawk.greycat.lucene.SoftTxLucene - Shutdown of Lucene complete.
12:27:22.177 [main] INFO  o.e.h.g.AbstractGreycatDatabase - Disconnected from GreyCat graph at /tmp/junit8511658981319152672/test_beforeAnnotated[LevelDB GreyCat]
12:27:22.179 [main] INFO  o.e.h.c.r.CompositeStateListener - Hawk shut down.
12:27:23.235 [main] INFO  o.e.h.c.r.CompositeStateListener - Saving Hawk metadata...
12:27:23.237 [main] INFO  o.e.h.c.r.CompositeStateListener - Saved Hawk metadata.
12:27:23.237 [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
12:27:23.237 [main] INFO  o.e.h.g.u.GraphMetaModelResourceInjector - ADDING METAMODELS: 
12:27:23.237 [main] INFO  o.e.h.g.u.GraphMetaModelResourceInjector - ADDING: 
12:27:23.240 [main] INFO  o.e.h.g.u.GraphMetaModelResourceInjector - 0 METAMODEL NODES! (took ~0 sec)
inserting static metamodels complete
12:27:23.240 [main] INFO  o.e.h.c.r.CompositeStateListener - Registering metamodels...
12:27:23.240 [main] INFO  o.e.h.c.r.CompositeStateListener - Registered metamodels.
12:27:23.241 [main] INFO  o.e.h.c.r.CompositeStateListener - Initialized Hawk.
12:27:23.241 [pool-56-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating Hawk...
updating indexer: 
12:27:23.241 [main] INFO  o.e.h.c.r.CompositeStateListener - Adding metamodel(s)...
12:27:23.241 [pool-56-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performing optional post-sync operations.
12:27:23.241 [pool-56-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updated Hawk instance test (success). 0 s 0 ms
Adding metamodels in: ../../core/tests/org.eclipse.hawk.integration.tests/resources/metamodels/Ecore.ecore to store
12:27:23.253 [main] INFO  o.e.h.g.u.GraphMetaModelResourceInjector - ADDING METAMODELS: 
12:27:23.253 [main] INFO  o.e.h.g.u.GraphMetaModelResourceInjector - ADDING: 
12:27:23.279 [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
12:27:23.279 [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
12:27:23.279 [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[]
12:27:23.279 [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
12:27:23.279 [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
12:27:23.279 [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
12:27:23.280 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EEList will be handled as its instance type org.eclipse.emf.common.util.EList
12:27:23.281 [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
12:27:23.281 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EEnumerator will be handled as its instance type org.eclipse.emf.common.util.Enumerator
12:27:23.282 [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
12:27:23.282 [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
12:27:23.282 [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
12:27:23.282 [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
12:27:23.282 [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
12:27:23.282 [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
12:27:23.282 [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
12:27:23.282 [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
12:27:23.283 [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
12:27:23.285 [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
12:27:23.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
12:27:23.285 [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
12:27:23.285 [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
12:27:23.285 [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
12:27:23.287 [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
12:27:23.288 [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
12:27:23.288 [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
12:27:23.288 [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
12:27:23.289 [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
12:27:23.289 [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
12:27:23.289 [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
12:27:23.289 [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
12:27:23.289 [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
12:27:23.290 [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
12:27:23.300 [main] INFO  o.e.h.g.u.GraphMetaModelResourceInjector - 20 METAMODEL NODES! (took ~0 sec)
12:27:23.300 [main] INFO  o.e.h.c.r.CompositeStateListener - Added metamodel(s).
12:27:23.300 [main] INFO  o.e.h.c.r.CompositeStateListener - Adding metamodel(s)...
Adding metamodels in: ../../core/tests/org.eclipse.hawk.integration.tests/resources/metamodels/XMLType.ecore to store
12:27:23.305 [main] INFO  o.e.h.g.u.GraphMetaModelResourceInjector - ADDING METAMODELS: 
12:27:23.305 [main] INFO  o.e.h.g.u.GraphMetaModelResourceInjector - ADDING: 
12:27:23.311 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::UnsignedIntObject will be handled as its instance type java.lang.Long
12:27:23.311 [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
12:27:23.311 [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
12:27:23.312 [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
12:27:23.312 [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
12:27:23.312 [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
12:27:23.313 [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
12:27:23.313 [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
12:27:23.313 [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
12:27:23.313 [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
12:27:23.313 [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
12:27:23.375 [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
12:27:23.375 [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
12:27:23.375 [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
12:27:23.375 [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
12:27:23.375 [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
12:27:23.375 [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
12:27:23.375 [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
12:27:23.375 [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
12:27:23.375 [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
12:27:23.375 [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[]
12:27:23.375 [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
12:27:23.375 [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
12:27:23.375 [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
12:27:23.375 [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
12:27:23.375 [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
12:27:23.375 [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
12:27:23.375 [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
12:27:23.375 [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
12:27:23.375 [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
12:27:23.375 [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
12:27:23.375 [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
12:27:23.375 [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
12:27:23.375 [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
12:27:23.375 [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
12:27:23.375 [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
12:27:23.375 [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[]
12:27:23.375 [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
12:27:23.375 [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
12:27:23.375 [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
12:27:23.375 [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
12:27:23.375 [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
12:27:23.375 [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
12:27:23.375 [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
12:27:23.375 [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
12:27:23.375 [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
12:27:23.375 [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
12:27:23.375 [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
12:27:23.375 [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
12:27:23.375 [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
12:27:23.375 [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
12:27:23.377 [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
12:27:23.377 [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
12:27:23.377 [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
12:27:23.377 [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
12:27:23.377 [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
12:27:23.377 [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
12:27:23.377 [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
12:27:23.377 [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
12:27:23.386 [main] INFO  o.e.h.g.u.GraphMetaModelResourceInjector - 4 METAMODEL NODES! (took ~0 sec)
12:27:23.386 [main] INFO  o.e.h.c.r.CompositeStateListener - Added metamodel(s).
12:27:23.387 [main] INFO  o.e.h.c.r.CompositeStateListener - Adding metamodel(s)...
Adding metamodels in: ../../core/tests/org.eclipse.hawk.integration.tests/resources/metamodels/Tree.ecore to store
12:27:23.389 [main] INFO  o.e.h.g.u.GraphMetaModelResourceInjector - ADDING METAMODELS: 
12:27:23.389 [main] INFO  o.e.h.g.u.GraphMetaModelResourceInjector - ADDING: 
12:27:23.397 [main] DEBUG o.e.h.g.u.GraphMetaModelResourceInjector - supertype dependency from Tree to http://www.eclipse.org/emf/2002/Ecore
12:27:23.400 [main] INFO  o.e.h.g.u.GraphMetaModelResourceInjector - 1 METAMODEL NODES! (took ~0 sec)
12:27:23.400 [main] INFO  o.e.h.c.r.CompositeStateListener - Added metamodel(s).
12:27:23.400 [main] INFO  o.e.h.g.u.GraphMetaModelResourceInjector - Derived attribute added: Tree::Tree#HasChildren (isMany=false|isOrdered=false|isUnique=false|type=Boolean) org.eclipse.hawk.epsilon.emc.EOLQueryEngine#
return self.children.size > 0;
12:27:23.405 [main] INFO  o.e.h.g.u.GraphMetaModelResourceInjector - Derived attribute added: Tree::Tree#Important (isMany=false|isOrdered=false|isUnique=false|type=Boolean) org.eclipse.hawk.epsilon.emc.EOLQueryEngine#
return self.label = 'NowYouSeeMe';
No username/password recorded for the repository file:///tmp/hawkSvnRepo14624569934915795955
12:27:31.106 [main] INFO  o.e.h.c.r.CompositeStateListener - Saving Hawk metadata...
adding: file:///tmp/hawkSvnRepo14624569934915795955:org.eclipse.hawk.svn.SvnManager:false
12:27:31.108 [main] INFO  o.e.h.c.r.CompositeStateListener - Saved Hawk metadata.
12:27:31.108 [pool-56-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating Hawk...
updating indexer: 
12:27:31.121 [pool-56-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating relevant changed model files...
12:27:31.121 [pool-56-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Deleting models removed from repository...
12:27:31.121 [pool-56-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating models to the new version...
12:27:31.121 [pool-56-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating proxies...
attempting to resolve any leftover cross-file references...
12:27:31.121 [pool-56-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Resolving any leftover cross-file references...
12:27:31.124 [pool-56-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - 0 proxy ref lists left after resolving 0 refs
12:27:31.124 [pool-56-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - proxy resolution took: ~0.003s
attempting to resolve any uninitialized derived attributes...
12:27:31.124 [pool-56-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Resolving any uninitialized derived attributes...
12:27:31.124 [pool-56-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - Deriving attributes...
12:27:31.127 [pool-56-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...
12:27:31.127 [pool-56-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating any affected derived attributes...
0s13ms [proxy update]
12:27:31.134 [pool-56-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updated proxies.
Indexed successfully revision 0 (timepoint 1654604842199) of file:///tmp/hawkSvnRepo14624569934915795955
12:27:31.135 [pool-56-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating relevant changed model files...
12:27:31.140 [pool-56-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Deleting models removed from repository...
12:27:31.140 [pool-56-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating models to the new version...
12:27:31.180 [pool-56-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /root.xmi...
12:27:31.191 [pool-56-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
12:27:31.191 [pool-56-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
12:27:31.191 [pool-56-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performing batch insert on file: /root.xmi...
12:27:31.196 [pool-56-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding elements of file /root.xmi
12:27:31.212 [pool-56-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~0sec)
12:27:31.212 [pool-56-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding edges of file /root.xmi
12:27:31.212 [pool-56-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec)
12:27:31.212 [pool-56-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performed batch insert on file: /root.xmi.
0s32ms [pure insertion]
marking any relevant derived attributes for update...12:27:31.212 [pool-56-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
12:27:31.212 [pool-56-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
12:27:31.212 [pool-56-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating proxies...
attempting to resolve any leftover cross-file references...
12:27:31.212 [pool-56-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Resolving any leftover cross-file references...
12:27:31.213 [pool-56-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - 0 proxy ref lists left after resolving 0 refs
12:27:31.213 [pool-56-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - proxy resolution took: ~0.001s
attempting to resolve any uninitialized derived attributes...
12:27:31.213 [pool-56-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Resolving any uninitialized derived attributes...
12:27:31.213 [pool-56-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - Deriving attributes...
12:27:31.215 [pool-56-thread-1] DEBUG o.e.hawk.epsilon.emc.DeriveFeature - adding new module to cache, key: return self.children.size > 0;
12:27:31.281 [pool-56-thread-1] DEBUG o.e.hawk.epsilon.emc.DeriveFeature - adding new module to cache, key: return self.label = 'NowYouSeeMe';
12:27:31.301 [pool-56-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Processed 2/2 derived feature nodes of type 'org.eclipse.hawk.epsilon.emc.EOLQueryEngine' (0 s, 0 s total)
12:27:31.302 [pool-56-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...
12:27:31.302 [pool-56-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating any affected derived attributes...
0s90ms [proxy update]
12:27:31.302 [pool-56-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updated proxies.
Indexed successfully revision 1 (timepoint 1654604843577) of file:///tmp/hawkSvnRepo14624569934915795955
12:27:31.303 [pool-56-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating relevant changed model files...
12:27:31.306 [pool-56-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Deleting models removed from repository...
12:27:31.306 [pool-56-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating models to the new version...
12:27:31.382 [pool-56-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /root.xmi...
12:27:31.382 [pool-56-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
12:27:31.382 [pool-56-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File contains: 1 (1) nodes in store
12:27:31.383 [pool-56-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - Update contains | a:0 u:1 d:0 ratio: 1.0
12:27:31.383 [pool-56-thread-1] DEBUG o.e.h.g.updater.GraphModelInserter - File already present, calculating deltas with respect to graph storage
12:27:31.383 [pool-56-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performing transactional update (ratio:0.0) on file: /root.xmi...
12:27:31.383 [pool-56-thread-1] DEBUG o.e.h.g.updater.GraphModelInserter - transactional update called
12:27:31.394 [pool-56-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performed transactional update on file: /root.xmi.
0s12ms [pure insertion]
marking any relevant derived attributes for update...12:27:31.394 [pool-56-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s1ms
12:27:31.395 [pool-56-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s1ms
12:27:31.395 [pool-56-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating proxies...
attempting to resolve any leftover cross-file references...
12:27:31.395 [pool-56-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Resolving any leftover cross-file references...
12:27:31.395 [pool-56-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - 0 proxy ref lists left after resolving 0 refs
12:27:31.395 [pool-56-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - proxy resolution took: ~0.0s
attempting to resolve any uninitialized derived attributes...
12:27:31.395 [pool-56-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Resolving any uninitialized derived attributes...
12:27:31.395 [pool-56-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - Deriving attributes...
12:27:31.396 [pool-56-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...
12:27:31.396 [pool-56-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating any affected derived attributes...
12:27:31.396 [pool-56-thread-1] DEBUG o.e.hawk.epsilon.emc.DeriveFeature - adding new module to cache, key: return self.label = 'NowYouSeeMe';
0s83ms [proxy update]
12:27:31.478 [pool-56-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updated proxies.
Indexed successfully revision 2 (timepoint 1654604845121) of file:///tmp/hawkSvnRepo14624569934915795955
12:27:31.479 [pool-56-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating relevant changed model files...
12:27:31.482 [pool-56-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Deleting models removed from repository...
12:27:31.482 [pool-56-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating models to the new version...
12:27:31.496 [pool-56-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /root.xmi...
12:27:31.496 [pool-56-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
12:27:31.497 [pool-56-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File contains: 1 (1) nodes in store
12:27:31.497 [pool-56-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - Update contains | a:1 u:1 d:0 ratio: 2.0
12:27:31.497 [pool-56-thread-1] DEBUG o.e.h.g.updater.GraphModelInserter - File already present, calculating deltas with respect to graph storage
12:27:31.497 [pool-56-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performing transactional update (ratio:0.0) on file: /root.xmi...
12:27:31.497 [pool-56-thread-1] DEBUG o.e.h.g.updater.GraphModelInserter - transactional update called
12:27:31.514 [pool-56-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performed transactional update on file: /root.xmi.
0s18ms [pure insertion]
marking any relevant derived attributes for update...12:27:31.514 [pool-56-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s2ms
12:27:31.516 [pool-56-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s2ms
12:27:31.516 [pool-56-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating proxies...
attempting to resolve any leftover cross-file references...
12:27:31.516 [pool-56-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Resolving any leftover cross-file references...
12:27:31.516 [pool-56-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - 0 proxy ref lists left after resolving 0 refs
12:27:31.516 [pool-56-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - proxy resolution took: ~0.0s
attempting to resolve any uninitialized derived attributes...
12:27:31.516 [pool-56-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Resolving any uninitialized derived attributes...
12:27:31.516 [pool-56-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - Deriving attributes...
12:27:31.575 [pool-56-thread-1] DEBUG o.e.hawk.epsilon.emc.DeriveFeature - adding new module to cache, key: return self.children.size > 0;
12:27:31.589 [pool-56-thread-1] DEBUG o.e.hawk.epsilon.emc.DeriveFeature - adding new module to cache, key: return self.label = 'NowYouSeeMe';
12:27:31.679 [pool-56-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Processed 2/2 derived feature nodes of type 'org.eclipse.hawk.epsilon.emc.EOLQueryEngine' (0 s, 0 s total)
12:27:31.679 [pool-56-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...
12:27:31.679 [pool-56-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating any affected derived attributes...
12:27:31.680 [pool-56-thread-1] DEBUG o.e.hawk.epsilon.emc.DeriveFeature - adding new module to cache, key: return self.children.size > 0;
0s187ms [proxy update]
12:27:31.703 [pool-56-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updated proxies.
Indexed successfully revision 3 (timepoint 1654604847119) of file:///tmp/hawkSvnRepo14624569934915795955
12:27:31.704 [pool-56-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating relevant changed model files...
12:27:31.707 [pool-56-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Deleting models removed from repository...
12:27:31.707 [pool-56-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating models to the new version...
12:27:31.784 [pool-56-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /root.xmi...
12:27:31.784 [pool-56-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
12:27:31.788 [pool-56-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File contains: 2 (2) nodes in store
12:27:31.788 [pool-56-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - Update contains | a:0 u:1 d:0 ratio: 0.5
12:27:31.788 [pool-56-thread-1] DEBUG o.e.h.g.updater.GraphModelInserter - File already present, calculating deltas with respect to graph storage
12:27:31.788 [pool-56-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performing transactional update (ratio:0.0) on file: /root.xmi...
12:27:31.788 [pool-56-thread-1] DEBUG o.e.h.g.updater.GraphModelInserter - transactional update called
12:27:31.790 [pool-56-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performed transactional update on file: /root.xmi.
0s6ms [pure insertion]
marking any relevant derived attributes for update...12:27:31.790 [pool-56-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
12:27:31.790 [pool-56-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
12:27:31.790 [pool-56-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating proxies...
attempting to resolve any leftover cross-file references...
12:27:31.790 [pool-56-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Resolving any leftover cross-file references...
12:27:31.790 [pool-56-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - 0 proxy ref lists left after resolving 0 refs
12:27:31.790 [pool-56-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - proxy resolution took: ~0.0s
attempting to resolve any uninitialized derived attributes...
12:27:31.790 [pool-56-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Resolving any uninitialized derived attributes...
12:27:31.790 [pool-56-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - Deriving attributes...
12:27:31.791 [pool-56-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...
12:27:31.791 [pool-56-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating any affected derived attributes...
12:27:31.791 [pool-56-thread-1] DEBUG o.e.hawk.epsilon.emc.DeriveFeature - adding new module to cache, key: return self.label = 'NowYouSeeMe';
0s101ms [proxy update]
12:27:31.891 [pool-56-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updated proxies.
Indexed successfully revision 4 (timepoint 1654604849117) of file:///tmp/hawkSvnRepo14624569934915795955
12:27:31.892 [pool-56-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performing optional post-sync operations.
12:27:31.893 [pool-56-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updated Hawk instance test (success). 0 s 785 ms
12:27:31.908 [main] INFO  o.e.h.c.r.CompositeStateListener - Hawk shutting down...
12:27:31.908 [main] INFO  o.e.h.c.r.CompositeStateListener - Saving Hawk metadata...
adding: file:///tmp/hawkSvnRepo14624569934915795955:org.eclipse.hawk.svn.SvnManager:false
12:27:31.913 [main] INFO  o.e.h.c.r.CompositeStateListener - Saved Hawk metadata.
12:27:31.913 [main] INFO  o.e.h.core.runtime.BaseModelIndexer - Waiting 120s for all scheduled tasks to complete
12:27:32.137 [main] INFO  o.e.hawk.greycat.lucene.SoftTxLucene - Shutdown of Lucene complete.
12:27:32.138 [main] INFO  o.e.h.g.AbstractGreycatDatabase - Disconnected from GreyCat graph at /tmp/junit6212676628439517938/test_whenComposability[LevelDB GreyCat]
12:27:32.140 [main] INFO  o.e.h.c.r.CompositeStateListener - Hawk shut down.
12:27:33.258 [main] INFO  o.e.h.c.r.CompositeStateListener - Saving Hawk metadata...
12:27:33.260 [main] INFO  o.e.h.c.r.CompositeStateListener - Saved Hawk metadata.
12:27:33.260 [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
12:27:33.260 [main] INFO  o.e.h.g.u.GraphMetaModelResourceInjector - ADDING METAMODELS: 
12:27:33.260 [main] INFO  o.e.h.g.u.GraphMetaModelResourceInjector - ADDING: 
12:27:33.264 [main] INFO  o.e.h.g.u.GraphMetaModelResourceInjector - 0 METAMODEL NODES! (took ~0 sec)
inserting static metamodels complete
12:27:33.264 [main] INFO  o.e.h.c.r.CompositeStateListener - Registering metamodels...
12:27:33.264 [main] INFO  o.e.h.c.r.CompositeStateListener - Registered metamodels.
12:27:33.264 [main] INFO  o.e.h.c.r.CompositeStateListener - Initialized Hawk.
12:27:33.264 [main] INFO  o.e.h.c.r.CompositeStateListener - Adding metamodel(s)...
12:27:33.264 [pool-58-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating Hawk...
updating indexer: 
12:27:33.265 [pool-58-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performing optional post-sync operations.
12:27:33.265 [pool-58-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updated Hawk instance test (success). 0 s 0 ms
Adding metamodels in: ../../core/tests/org.eclipse.hawk.integration.tests/resources/metamodels/Ecore.ecore to store
12:27:33.274 [main] INFO  o.e.h.g.u.GraphMetaModelResourceInjector - ADDING METAMODELS: 
12:27:33.274 [main] INFO  o.e.h.g.u.GraphMetaModelResourceInjector - ADDING: 
12:27:33.287 [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
12:27:33.292 [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
12:27:33.293 [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
12:27:33.293 [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
12:27:33.294 [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
12:27:33.295 [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
12:27:33.300 [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
12:27:33.301 [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
12:27:33.303 [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
12:27:33.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
12:27:33.305 [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
12:27:33.308 [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
12:27:33.309 [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
12:27:33.309 [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
12:27:33.309 [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[]
12:27:33.309 [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
12:27:33.309 [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
12:27:33.309 [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
12:27:33.309 [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
12:27:33.309 [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
12:27:33.309 [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
12:27:33.309 [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
12:27:33.309 [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
12:27:33.309 [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
12:27:33.309 [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
12:27:33.310 [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
12:27:33.310 [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
12:27:33.310 [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
12:27:33.310 [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
12:27:33.310 [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
12:27:33.310 [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
12:27:33.310 [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
12:27:33.312 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EEList will be handled as its instance type org.eclipse.emf.common.util.EList
12:27:33.379 [main] INFO  o.e.h.g.u.GraphMetaModelResourceInjector - 20 METAMODEL NODES! (took ~0 sec)
12:27:33.380 [main] INFO  o.e.h.c.r.CompositeStateListener - Added metamodel(s).
12:27:33.380 [main] INFO  o.e.h.c.r.CompositeStateListener - Adding metamodel(s)...
Adding metamodels in: ../../core/tests/org.eclipse.hawk.integration.tests/resources/metamodels/XMLType.ecore to store
12:27:33.387 [main] INFO  o.e.h.g.u.GraphMetaModelResourceInjector - ADDING METAMODELS: 
12:27:33.387 [main] INFO  o.e.h.g.u.GraphMetaModelResourceInjector - ADDING: 
12:27:33.395 [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
12:27:33.395 [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
12:27:33.395 [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
12:27:33.395 [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
12:27:33.395 [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
12:27:33.395 [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
12:27:33.395 [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
12:27:33.395 [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
12:27:33.395 [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
12:27:33.395 [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
12:27:33.395 [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
12:27:33.396 [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
12:27:33.396 [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
12:27:33.396 [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
12:27:33.396 [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
12:27:33.396 [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
12:27:33.396 [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
12:27:33.396 [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
12:27:33.396 [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
12:27:33.396 [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
12:27:33.396 [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
12:27:33.396 [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
12:27:33.396 [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
12:27:33.397 [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
12:27:33.399 [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
12:27:33.399 [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
12:27:33.399 [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
12:27:33.399 [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[]
12:27:33.399 [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
12:27:33.399 [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
12:27:33.399 [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[]
12:27:33.399 [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
12:27:33.401 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::NCName will be handled as its instance type java.lang.String
12:27:33.401 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Time will be handled as its instance type javax.xml.datatype.XMLGregorianCalendar
12:27:33.401 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Double will be handled as its instance type java.lang.Double
12:27:33.401 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::DoubleObject will be handled as its instance type java.lang.Double
12:27:33.401 [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
12:27:33.401 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::FloatObject will be handled as its instance type java.lang.Float
12:27:33.401 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::GMonthDay will be handled as its instance type javax.xml.datatype.XMLGregorianCalendar
12:27:33.401 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::ShortObject will be handled as its instance type java.lang.Short
12:27:33.401 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::GDay will be handled as its instance type javax.xml.datatype.XMLGregorianCalendar
12:27:33.401 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Int will be handled as its instance type java.lang.Integer
12:27:33.401 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::UnsignedShort will be handled as its instance type java.lang.Integer
12:27:33.401 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::UnsignedShortObject will be handled as its instance type java.lang.Integer
12:27:33.401 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Decimal will be handled as its instance type java.math.BigDecimal
12:27:33.401 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Duration will be handled as its instance type javax.xml.datatype.Duration
12:27:33.401 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::GYear will be handled as its instance type javax.xml.datatype.XMLGregorianCalendar
12:27:33.403 [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
12:27:33.403 [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
12:27:33.403 [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
12:27:33.403 [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
12:27:33.403 [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
12:27:33.403 [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
12:27:33.403 [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
12:27:33.403 [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
12:27:33.403 [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
12:27:33.403 [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
12:27:33.403 [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
12:27:33.403 [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
12:27:33.410 [main] INFO  o.e.h.g.u.GraphMetaModelResourceInjector - 4 METAMODEL NODES! (took ~0 sec)
12:27:33.411 [main] INFO  o.e.h.c.r.CompositeStateListener - Added metamodel(s).
12:27:33.411 [main] INFO  o.e.h.c.r.CompositeStateListener - Adding metamodel(s)...
Adding metamodels in: ../../core/tests/org.eclipse.hawk.integration.tests/resources/metamodels/Tree.ecore to store
12:27:33.412 [main] INFO  o.e.h.g.u.GraphMetaModelResourceInjector - ADDING METAMODELS: 
12:27:33.412 [main] INFO  o.e.h.g.u.GraphMetaModelResourceInjector - ADDING: 
12:27:33.481 [main] DEBUG o.e.h.g.u.GraphMetaModelResourceInjector - supertype dependency from Tree to http://www.eclipse.org/emf/2002/Ecore
12:27:33.484 [main] INFO  o.e.h.g.u.GraphMetaModelResourceInjector - 1 METAMODEL NODES! (took ~0 sec)
12:27:33.484 [main] INFO  o.e.h.c.r.CompositeStateListener - Added metamodel(s).
12:27:33.485 [main] INFO  o.e.h.g.u.GraphMetaModelResourceInjector - Derived attribute added: Tree::Tree#HasChildren (isMany=false|isOrdered=false|isUnique=false|type=Boolean) org.eclipse.hawk.epsilon.emc.EOLQueryEngine#
return self.children.size > 0;
12:27:33.490 [main] INFO  o.e.h.g.u.GraphMetaModelResourceInjector - Derived attribute added: Tree::Tree#Important (isMany=false|isOrdered=false|isUnique=false|type=Boolean) org.eclipse.hawk.epsilon.emc.EOLQueryEngine#
return self.label = 'NowYouSeeMe';
No username/password recorded for the repository file:///tmp/hawkSvnRepo7386558306308008103
12:27:41.106 [main] INFO  o.e.h.c.r.CompositeStateListener - Saving Hawk metadata...
adding: file:///tmp/hawkSvnRepo7386558306308008103:org.eclipse.hawk.svn.SvnManager:false
12:27:41.112 [main] INFO  o.e.h.c.r.CompositeStateListener - Saved Hawk metadata.
12:27:41.112 [pool-58-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating Hawk...
updating indexer: 
12:27:41.125 [pool-58-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating relevant changed model files...
12:27:41.125 [pool-58-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Deleting models removed from repository...
12:27:41.125 [pool-58-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating models to the new version...
12:27:41.125 [pool-58-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating proxies...
attempting to resolve any leftover cross-file references...
12:27:41.125 [pool-58-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Resolving any leftover cross-file references...
12:27:41.128 [pool-58-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - 0 proxy ref lists left after resolving 0 refs
12:27:41.128 [pool-58-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - proxy resolution took: ~0.003s
attempting to resolve any uninitialized derived attributes...
12:27:41.128 [pool-58-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Resolving any uninitialized derived attributes...
12:27:41.128 [pool-58-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - Deriving attributes...
12:27:41.132 [pool-58-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...
12:27:41.132 [pool-58-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating any affected derived attributes...
0s16ms [proxy update]
12:27:41.142 [pool-58-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updated proxies.
Indexed successfully revision 0 (timepoint 1654604852159) of file:///tmp/hawkSvnRepo7386558306308008103
12:27:41.142 [pool-58-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating relevant changed model files...
12:27:41.176 [pool-58-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Deleting models removed from repository...
12:27:41.176 [pool-58-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating models to the new version...
12:27:41.190 [pool-58-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /root.xmi...
12:27:41.196 [pool-58-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
12:27:41.196 [pool-58-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
12:27:41.196 [pool-58-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performing batch insert on file: /root.xmi...
12:27:41.201 [pool-58-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding elements of file /root.xmi
12:27:41.280 [pool-58-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~0sec)
12:27:41.280 [pool-58-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding edges of file /root.xmi
12:27:41.280 [pool-58-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec)
12:27:41.280 [pool-58-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performed batch insert on file: /root.xmi.
0s90ms [pure insertion]
marking any relevant derived attributes for update...12:27:41.280 [pool-58-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s1ms
12:27:41.281 [pool-58-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s1ms
12:27:41.281 [pool-58-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating proxies...
attempting to resolve any leftover cross-file references...
12:27:41.281 [pool-58-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Resolving any leftover cross-file references...
12:27:41.281 [pool-58-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - 0 proxy ref lists left after resolving 0 refs
12:27:41.281 [pool-58-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - proxy resolution took: ~0.0s
attempting to resolve any uninitialized derived attributes...
12:27:41.281 [pool-58-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Resolving any uninitialized derived attributes...
12:27:41.281 [pool-58-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - Deriving attributes...
12:27:41.282 [pool-58-thread-1] DEBUG o.e.hawk.epsilon.emc.DeriveFeature - adding new module to cache, key: return self.children.size > 0;
12:27:41.290 [pool-58-thread-1] DEBUG o.e.hawk.epsilon.emc.DeriveFeature - adding new module to cache, key: return self.label = 'NowYouSeeMe';
12:27:41.310 [pool-58-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Processed 2/2 derived feature nodes of type 'org.eclipse.hawk.epsilon.emc.EOLQueryEngine' (0 s, 0 s total)
12:27:41.310 [pool-58-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...
12:27:41.310 [pool-58-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating any affected derived attributes...
0s30ms [proxy update]
12:27:41.311 [pool-58-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updated proxies.
Indexed successfully revision 1 (timepoint 1654604853588) of file:///tmp/hawkSvnRepo7386558306308008103
12:27:41.312 [pool-58-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating relevant changed model files...
12:27:41.374 [pool-58-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Deleting models removed from repository...
12:27:41.374 [pool-58-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating models to the new version...
12:27:41.385 [pool-58-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /root.xmi...
12:27:41.386 [pool-58-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
12:27:41.386 [pool-58-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File contains: 1 (1) nodes in store
12:27:41.386 [pool-58-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - Update contains | a:0 u:1 d:0 ratio: 1.0
12:27:41.386 [pool-58-thread-1] DEBUG o.e.h.g.updater.GraphModelInserter - File already present, calculating deltas with respect to graph storage
12:27:41.386 [pool-58-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performing transactional update (ratio:0.0) on file: /root.xmi...
12:27:41.387 [pool-58-thread-1] DEBUG o.e.h.g.updater.GraphModelInserter - transactional update called
12:27:41.395 [pool-58-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performed transactional update on file: /root.xmi.
0s10ms [pure insertion]
marking any relevant derived attributes for update...12:27:41.395 [pool-58-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
12:27:41.395 [pool-58-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
12:27:41.395 [pool-58-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating proxies...
attempting to resolve any leftover cross-file references...
12:27:41.395 [pool-58-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Resolving any leftover cross-file references...
12:27:41.396 [pool-58-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - 0 proxy ref lists left after resolving 0 refs
12:27:41.396 [pool-58-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - proxy resolution took: ~0.001s
attempting to resolve any uninitialized derived attributes...
12:27:41.396 [pool-58-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Resolving any uninitialized derived attributes...
12:27:41.396 [pool-58-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - Deriving attributes...
12:27:41.396 [pool-58-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...
12:27:41.396 [pool-58-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating any affected derived attributes...
12:27:41.397 [pool-58-thread-1] DEBUG o.e.hawk.epsilon.emc.DeriveFeature - adding new module to cache, key: return self.label = 'NowYouSeeMe';
0s84ms [proxy update]
12:27:41.479 [pool-58-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updated proxies.
Indexed successfully revision 2 (timepoint 1654604855118) of file:///tmp/hawkSvnRepo7386558306308008103
12:27:41.480 [pool-58-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating relevant changed model files...
12:27:41.484 [pool-58-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Deleting models removed from repository...
12:27:41.484 [pool-58-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating models to the new version...
12:27:41.500 [pool-58-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /root.xmi...
12:27:41.501 [pool-58-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
12:27:41.502 [pool-58-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File contains: 1 (1) nodes in store
12:27:41.502 [pool-58-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - Update contains | a:1 u:1 d:0 ratio: 2.0
12:27:41.503 [pool-58-thread-1] DEBUG o.e.h.g.updater.GraphModelInserter - File already present, calculating deltas with respect to graph storage
12:27:41.503 [pool-58-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performing transactional update (ratio:0.0) on file: /root.xmi...
12:27:41.503 [pool-58-thread-1] DEBUG o.e.h.g.updater.GraphModelInserter - transactional update called
12:27:41.581 [pool-58-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performed transactional update on file: /root.xmi.
0s81ms [pure insertion]
marking any relevant derived attributes for update...12:27:41.581 [pool-58-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
12:27:41.581 [pool-58-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
12:27:41.582 [pool-58-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating proxies...
attempting to resolve any leftover cross-file references...
12:27:41.582 [pool-58-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Resolving any leftover cross-file references...
12:27:41.582 [pool-58-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - 0 proxy ref lists left after resolving 0 refs
12:27:41.582 [pool-58-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - proxy resolution took: ~0.0s
attempting to resolve any uninitialized derived attributes...
12:27:41.582 [pool-58-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Resolving any uninitialized derived attributes...
12:27:41.582 [pool-58-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - Deriving attributes...
12:27:41.583 [pool-58-thread-1] DEBUG o.e.hawk.epsilon.emc.DeriveFeature - adding new module to cache, key: return self.children.size > 0;
12:27:41.594 [pool-58-thread-1] DEBUG o.e.hawk.epsilon.emc.DeriveFeature - adding new module to cache, key: return self.label = 'NowYouSeeMe';
12:27:41.680 [pool-58-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Processed 2/2 derived feature nodes of type 'org.eclipse.hawk.epsilon.emc.EOLQueryEngine' (0 s, 0 s total)
12:27:41.680 [pool-58-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...
12:27:41.680 [pool-58-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating any affected derived attributes...
12:27:41.681 [pool-58-thread-1] DEBUG o.e.hawk.epsilon.emc.DeriveFeature - adding new module to cache, key: return self.children.size > 0;
0s121ms [proxy update]
12:27:41.703 [pool-58-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updated proxies.
Indexed successfully revision 3 (timepoint 1654604857117) of file:///tmp/hawkSvnRepo7386558306308008103
12:27:41.704 [pool-58-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating relevant changed model files...
12:27:41.707 [pool-58-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Deleting models removed from repository...
12:27:41.707 [pool-58-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating models to the new version...
12:27:41.784 [pool-58-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /root.xmi...
12:27:41.784 [pool-58-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
12:27:41.787 [pool-58-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File contains: 2 (2) nodes in store
12:27:41.788 [pool-58-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - Update contains | a:0 u:1 d:0 ratio: 0.5
12:27:41.788 [pool-58-thread-1] DEBUG o.e.h.g.updater.GraphModelInserter - File already present, calculating deltas with respect to graph storage
12:27:41.788 [pool-58-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performing transactional update (ratio:0.0) on file: /root.xmi...
12:27:41.788 [pool-58-thread-1] DEBUG o.e.h.g.updater.GraphModelInserter - transactional update called
12:27:41.789 [pool-58-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performed transactional update on file: /root.xmi.
0s5ms [pure insertion]
marking any relevant derived attributes for update...12:27:41.789 [pool-58-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
12:27:41.789 [pool-58-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
12:27:41.789 [pool-58-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating proxies...
attempting to resolve any leftover cross-file references...
12:27:41.789 [pool-58-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Resolving any leftover cross-file references...
12:27:41.789 [pool-58-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - 0 proxy ref lists left after resolving 0 refs
12:27:41.789 [pool-58-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - proxy resolution took: ~0.0s
attempting to resolve any uninitialized derived attributes...
12:27:41.790 [pool-58-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Resolving any uninitialized derived attributes...
12:27:41.790 [pool-58-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - Deriving attributes...
12:27:41.790 [pool-58-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...
12:27:41.790 [pool-58-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating any affected derived attributes...
12:27:41.790 [pool-58-thread-1] DEBUG o.e.hawk.epsilon.emc.DeriveFeature - adding new module to cache, key: return self.label = 'NowYouSeeMe';
0s110ms [proxy update]
12:27:41.899 [pool-58-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updated proxies.
Indexed successfully revision 4 (timepoint 1654604859117) of file:///tmp/hawkSvnRepo7386558306308008103
12:27:41.900 [pool-58-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performing optional post-sync operations.
12:27:41.900 [pool-58-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updated Hawk instance test (success). 0 s 788 ms
12:27:41.911 [main] INFO  o.e.h.c.r.CompositeStateListener - Hawk shutting down...
12:27:41.911 [main] INFO  o.e.h.c.r.CompositeStateListener - Saving Hawk metadata...
adding: file:///tmp/hawkSvnRepo7386558306308008103:org.eclipse.hawk.svn.SvnManager:false
12:27:41.913 [main] INFO  o.e.h.c.r.CompositeStateListener - Saved Hawk metadata.
12:27:41.913 [main] INFO  o.e.h.core.runtime.BaseModelIndexer - Waiting 120s for all scheduled tasks to complete
12:27:42.022 [main] INFO  o.e.hawk.greycat.lucene.SoftTxLucene - Shutdown of Lucene complete.
12:27:42.022 [main] INFO  o.e.h.g.AbstractGreycatDatabase - Disconnected from GreyCat graph at /tmp/junit14568715922324154595/test_afterAnnotated[LevelDB GreyCat]
12:27:42.024 [main] INFO  o.e.h.c.r.CompositeStateListener - Hawk shut down.
12:27:43.243 [main] INFO  o.e.h.c.r.CompositeStateListener - Saving Hawk metadata...
12:27:43.245 [main] INFO  o.e.h.c.r.CompositeStateListener - Saved Hawk metadata.
12:27:43.245 [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
12:27:43.245 [main] INFO  o.e.h.g.u.GraphMetaModelResourceInjector - ADDING METAMODELS: 
12:27:43.245 [main] INFO  o.e.h.g.u.GraphMetaModelResourceInjector - ADDING: 
12:27:43.248 [main] INFO  o.e.h.g.u.GraphMetaModelResourceInjector - 0 METAMODEL NODES! (took ~0 sec)
inserting static metamodels complete
12:27:43.248 [main] INFO  o.e.h.c.r.CompositeStateListener - Registering metamodels...
12:27:43.248 [main] INFO  o.e.h.c.r.CompositeStateListener - Registered metamodels.
12:27:43.249 [main] INFO  o.e.h.c.r.CompositeStateListener - Initialized Hawk.
12:27:43.249 [main] INFO  o.e.h.c.r.CompositeStateListener - Adding metamodel(s)...
12:27:43.249 [pool-60-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating Hawk...
updating indexer: 
12:27:43.249 [pool-60-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performing optional post-sync operations.
12:27:43.249 [pool-60-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updated Hawk instance test (success). 0 s 0 ms
Adding metamodels in: ../../core/tests/org.eclipse.hawk.integration.tests/resources/metamodels/Ecore.ecore to store
12:27:43.256 [main] INFO  o.e.h.g.u.GraphMetaModelResourceInjector - ADDING METAMODELS: 
12:27:43.256 [main] INFO  o.e.h.g.u.GraphMetaModelResourceInjector - ADDING: 
12:27:43.261 [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
12:27:43.261 [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
12:27:43.263 [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
12:27:43.263 [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
12:27:43.265 [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[]
12:27:43.265 [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
12:27:43.266 [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
12:27:43.268 [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
12:27:43.268 [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
12:27:43.274 [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
12:27:43.274 [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
12:27:43.274 [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
12:27:43.274 [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
12:27:43.275 [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
12:27:43.275 [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
12:27:43.275 [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
12:27:43.275 [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
12:27:43.275 [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
12:27:43.275 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EByteObject will be handled as its instance type java.lang.Byte
12:27:43.276 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EDouble will be handled as its instance type java.lang.Double
12:27:43.276 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EFeatureMapEntry will be handled as its instance type org.eclipse.emf.ecore.util.FeatureMap$Entry
12:27:43.276 [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
12:27:43.276 [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
12:27:43.277 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EDate will be handled as its instance type java.util.Date
12:27:43.277 [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
12:27:43.277 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EIntegerObject will be handled as its instance type java.lang.Integer
12:27:43.281 [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
12:27:43.282 [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
12:27:43.282 [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
12:27:43.282 [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
12:27:43.282 [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
12:27:43.282 [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
12:27:43.283 [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
12:27:43.288 [main] INFO  o.e.h.g.u.GraphMetaModelResourceInjector - 20 METAMODEL NODES! (took ~0 sec)
12:27:43.288 [main] INFO  o.e.h.c.r.CompositeStateListener - Added metamodel(s).
12:27:43.289 [main] INFO  o.e.h.c.r.CompositeStateListener - Adding metamodel(s)...
Adding metamodels in: ../../core/tests/org.eclipse.hawk.integration.tests/resources/metamodels/XMLType.ecore to store
12:27:43.296 [main] INFO  o.e.h.g.u.GraphMetaModelResourceInjector - ADDING METAMODELS: 
12:27:43.296 [main] INFO  o.e.h.g.u.GraphMetaModelResourceInjector - ADDING: 
12:27:43.305 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::NMTOKEN will be handled as its instance type java.lang.String
12:27:43.305 [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
12:27:43.305 [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
12:27:43.305 [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
12:27:43.305 [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
12:27:43.305 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::IDREFS will be handled as its instance type java.util.List
12:27:43.306 [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
12:27:43.306 [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
12:27:43.307 [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
12:27:43.308 [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
12:27:43.308 [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
12:27:43.308 [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
12:27:43.309 [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
12:27:43.309 [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
12:27:43.309 [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
12:27:43.309 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Long will be handled as its instance type java.lang.Long
12:27:43.309 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Byte will be handled as its instance type byte
12:27:43.309 [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
12:27:43.309 [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
12:27:43.309 [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
12:27:43.310 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::BooleanObject will be handled as its instance type java.lang.Boolean
12:27:43.310 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Duration will be handled as its instance type javax.xml.datatype.Duration
12:27:43.310 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::ByteObject will be handled as its instance type java.lang.Byte
12:27:43.311 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Float will be handled as its instance type java.lang.Float
12:27:43.311 [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
12:27:43.311 [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
12:27:43.311 [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[]
12:27:43.312 [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
12:27:43.312 [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
12:27:43.312 [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
12:27:43.312 [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
12:27:43.312 [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
12:27:43.312 [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
12:27:43.312 [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
12:27:43.312 [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
12:27:43.313 [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
12:27:43.313 [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
12:27:43.313 [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
12:27:43.313 [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
12:27:43.313 [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
12:27:43.313 [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
12:27:43.313 [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
12:27:43.313 [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
12:27:43.313 [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
12:27:43.313 [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
12:27:43.313 [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
12:27:43.313 [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
12:27:43.313 [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
12:27:43.313 [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
12:27:43.313 [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
12:27:43.313 [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
12:27:43.313 [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
12:27:43.313 [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[]
12:27:43.313 [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
12:27:43.313 [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
12:27:43.313 [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
12:27:43.313 [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
12:27:43.313 [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
12:27:43.313 [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
12:27:43.380 [main] INFO  o.e.h.g.u.GraphMetaModelResourceInjector - 4 METAMODEL NODES! (took ~0 sec)
12:27:43.380 [main] INFO  o.e.h.c.r.CompositeStateListener - Added metamodel(s).
12:27:43.380 [main] INFO  o.e.h.c.r.CompositeStateListener - Adding metamodel(s)...
Adding metamodels in: ../../core/tests/org.eclipse.hawk.integration.tests/resources/metamodels/Tree.ecore to store
12:27:43.384 [main] INFO  o.e.h.g.u.GraphMetaModelResourceInjector - ADDING METAMODELS: 
12:27:43.384 [main] INFO  o.e.h.g.u.GraphMetaModelResourceInjector - ADDING: 
12:27:43.395 [main] DEBUG o.e.h.g.u.GraphMetaModelResourceInjector - supertype dependency from Tree to http://www.eclipse.org/emf/2002/Ecore
12:27:43.397 [main] INFO  o.e.h.g.u.GraphMetaModelResourceInjector - 1 METAMODEL NODES! (took ~0 sec)
12:27:43.397 [main] INFO  o.e.h.c.r.CompositeStateListener - Added metamodel(s).
12:27:43.398 [main] INFO  o.e.h.g.u.GraphMetaModelResourceInjector - Derived attribute added: Tree::Tree#parentLabel (isMany=false|isOrdered=false|isUnique=false|type=String) org.eclipse.hawk.epsilon.emc.EOLQueryEngine#
var parent = self.eContainer; if (parent.isDefined()) return parent.label; else return '';
No username/password recorded for the repository file:///tmp/hawkSvnRepo11993581307470465017
12:27:51.110 [main] INFO  o.e.h.c.r.CompositeStateListener - Saving Hawk metadata...
adding: file:///tmp/hawkSvnRepo11993581307470465017:org.eclipse.hawk.svn.SvnManager:false
12:27:51.118 [main] INFO  o.e.h.c.r.CompositeStateListener - Saved Hawk metadata.
12:27:51.118 [pool-60-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating Hawk...
updating indexer: 
12:27:51.135 [pool-60-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating relevant changed model files...
12:27:51.135 [pool-60-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Deleting models removed from repository...
12:27:51.135 [pool-60-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating models to the new version...
12:27:51.135 [pool-60-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating proxies...
attempting to resolve any leftover cross-file references...
12:27:51.135 [pool-60-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Resolving any leftover cross-file references...
12:27:51.139 [pool-60-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - 0 proxy ref lists left after resolving 0 refs
12:27:51.139 [pool-60-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - proxy resolution took: ~0.004s
attempting to resolve any uninitialized derived attributes...
12:27:51.139 [pool-60-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Resolving any uninitialized derived attributes...
12:27:51.139 [pool-60-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - Deriving attributes...
12:27:51.141 [pool-60-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...
12:27:51.142 [pool-60-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating any affected derived attributes...
0s10ms [proxy update]
12:27:51.145 [pool-60-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updated proxies.
Indexed successfully revision 0 (timepoint 1654604862076) of file:///tmp/hawkSvnRepo11993581307470465017
12:27:51.146 [pool-60-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating relevant changed model files...
12:27:51.151 [pool-60-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Deleting models removed from repository...
12:27:51.151 [pool-60-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating models to the new version...
12:27:51.177 [pool-60-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /root.xmi...
12:27:51.190 [pool-60-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
12:27:51.191 [pool-60-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
12:27:51.191 [pool-60-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performing batch insert on file: /root.xmi...
12:27:51.197 [pool-60-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding elements of file /root.xmi
12:27:51.212 [pool-60-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~0sec)
12:27:51.213 [pool-60-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding edges of file /root.xmi
12:27:51.213 [pool-60-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec)
12:27:51.213 [pool-60-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performed batch insert on file: /root.xmi.
0s36ms [pure insertion]
marking any relevant derived attributes for update...12:27:51.213 [pool-60-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
12:27:51.213 [pool-60-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
12:27:51.213 [pool-60-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating proxies...
attempting to resolve any leftover cross-file references...
12:27:51.213 [pool-60-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Resolving any leftover cross-file references...
12:27:51.214 [pool-60-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - 0 proxy ref lists left after resolving 0 refs
12:27:51.214 [pool-60-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - proxy resolution took: ~0.001s
attempting to resolve any uninitialized derived attributes...
12:27:51.214 [pool-60-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Resolving any uninitialized derived attributes...
12:27:51.214 [pool-60-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - Deriving attributes...
12:27:51.215 [pool-60-thread-1] DEBUG o.e.hawk.epsilon.emc.DeriveFeature - adding new module to cache, key: var parent = self.eContainer; if (parent.isDefined()) return parent.label; else return '';
property: eContainer not found in metamodel for type: Tree
12:27:51.290 [pool-60-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)
12:27:51.290 [pool-60-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...
12:27:51.290 [pool-60-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating any affected derived attributes...
0s78ms [proxy update]
12:27:51.291 [pool-60-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updated proxies.
Indexed successfully revision 1 (timepoint 1654604863488) of file:///tmp/hawkSvnRepo11993581307470465017
12:27:51.292 [pool-60-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating relevant changed model files...
12:27:51.295 [pool-60-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Deleting models removed from repository...
12:27:51.295 [pool-60-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating models to the new version...
12:27:51.306 [pool-60-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /root.xmi...
12:27:51.307 [pool-60-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
12:27:51.307 [pool-60-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File contains: 1 (1) nodes in store
12:27:51.308 [pool-60-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - Update contains | a:1 u:1 d:0 ratio: 2.0
12:27:51.308 [pool-60-thread-1] DEBUG o.e.h.g.updater.GraphModelInserter - File already present, calculating deltas with respect to graph storage
12:27:51.308 [pool-60-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performing transactional update (ratio:0.0) on file: /root.xmi...
12:27:51.308 [pool-60-thread-1] DEBUG o.e.h.g.updater.GraphModelInserter - transactional update called
12:27:51.378 [pool-60-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performed transactional update on file: /root.xmi.
0s73ms [pure insertion]
marking any relevant derived attributes for update...12:27:51.379 [pool-60-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
12:27:51.379 [pool-60-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
12:27:51.379 [pool-60-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating proxies...
attempting to resolve any leftover cross-file references...
12:27:51.379 [pool-60-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Resolving any leftover cross-file references...
12:27:51.380 [pool-60-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - 0 proxy ref lists left after resolving 0 refs
12:27:51.380 [pool-60-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - proxy resolution took: ~0.0s
attempting to resolve any uninitialized derived attributes...
12:27:51.380 [pool-60-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Resolving any uninitialized derived attributes...
12:27:51.380 [pool-60-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - Deriving attributes...
12:27:51.381 [pool-60-thread-1] DEBUG o.e.hawk.epsilon.emc.DeriveFeature - adding new module to cache, key: var parent = self.eContainer; if (parent.isDefined()) return parent.label; else return '';
12:27:51.410 [pool-60-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)
12:27:51.410 [pool-60-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...
12:27:51.410 [pool-60-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating any affected derived attributes...
0s32ms [proxy update]
12:27:51.411 [pool-60-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updated proxies.
Indexed successfully revision 2 (timepoint 1654604865121) of file:///tmp/hawkSvnRepo11993581307470465017
12:27:51.411 [pool-60-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating relevant changed model files...
12:27:51.415 [pool-60-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Deleting models removed from repository...
12:27:51.415 [pool-60-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating models to the new version...
12:27:51.488 [pool-60-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /root.xmi...
12:27:51.488 [pool-60-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
12:27:51.489 [pool-60-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File contains: 2 (2) nodes in store
12:27:51.489 [pool-60-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - Update contains | a:0 u:1 d:0 ratio: 0.5
12:27:51.489 [pool-60-thread-1] DEBUG o.e.h.g.updater.GraphModelInserter - File already present, calculating deltas with respect to graph storage
12:27:51.489 [pool-60-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performing transactional update (ratio:0.0) on file: /root.xmi...
12:27:51.489 [pool-60-thread-1] DEBUG o.e.h.g.updater.GraphModelInserter - transactional update called
12:27:51.491 [pool-60-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performed transactional update on file: /root.xmi.
0s3ms [pure insertion]
marking any relevant derived attributes for update...12:27:51.491 [pool-60-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
12:27:51.491 [pool-60-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
12:27:51.491 [pool-60-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating proxies...
attempting to resolve any leftover cross-file references...
12:27:51.491 [pool-60-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Resolving any leftover cross-file references...
12:27:51.492 [pool-60-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - 0 proxy ref lists left after resolving 0 refs
12:27:51.492 [pool-60-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - proxy resolution took: ~0.0s
attempting to resolve any uninitialized derived attributes...
12:27:51.492 [pool-60-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Resolving any uninitialized derived attributes...
12:27:51.492 [pool-60-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - Deriving attributes...
12:27:51.492 [pool-60-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...
12:27:51.492 [pool-60-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating any affected derived attributes...
12:27:51.492 [pool-60-thread-1] DEBUG o.e.hawk.epsilon.emc.DeriveFeature - adding new module to cache, key: var parent = self.eContainer; if (parent.isDefined()) return parent.label; else return '';
0s85ms [proxy update]
12:27:51.577 [pool-60-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updated proxies.
Indexed successfully revision 3 (timepoint 1654604867118) of file:///tmp/hawkSvnRepo11993581307470465017
12:27:51.577 [pool-60-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating relevant changed model files...
12:27:51.580 [pool-60-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Deleting models removed from repository...
12:27:51.581 [pool-60-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating models to the new version...
12:27:51.593 [pool-60-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /root.xmi...
12:27:51.593 [pool-60-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
12:27:51.594 [pool-60-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File contains: 2 (2) nodes in store
12:27:51.594 [pool-60-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - Update contains | a:0 u:1 d:0 ratio: 0.5
12:27:51.595 [pool-60-thread-1] DEBUG o.e.h.g.updater.GraphModelInserter - File already present, calculating deltas with respect to graph storage
12:27:51.595 [pool-60-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performing transactional update (ratio:0.0) on file: /root.xmi...
12:27:51.595 [pool-60-thread-1] DEBUG o.e.h.g.updater.GraphModelInserter - transactional update called
12:27:51.596 [pool-60-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performed transactional update on file: /root.xmi.
0s3ms [pure insertion]
marking any relevant derived attributes for update...12:27:51.596 [pool-60-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
12:27:51.596 [pool-60-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
12:27:51.596 [pool-60-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating proxies...
attempting to resolve any leftover cross-file references...
12:27:51.596 [pool-60-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Resolving any leftover cross-file references...
12:27:51.596 [pool-60-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - 0 proxy ref lists left after resolving 0 refs
12:27:51.597 [pool-60-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - proxy resolution took: ~0.001s
attempting to resolve any uninitialized derived attributes...
12:27:51.597 [pool-60-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Resolving any uninitialized derived attributes...
12:27:51.597 [pool-60-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - Deriving attributes...
12:27:51.597 [pool-60-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...
12:27:51.597 [pool-60-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating any affected derived attributes...
12:27:51.597 [pool-60-thread-1] DEBUG o.e.hawk.epsilon.emc.DeriveFeature - adding new module to cache, key: var parent = self.eContainer; if (parent.isDefined()) return parent.label; else return '';
0s95ms [proxy update]
12:27:51.691 [pool-60-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updated proxies.
Indexed successfully revision 4 (timepoint 1654604869118) of file:///tmp/hawkSvnRepo11993581307470465017
12:27:51.692 [pool-60-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performing optional post-sync operations.
12:27:51.692 [pool-60-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updated Hawk instance test (success). 0 s 574 ms
12:27:51.699 [main] INFO  o.e.h.c.r.CompositeStateListener - Hawk shutting down...
12:27:51.699 [main] INFO  o.e.h.c.r.CompositeStateListener - Saving Hawk metadata...
adding: file:///tmp/hawkSvnRepo11993581307470465017:org.eclipse.hawk.svn.SvnManager:false
12:27:51.701 [main] INFO  o.e.h.c.r.CompositeStateListener - Saved Hawk metadata.
12:27:51.701 [main] INFO  o.e.h.core.runtime.BaseModelIndexer - Waiting 120s for all scheduled tasks to complete
12:27:51.929 [main] INFO  o.e.hawk.greycat.lucene.SoftTxLucene - Shutdown of Lucene complete.
12:27:51.930 [main] INFO  o.e.h.g.AbstractGreycatDatabase - Disconnected from GreyCat graph at /tmp/junit6301496551971189375/test_eContainerDerived[LevelDB GreyCat]
12:27:51.932 [main] INFO  o.e.h.c.r.CompositeStateListener - Hawk shut down.
12:27:54.253 [main] INFO  o.e.h.c.r.CompositeStateListener - Saving Hawk metadata...
12:27:54.255 [main] INFO  o.e.h.c.r.CompositeStateListener - Saved Hawk metadata.
12:27:54.255 [main] INFO  o.e.h.c.r.CompositeStateListener - Initializing Hawk...
inserting static metamodels of registered metamodel factories to graph:
org.eclipse.hawk.emf.metamodel.EMFMetaModelResourceFactory
12:27:54.255 [main] INFO  o.e.h.g.u.GraphMetaModelResourceInjector - ADDING METAMODELS: 
12:27:54.255 [main] INFO  o.e.h.g.u.GraphMetaModelResourceInjector - ADDING: 
12:27:54.276 [main] INFO  o.e.h.g.u.GraphMetaModelResourceInjector - 0 METAMODEL NODES! (took ~0 sec)
inserting static metamodels complete
12:27:54.276 [main] INFO  o.e.h.c.r.CompositeStateListener - Registering metamodels...
12:27:54.276 [main] INFO  o.e.h.c.r.CompositeStateListener - Registered metamodels.
12:27:54.276 [main] INFO  o.e.h.c.r.CompositeStateListener - Initialized Hawk.
12:27:54.276 [main] INFO  o.e.h.c.r.CompositeStateListener - Adding metamodel(s)...
12:27:54.276 [pool-62-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating Hawk...
updating indexer: 
12:27:54.277 [pool-62-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performing optional post-sync operations.
12:27:54.277 [pool-62-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updated Hawk instance test (success). 0 s 0 ms
Adding metamodels in: ../../core/tests/org.eclipse.hawk.integration.tests/resources/metamodels/Ecore.ecore to store
12:27:54.287 [main] INFO  o.e.h.g.u.GraphMetaModelResourceInjector - ADDING METAMODELS: 
12:27:54.287 [main] INFO  o.e.h.g.u.GraphMetaModelResourceInjector - ADDING: 
12:27:54.294 [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
12:27:54.294 [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
12:27:54.294 [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
12:27:54.296 [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
12:27:54.296 [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
12:27:54.296 [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
12:27:54.299 [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
12:27:54.299 [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
12:27:54.299 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EChar will be handled as its instance type char
12:27:54.299 [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
12:27:54.299 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EDiagnosticChain will be handled as its instance type org.eclipse.emf.common.util.DiagnosticChain
12:27:54.299 [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
12:27:54.299 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EBooleanObject will be handled as its instance type java.lang.Boolean
12:27:54.299 [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
12:27:54.300 [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
12:27:54.300 [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
12:27:54.300 [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
12:27:54.300 [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
12:27:54.300 [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
12:27:54.300 [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
12:27:54.300 [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
12:27:54.300 [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
12:27:54.302 [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
12:27:54.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
12:27:54.304 [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
12:27:54.304 [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
12:27:54.304 [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[]
12:27:54.304 [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
12:27:54.306 [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
12:27:54.374 [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
12:27:54.375 [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
12:27:54.375 [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
12:27:54.375 [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
12:27:54.382 [main] INFO  o.e.h.g.u.GraphMetaModelResourceInjector - 20 METAMODEL NODES! (took ~0 sec)
12:27:54.382 [main] INFO  o.e.h.c.r.CompositeStateListener - Added metamodel(s).
12:27:54.382 [main] INFO  o.e.h.c.r.CompositeStateListener - Adding metamodel(s)...
Adding metamodels in: ../../core/tests/org.eclipse.hawk.integration.tests/resources/metamodels/XMLType.ecore to store
12:27:54.388 [main] INFO  o.e.h.g.u.GraphMetaModelResourceInjector - ADDING METAMODELS: 
12:27:54.388 [main] INFO  o.e.h.g.u.GraphMetaModelResourceInjector - ADDING: 
12:27:54.393 [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
12:27:54.393 [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
12:27:54.394 [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
12:27:54.394 [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
12:27:54.394 [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
12:27:54.394 [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
12:27:54.394 [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
12:27:54.394 [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
12:27:54.394 [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
12:27:54.394 [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
12:27:54.394 [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
12:27:54.395 [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
12:27:54.395 [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
12:27:54.395 [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
12:27:54.395 [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
12:27:54.396 [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
12:27:54.396 [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
12:27:54.396 [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
12:27:54.396 [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
12:27:54.396 [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
12:27:54.396 [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
12:27:54.396 [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
12:27:54.396 [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
12:27:54.396 [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
12:27:54.396 [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
12:27:54.396 [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
12:27:54.396 [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
12:27:54.396 [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
12:27:54.396 [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
12:27:54.396 [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
12:27:54.397 [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
12:27:54.397 [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
12:27:54.397 [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
12:27:54.397 [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
12:27:54.397 [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
12:27:54.397 [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
12:27:54.397 [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[]
12:27:54.397 [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
12:27:54.397 [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
12:27:54.398 [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
12:27:54.398 [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
12:27:54.398 [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
12:27:54.398 [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
12:27:54.398 [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
12:27:54.398 [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
12:27:54.398 [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
12:27:54.398 [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
12:27:54.398 [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
12:27:54.398 [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
12:27:54.398 [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[]
12:27:54.398 [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
12:27:54.398 [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
12:27:54.398 [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
12:27:54.398 [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
12:27:54.398 [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
12:27:54.398 [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
12:27:54.398 [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
12:27:54.398 [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
12:27:54.398 [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
12:27:54.402 [main] INFO  o.e.h.g.u.GraphMetaModelResourceInjector - 4 METAMODEL NODES! (took ~0 sec)
12:27:54.402 [main] INFO  o.e.h.c.r.CompositeStateListener - Added metamodel(s).
12:27:54.402 [main] INFO  o.e.h.c.r.CompositeStateListener - Adding metamodel(s)...
Adding metamodels in: ../../core/tests/org.eclipse.hawk.integration.tests/resources/metamodels/Tree.ecore to store
12:27:54.404 [main] INFO  o.e.h.g.u.GraphMetaModelResourceInjector - ADDING METAMODELS: 
12:27:54.404 [main] INFO  o.e.h.g.u.GraphMetaModelResourceInjector - ADDING: 
12:27:54.585 [main] DEBUG o.e.h.g.u.GraphMetaModelResourceInjector - supertype dependency from Tree to http://www.eclipse.org/emf/2002/Ecore
12:27:54.587 [main] INFO  o.e.h.g.u.GraphMetaModelResourceInjector - 1 METAMODEL NODES! (took ~0 sec)
12:27:54.588 [main] INFO  o.e.h.c.r.CompositeStateListener - Added metamodel(s).
No username/password recorded for the repository file:///tmp/hawkSvnRepo4069923567028261684
12:27:59.109 [main] INFO  o.e.h.c.r.CompositeStateListener - Saving Hawk metadata...
adding: file:///tmp/hawkSvnRepo4069923567028261684:org.eclipse.hawk.svn.SvnManager:false
12:27:59.113 [main] INFO  o.e.h.c.r.CompositeStateListener - Saved Hawk metadata.
12:27:59.113 [pool-62-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating Hawk...
updating indexer: 
12:27:59.127 [pool-62-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating relevant changed model files...
12:27:59.127 [pool-62-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Deleting models removed from repository...
12:27:59.127 [pool-62-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating models to the new version...
12:27:59.127 [pool-62-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating proxies...
attempting to resolve any leftover cross-file references...
12:27:59.127 [pool-62-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Resolving any leftover cross-file references...
12:27:59.131 [pool-62-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - 0 proxy ref lists left after resolving 0 refs
12:27:59.131 [pool-62-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - proxy resolution took: ~0.004s
attempting to resolve any uninitialized derived attributes...
12:27:59.132 [pool-62-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Resolving any uninitialized derived attributes...
12:27:59.132 [pool-62-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - Deriving attributes...
12:27:59.135 [pool-62-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...
12:27:59.135 [pool-62-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating any affected derived attributes...
0s12ms [proxy update]
12:27:59.139 [pool-62-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updated proxies.
Indexed successfully revision 0 (timepoint 1654604873120) of file:///tmp/hawkSvnRepo4069923567028261684
12:27:59.140 [pool-62-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating relevant changed model files...
12:27:59.147 [pool-62-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Deleting models removed from repository...
12:27:59.147 [pool-62-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating models to the new version...
12:27:59.187 [pool-62-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /root.xmi...
12:27:59.198 [pool-62-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
12:27:59.198 [pool-62-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
12:27:59.198 [pool-62-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performing batch insert on file: /root.xmi...
12:27:59.204 [pool-62-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding elements of file /root.xmi
12:27:59.281 [pool-62-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~0sec)
12:27:59.281 [pool-62-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding edges of file /root.xmi
12:27:59.281 [pool-62-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec)
12:27:59.281 [pool-62-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performed batch insert on file: /root.xmi.
0s94ms [pure insertion]
marking any relevant derived attributes for update...12:27:59.281 [pool-62-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
12:27:59.281 [pool-62-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
12:27:59.281 [pool-62-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating proxies...
attempting to resolve any leftover cross-file references...
12:27:59.282 [pool-62-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Resolving any leftover cross-file references...
12:27:59.282 [pool-62-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - 0 proxy ref lists left after resolving 0 refs
12:27:59.282 [pool-62-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - proxy resolution took: ~0.0s
attempting to resolve any uninitialized derived attributes...
12:27:59.282 [pool-62-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Resolving any uninitialized derived attributes...
12:27:59.282 [pool-62-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - Deriving attributes...
12:27:59.282 [pool-62-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...
12:27:59.282 [pool-62-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating any affected derived attributes...
0s1ms [proxy update]
12:27:59.283 [pool-62-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updated proxies.
Indexed successfully revision 1 (timepoint 1654604874683) of file:///tmp/hawkSvnRepo4069923567028261684
12:27:59.283 [pool-62-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performing optional post-sync operations.
12:27:59.284 [pool-62-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updated Hawk instance test (success). 0 s 171 ms
No username/password recorded for the repository file:///tmp/hawkSvnRepo7579800577723362579
12:27:59.286 [main] INFO  o.e.h.c.r.CompositeStateListener - Saving Hawk metadata...
adding: file:///tmp/hawkSvnRepo4069923567028261684:org.eclipse.hawk.svn.SvnManager:false
adding: file:///tmp/hawkSvnRepo7579800577723362579:org.eclipse.hawk.svn.SvnManager:false
12:27:59.289 [main] INFO  o.e.h.c.r.CompositeStateListener - Saved Hawk metadata.
12:27:59.289 [pool-62-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating Hawk...
updating indexer: 
12:27:59.299 [pool-62-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating relevant changed model files...
12:27:59.299 [pool-62-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Deleting models removed from repository...
12:27:59.299 [pool-62-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating models to the new version...
12:27:59.299 [pool-62-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating proxies...
attempting to resolve any leftover cross-file references...
12:27:59.299 [pool-62-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Resolving any leftover cross-file references...
12:27:59.299 [pool-62-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - 0 proxy ref lists left after resolving 0 refs
12:27:59.299 [pool-62-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - proxy resolution took: ~0.0s
attempting to resolve any uninitialized derived attributes...
12:27:59.299 [pool-62-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Resolving any uninitialized derived attributes...
12:27:59.299 [pool-62-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - Deriving attributes...
12:27:59.299 [pool-62-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...
12:27:59.300 [pool-62-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating any affected derived attributes...
0s1ms [proxy update]
12:27:59.300 [pool-62-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updated proxies.
Indexed successfully revision 0 (timepoint 1654604871950) of file:///tmp/hawkSvnRepo7579800577723362579
12:27:59.301 [pool-62-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating relevant changed model files...
12:27:59.304 [pool-62-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Deleting models removed from repository...
12:27:59.304 [pool-62-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating models to the new version...
12:27:59.380 [pool-62-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /main.xmi...
12:27:59.381 [pool-62-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
12:27:59.381 [pool-62-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
12:27:59.381 [pool-62-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performing batch insert on file: /main.xmi...
12:27:59.387 [pool-62-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding elements of file /main.xmi
12:27:59.394 [pool-62-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~0sec)
12:27:59.394 [pool-62-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding edges of file /main.xmi
12:27:59.394 [pool-62-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec)
12:27:59.394 [pool-62-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performed batch insert on file: /main.xmi.
0s14ms [pure insertion]
marking any relevant derived attributes for update...12:27:59.394 [pool-62-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s1ms
12:27:59.395 [pool-62-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s1ms
12:27:59.395 [pool-62-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating proxies...
attempting to resolve any leftover cross-file references...
12:27:59.395 [pool-62-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Resolving any leftover cross-file references...
12:27:59.395 [pool-62-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - 0 proxy ref lists left after resolving 0 refs
12:27:59.395 [pool-62-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - proxy resolution took: ~0.0s
attempting to resolve any uninitialized derived attributes...
12:27:59.395 [pool-62-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Resolving any uninitialized derived attributes...
12:27:59.395 [pool-62-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - Deriving attributes...
12:27:59.395 [pool-62-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...
12:27:59.395 [pool-62-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating any affected derived attributes...
0s1ms [proxy update]
12:27:59.396 [pool-62-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updated proxies.
Indexed successfully revision 1 (timepoint 1654604877131) of file:///tmp/hawkSvnRepo7579800577723362579
12:27:59.397 [pool-62-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performing optional post-sync operations.
12:27:59.397 [pool-62-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updated Hawk instance test (success). 0 s 108 ms
12:27:59.474 [main] INFO  o.e.h.c.r.CompositeStateListener - Hawk shutting down...
12:27:59.474 [main] INFO  o.e.h.c.r.CompositeStateListener - Saving Hawk metadata...
adding: file:///tmp/hawkSvnRepo4069923567028261684:org.eclipse.hawk.svn.SvnManager:false
adding: file:///tmp/hawkSvnRepo7579800577723362579:org.eclipse.hawk.svn.SvnManager:false
12:27:59.477 [main] INFO  o.e.h.c.r.CompositeStateListener - Saved Hawk metadata.
12:27:59.478 [main] INFO  o.e.h.core.runtime.BaseModelIndexer - Waiting 120s for all scheduled tasks to complete
12:27:59.563 [main] INFO  o.e.hawk.greycat.lucene.SoftTxLucene - Shutdown of Lucene complete.
12:27:59.563 [main] INFO  o.e.h.g.AbstractGreycatDatabase - Disconnected from GreyCat graph at /tmp/junit9515692559616926156/test_testCounts[LevelDB GreyCat]
12:27:59.565 [main] INFO  o.e.h.c.r.CompositeStateListener - Hawk shut down.
12:27:59.738 [main] INFO  o.e.h.c.r.CompositeStateListener - Saving Hawk metadata...
12:27:59.740 [main] INFO  o.e.h.c.r.CompositeStateListener - Saved Hawk metadata.
12:27:59.740 [main] INFO  o.e.h.c.r.CompositeStateListener - Initializing Hawk...
inserting static metamodels of registered metamodel factories to graph:
org.eclipse.hawk.emf.metamodel.EMFMetaModelResourceFactory
12:27:59.740 [main] INFO  o.e.h.g.u.GraphMetaModelResourceInjector - ADDING METAMODELS: 
12:27:59.740 [main] INFO  o.e.h.g.u.GraphMetaModelResourceInjector - ADDING: 
12:27:59.777 [main] INFO  o.e.h.g.u.GraphMetaModelResourceInjector - 0 METAMODEL NODES! (took ~0 sec)
inserting static metamodels complete
12:27:59.777 [main] INFO  o.e.h.c.r.CompositeStateListener - Registering metamodels...
12:27:59.777 [main] INFO  o.e.h.c.r.CompositeStateListener - Registered metamodels.
12:27:59.778 [main] INFO  o.e.h.c.r.CompositeStateListener - Initialized Hawk.
12:27:59.778 [pool-64-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating Hawk...
updating indexer: 
12:27:59.778 [main] INFO  o.e.h.c.r.CompositeStateListener - Adding metamodel(s)...
12:27:59.778 [pool-64-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performing optional post-sync operations.
12:27:59.778 [pool-64-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updated Hawk instance test (success). 0 s 0 ms
Adding metamodels in: ../../core/tests/org.eclipse.hawk.integration.tests/resources/metamodels/Ecore.ecore to store
12:27:59.786 [main] INFO  o.e.h.g.u.GraphMetaModelResourceInjector - ADDING METAMODELS: 
12:27:59.786 [main] INFO  o.e.h.g.u.GraphMetaModelResourceInjector - ADDING: 
12:27:59.793 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EEnumerator will be handled as its instance type org.eclipse.emf.common.util.Enumerator
12:27:59.793 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EDiagnosticChain will be handled as its instance type org.eclipse.emf.common.util.DiagnosticChain
12:27:59.793 [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
12:27:59.793 [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
12:27:59.793 [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
12:27:59.793 [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[]
12:27:59.793 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::ELong will be handled as its instance type java.lang.Long
12:27:59.794 [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
12:27:59.796 [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
12:27:59.796 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EJavaObject will be handled as its instance type java.lang.Object
12:27:59.796 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EShortObject will be handled as its instance type java.lang.Short
12:27:59.797 [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
12:27:59.798 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EInt will be handled as its instance type java.lang.Integer
12:27:59.798 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::ECharacterObject will be handled as its instance type java.lang.Character
12:27:59.798 [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
12:27:59.798 [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
12:27:59.798 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EByte will be handled as its instance type byte
12:27:59.798 [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
12:27:59.798 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EFloatObject will be handled as its instance type java.lang.Float
12:27:59.799 [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
12:27:59.799 [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
12:27:59.799 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::ETreeIterator will be handled as its instance type org.eclipse.emf.common.util.TreeIterator
12:27:59.799 [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
12:27:59.799 [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
12:27:59.799 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EResourceSet will be handled as its instance type org.eclipse.emf.ecore.resource.ResourceSet
12:27:59.800 [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
12:27:59.800 [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
12:27:59.801 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EDate will be handled as its instance type java.util.Date
12:27:59.802 [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
12:27:59.875 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EBigDecimal will be handled as its instance type java.math.BigDecimal
12:27:59.875 [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
12:27:59.877 [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
12:27:59.877 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EByteObject will be handled as its instance type java.lang.Byte
12:27:59.919 [main] INFO  o.e.h.g.u.GraphMetaModelResourceInjector - 20 METAMODEL NODES! (took ~0 sec)
12:27:59.919 [main] INFO  o.e.h.c.r.CompositeStateListener - Added metamodel(s).
12:27:59.919 [main] INFO  o.e.h.c.r.CompositeStateListener - Adding metamodel(s)...
Adding metamodels in: ../../core/tests/org.eclipse.hawk.integration.tests/resources/metamodels/XMLType.ecore to store
12:27:59.923 [main] INFO  o.e.h.g.u.GraphMetaModelResourceInjector - ADDING METAMODELS: 
12:27:59.923 [main] INFO  o.e.h.g.u.GraphMetaModelResourceInjector - ADDING: 
12:27:59.928 [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
12:27:59.928 [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
12:27:59.929 [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
12:27:59.929 [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
12:27:59.929 [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
12:27:59.929 [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[]
12:27:59.929 [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
12:27:59.929 [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
12:27:59.929 [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
12:27:59.929 [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
12:27:59.930 [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
12:27:59.930 [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
12:27:59.930 [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
12:27:59.930 [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
12:27:59.930 [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
12:27:59.930 [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
12:27:59.930 [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
12:27:59.930 [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
12:27:59.930 [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
12:27:59.930 [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
12:27:59.930 [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
12:27:59.930 [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
12:27:59.930 [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
12:27:59.930 [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
12:27:59.930 [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
12:27:59.930 [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
12:27:59.974 [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
12:27:59.974 [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
12:27:59.974 [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
12:27:59.974 [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
12:27:59.974 [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
12:27:59.974 [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
12:27:59.974 [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
12:27:59.974 [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
12:27:59.974 [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
12:27:59.974 [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
12:27:59.974 [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
12:27:59.974 [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
12:27:59.974 [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
12:27:59.974 [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
12:27:59.974 [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
12:27:59.974 [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
12:27:59.974 [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
12:27:59.975 [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[]
12:27:59.975 [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
12:27:59.975 [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
12:27:59.975 [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
12:27:59.975 [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
12:27:59.975 [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
12:27:59.975 [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
12:27:59.975 [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
12:27:59.975 [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
12:27:59.976 [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
12:27:59.976 [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
12:27:59.976 [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
12:27:59.976 [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
12:27:59.976 [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
12:27:59.976 [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
12:27:59.976 [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
12:27:59.979 [main] INFO  o.e.h.g.u.GraphMetaModelResourceInjector - 4 METAMODEL NODES! (took ~0 sec)
12:27:59.979 [main] INFO  o.e.h.c.r.CompositeStateListener - Added metamodel(s).
12:27:59.979 [main] INFO  o.e.h.c.r.CompositeStateListener - Adding metamodel(s)...
Adding metamodels in: ../../core/tests/org.eclipse.hawk.integration.tests/resources/metamodels/Tree.ecore to store
12:27:59.981 [main] INFO  o.e.h.g.u.GraphMetaModelResourceInjector - ADDING METAMODELS: 
12:27:59.981 [main] INFO  o.e.h.g.u.GraphMetaModelResourceInjector - ADDING: 
12:27:59.986 [main] DEBUG o.e.h.g.u.GraphMetaModelResourceInjector - supertype dependency from Tree to http://www.eclipse.org/emf/2002/Ecore
12:27:59.987 [main] INFO  o.e.h.g.u.GraphMetaModelResourceInjector - 1 METAMODEL NODES! (took ~0 sec)
12:27:59.987 [main] INFO  o.e.h.c.r.CompositeStateListener - Added metamodel(s).
12:28:00.094 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=null, size changed from -1 to 131 bytes
12:28:00.095 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config]
12:28:00.095 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2022-06-07 12:28:00.095281000, lastModified=2022-06-07 12:22:33.800585000, size=131, fileKey=(dev=804,ino=1711276164)
12:28:00.097 [main] DEBUG org.eclipse.jgit.util.FS - readpipe [/usr/bin/git, --version],/usr/bin
12:28:00.100 [main] DEBUG org.eclipse.jgit.util.FS - readpipe may return 'git version 2.30.2'
12:28:00.100 [main] DEBUG org.eclipse.jgit.util.FS - remaining output:

12:28:00.101 [main] DEBUG org.eclipse.jgit.util.FS - readpipe [/usr/bin/git, config, --system, --show-origin, --list, -z],/usr/bin
12:28:00.103 [main] DEBUG org.eclipse.jgit.util.FS - readpipe may return 'null'
12:28:00.103 [main] DEBUG org.eclipse.jgit.util.FS - remaining output:

12:28:00.178 [main] DEBUG org.eclipse.jgit.util.FS - readpipe rc=128
12:28:00.178 [main] DEBUG org.eclipse.jgit.util.FS - Exception caught during execution of command '[/usr/bin/git, config, --system, --show-origin, --list, -z]' in '/usr/bin', return code '128', error message 'fatal: unable to read config file '/etc/gitconfig': No such file or directory
'
12:28:00.179 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, isRacyClean=false, read=2022-06-07 12:28:00.095281000, lastModified=2022-06-07 12:22:33.800585000, delta=326294696000 ns, racy<=2500000000 ns
12:28:00.179 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, is unmodified
12:28:00.179 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, isRacyClean=false, read=2022-06-07 12:28:00.095281000, lastModified=2022-06-07 12:22:33.800585000, delta=326294696000 ns, racy<=2500000000 ns
12:28:00.179 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, is unmodified
12:28:00.179 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=null, size changed from -1 to 0 bytes
12:28:00.179 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.gitconfig]
12:28:00.187 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, isRacyClean=false, read=2022-06-07 12:28:00.095281000, lastModified=2022-06-07 12:22:33.800585000, delta=326294696000 ns, racy<=2500000000 ns
12:28:00.187 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, is unmodified
12:28:00.187 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2022-06-07 12:28:00.179451000, lastModified=1970-01-01 00:00:00.000000000, delta=1654604880179451000 ns, racy<=2500000000 ns
12:28:00.187 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified
12:28:00.188 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, isRacyClean=false, read=2022-06-07 12:28:00.095281000, lastModified=2022-06-07 12:22:33.800585000, delta=326294696000 ns, racy<=2500000000 ns
12:28:00.188 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, is unmodified
12:28:00.189 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2022-06-07 12:28:00.179451000, lastModified=1970-01-01 00:00:00.000000000, delta=1654604880179451000 ns, racy<=2500000000 ns
12:28:00.189 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified
12:28:00.189 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/config, isRacyClean=false, read=2022-06-07 12:28:00.187799000, lastModified=1970-01-01 00:00:00.000000000, delta=1654604880187799000 ns, racy<=2500000000 ns
12:28:00.189 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/config, is unmodified
12:28:00.202 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, isRacyClean=false, read=2022-06-07 12:28:00.095281000, lastModified=2022-06-07 12:22:33.800585000, delta=326294696000 ns, racy<=2500000000 ns
12:28:00.203 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, is unmodified
12:28:00.203 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2022-06-07 12:28:00.179451000, lastModified=1970-01-01 00:00:00.000000000, delta=1654604880179451000 ns, racy<=2500000000 ns
12:28:00.203 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified
12:28:00.203 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/config, isRacyClean=false, read=2022-06-07 12:28:00.187799000, lastModified=1970-01-01 00:00:00.000000000, delta=1654604880187799000 ns, racy<=2500000000 ns
12:28:00.203 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/config, is unmodified
12:28:00.203 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, isRacyClean=false, read=2022-06-07 12:28:00.095281000, lastModified=2022-06-07 12:22:33.800585000, delta=326294696000 ns, racy<=2500000000 ns
12:28:00.203 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, is unmodified
12:28:00.203 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2022-06-07 12:28:00.179451000, lastModified=1970-01-01 00:00:00.000000000, delta=1654604880179451000 ns, racy<=2500000000 ns
12:28:00.203 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified
12:28:00.204 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/config, isRacyClean=false, read=2022-06-07 12:28:00.187799000, lastModified=1970-01-01 00:00:00.000000000, delta=1654604880187799000 ns, racy<=2500000000 ns
12:28:00.204 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/config, is unmodified
12:28:00.205 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, isRacyClean=false, read=2022-06-07 12:28:00.095281000, lastModified=2022-06-07 12:22:33.800585000, delta=326294696000 ns, racy<=2500000000 ns
12:28:00.205 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, is unmodified
12:28:00.205 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2022-06-07 12:28:00.179451000, lastModified=1970-01-01 00:00:00.000000000, delta=1654604880179451000 ns, racy<=2500000000 ns
12:28:00.205 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified
12:28:00.206 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/config, isRacyClean=false, read=2022-06-07 12:28:00.187799000, lastModified=1970-01-01 00:00:00.000000000, delta=1654604880187799000 ns, racy<=2500000000 ns
12:28:00.206 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/config, is unmodified
12:28:00.208 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, isRacyClean=false, read=2022-06-07 12:28:00.095281000, lastModified=2022-06-07 12:22:33.800585000, delta=326294696000 ns, racy<=2500000000 ns
12:28:00.208 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, is unmodified
12:28:00.208 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2022-06-07 12:28:00.179451000, lastModified=1970-01-01 00:00:00.000000000, delta=1654604880179451000 ns, racy<=2500000000 ns
12:28:00.208 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified
12:28:00.208 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/config, isRacyClean=false, read=2022-06-07 12:28:00.187799000, lastModified=1970-01-01 00:00:00.000000000, delta=1654604880187799000 ns, racy<=2500000000 ns
12:28:00.208 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/config, is unmodified
12:28:00.212 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, isRacyClean=false, read=2022-06-07 12:28:00.095281000, lastModified=2022-06-07 12:22:33.800585000, delta=326294696000 ns, racy<=2500000000 ns
12:28:00.212 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, is unmodified
12:28:00.212 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2022-06-07 12:28:00.179451000, lastModified=1970-01-01 00:00:00.000000000, delta=1654604880179451000 ns, racy<=2500000000 ns
12:28:00.213 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified
12:28:00.213 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, isRacyClean=false, read=2022-06-07 12:28:00.095281000, lastModified=2022-06-07 12:22:33.800585000, delta=326294696000 ns, racy<=2500000000 ns
12:28:00.213 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, is unmodified
12:28:00.213 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2022-06-07 12:28:00.179451000, lastModified=1970-01-01 00:00:00.000000000, delta=1654604880179451000 ns, racy<=2500000000 ns
12:28:00.213 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified
12:28:00.213 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/config, isRacyClean=false, read=2022-06-07 12:28:00.187799000, lastModified=1970-01-01 00:00:00.000000000, delta=1654604880187799000 ns, racy<=2500000000 ns
12:28:00.213 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/config, is unmodified
12:28:00.214 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, isRacyClean=false, read=2022-06-07 12:28:00.095281000, lastModified=2022-06-07 12:22:33.800585000, delta=326294696000 ns, racy<=2500000000 ns
12:28:00.214 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, is unmodified
12:28:00.214 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2022-06-07 12:28:00.179451000, lastModified=1970-01-01 00:00:00.000000000, delta=1654604880179451000 ns, racy<=2500000000 ns
12:28:00.214 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified
12:28:00.214 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/config, isRacyClean=false, read=2022-06-07 12:28:00.187799000, lastModified=1970-01-01 00:00:00.000000000, delta=1654604880187799000 ns, racy<=2500000000 ns
12:28:00.214 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/config, is unmodified
12:28:00.214 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, isRacyClean=false, read=2022-06-07 12:28:00.095281000, lastModified=2022-06-07 12:22:33.800585000, delta=326294696000 ns, racy<=2500000000 ns
12:28:00.214 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, is unmodified
12:28:00.274 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2022-06-07 12:28:00.179451000, lastModified=1970-01-01 00:00:00.000000000, delta=1654604880179451000 ns, racy<=2500000000 ns
12:28:00.274 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified
12:28:00.274 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/config, isRacyClean=false, read=2022-06-07 12:28:00.187799000, lastModified=1970-01-01 00:00:00.000000000, delta=1654604880187799000 ns, racy<=2500000000 ns
12:28:00.274 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/config, is unmodified
12:28:00.275 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, isRacyClean=false, read=2022-06-07 12:28:00.095281000, lastModified=2022-06-07 12:22:33.800585000, delta=326294696000 ns, racy<=2500000000 ns
12:28:00.275 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, is unmodified
12:28:00.275 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2022-06-07 12:28:00.179451000, lastModified=1970-01-01 00:00:00.000000000, delta=1654604880179451000 ns, racy<=2500000000 ns
12:28:00.275 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified
12:28:00.275 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/config, isRacyClean=false, read=2022-06-07 12:28:00.187799000, lastModified=1970-01-01 00:00:00.000000000, delta=1654604880187799000 ns, racy<=2500000000 ns
12:28:00.275 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/config, is unmodified
12:28:00.279 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/HEAD.lock, create new FileSnapshot: lastRead=2022-06-07 12:28:00.279436000, lastModified=2022-06-07 12:28:00.279018000, size=23, fileKey=(dev=38,ino=346030232)
12:28:00.287 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/config.lock, create new FileSnapshot: lastRead=2022-06-07 12:28:00.287100000, lastModified=2022-06-07 12:28:00.287018000, size=78, fileKey=(dev=38,ino=346030233)
12:28:00.289 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/config, create new FileSnapshot: lastRead=2022-06-07 12:28:00.288865000, lastModified=2022-06-07 12:28:00.287018000, size=78, fileKey=(dev=38,ino=346030233)
12:28:00.289 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, isRacyClean=false, read=2022-06-07 12:28:00.095281000, lastModified=2022-06-07 12:22:33.800585000, delta=326294696000 ns, racy<=2500000000 ns
12:28:00.289 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, is unmodified
12:28:00.289 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2022-06-07 12:28:00.179451000, lastModified=1970-01-01 00:00:00.000000000, delta=1654604880179451000 ns, racy<=2500000000 ns
12:28:00.289 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified
12:28:00.289 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/config, create new FileSnapshot: lastRead=2022-06-07 12:28:00.289789000, lastModified=2022-06-07 12:28:00.287018000, size=78, fileKey=(dev=38,ino=346030233)
12:28:00.290 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, isRacyClean=false, read=2022-06-07 12:28:00.095281000, lastModified=2022-06-07 12:22:33.800585000, delta=326294696000 ns, racy<=2500000000 ns
12:28:00.290 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, is unmodified
12:28:00.290 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2022-06-07 12:28:00.179451000, lastModified=1970-01-01 00:00:00.000000000, delta=1654604880179451000 ns, racy<=2500000000 ns
12:28:00.290 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified
12:28:00.290 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/config, isRacyClean=true, read=2022-06-07 12:28:00.289789000, lastModified=2022-06-07 12:28:00.287018000, delta=2771000 ns, racy<=2500000000 ns
12:28:00.290 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/config, is racily clean
12:28:00.290 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/config, create new FileSnapshot: lastRead=2022-06-07 12:28:00.290636000, lastModified=2022-06-07 12:28:00.287018000, size=78, fileKey=(dev=38,ino=346030233)
12:28:00.290 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/config, isRacyClean=true, read=2022-06-07 12:28:00.290636000, lastModified=2022-06-07 12:28:00.287018000, delta=3618000 ns, racy<=2500000000 ns
12:28:00.306 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, isRacyClean=false, read=2022-06-07 12:28:00.095281000, lastModified=2022-06-07 12:22:33.800585000, delta=326294696000 ns, racy<=2500000000 ns
12:28:00.306 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, is unmodified
12:28:00.306 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2022-06-07 12:28:00.179451000, lastModified=1970-01-01 00:00:00.000000000, delta=1654604880179451000 ns, racy<=2500000000 ns
12:28:00.306 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified
12:28:00.306 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/config, isRacyClean=true, read=2022-06-07 12:28:00.290636000, lastModified=2022-06-07 12:28:00.287018000, delta=3618000 ns, racy<=2500000000 ns
12:28:00.306 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/config, is racily clean
12:28:00.306 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/config, create new FileSnapshot: lastRead=2022-06-07 12:28:00.306730000, lastModified=2022-06-07 12:28:00.287018000, size=78, fileKey=(dev=38,ino=346030233)
12:28:00.307 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/config, isRacyClean=true, read=2022-06-07 12:28:00.306730000, lastModified=2022-06-07 12:28:00.287018000, delta=19712000 ns, racy<=2500000000 ns
12:28:00.317 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, isRacyClean=false, read=2022-06-07 12:28:00.095281000, lastModified=2022-06-07 12:22:33.800585000, delta=326294696000 ns, racy<=2500000000 ns
12:28:00.317 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, is unmodified
12:28:00.317 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2022-06-07 12:28:00.179451000, lastModified=1970-01-01 00:00:00.000000000, delta=1654604880179451000 ns, racy<=2500000000 ns
12:28:00.317 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified
12:28:00.317 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/config, isRacyClean=true, read=2022-06-07 12:28:00.306730000, lastModified=2022-06-07 12:28:00.287018000, delta=19712000 ns, racy<=2500000000 ns
12:28:00.317 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/config, is racily clean
12:28:00.317 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/config, create new FileSnapshot: lastRead=2022-06-07 12:28:00.317778000, lastModified=2022-06-07 12:28:00.287018000, size=78, fileKey=(dev=38,ino=346030233)
12:28:00.318 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/config, isRacyClean=true, read=2022-06-07 12:28:00.317778000, lastModified=2022-06-07 12:28:00.287018000, delta=30760000 ns, racy<=2500000000 ns
12:28:00.319 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, isRacyClean=false, read=2022-06-07 12:28:00.095281000, lastModified=2022-06-07 12:22:33.800585000, delta=326294696000 ns, racy<=2500000000 ns
12:28:00.319 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, is unmodified
12:28:00.320 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2022-06-07 12:28:00.179451000, lastModified=1970-01-01 00:00:00.000000000, delta=1654604880179451000 ns, racy<=2500000000 ns
12:28:00.320 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified
12:28:00.320 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/config, isRacyClean=true, read=2022-06-07 12:28:00.317778000, lastModified=2022-06-07 12:28:00.287018000, delta=30760000 ns, racy<=2500000000 ns
12:28:00.320 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/config, is racily clean
12:28:00.320 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/config, create new FileSnapshot: lastRead=2022-06-07 12:28:00.320392000, lastModified=2022-06-07 12:28:00.287018000, size=78, fileKey=(dev=38,ino=346030233)
12:28:00.320 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/config, isRacyClean=true, read=2022-06-07 12:28:00.320392000, lastModified=2022-06-07 12:28:00.287018000, delta=33374000 ns, racy<=2500000000 ns
12:28:00.375 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, isRacyClean=false, read=2022-06-07 12:28:00.095281000, lastModified=2022-06-07 12:22:33.800585000, delta=326294696000 ns, racy<=2500000000 ns
12:28:00.376 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, is unmodified
12:28:00.379 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2022-06-07 12:28:00.179451000, lastModified=1970-01-01 00:00:00.000000000, delta=1654604880179451000 ns, racy<=2500000000 ns
12:28:00.379 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified
12:28:00.379 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/config, isRacyClean=true, read=2022-06-07 12:28:00.320392000, lastModified=2022-06-07 12:28:00.287018000, delta=33374000 ns, racy<=2500000000 ns
12:28:00.379 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/config, is racily clean
12:28:00.379 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/config, create new FileSnapshot: lastRead=2022-06-07 12:28:00.379790000, lastModified=2022-06-07 12:28:00.287018000, size=78, fileKey=(dev=38,ino=346030233)
12:28:00.380 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/config, isRacyClean=true, read=2022-06-07 12:28:00.379790000, lastModified=2022-06-07 12:28:00.287018000, delta=92772000 ns, racy<=2500000000 ns
12:28:00.386 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, isRacyClean=false, read=2022-06-07 12:28:00.095281000, lastModified=2022-06-07 12:22:33.800585000, delta=326294696000 ns, racy<=2500000000 ns
12:28:00.386 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, is unmodified
12:28:00.387 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2022-06-07 12:28:00.179451000, lastModified=1970-01-01 00:00:00.000000000, delta=1654604880179451000 ns, racy<=2500000000 ns
12:28:00.387 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified
12:28:00.387 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/config, isRacyClean=true, read=2022-06-07 12:28:00.379790000, lastModified=2022-06-07 12:28:00.287018000, delta=92772000 ns, racy<=2500000000 ns
12:28:00.387 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/config, is racily clean
12:28:00.387 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/config, create new FileSnapshot: lastRead=2022-06-07 12:28:00.387408000, lastModified=2022-06-07 12:28:00.287018000, size=78, fileKey=(dev=38,ino=346030233)
12:28:00.387 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/config, isRacyClean=true, read=2022-06-07 12:28:00.387408000, lastModified=2022-06-07 12:28:00.287018000, delta=100390000 ns, racy<=2500000000 ns
12:28:00.391 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=null, size changed from -1 to 6 bytes
12:28:00.391 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/pack, create new FileSnapshot: lastRead=2022-06-07 12:28:00.391775000, lastModified=2022-06-07 12:28:00.205018000, size=6, fileKey=(dev=38,ino=355485497)
12:28:00.394 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, isRacyClean=false, read=2022-06-07 12:28:00.095281000, lastModified=2022-06-07 12:22:33.800585000, delta=326294696000 ns, racy<=2500000000 ns
12:28:00.394 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, is unmodified
12:28:00.394 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2022-06-07 12:28:00.179451000, lastModified=1970-01-01 00:00:00.000000000, delta=1654604880179451000 ns, racy<=2500000000 ns
12:28:00.394 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified
12:28:00.395 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.util.FS - Thread[JGit-FileStoreAttributeReader-1,5,main]: start measure timestamp resolution / (overlay) in /tmp/junit14917994855145780601/.git/objects
12:28:00.396 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.util.FS - Thread[JGit-FileStoreAttributeReader-1,5,main]: end measure timestamp resolution / (overlay) in /tmp/junit14917994855145780601/.git/objects; got PT0.000011S
12:28:00.396 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.util.FS - Thread[JGit-FileStoreAttributeReader-1,5,main]: start measure minimal racy interval in /tmp/junit14917994855145780601/.git/objects
12:28:00.397 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, create new FileSnapshot: lastRead=2022-06-07 12:28:00.396984000, lastModified=2022-06-07 12:28:00.396019000, size=1, fileKey=(dev=38,ino=353469901)
12:28:00.397 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, lastModified changed from 2022-06-07 12:28:00.396019000 to 2022-06-07 12:28:00.397019000
12:28:00.398 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, create new FileSnapshot: lastRead=2022-06-07 12:28:00.398010000, lastModified=2022-06-07 12:28:00.397019000, size=1, fileKey=(dev=38,ino=353469901)
12:28:00.398 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, lastModified changed from 2022-06-07 12:28:00.397019000 to 2022-06-07 12:28:00.398019000
12:28:00.398 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, create new FileSnapshot: lastRead=2022-06-07 12:28:00.398801000, lastModified=2022-06-07 12:28:00.398019000, size=1, fileKey=(dev=38,ino=353469901)
12:28:00.399 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, lastModified changed from 2022-06-07 12:28:00.398019000 to 2022-06-07 12:28:00.399019000
12:28:00.399 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, create new FileSnapshot: lastRead=2022-06-07 12:28:00.399748000, lastModified=2022-06-07 12:28:00.399019000, size=1, fileKey=(dev=38,ino=353469901)
12:28:00.400 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, lastModified changed from 2022-06-07 12:28:00.399019000 to 2022-06-07 12:28:00.400019000
12:28:00.400 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, create new FileSnapshot: lastRead=2022-06-07 12:28:00.400792000, lastModified=2022-06-07 12:28:00.400019000, size=1, fileKey=(dev=38,ino=353469901)
12:28:00.401 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, lastModified changed from 2022-06-07 12:28:00.400019000 to 2022-06-07 12:28:00.401019000
12:28:00.401 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, create new FileSnapshot: lastRead=2022-06-07 12:28:00.401793000, lastModified=2022-06-07 12:28:00.401019000, size=1, fileKey=(dev=38,ino=353469901)
12:28:00.411 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, lastModified changed from 2022-06-07 12:28:00.401019000 to 2022-06-07 12:28:00.402019000
12:28:00.412 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, create new FileSnapshot: lastRead=2022-06-07 12:28:00.412196000, lastModified=2022-06-07 12:28:00.412019000, size=1, fileKey=(dev=38,ino=353469901)
12:28:00.413 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, isRacyClean=false, read=2022-06-07 12:28:00.412196000, lastModified=2022-06-07 12:28:00.412019000, delta=177000 ns, racy<=27500 ns
12:28:00.414 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, is unmodified
12:28:00.414 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, create new FileSnapshot: lastRead=2022-06-07 12:28:00.414335000, lastModified=2022-06-07 12:28:00.414019000, size=1, fileKey=(dev=38,ino=353469901)
12:28:00.415 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, isRacyClean=false, read=2022-06-07 12:28:00.414335000, lastModified=2022-06-07 12:28:00.414019000, delta=316000 ns, racy<=27500 ns
12:28:00.415 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, is unmodified
12:28:00.415 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, create new FileSnapshot: lastRead=2022-06-07 12:28:00.415279000, lastModified=2022-06-07 12:28:00.415019000, size=1, fileKey=(dev=38,ino=353469901)
12:28:00.415 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, isRacyClean=false, read=2022-06-07 12:28:00.415279000, lastModified=2022-06-07 12:28:00.415019000, delta=260000 ns, racy<=27500 ns
12:28:00.415 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, is unmodified
12:28:00.416 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, create new FileSnapshot: lastRead=2022-06-07 12:28:00.416135000, lastModified=2022-06-07 12:28:00.416019000, size=1, fileKey=(dev=38,ino=353469901)
12:28:00.416 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, isRacyClean=false, read=2022-06-07 12:28:00.416135000, lastModified=2022-06-07 12:28:00.416019000, delta=116000 ns, racy<=27500 ns
12:28:00.416 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, is unmodified
12:28:00.417 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, create new FileSnapshot: lastRead=2022-06-07 12:28:00.417094000, lastModified=2022-06-07 12:28:00.416019000, size=1, fileKey=(dev=38,ino=353469901)
12:28:00.417 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, lastModified changed from 2022-06-07 12:28:00.416019000 to 2022-06-07 12:28:00.417019000
12:28:00.420 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, create new FileSnapshot: lastRead=2022-06-07 12:28:00.420289000, lastModified=2022-06-07 12:28:00.417019000, size=1, fileKey=(dev=38,ino=353469901)
12:28:00.420 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, lastModified changed from 2022-06-07 12:28:00.417019000 to 2022-06-07 12:28:00.420019000
12:28:00.421 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, create new FileSnapshot: lastRead=2022-06-07 12:28:00.421332000, lastModified=2022-06-07 12:28:00.421019000, size=1, fileKey=(dev=38,ino=353469901)
12:28:00.421 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, isRacyClean=false, read=2022-06-07 12:28:00.421332000, lastModified=2022-06-07 12:28:00.421019000, delta=313000 ns, racy<=27500 ns
12:28:00.421 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, is unmodified
12:28:00.474 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, create new FileSnapshot: lastRead=2022-06-07 12:28:00.474058000, lastModified=2022-06-07 12:28:00.421019000, size=1, fileKey=(dev=38,ino=353469901)
12:28:00.474 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, lastModified changed from 2022-06-07 12:28:00.421019000 to 2022-06-07 12:28:00.474019000
12:28:00.475 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, create new FileSnapshot: lastRead=2022-06-07 12:28:00.475028000, lastModified=2022-06-07 12:28:00.474019000, size=1, fileKey=(dev=38,ino=353469901)
12:28:00.475 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, lastModified changed from 2022-06-07 12:28:00.474019000 to 2022-06-07 12:28:00.475019000
12:28:00.475 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, create new FileSnapshot: lastRead=2022-06-07 12:28:00.475675000, lastModified=2022-06-07 12:28:00.475019000, size=1, fileKey=(dev=38,ino=353469901)
12:28:00.476 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, isRacyClean=false, read=2022-06-07 12:28:00.475675000, lastModified=2022-06-07 12:28:00.475019000, delta=656000 ns, racy<=27500 ns
12:28:00.476 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, is unmodified
12:28:00.476 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, create new FileSnapshot: lastRead=2022-06-07 12:28:00.476633000, lastModified=2022-06-07 12:28:00.476019000, size=1, fileKey=(dev=38,ino=353469901)
12:28:00.481 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, isRacyClean=false, read=2022-06-07 12:28:00.476633000, lastModified=2022-06-07 12:28:00.476019000, delta=614000 ns, racy<=27500 ns
12:28:00.481 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, is unmodified
12:28:00.481 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, create new FileSnapshot: lastRead=2022-06-07 12:28:00.481665000, lastModified=2022-06-07 12:28:00.481019000, size=1, fileKey=(dev=38,ino=353469901)
12:28:00.482 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, isRacyClean=false, read=2022-06-07 12:28:00.481665000, lastModified=2022-06-07 12:28:00.481019000, delta=646000 ns, racy<=27500 ns
12:28:00.482 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, is unmodified
12:28:00.482 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, create new FileSnapshot: lastRead=2022-06-07 12:28:00.482431000, lastModified=2022-06-07 12:28:00.482019000, size=1, fileKey=(dev=38,ino=353469901)
12:28:00.482 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, isRacyClean=false, read=2022-06-07 12:28:00.482431000, lastModified=2022-06-07 12:28:00.482019000, delta=412000 ns, racy<=27500 ns
12:28:00.482 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, is unmodified
12:28:00.483 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, create new FileSnapshot: lastRead=2022-06-07 12:28:00.483133000, lastModified=2022-06-07 12:28:00.483019000, size=1, fileKey=(dev=38,ino=353469901)
12:28:00.483 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, isRacyClean=false, read=2022-06-07 12:28:00.483133000, lastModified=2022-06-07 12:28:00.483019000, delta=114000 ns, racy<=27500 ns
12:28:00.483 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, is unmodified
12:28:00.483 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, create new FileSnapshot: lastRead=2022-06-07 12:28:00.483841000, lastModified=2022-06-07 12:28:00.483019000, size=1, fileKey=(dev=38,ino=353469901)
12:28:00.484 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, lastModified changed from 2022-06-07 12:28:00.483019000 to 2022-06-07 12:28:00.484019000
12:28:00.484 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, create new FileSnapshot: lastRead=2022-06-07 12:28:00.484410000, lastModified=2022-06-07 12:28:00.484019000, size=1, fileKey=(dev=38,ino=353469901)
12:28:00.484 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, isRacyClean=false, read=2022-06-07 12:28:00.484410000, lastModified=2022-06-07 12:28:00.484019000, delta=391000 ns, racy<=27500 ns
12:28:00.484 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, is unmodified
12:28:00.488 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, create new FileSnapshot: lastRead=2022-06-07 12:28:00.488060000, lastModified=2022-06-07 12:28:00.484019000, size=1, fileKey=(dev=38,ino=353469901)
12:28:00.488 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, lastModified changed from 2022-06-07 12:28:00.484019000 to 2022-06-07 12:28:00.488019000
12:28:00.488 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, create new FileSnapshot: lastRead=2022-06-07 12:28:00.488777000, lastModified=2022-06-07 12:28:00.488019000, size=1, fileKey=(dev=38,ino=353469901)
12:28:00.489 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, isRacyClean=false, read=2022-06-07 12:28:00.488777000, lastModified=2022-06-07 12:28:00.488019000, delta=758000 ns, racy<=27500 ns
12:28:00.489 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, is unmodified
12:28:00.489 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, create new FileSnapshot: lastRead=2022-06-07 12:28:00.489446000, lastModified=2022-06-07 12:28:00.489019000, size=1, fileKey=(dev=38,ino=353469901)
12:28:00.489 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, isRacyClean=false, read=2022-06-07 12:28:00.489446000, lastModified=2022-06-07 12:28:00.489019000, delta=427000 ns, racy<=27500 ns
12:28:00.489 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, is unmodified
12:28:00.490 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, create new FileSnapshot: lastRead=2022-06-07 12:28:00.490107000, lastModified=2022-06-07 12:28:00.490019000, size=1, fileKey=(dev=38,ino=353469901)
12:28:00.490 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, isRacyClean=false, read=2022-06-07 12:28:00.490107000, lastModified=2022-06-07 12:28:00.490019000, delta=88000 ns, racy<=27500 ns
12:28:00.490 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, is unmodified
12:28:00.490 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, create new FileSnapshot: lastRead=2022-06-07 12:28:00.490746000, lastModified=2022-06-07 12:28:00.490019000, size=1, fileKey=(dev=38,ino=353469901)
12:28:00.491 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, isRacyClean=false, read=2022-06-07 12:28:00.490746000, lastModified=2022-06-07 12:28:00.490019000, delta=727000 ns, racy<=27500 ns
12:28:00.491 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, is unmodified
12:28:00.491 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, create new FileSnapshot: lastRead=2022-06-07 12:28:00.491359000, lastModified=2022-06-07 12:28:00.491019000, size=1, fileKey=(dev=38,ino=353469901)
12:28:00.495 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, isRacyClean=false, read=2022-06-07 12:28:00.491359000, lastModified=2022-06-07 12:28:00.491019000, delta=340000 ns, racy<=27500 ns
12:28:00.495 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, is unmodified
12:28:00.495 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, create new FileSnapshot: lastRead=2022-06-07 12:28:00.495449000, lastModified=2022-06-07 12:28:00.495019000, size=1, fileKey=(dev=38,ino=353469901)
12:28:00.495 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, isRacyClean=false, read=2022-06-07 12:28:00.495449000, lastModified=2022-06-07 12:28:00.495019000, delta=430000 ns, racy<=27500 ns
12:28:00.495 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, is unmodified
12:28:00.496 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, create new FileSnapshot: lastRead=2022-06-07 12:28:00.496068000, lastModified=2022-06-07 12:28:00.495019000, size=1, fileKey=(dev=38,ino=353469901)
12:28:00.496 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, lastModified changed from 2022-06-07 12:28:00.495019000 to 2022-06-07 12:28:00.496019000
12:28:00.496 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, create new FileSnapshot: lastRead=2022-06-07 12:28:00.496597000, lastModified=2022-06-07 12:28:00.496019000, size=1, fileKey=(dev=38,ino=353469901)
12:28:00.496 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, isRacyClean=false, read=2022-06-07 12:28:00.496597000, lastModified=2022-06-07 12:28:00.496019000, delta=578000 ns, racy<=27500 ns
12:28:00.497 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, is unmodified
12:28:00.497 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, create new FileSnapshot: lastRead=2022-06-07 12:28:00.497172000, lastModified=2022-06-07 12:28:00.497019000, size=1, fileKey=(dev=38,ino=353469901)
12:28:00.497 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, isRacyClean=false, read=2022-06-07 12:28:00.497172000, lastModified=2022-06-07 12:28:00.497019000, delta=153000 ns, racy<=27500 ns
12:28:00.497 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, is unmodified
12:28:00.497 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, create new FileSnapshot: lastRead=2022-06-07 12:28:00.497727000, lastModified=2022-06-07 12:28:00.497019000, size=1, fileKey=(dev=38,ino=353469901)
12:28:00.498 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, isRacyClean=false, read=2022-06-07 12:28:00.497727000, lastModified=2022-06-07 12:28:00.497019000, delta=708000 ns, racy<=27500 ns
12:28:00.498 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, is unmodified
12:28:00.501 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, create new FileSnapshot: lastRead=2022-06-07 12:28:00.501758000, lastModified=2022-06-07 12:28:00.498019000, size=1, fileKey=(dev=38,ino=353469901)
12:28:00.502 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, lastModified changed from 2022-06-07 12:28:00.498019000 to 2022-06-07 12:28:00.502019000
12:28:00.502 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, create new FileSnapshot: lastRead=2022-06-07 12:28:00.502428000, lastModified=2022-06-07 12:28:00.502019000, size=1, fileKey=(dev=38,ino=353469901)
12:28:00.502 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, isRacyClean=false, read=2022-06-07 12:28:00.502428000, lastModified=2022-06-07 12:28:00.502019000, delta=409000 ns, racy<=27500 ns
12:28:00.502 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, is unmodified
12:28:00.503 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, create new FileSnapshot: lastRead=2022-06-07 12:28:00.503001000, lastModified=2022-06-07 12:28:00.502019000, size=1, fileKey=(dev=38,ino=353469901)
12:28:00.503 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, lastModified changed from 2022-06-07 12:28:00.502019000 to 2022-06-07 12:28:00.503019000
12:28:00.503 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, create new FileSnapshot: lastRead=2022-06-07 12:28:00.503545000, lastModified=2022-06-07 12:28:00.503019000, size=1, fileKey=(dev=38,ino=353469901)
12:28:00.503 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, isRacyClean=false, read=2022-06-07 12:28:00.503545000, lastModified=2022-06-07 12:28:00.503019000, delta=526000 ns, racy<=27500 ns
12:28:00.503 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, is unmodified
12:28:00.504 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, create new FileSnapshot: lastRead=2022-06-07 12:28:00.504149000, lastModified=2022-06-07 12:28:00.503019000, size=1, fileKey=(dev=38,ino=353469901)
12:28:00.504 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, lastModified changed from 2022-06-07 12:28:00.503019000 to 2022-06-07 12:28:00.504019000
12:28:00.504 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, create new FileSnapshot: lastRead=2022-06-07 12:28:00.504623000, lastModified=2022-06-07 12:28:00.504019000, size=1, fileKey=(dev=38,ino=353469901)
12:28:00.508 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, isRacyClean=false, read=2022-06-07 12:28:00.504623000, lastModified=2022-06-07 12:28:00.504019000, delta=604000 ns, racy<=27500 ns
12:28:00.508 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, is unmodified
12:28:00.508 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, create new FileSnapshot: lastRead=2022-06-07 12:28:00.508812000, lastModified=2022-06-07 12:28:00.508019000, size=1, fileKey=(dev=38,ino=353469901)
12:28:00.509 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, lastModified changed from 2022-06-07 12:28:00.508019000 to 2022-06-07 12:28:00.509019000
12:28:00.509 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, create new FileSnapshot: lastRead=2022-06-07 12:28:00.509388000, lastModified=2022-06-07 12:28:00.509019000, size=1, fileKey=(dev=38,ino=353469901)
12:28:00.509 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, isRacyClean=false, read=2022-06-07 12:28:00.509388000, lastModified=2022-06-07 12:28:00.509019000, delta=369000 ns, racy<=27500 ns
12:28:00.509 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, is unmodified
12:28:00.510 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, create new FileSnapshot: lastRead=2022-06-07 12:28:00.509945000, lastModified=2022-06-07 12:28:00.509019000, size=1, fileKey=(dev=38,ino=353469901)
12:28:00.510 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, lastModified changed from 2022-06-07 12:28:00.509019000 to 2022-06-07 12:28:00.510019000
12:28:00.510 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, create new FileSnapshot: lastRead=2022-06-07 12:28:00.510458000, lastModified=2022-06-07 12:28:00.510019000, size=1, fileKey=(dev=38,ino=353469901)
12:28:00.510 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, isRacyClean=false, read=2022-06-07 12:28:00.510458000, lastModified=2022-06-07 12:28:00.510019000, delta=439000 ns, racy<=27500 ns
12:28:00.510 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, is unmodified
12:28:00.511 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, create new FileSnapshot: lastRead=2022-06-07 12:28:00.511003000, lastModified=2022-06-07 12:28:00.510019000, size=1, fileKey=(dev=38,ino=353469901)
12:28:00.511 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, lastModified changed from 2022-06-07 12:28:00.510019000 to 2022-06-07 12:28:00.511019000
12:28:00.515 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, create new FileSnapshot: lastRead=2022-06-07 12:28:00.515114000, lastModified=2022-06-07 12:28:00.511019000, size=1, fileKey=(dev=38,ino=353469901)
12:28:00.515 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, lastModified changed from 2022-06-07 12:28:00.511019000 to 2022-06-07 12:28:00.515019000
12:28:00.515 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, create new FileSnapshot: lastRead=2022-06-07 12:28:00.515900000, lastModified=2022-06-07 12:28:00.515019000, size=1, fileKey=(dev=38,ino=353469901)
12:28:00.516 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, lastModified changed from 2022-06-07 12:28:00.515019000 to 2022-06-07 12:28:00.516019000
12:28:00.516 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, create new FileSnapshot: lastRead=2022-06-07 12:28:00.516449000, lastModified=2022-06-07 12:28:00.516019000, size=1, fileKey=(dev=38,ino=353469901)
12:28:00.516 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, isRacyClean=false, read=2022-06-07 12:28:00.516449000, lastModified=2022-06-07 12:28:00.516019000, delta=430000 ns, racy<=27500 ns
12:28:00.517 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, is unmodified
12:28:00.517 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, create new FileSnapshot: lastRead=2022-06-07 12:28:00.517251000, lastModified=2022-06-07 12:28:00.517019000, size=1, fileKey=(dev=38,ino=353469901)
12:28:00.517 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, isRacyClean=false, read=2022-06-07 12:28:00.517251000, lastModified=2022-06-07 12:28:00.517019000, delta=232000 ns, racy<=27500 ns
12:28:00.517 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, is unmodified
12:28:00.518 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, create new FileSnapshot: lastRead=2022-06-07 12:28:00.518019000, lastModified=2022-06-07 12:28:00.517019000, size=1, fileKey=(dev=38,ino=353469901)
12:28:00.518 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, lastModified changed from 2022-06-07 12:28:00.517019000 to 2022-06-07 12:28:00.518019000
12:28:00.518 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, create new FileSnapshot: lastRead=2022-06-07 12:28:00.518748000, lastModified=2022-06-07 12:28:00.518019000, size=1, fileKey=(dev=38,ino=353469901)
12:28:00.522 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, lastModified changed from 2022-06-07 12:28:00.518019000 to 2022-06-07 12:28:00.519019000
12:28:00.523 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, create new FileSnapshot: lastRead=2022-06-07 12:28:00.523175000, lastModified=2022-06-07 12:28:00.523019000, size=1, fileKey=(dev=38,ino=353469901)
12:28:00.523 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, isRacyClean=false, read=2022-06-07 12:28:00.523175000, lastModified=2022-06-07 12:28:00.523019000, delta=156000 ns, racy<=27500 ns
12:28:00.523 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, is unmodified
12:28:00.524 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, create new FileSnapshot: lastRead=2022-06-07 12:28:00.524002000, lastModified=2022-06-07 12:28:00.523019000, size=1, fileKey=(dev=38,ino=353469901)
12:28:00.524 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, lastModified changed from 2022-06-07 12:28:00.523019000 to 2022-06-07 12:28:00.524019000
12:28:00.524 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, create new FileSnapshot: lastRead=2022-06-07 12:28:00.524809000, lastModified=2022-06-07 12:28:00.524019000, size=1, fileKey=(dev=38,ino=353469901)
12:28:00.525 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, lastModified changed from 2022-06-07 12:28:00.524019000 to 2022-06-07 12:28:00.525019000
12:28:00.525 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, create new FileSnapshot: lastRead=2022-06-07 12:28:00.525548000, lastModified=2022-06-07 12:28:00.525019000, size=1, fileKey=(dev=38,ino=353469901)
12:28:00.526 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, isRacyClean=false, read=2022-06-07 12:28:00.525548000, lastModified=2022-06-07 12:28:00.525019000, delta=529000 ns, racy<=27500 ns
12:28:00.526 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, is unmodified
12:28:00.526 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, create new FileSnapshot: lastRead=2022-06-07 12:28:00.526325000, lastModified=2022-06-07 12:28:00.526019000, size=1, fileKey=(dev=38,ino=353469901)
12:28:00.526 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, isRacyClean=false, read=2022-06-07 12:28:00.526325000, lastModified=2022-06-07 12:28:00.526019000, delta=306000 ns, racy<=27500 ns
12:28:00.526 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, is unmodified
12:28:00.530 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, create new FileSnapshot: lastRead=2022-06-07 12:28:00.530611000, lastModified=2022-06-07 12:28:00.527019000, size=1, fileKey=(dev=38,ino=353469901)
12:28:00.531 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, lastModified changed from 2022-06-07 12:28:00.527019000 to 2022-06-07 12:28:00.530019000
12:28:00.531 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, create new FileSnapshot: lastRead=2022-06-07 12:28:00.531390000, lastModified=2022-06-07 12:28:00.531019000, size=1, fileKey=(dev=38,ino=353469901)
12:28:00.531 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, isRacyClean=false, read=2022-06-07 12:28:00.531390000, lastModified=2022-06-07 12:28:00.531019000, delta=371000 ns, racy<=27500 ns
12:28:00.531 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, is unmodified
12:28:00.532 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, create new FileSnapshot: lastRead=2022-06-07 12:28:00.532076000, lastModified=2022-06-07 12:28:00.531019000, size=1, fileKey=(dev=38,ino=353469901)
12:28:00.532 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, lastModified changed from 2022-06-07 12:28:00.531019000 to 2022-06-07 12:28:00.532019000
12:28:00.532 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, create new FileSnapshot: lastRead=2022-06-07 12:28:00.532822000, lastModified=2022-06-07 12:28:00.532019000, size=1, fileKey=(dev=38,ino=353469901)
12:28:00.533 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, lastModified changed from 2022-06-07 12:28:00.532019000 to 2022-06-07 12:28:00.533019000
12:28:00.574 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, create new FileSnapshot: lastRead=2022-06-07 12:28:00.574020000, lastModified=2022-06-07 12:28:00.533019000, size=1, fileKey=(dev=38,ino=353469901)
12:28:00.575 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, lastModified changed from 2022-06-07 12:28:00.533019000 to 2022-06-07 12:28:00.574019000
12:28:00.575 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, create new FileSnapshot: lastRead=2022-06-07 12:28:00.575264000, lastModified=2022-06-07 12:28:00.575019000, size=1, fileKey=(dev=38,ino=353469901)
12:28:00.583 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, isRacyClean=false, read=2022-06-07 12:28:00.575264000, lastModified=2022-06-07 12:28:00.575019000, delta=245000 ns, racy<=27500 ns
12:28:00.583 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, is unmodified
12:28:00.584 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, create new FileSnapshot: lastRead=2022-06-07 12:28:00.584214000, lastModified=2022-06-07 12:28:00.584020000, size=1, fileKey=(dev=38,ino=353469901)
12:28:00.584 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, isRacyClean=false, read=2022-06-07 12:28:00.584214000, lastModified=2022-06-07 12:28:00.584020000, delta=194000 ns, racy<=27500 ns
12:28:00.584 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, is unmodified
12:28:00.585 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, create new FileSnapshot: lastRead=2022-06-07 12:28:00.585147000, lastModified=2022-06-07 12:28:00.585020000, size=1, fileKey=(dev=38,ino=353469901)
12:28:00.585 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, isRacyClean=false, read=2022-06-07 12:28:00.585147000, lastModified=2022-06-07 12:28:00.585020000, delta=127000 ns, racy<=27500 ns
12:28:00.585 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, is unmodified
12:28:00.585 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, create new FileSnapshot: lastRead=2022-06-07 12:28:00.585890000, lastModified=2022-06-07 12:28:00.585020000, size=1, fileKey=(dev=38,ino=353469901)
12:28:00.586 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, lastModified changed from 2022-06-07 12:28:00.585020000 to 2022-06-07 12:28:00.586020000
12:28:00.586 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, create new FileSnapshot: lastRead=2022-06-07 12:28:00.586534000, lastModified=2022-06-07 12:28:00.586020000, size=1, fileKey=(dev=38,ino=353469901)
12:28:00.586 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, isRacyClean=false, read=2022-06-07 12:28:00.586534000, lastModified=2022-06-07 12:28:00.586020000, delta=514000 ns, racy<=27500 ns
12:28:00.587 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, is unmodified
12:28:00.587 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, create new FileSnapshot: lastRead=2022-06-07 12:28:00.587217000, lastModified=2022-06-07 12:28:00.587020000, size=1, fileKey=(dev=38,ino=353469901)
12:28:00.587 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, isRacyClean=false, read=2022-06-07 12:28:00.587217000, lastModified=2022-06-07 12:28:00.587020000, delta=197000 ns, racy<=27500 ns
12:28:00.587 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, is unmodified
12:28:00.592 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, create new FileSnapshot: lastRead=2022-06-07 12:28:00.592439000, lastModified=2022-06-07 12:28:00.587020000, size=1, fileKey=(dev=38,ino=353469901)
12:28:00.593 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, lastModified changed from 2022-06-07 12:28:00.587020000 to 2022-06-07 12:28:00.592020000
12:28:00.593 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, create new FileSnapshot: lastRead=2022-06-07 12:28:00.593326000, lastModified=2022-06-07 12:28:00.593020000, size=1, fileKey=(dev=38,ino=353469901)
12:28:00.593 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, isRacyClean=false, read=2022-06-07 12:28:00.593326000, lastModified=2022-06-07 12:28:00.593020000, delta=306000 ns, racy<=27500 ns
12:28:00.593 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, is unmodified
12:28:00.594 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, create new FileSnapshot: lastRead=2022-06-07 12:28:00.593969000, lastModified=2022-06-07 12:28:00.593020000, size=1, fileKey=(dev=38,ino=353469901)
12:28:00.594 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, lastModified changed from 2022-06-07 12:28:00.593020000 to 2022-06-07 12:28:00.594020000
12:28:00.594 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, create new FileSnapshot: lastRead=2022-06-07 12:28:00.594664000, lastModified=2022-06-07 12:28:00.594020000, size=1, fileKey=(dev=38,ino=353469901)
12:28:00.595 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, isRacyClean=false, read=2022-06-07 12:28:00.594664000, lastModified=2022-06-07 12:28:00.594020000, delta=644000 ns, racy<=27500 ns
12:28:00.595 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, is unmodified
12:28:00.595 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, create new FileSnapshot: lastRead=2022-06-07 12:28:00.595415000, lastModified=2022-06-07 12:28:00.595020000, size=1, fileKey=(dev=38,ino=353469901)
12:28:00.595 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, isRacyClean=false, read=2022-06-07 12:28:00.595415000, lastModified=2022-06-07 12:28:00.595020000, delta=395000 ns, racy<=27500 ns
12:28:00.595 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, is unmodified
12:28:00.596 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, create new FileSnapshot: lastRead=2022-06-07 12:28:00.596235000, lastModified=2022-06-07 12:28:00.596020000, size=1, fileKey=(dev=38,ino=353469901)
12:28:00.601 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, isRacyClean=false, read=2022-06-07 12:28:00.596235000, lastModified=2022-06-07 12:28:00.596020000, delta=215000 ns, racy<=27500 ns
12:28:00.601 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, is unmodified
12:28:00.601 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, create new FileSnapshot: lastRead=2022-06-07 12:28:00.601668000, lastModified=2022-06-07 12:28:00.601020000, size=1, fileKey=(dev=38,ino=353469901)
12:28:00.602 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, isRacyClean=false, read=2022-06-07 12:28:00.601668000, lastModified=2022-06-07 12:28:00.601020000, delta=648000 ns, racy<=27500 ns
12:28:00.602 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, is unmodified
12:28:00.602 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, create new FileSnapshot: lastRead=2022-06-07 12:28:00.602455000, lastModified=2022-06-07 12:28:00.602020000, size=1, fileKey=(dev=38,ino=353469901)
12:28:00.602 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, isRacyClean=false, read=2022-06-07 12:28:00.602455000, lastModified=2022-06-07 12:28:00.602020000, delta=435000 ns, racy<=27500 ns
12:28:00.602 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, is unmodified
12:28:00.603 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, create new FileSnapshot: lastRead=2022-06-07 12:28:00.603287000, lastModified=2022-06-07 12:28:00.603020000, size=1, fileKey=(dev=38,ino=353469901)
12:28:00.603 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, isRacyClean=false, read=2022-06-07 12:28:00.603287000, lastModified=2022-06-07 12:28:00.603020000, delta=267000 ns, racy<=27500 ns
12:28:00.603 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, is unmodified
12:28:00.604 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, create new FileSnapshot: lastRead=2022-06-07 12:28:00.604117000, lastModified=2022-06-07 12:28:00.603020000, size=1, fileKey=(dev=38,ino=353469901)
12:28:00.604 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, lastModified changed from 2022-06-07 12:28:00.603020000 to 2022-06-07 12:28:00.604020000
12:28:00.604 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, create new FileSnapshot: lastRead=2022-06-07 12:28:00.604848000, lastModified=2022-06-07 12:28:00.604020000, size=1, fileKey=(dev=38,ino=353469901)
12:28:00.605 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, lastModified changed from 2022-06-07 12:28:00.604020000 to 2022-06-07 12:28:00.605020000
12:28:00.610 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, create new FileSnapshot: lastRead=2022-06-07 12:28:00.610154000, lastModified=2022-06-07 12:28:00.605020000, size=1, fileKey=(dev=38,ino=353469901)
12:28:00.610 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, lastModified changed from 2022-06-07 12:28:00.605020000 to 2022-06-07 12:28:00.610020000
12:28:00.611 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, create new FileSnapshot: lastRead=2022-06-07 12:28:00.611021000, lastModified=2022-06-07 12:28:00.610020000, size=1, fileKey=(dev=38,ino=353469901)
12:28:00.611 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, lastModified changed from 2022-06-07 12:28:00.610020000 to 2022-06-07 12:28:00.611020000
12:28:00.611 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, create new FileSnapshot: lastRead=2022-06-07 12:28:00.611722000, lastModified=2022-06-07 12:28:00.611020000, size=1, fileKey=(dev=38,ino=353469901)
12:28:00.612 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, isRacyClean=false, read=2022-06-07 12:28:00.611722000, lastModified=2022-06-07 12:28:00.611020000, delta=702000 ns, racy<=27500 ns
12:28:00.612 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, is unmodified
12:28:00.612 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, create new FileSnapshot: lastRead=2022-06-07 12:28:00.612513000, lastModified=2022-06-07 12:28:00.612020000, size=1, fileKey=(dev=38,ino=353469901)
12:28:00.612 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, isRacyClean=false, read=2022-06-07 12:28:00.612513000, lastModified=2022-06-07 12:28:00.612020000, delta=493000 ns, racy<=27500 ns
12:28:00.613 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, is unmodified
12:28:00.613 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, create new FileSnapshot: lastRead=2022-06-07 12:28:00.613259000, lastModified=2022-06-07 12:28:00.613020000, size=1, fileKey=(dev=38,ino=353469901)
12:28:00.613 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, isRacyClean=false, read=2022-06-07 12:28:00.613259000, lastModified=2022-06-07 12:28:00.613020000, delta=239000 ns, racy<=27500 ns
12:28:00.613 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, is unmodified
12:28:00.614 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, create new FileSnapshot: lastRead=2022-06-07 12:28:00.614128000, lastModified=2022-06-07 12:28:00.614020000, size=1, fileKey=(dev=38,ino=353469901)
12:28:00.619 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, isRacyClean=false, read=2022-06-07 12:28:00.614128000, lastModified=2022-06-07 12:28:00.614020000, delta=108000 ns, racy<=27500 ns
12:28:00.619 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, is unmodified
12:28:00.619 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, create new FileSnapshot: lastRead=2022-06-07 12:28:00.619843000, lastModified=2022-06-07 12:28:00.619020000, size=1, fileKey=(dev=38,ino=353469901)
12:28:00.620 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, lastModified changed from 2022-06-07 12:28:00.619020000 to 2022-06-07 12:28:00.620020000
12:28:00.620 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, create new FileSnapshot: lastRead=2022-06-07 12:28:00.620632000, lastModified=2022-06-07 12:28:00.620020000, size=1, fileKey=(dev=38,ino=353469901)
12:28:00.621 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, isRacyClean=false, read=2022-06-07 12:28:00.620632000, lastModified=2022-06-07 12:28:00.620020000, delta=612000 ns, racy<=27500 ns
12:28:00.621 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, is unmodified
12:28:00.621 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, create new FileSnapshot: lastRead=2022-06-07 12:28:00.621468000, lastModified=2022-06-07 12:28:00.621020000, size=1, fileKey=(dev=38,ino=353469901)
12:28:00.621 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, isRacyClean=false, read=2022-06-07 12:28:00.621468000, lastModified=2022-06-07 12:28:00.621020000, delta=448000 ns, racy<=27500 ns
12:28:00.622 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, is unmodified
12:28:00.622 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, create new FileSnapshot: lastRead=2022-06-07 12:28:00.622315000, lastModified=2022-06-07 12:28:00.622020000, size=1, fileKey=(dev=38,ino=353469901)
12:28:00.622 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, isRacyClean=false, read=2022-06-07 12:28:00.622315000, lastModified=2022-06-07 12:28:00.622020000, delta=295000 ns, racy<=27500 ns
12:28:00.622 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, is unmodified
12:28:00.623 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, create new FileSnapshot: lastRead=2022-06-07 12:28:00.623028000, lastModified=2022-06-07 12:28:00.622020000, size=1, fileKey=(dev=38,ino=353469901)
12:28:00.623 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, lastModified changed from 2022-06-07 12:28:00.622020000 to 2022-06-07 12:28:00.623020000
12:28:00.630 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, create new FileSnapshot: lastRead=2022-06-07 12:28:00.630636000, lastModified=2022-06-07 12:28:00.623020000, size=1, fileKey=(dev=38,ino=353469901)
12:28:00.631 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, lastModified changed from 2022-06-07 12:28:00.623020000 to 2022-06-07 12:28:00.631020000
12:28:00.631 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, create new FileSnapshot: lastRead=2022-06-07 12:28:00.631676000, lastModified=2022-06-07 12:28:00.631020000, size=1, fileKey=(dev=38,ino=353469901)
12:28:00.632 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, isRacyClean=false, read=2022-06-07 12:28:00.631676000, lastModified=2022-06-07 12:28:00.631020000, delta=656000 ns, racy<=27500 ns
12:28:00.632 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, is unmodified
12:28:00.632 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, create new FileSnapshot: lastRead=2022-06-07 12:28:00.632484000, lastModified=2022-06-07 12:28:00.632020000, size=1, fileKey=(dev=38,ino=353469901)
12:28:00.632 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, isRacyClean=false, read=2022-06-07 12:28:00.632484000, lastModified=2022-06-07 12:28:00.632020000, delta=464000 ns, racy<=27500 ns
12:28:00.632 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, is unmodified
12:28:00.633 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, create new FileSnapshot: lastRead=2022-06-07 12:28:00.633191000, lastModified=2022-06-07 12:28:00.633020000, size=1, fileKey=(dev=38,ino=353469901)
12:28:00.633 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, isRacyClean=false, read=2022-06-07 12:28:00.633191000, lastModified=2022-06-07 12:28:00.633020000, delta=171000 ns, racy<=27500 ns
12:28:00.633 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, is unmodified
12:28:00.634 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, create new FileSnapshot: lastRead=2022-06-07 12:28:00.634011000, lastModified=2022-06-07 12:28:00.633020000, size=1, fileKey=(dev=38,ino=353469901)
12:28:00.634 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, lastModified changed from 2022-06-07 12:28:00.633020000 to 2022-06-07 12:28:00.634020000
12:28:00.634 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, create new FileSnapshot: lastRead=2022-06-07 12:28:00.634701000, lastModified=2022-06-07 12:28:00.634020000, size=1, fileKey=(dev=38,ino=353469901)
12:28:00.641 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, isRacyClean=false, read=2022-06-07 12:28:00.634701000, lastModified=2022-06-07 12:28:00.634020000, delta=681000 ns, racy<=27500 ns
12:28:00.641 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, is unmodified
12:28:00.641 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, create new FileSnapshot: lastRead=2022-06-07 12:28:00.641937000, lastModified=2022-06-07 12:28:00.641020000, size=1, fileKey=(dev=38,ino=353469901)
12:28:00.642 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, lastModified changed from 2022-06-07 12:28:00.641020000 to 2022-06-07 12:28:00.642020000
12:28:00.642 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, create new FileSnapshot: lastRead=2022-06-07 12:28:00.642596000, lastModified=2022-06-07 12:28:00.642020000, size=1, fileKey=(dev=38,ino=353469901)
12:28:00.642 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, isRacyClean=false, read=2022-06-07 12:28:00.642596000, lastModified=2022-06-07 12:28:00.642020000, delta=576000 ns, racy<=27500 ns
12:28:00.642 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, is unmodified
12:28:00.643 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, create new FileSnapshot: lastRead=2022-06-07 12:28:00.643193000, lastModified=2022-06-07 12:28:00.642020000, size=1, fileKey=(dev=38,ino=353469901)
12:28:00.643 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, lastModified changed from 2022-06-07 12:28:00.642020000 to 2022-06-07 12:28:00.643020000
12:28:00.643 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, create new FileSnapshot: lastRead=2022-06-07 12:28:00.643747000, lastModified=2022-06-07 12:28:00.643020000, size=1, fileKey=(dev=38,ino=353469901)
12:28:00.644 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, isRacyClean=false, read=2022-06-07 12:28:00.643747000, lastModified=2022-06-07 12:28:00.643020000, delta=727000 ns, racy<=27500 ns
12:28:00.644 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, is unmodified
12:28:00.644 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, create new FileSnapshot: lastRead=2022-06-07 12:28:00.644233000, lastModified=2022-06-07 12:28:00.644020000, size=1, fileKey=(dev=38,ino=353469901)
12:28:00.644 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, isRacyClean=false, read=2022-06-07 12:28:00.644233000, lastModified=2022-06-07 12:28:00.644020000, delta=213000 ns, racy<=27500 ns
12:28:00.644 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, is unmodified
12:28:00.652 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, create new FileSnapshot: lastRead=2022-06-07 12:28:00.652377000, lastModified=2022-06-07 12:28:00.644020000, size=1, fileKey=(dev=38,ino=353469901)
12:28:00.653 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, lastModified changed from 2022-06-07 12:28:00.644020000 to 2022-06-07 12:28:00.653020000
12:28:00.674 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, create new FileSnapshot: lastRead=2022-06-07 12:28:00.673974000, lastModified=2022-06-07 12:28:00.654020000, size=1, fileKey=(dev=38,ino=353469901)
12:28:00.674 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, lastModified changed from 2022-06-07 12:28:00.654020000 to 2022-06-07 12:28:00.674020000
12:28:00.676 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, create new FileSnapshot: lastRead=2022-06-07 12:28:00.675986000, lastModified=2022-06-07 12:28:00.675020000, size=1, fileKey=(dev=38,ino=353469901)
12:28:00.677 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, lastModified changed from 2022-06-07 12:28:00.675020000 to 2022-06-07 12:28:00.677020000
12:28:00.678 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, create new FileSnapshot: lastRead=2022-06-07 12:28:00.678868000, lastModified=2022-06-07 12:28:00.678020000, size=1, fileKey=(dev=38,ino=353469901)
12:28:00.680 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, lastModified changed from 2022-06-07 12:28:00.678020000 to 2022-06-07 12:28:00.679020000
12:28:00.680 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, create new FileSnapshot: lastRead=2022-06-07 12:28:00.680884000, lastModified=2022-06-07 12:28:00.680020000, size=1, fileKey=(dev=38,ino=353469901)
12:28:00.681 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, lastModified changed from 2022-06-07 12:28:00.680020000 to 2022-06-07 12:28:00.681020000
12:28:00.682 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, create new FileSnapshot: lastRead=2022-06-07 12:28:00.682686000, lastModified=2022-06-07 12:28:00.682020000, size=1, fileKey=(dev=38,ino=353469901)
12:28:00.695 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, lastModified changed from 2022-06-07 12:28:00.682020000 to 2022-06-07 12:28:00.683020000
12:28:00.695 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, create new FileSnapshot: lastRead=2022-06-07 12:28:00.695397000, lastModified=2022-06-07 12:28:00.695020000, size=1, fileKey=(dev=38,ino=353469901)
12:28:00.695 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, isRacyClean=false, read=2022-06-07 12:28:00.695397000, lastModified=2022-06-07 12:28:00.695020000, delta=377000 ns, racy<=27500 ns
12:28:00.695 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, is unmodified
12:28:00.696 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, create new FileSnapshot: lastRead=2022-06-07 12:28:00.696072000, lastModified=2022-06-07 12:28:00.695020000, size=1, fileKey=(dev=38,ino=353469901)
12:28:00.696 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, lastModified changed from 2022-06-07 12:28:00.695020000 to 2022-06-07 12:28:00.696020000
12:28:00.696 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, create new FileSnapshot: lastRead=2022-06-07 12:28:00.696666000, lastModified=2022-06-07 12:28:00.696020000, size=1, fileKey=(dev=38,ino=353469901)
12:28:00.697 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, isRacyClean=false, read=2022-06-07 12:28:00.696666000, lastModified=2022-06-07 12:28:00.696020000, delta=646000 ns, racy<=27500 ns
12:28:00.697 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, is unmodified
12:28:00.697 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, create new FileSnapshot: lastRead=2022-06-07 12:28:00.697285000, lastModified=2022-06-07 12:28:00.697020000, size=1, fileKey=(dev=38,ino=353469901)
12:28:00.697 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, isRacyClean=false, read=2022-06-07 12:28:00.697285000, lastModified=2022-06-07 12:28:00.697020000, delta=265000 ns, racy<=27500 ns
12:28:00.697 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, is unmodified
12:28:00.698 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, create new FileSnapshot: lastRead=2022-06-07 12:28:00.697948000, lastModified=2022-06-07 12:28:00.697020000, size=1, fileKey=(dev=38,ino=353469901)
12:28:00.698 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, lastModified changed from 2022-06-07 12:28:00.697020000 to 2022-06-07 12:28:00.698020000
12:28:00.704 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, create new FileSnapshot: lastRead=2022-06-07 12:28:00.704739000, lastModified=2022-06-07 12:28:00.698020000, size=1, fileKey=(dev=38,ino=353469901)
12:28:00.705 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, lastModified changed from 2022-06-07 12:28:00.698020000 to 2022-06-07 12:28:00.705020000
12:28:00.705 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, create new FileSnapshot: lastRead=2022-06-07 12:28:00.705513000, lastModified=2022-06-07 12:28:00.705020000, size=1, fileKey=(dev=38,ino=353469901)
12:28:00.705 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, isRacyClean=false, read=2022-06-07 12:28:00.705513000, lastModified=2022-06-07 12:28:00.705020000, delta=493000 ns, racy<=27500 ns
12:28:00.706 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, is unmodified
12:28:00.706 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, create new FileSnapshot: lastRead=2022-06-07 12:28:00.706218000, lastModified=2022-06-07 12:28:00.706020000, size=1, fileKey=(dev=38,ino=353469901)
12:28:00.706 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, isRacyClean=false, read=2022-06-07 12:28:00.706218000, lastModified=2022-06-07 12:28:00.706020000, delta=198000 ns, racy<=27500 ns
12:28:00.706 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, is unmodified
12:28:00.706 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, create new FileSnapshot: lastRead=2022-06-07 12:28:00.706850000, lastModified=2022-06-07 12:28:00.706020000, size=1, fileKey=(dev=38,ino=353469901)
12:28:00.707 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, lastModified changed from 2022-06-07 12:28:00.706020000 to 2022-06-07 12:28:00.707020000
12:28:00.707 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, create new FileSnapshot: lastRead=2022-06-07 12:28:00.707468000, lastModified=2022-06-07 12:28:00.707020000, size=1, fileKey=(dev=38,ino=353469901)
12:28:00.707 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, isRacyClean=false, read=2022-06-07 12:28:00.707468000, lastModified=2022-06-07 12:28:00.707020000, delta=448000 ns, racy<=27500 ns
12:28:00.707 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, is unmodified
12:28:00.708 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, create new FileSnapshot: lastRead=2022-06-07 12:28:00.708068000, lastModified=2022-06-07 12:28:00.707020000, size=1, fileKey=(dev=38,ino=353469901)
12:28:00.716 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, lastModified changed from 2022-06-07 12:28:00.707020000 to 2022-06-07 12:28:00.708020000
12:28:00.717 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, create new FileSnapshot: lastRead=2022-06-07 12:28:00.716967000, lastModified=2022-06-07 12:28:00.716020000, size=1, fileKey=(dev=38,ino=353469901)
12:28:00.717 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, lastModified changed from 2022-06-07 12:28:00.716020000 to 2022-06-07 12:28:00.717020000
12:28:00.718 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, create new FileSnapshot: lastRead=2022-06-07 12:28:00.718547000, lastModified=2022-06-07 12:28:00.718020000, size=1, fileKey=(dev=38,ino=353469901)
12:28:00.719 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, lastModified changed from 2022-06-07 12:28:00.718020000 to 2022-06-07 12:28:00.719020000
12:28:00.720 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, create new FileSnapshot: lastRead=2022-06-07 12:28:00.720099000, lastModified=2022-06-07 12:28:00.719020000, size=1, fileKey=(dev=38,ino=353469901)
12:28:00.720 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, lastModified changed from 2022-06-07 12:28:00.719020000 to 2022-06-07 12:28:00.720020000
12:28:00.721 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, create new FileSnapshot: lastRead=2022-06-07 12:28:00.721310000, lastModified=2022-06-07 12:28:00.721020000, size=1, fileKey=(dev=38,ino=353469901)
12:28:00.721 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, isRacyClean=false, read=2022-06-07 12:28:00.721310000, lastModified=2022-06-07 12:28:00.721020000, delta=290000 ns, racy<=27500 ns
12:28:00.721 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, is unmodified
12:28:00.721 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, create new FileSnapshot: lastRead=2022-06-07 12:28:00.721871000, lastModified=2022-06-07 12:28:00.721020000, size=1, fileKey=(dev=38,ino=353469901)
12:28:00.722 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, lastModified changed from 2022-06-07 12:28:00.721020000 to 2022-06-07 12:28:00.722020000
12:28:00.727 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, create new FileSnapshot: lastRead=2022-06-07 12:28:00.727143000, lastModified=2022-06-07 12:28:00.722020000, size=1, fileKey=(dev=38,ino=353469901)
12:28:00.727 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, lastModified changed from 2022-06-07 12:28:00.722020000 to 2022-06-07 12:28:00.727020000
12:28:00.727 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, create new FileSnapshot: lastRead=2022-06-07 12:28:00.727798000, lastModified=2022-06-07 12:28:00.727020000, size=1, fileKey=(dev=38,ino=353469901)
12:28:00.728 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, isRacyClean=false, read=2022-06-07 12:28:00.727798000, lastModified=2022-06-07 12:28:00.727020000, delta=778000 ns, racy<=27500 ns
12:28:00.728 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, is unmodified
12:28:00.728 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, create new FileSnapshot: lastRead=2022-06-07 12:28:00.728277000, lastModified=2022-06-07 12:28:00.728020000, size=1, fileKey=(dev=38,ino=353469901)
12:28:00.728 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, isRacyClean=false, read=2022-06-07 12:28:00.728277000, lastModified=2022-06-07 12:28:00.728020000, delta=257000 ns, racy<=27500 ns
12:28:00.728 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, is unmodified
12:28:00.728 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, create new FileSnapshot: lastRead=2022-06-07 12:28:00.728771000, lastModified=2022-06-07 12:28:00.728020000, size=1, fileKey=(dev=38,ino=353469901)
12:28:00.729 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, isRacyClean=false, read=2022-06-07 12:28:00.728771000, lastModified=2022-06-07 12:28:00.728020000, delta=751000 ns, racy<=27500 ns
12:28:00.729 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, is unmodified
12:28:00.729 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, create new FileSnapshot: lastRead=2022-06-07 12:28:00.729291000, lastModified=2022-06-07 12:28:00.729020000, size=1, fileKey=(dev=38,ino=353469901)
12:28:00.729 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, isRacyClean=false, read=2022-06-07 12:28:00.729291000, lastModified=2022-06-07 12:28:00.729020000, delta=271000 ns, racy<=27500 ns
12:28:00.729 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, is unmodified
12:28:00.729 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, create new FileSnapshot: lastRead=2022-06-07 12:28:00.729823000, lastModified=2022-06-07 12:28:00.729020000, size=1, fileKey=(dev=38,ino=353469901)
12:28:00.732 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, isRacyClean=false, read=2022-06-07 12:28:00.729823000, lastModified=2022-06-07 12:28:00.729020000, delta=803000 ns, racy<=27500 ns
12:28:00.732 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, is unmodified
12:28:00.732 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, create new FileSnapshot: lastRead=2022-06-07 12:28:00.732775000, lastModified=2022-06-07 12:28:00.732020000, size=1, fileKey=(dev=38,ino=353469901)
12:28:00.733 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, isRacyClean=false, read=2022-06-07 12:28:00.732775000, lastModified=2022-06-07 12:28:00.732020000, delta=755000 ns, racy<=27500 ns
12:28:00.733 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, is unmodified
12:28:00.733 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, create new FileSnapshot: lastRead=2022-06-07 12:28:00.733334000, lastModified=2022-06-07 12:28:00.733020000, size=1, fileKey=(dev=38,ino=353469901)
12:28:00.733 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, isRacyClean=false, read=2022-06-07 12:28:00.733334000, lastModified=2022-06-07 12:28:00.733020000, delta=314000 ns, racy<=27500 ns
12:28:00.733 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, is unmodified
12:28:00.733 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, create new FileSnapshot: lastRead=2022-06-07 12:28:00.733786000, lastModified=2022-06-07 12:28:00.733020000, size=1, fileKey=(dev=38,ino=353469901)
12:28:00.734 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, isRacyClean=false, read=2022-06-07 12:28:00.733786000, lastModified=2022-06-07 12:28:00.733020000, delta=766000 ns, racy<=27500 ns
12:28:00.734 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, is unmodified
12:28:00.734 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, create new FileSnapshot: lastRead=2022-06-07 12:28:00.734257000, lastModified=2022-06-07 12:28:00.734020000, size=1, fileKey=(dev=38,ino=353469901)
12:28:00.734 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, isRacyClean=false, read=2022-06-07 12:28:00.734257000, lastModified=2022-06-07 12:28:00.734020000, delta=237000 ns, racy<=27500 ns
12:28:00.734 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, is unmodified
12:28:00.734 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, create new FileSnapshot: lastRead=2022-06-07 12:28:00.734769000, lastModified=2022-06-07 12:28:00.734020000, size=1, fileKey=(dev=38,ino=353469901)
12:28:00.735 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, isRacyClean=false, read=2022-06-07 12:28:00.734769000, lastModified=2022-06-07 12:28:00.734020000, delta=749000 ns, racy<=27500 ns
12:28:00.735 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, is unmodified
12:28:00.737 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, create new FileSnapshot: lastRead=2022-06-07 12:28:00.737535000, lastModified=2022-06-07 12:28:00.735020000, size=1, fileKey=(dev=38,ino=353469901)
12:28:00.737 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, lastModified changed from 2022-06-07 12:28:00.735020000 to 2022-06-07 12:28:00.737020000
12:28:00.738 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, create new FileSnapshot: lastRead=2022-06-07 12:28:00.737979000, lastModified=2022-06-07 12:28:00.737020000, size=1, fileKey=(dev=38,ino=353469901)
12:28:00.738 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, lastModified changed from 2022-06-07 12:28:00.737020000 to 2022-06-07 12:28:00.738020000
12:28:00.738 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, create new FileSnapshot: lastRead=2022-06-07 12:28:00.738444000, lastModified=2022-06-07 12:28:00.738020000, size=1, fileKey=(dev=38,ino=353469901)
12:28:00.738 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, isRacyClean=false, read=2022-06-07 12:28:00.738444000, lastModified=2022-06-07 12:28:00.738020000, delta=424000 ns, racy<=27500 ns
12:28:00.738 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, is unmodified
12:28:00.738 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, create new FileSnapshot: lastRead=2022-06-07 12:28:00.738858000, lastModified=2022-06-07 12:28:00.738020000, size=1, fileKey=(dev=38,ino=353469901)
12:28:00.739 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, isRacyClean=false, read=2022-06-07 12:28:00.738858000, lastModified=2022-06-07 12:28:00.738020000, delta=838000 ns, racy<=27500 ns
12:28:00.739 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, is unmodified
12:28:00.739 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, create new FileSnapshot: lastRead=2022-06-07 12:28:00.739364000, lastModified=2022-06-07 12:28:00.739020000, size=1, fileKey=(dev=38,ino=353469901)
12:28:00.739 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, isRacyClean=false, read=2022-06-07 12:28:00.739364000, lastModified=2022-06-07 12:28:00.739020000, delta=344000 ns, racy<=27500 ns
12:28:00.739 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, is unmodified
12:28:00.739 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, create new FileSnapshot: lastRead=2022-06-07 12:28:00.739768000, lastModified=2022-06-07 12:28:00.739020000, size=1, fileKey=(dev=38,ino=353469901)
12:28:00.742 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, isRacyClean=false, read=2022-06-07 12:28:00.739768000, lastModified=2022-06-07 12:28:00.739020000, delta=748000 ns, racy<=27500 ns
12:28:00.742 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, is unmodified
12:28:00.742 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, create new FileSnapshot: lastRead=2022-06-07 12:28:00.742870000, lastModified=2022-06-07 12:28:00.742020000, size=1, fileKey=(dev=38,ino=353469901)
12:28:00.743 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, isRacyClean=false, read=2022-06-07 12:28:00.742870000, lastModified=2022-06-07 12:28:00.742020000, delta=850000 ns, racy<=27500 ns
12:28:00.743 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, is unmodified
12:28:00.743 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, create new FileSnapshot: lastRead=2022-06-07 12:28:00.743348000, lastModified=2022-06-07 12:28:00.743020000, size=1, fileKey=(dev=38,ino=353469901)
12:28:00.774 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, isRacyClean=false, read=2022-06-07 12:28:00.743348000, lastModified=2022-06-07 12:28:00.743020000, delta=328000 ns, racy<=27500 ns
12:28:00.774 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, is unmodified
12:28:00.774 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, create new FileSnapshot: lastRead=2022-06-07 12:28:00.774348000, lastModified=2022-06-07 12:28:00.774020000, size=1, fileKey=(dev=38,ino=353469901)
12:28:00.774 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, isRacyClean=false, read=2022-06-07 12:28:00.774348000, lastModified=2022-06-07 12:28:00.774020000, delta=328000 ns, racy<=27500 ns
12:28:00.774 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, is unmodified
12:28:00.774 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, create new FileSnapshot: lastRead=2022-06-07 12:28:00.774883000, lastModified=2022-06-07 12:28:00.774020000, size=1, fileKey=(dev=38,ino=353469901)
12:28:00.775 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, lastModified changed from 2022-06-07 12:28:00.774020000 to 2022-06-07 12:28:00.775020000
12:28:00.775 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, create new FileSnapshot: lastRead=2022-06-07 12:28:00.775337000, lastModified=2022-06-07 12:28:00.775020000, size=1, fileKey=(dev=38,ino=353469901)
12:28:00.775 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, isRacyClean=false, read=2022-06-07 12:28:00.775337000, lastModified=2022-06-07 12:28:00.775020000, delta=317000 ns, racy<=27500 ns
12:28:00.775 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, is unmodified
12:28:00.781 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, create new FileSnapshot: lastRead=2022-06-07 12:28:00.780883000, lastModified=2022-06-07 12:28:00.775020000, size=1, fileKey=(dev=38,ino=353469901)
12:28:00.781 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, lastModified changed from 2022-06-07 12:28:00.775020000 to 2022-06-07 12:28:00.781020000
12:28:00.781 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, create new FileSnapshot: lastRead=2022-06-07 12:28:00.781541000, lastModified=2022-06-07 12:28:00.781020000, size=1, fileKey=(dev=38,ino=353469901)
12:28:00.781 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, isRacyClean=false, read=2022-06-07 12:28:00.781541000, lastModified=2022-06-07 12:28:00.781020000, delta=521000 ns, racy<=27500 ns
12:28:00.781 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, is unmodified
12:28:00.782 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, create new FileSnapshot: lastRead=2022-06-07 12:28:00.781993000, lastModified=2022-06-07 12:28:00.781020000, size=1, fileKey=(dev=38,ino=353469901)
12:28:00.782 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, lastModified changed from 2022-06-07 12:28:00.781020000 to 2022-06-07 12:28:00.782020000
12:28:00.782 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, create new FileSnapshot: lastRead=2022-06-07 12:28:00.782458000, lastModified=2022-06-07 12:28:00.782020000, size=1, fileKey=(dev=38,ino=353469901)
12:28:00.782 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, isRacyClean=false, read=2022-06-07 12:28:00.782458000, lastModified=2022-06-07 12:28:00.782020000, delta=438000 ns, racy<=27500 ns
12:28:00.782 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, is unmodified
12:28:00.782 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, create new FileSnapshot: lastRead=2022-06-07 12:28:00.782907000, lastModified=2022-06-07 12:28:00.782020000, size=1, fileKey=(dev=38,ino=353469901)
12:28:00.783 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, lastModified changed from 2022-06-07 12:28:00.782020000 to 2022-06-07 12:28:00.783020000
12:28:00.783 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, create new FileSnapshot: lastRead=2022-06-07 12:28:00.783334000, lastModified=2022-06-07 12:28:00.783020000, size=1, fileKey=(dev=38,ino=353469901)
12:28:00.787 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, isRacyClean=false, read=2022-06-07 12:28:00.783334000, lastModified=2022-06-07 12:28:00.783020000, delta=314000 ns, racy<=27500 ns
12:28:00.787 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, is unmodified
12:28:00.787 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, create new FileSnapshot: lastRead=2022-06-07 12:28:00.787599000, lastModified=2022-06-07 12:28:00.787020000, size=1, fileKey=(dev=38,ino=353469901)
12:28:00.788 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, isRacyClean=false, read=2022-06-07 12:28:00.787599000, lastModified=2022-06-07 12:28:00.787020000, delta=579000 ns, racy<=27500 ns
12:28:00.788 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, is unmodified
12:28:00.788 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, create new FileSnapshot: lastRead=2022-06-07 12:28:00.788332000, lastModified=2022-06-07 12:28:00.788020000, size=1, fileKey=(dev=38,ino=353469901)
12:28:00.788 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, isRacyClean=false, read=2022-06-07 12:28:00.788332000, lastModified=2022-06-07 12:28:00.788020000, delta=312000 ns, racy<=27500 ns
12:28:00.788 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, is unmodified
12:28:00.789 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, create new FileSnapshot: lastRead=2022-06-07 12:28:00.788939000, lastModified=2022-06-07 12:28:00.788020000, size=1, fileKey=(dev=38,ino=353469901)
12:28:00.789 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, lastModified changed from 2022-06-07 12:28:00.788020000 to 2022-06-07 12:28:00.789020000
12:28:00.789 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, create new FileSnapshot: lastRead=2022-06-07 12:28:00.789513000, lastModified=2022-06-07 12:28:00.789020000, size=1, fileKey=(dev=38,ino=353469901)
12:28:00.789 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, isRacyClean=false, read=2022-06-07 12:28:00.789513000, lastModified=2022-06-07 12:28:00.789020000, delta=493000 ns, racy<=27500 ns
12:28:00.789 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, is unmodified
12:28:00.790 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, create new FileSnapshot: lastRead=2022-06-07 12:28:00.790108000, lastModified=2022-06-07 12:28:00.790020000, size=1, fileKey=(dev=38,ino=353469901)
12:28:00.790 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, isRacyClean=false, read=2022-06-07 12:28:00.790108000, lastModified=2022-06-07 12:28:00.790020000, delta=88000 ns, racy<=27500 ns
12:28:00.790 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, is unmodified
12:28:00.794 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, create new FileSnapshot: lastRead=2022-06-07 12:28:00.794248000, lastModified=2022-06-07 12:28:00.790020000, size=1, fileKey=(dev=38,ino=353469901)
12:28:00.794 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, lastModified changed from 2022-06-07 12:28:00.790020000 to 2022-06-07 12:28:00.794020000
12:28:00.794 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, create new FileSnapshot: lastRead=2022-06-07 12:28:00.794851000, lastModified=2022-06-07 12:28:00.794020000, size=1, fileKey=(dev=38,ino=353469901)
12:28:00.795 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, lastModified changed from 2022-06-07 12:28:00.794020000 to 2022-06-07 12:28:00.795020000
12:28:00.795 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, create new FileSnapshot: lastRead=2022-06-07 12:28:00.795298000, lastModified=2022-06-07 12:28:00.795020000, size=1, fileKey=(dev=38,ino=353469901)
12:28:00.795 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, isRacyClean=false, read=2022-06-07 12:28:00.795298000, lastModified=2022-06-07 12:28:00.795020000, delta=278000 ns, racy<=27500 ns
12:28:00.795 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, is unmodified
12:28:00.795 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, create new FileSnapshot: lastRead=2022-06-07 12:28:00.795769000, lastModified=2022-06-07 12:28:00.795020000, size=1, fileKey=(dev=38,ino=353469901)
12:28:00.796 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, isRacyClean=false, read=2022-06-07 12:28:00.795769000, lastModified=2022-06-07 12:28:00.795020000, delta=749000 ns, racy<=27500 ns
12:28:00.796 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, is unmodified
12:28:00.796 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, create new FileSnapshot: lastRead=2022-06-07 12:28:00.796355000, lastModified=2022-06-07 12:28:00.796020000, size=1, fileKey=(dev=38,ino=353469901)
12:28:00.796 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, isRacyClean=false, read=2022-06-07 12:28:00.796355000, lastModified=2022-06-07 12:28:00.796020000, delta=335000 ns, racy<=27500 ns
12:28:00.796 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, is unmodified
12:28:00.796 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, create new FileSnapshot: lastRead=2022-06-07 12:28:00.796922000, lastModified=2022-06-07 12:28:00.796020000, size=1, fileKey=(dev=38,ino=353469901)
12:28:00.800 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, lastModified changed from 2022-06-07 12:28:00.796020000 to 2022-06-07 12:28:00.797020000
12:28:00.801 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, create new FileSnapshot: lastRead=2022-06-07 12:28:00.801227000, lastModified=2022-06-07 12:28:00.801020000, size=1, fileKey=(dev=38,ino=353469901)
12:28:00.801 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, isRacyClean=false, read=2022-06-07 12:28:00.801227000, lastModified=2022-06-07 12:28:00.801020000, delta=207000 ns, racy<=27500 ns
12:28:00.801 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, is unmodified
12:28:00.801 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, create new FileSnapshot: lastRead=2022-06-07 12:28:00.801774000, lastModified=2022-06-07 12:28:00.801020000, size=1, fileKey=(dev=38,ino=353469901)
12:28:00.802 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, isRacyClean=false, read=2022-06-07 12:28:00.801774000, lastModified=2022-06-07 12:28:00.801020000, delta=754000 ns, racy<=27500 ns
12:28:00.802 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, is unmodified
12:28:00.802 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, create new FileSnapshot: lastRead=2022-06-07 12:28:00.802246000, lastModified=2022-06-07 12:28:00.802020000, size=1, fileKey=(dev=38,ino=353469901)
12:28:00.802 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, isRacyClean=false, read=2022-06-07 12:28:00.802246000, lastModified=2022-06-07 12:28:00.802020000, delta=226000 ns, racy<=27500 ns
12:28:00.802 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, is unmodified
12:28:00.802 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, create new FileSnapshot: lastRead=2022-06-07 12:28:00.802714000, lastModified=2022-06-07 12:28:00.802020000, size=1, fileKey=(dev=38,ino=353469901)
12:28:00.803 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, isRacyClean=false, read=2022-06-07 12:28:00.802714000, lastModified=2022-06-07 12:28:00.802020000, delta=694000 ns, racy<=27500 ns
12:28:00.803 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, is unmodified
12:28:00.803 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, create new FileSnapshot: lastRead=2022-06-07 12:28:00.803176000, lastModified=2022-06-07 12:28:00.803020000, size=1, fileKey=(dev=38,ino=353469901)
12:28:00.803 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, isRacyClean=false, read=2022-06-07 12:28:00.803176000, lastModified=2022-06-07 12:28:00.803020000, delta=156000 ns, racy<=27500 ns
12:28:00.803 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, is unmodified
12:28:00.807 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, create new FileSnapshot: lastRead=2022-06-07 12:28:00.807335000, lastModified=2022-06-07 12:28:00.803020000, size=1, fileKey=(dev=38,ino=353469901)
12:28:00.807 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, lastModified changed from 2022-06-07 12:28:00.803020000 to 2022-06-07 12:28:00.807020000
12:28:00.807 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, create new FileSnapshot: lastRead=2022-06-07 12:28:00.807871000, lastModified=2022-06-07 12:28:00.807020000, size=1, fileKey=(dev=38,ino=353469901)
12:28:00.808 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, isRacyClean=false, read=2022-06-07 12:28:00.807871000, lastModified=2022-06-07 12:28:00.807020000, delta=851000 ns, racy<=27500 ns
12:28:00.808 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, is unmodified
12:28:00.808 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, create new FileSnapshot: lastRead=2022-06-07 12:28:00.808338000, lastModified=2022-06-07 12:28:00.808020000, size=1, fileKey=(dev=38,ino=353469901)
12:28:00.808 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, isRacyClean=false, read=2022-06-07 12:28:00.808338000, lastModified=2022-06-07 12:28:00.808020000, delta=318000 ns, racy<=27500 ns
12:28:00.808 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, is unmodified
12:28:00.808 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, create new FileSnapshot: lastRead=2022-06-07 12:28:00.808762000, lastModified=2022-06-07 12:28:00.808020000, size=1, fileKey=(dev=38,ino=353469901)
12:28:00.809 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, isRacyClean=false, read=2022-06-07 12:28:00.808762000, lastModified=2022-06-07 12:28:00.808020000, delta=742000 ns, racy<=27500 ns
12:28:00.809 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, is unmodified
12:28:00.809 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, create new FileSnapshot: lastRead=2022-06-07 12:28:00.809376000, lastModified=2022-06-07 12:28:00.809020000, size=1, fileKey=(dev=38,ino=353469901)
12:28:00.809 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, isRacyClean=false, read=2022-06-07 12:28:00.809376000, lastModified=2022-06-07 12:28:00.809020000, delta=356000 ns, racy<=27500 ns
12:28:00.809 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, is unmodified
12:28:00.809 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, create new FileSnapshot: lastRead=2022-06-07 12:28:00.809787000, lastModified=2022-06-07 12:28:00.809020000, size=1, fileKey=(dev=38,ino=353469901)
12:28:00.813 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, isRacyClean=false, read=2022-06-07 12:28:00.809787000, lastModified=2022-06-07 12:28:00.809020000, delta=767000 ns, racy<=27500 ns
12:28:00.813 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, is unmodified
12:28:00.813 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, create new FileSnapshot: lastRead=2022-06-07 12:28:00.813870000, lastModified=2022-06-07 12:28:00.813021000, size=1, fileKey=(dev=38,ino=353469901)
12:28:00.814 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, lastModified changed from 2022-06-07 12:28:00.813021000 to 2022-06-07 12:28:00.814021000
12:28:00.814 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, create new FileSnapshot: lastRead=2022-06-07 12:28:00.814343000, lastModified=2022-06-07 12:28:00.814021000, size=1, fileKey=(dev=38,ino=353469901)
12:28:00.814 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, isRacyClean=false, read=2022-06-07 12:28:00.814343000, lastModified=2022-06-07 12:28:00.814021000, delta=322000 ns, racy<=27500 ns
12:28:00.814 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, is unmodified
12:28:00.814 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, create new FileSnapshot: lastRead=2022-06-07 12:28:00.814788000, lastModified=2022-06-07 12:28:00.814021000, size=1, fileKey=(dev=38,ino=353469901)
12:28:00.815 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, isRacyClean=false, read=2022-06-07 12:28:00.814788000, lastModified=2022-06-07 12:28:00.814021000, delta=767000 ns, racy<=27500 ns
12:28:00.815 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, is unmodified
12:28:00.815 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, create new FileSnapshot: lastRead=2022-06-07 12:28:00.815234000, lastModified=2022-06-07 12:28:00.815021000, size=1, fileKey=(dev=38,ino=353469901)
12:28:00.815 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, isRacyClean=false, read=2022-06-07 12:28:00.815234000, lastModified=2022-06-07 12:28:00.815021000, delta=213000 ns, racy<=27500 ns
12:28:00.815 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, is unmodified
12:28:00.815 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, create new FileSnapshot: lastRead=2022-06-07 12:28:00.815645000, lastModified=2022-06-07 12:28:00.815021000, size=1, fileKey=(dev=38,ino=353469901)
12:28:00.815 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, isRacyClean=false, read=2022-06-07 12:28:00.815645000, lastModified=2022-06-07 12:28:00.815021000, delta=624000 ns, racy<=27500 ns
12:28:00.815 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, is unmodified
12:28:00.819 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, create new FileSnapshot: lastRead=2022-06-07 12:28:00.819580000, lastModified=2022-06-07 12:28:00.815021000, size=1, fileKey=(dev=38,ino=353469901)
12:28:00.819 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, lastModified changed from 2022-06-07 12:28:00.815021000 to 2022-06-07 12:28:00.819021000
12:28:00.820 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, create new FileSnapshot: lastRead=2022-06-07 12:28:00.820126000, lastModified=2022-06-07 12:28:00.820021000, size=1, fileKey=(dev=38,ino=353469901)
12:28:00.820 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, isRacyClean=false, read=2022-06-07 12:28:00.820126000, lastModified=2022-06-07 12:28:00.820021000, delta=105000 ns, racy<=27500 ns
12:28:00.820 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, is unmodified
12:28:00.820 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, create new FileSnapshot: lastRead=2022-06-07 12:28:00.820585000, lastModified=2022-06-07 12:28:00.820021000, size=1, fileKey=(dev=38,ino=353469901)
12:28:00.820 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, isRacyClean=false, read=2022-06-07 12:28:00.820585000, lastModified=2022-06-07 12:28:00.820021000, delta=564000 ns, racy<=27500 ns
12:28:00.820 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, is unmodified
12:28:00.821 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, create new FileSnapshot: lastRead=2022-06-07 12:28:00.820981000, lastModified=2022-06-07 12:28:00.820021000, size=1, fileKey=(dev=38,ino=353469901)
12:28:00.821 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, lastModified changed from 2022-06-07 12:28:00.820021000 to 2022-06-07 12:28:00.821021000
12:28:00.821 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, create new FileSnapshot: lastRead=2022-06-07 12:28:00.821410000, lastModified=2022-06-07 12:28:00.821021000, size=1, fileKey=(dev=38,ino=353469901)
12:28:00.821 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, isRacyClean=false, read=2022-06-07 12:28:00.821410000, lastModified=2022-06-07 12:28:00.821021000, delta=389000 ns, racy<=27500 ns
12:28:00.821 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, is unmodified
12:28:00.821 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, create new FileSnapshot: lastRead=2022-06-07 12:28:00.821804000, lastModified=2022-06-07 12:28:00.821021000, size=1, fileKey=(dev=38,ino=353469901)
12:28:00.825 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, isRacyClean=false, read=2022-06-07 12:28:00.821804000, lastModified=2022-06-07 12:28:00.821021000, delta=783000 ns, racy<=27500 ns
12:28:00.825 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, is unmodified
12:28:00.825 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, create new FileSnapshot: lastRead=2022-06-07 12:28:00.825913000, lastModified=2022-06-07 12:28:00.825021000, size=1, fileKey=(dev=38,ino=353469901)
12:28:00.826 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, lastModified changed from 2022-06-07 12:28:00.825021000 to 2022-06-07 12:28:00.826021000
12:28:00.826 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, create new FileSnapshot: lastRead=2022-06-07 12:28:00.826391000, lastModified=2022-06-07 12:28:00.826021000, size=1, fileKey=(dev=38,ino=353469901)
12:28:00.826 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, isRacyClean=false, read=2022-06-07 12:28:00.826391000, lastModified=2022-06-07 12:28:00.826021000, delta=370000 ns, racy<=27500 ns
12:28:00.826 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, is unmodified
12:28:00.826 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, create new FileSnapshot: lastRead=2022-06-07 12:28:00.826812000, lastModified=2022-06-07 12:28:00.826021000, size=1, fileKey=(dev=38,ino=353469901)
12:28:00.827 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, isRacyClean=false, read=2022-06-07 12:28:00.826812000, lastModified=2022-06-07 12:28:00.826021000, delta=791000 ns, racy<=27500 ns
12:28:00.827 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, is unmodified
12:28:00.827 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, create new FileSnapshot: lastRead=2022-06-07 12:28:00.827257000, lastModified=2022-06-07 12:28:00.827021000, size=1, fileKey=(dev=38,ino=353469901)
12:28:00.827 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, isRacyClean=false, read=2022-06-07 12:28:00.827257000, lastModified=2022-06-07 12:28:00.827021000, delta=236000 ns, racy<=27500 ns
12:28:00.827 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, is unmodified
12:28:00.827 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, create new FileSnapshot: lastRead=2022-06-07 12:28:00.827693000, lastModified=2022-06-07 12:28:00.827021000, size=1, fileKey=(dev=38,ino=353469901)
12:28:00.827 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, isRacyClean=false, read=2022-06-07 12:28:00.827693000, lastModified=2022-06-07 12:28:00.827021000, delta=672000 ns, racy<=27500 ns
12:28:00.827 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, is unmodified
12:28:00.832 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, create new FileSnapshot: lastRead=2022-06-07 12:28:00.832154000, lastModified=2022-06-07 12:28:00.828021000, size=1, fileKey=(dev=38,ino=353469901)
12:28:00.832 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, lastModified changed from 2022-06-07 12:28:00.828021000 to 2022-06-07 12:28:00.832021000
12:28:00.832 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, create new FileSnapshot: lastRead=2022-06-07 12:28:00.832659000, lastModified=2022-06-07 12:28:00.832021000, size=1, fileKey=(dev=38,ino=353469901)
12:28:00.832 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, isRacyClean=false, read=2022-06-07 12:28:00.832659000, lastModified=2022-06-07 12:28:00.832021000, delta=638000 ns, racy<=27500 ns
12:28:00.832 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, is unmodified
12:28:00.833 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, create new FileSnapshot: lastRead=2022-06-07 12:28:00.833079000, lastModified=2022-06-07 12:28:00.832021000, size=1, fileKey=(dev=38,ino=353469901)
12:28:00.833 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, lastModified changed from 2022-06-07 12:28:00.832021000 to 2022-06-07 12:28:00.833021000
12:28:00.833 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, create new FileSnapshot: lastRead=2022-06-07 12:28:00.833460000, lastModified=2022-06-07 12:28:00.833021000, size=1, fileKey=(dev=38,ino=353469901)
12:28:00.833 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, isRacyClean=false, read=2022-06-07 12:28:00.833460000, lastModified=2022-06-07 12:28:00.833021000, delta=439000 ns, racy<=27500 ns
12:28:00.833 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, is unmodified
12:28:00.833 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, create new FileSnapshot: lastRead=2022-06-07 12:28:00.833875000, lastModified=2022-06-07 12:28:00.833021000, size=1, fileKey=(dev=38,ino=353469901)
12:28:00.834 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, lastModified changed from 2022-06-07 12:28:00.833021000 to 2022-06-07 12:28:00.834021000
12:28:00.834 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, create new FileSnapshot: lastRead=2022-06-07 12:28:00.834303000, lastModified=2022-06-07 12:28:00.834021000, size=1, fileKey=(dev=38,ino=353469901)
12:28:00.838 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, isRacyClean=false, read=2022-06-07 12:28:00.834303000, lastModified=2022-06-07 12:28:00.834021000, delta=282000 ns, racy<=27500 ns
12:28:00.838 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, is unmodified
12:28:00.839 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, create new FileSnapshot: lastRead=2022-06-07 12:28:00.839066000, lastModified=2022-06-07 12:28:00.838021000, size=1, fileKey=(dev=38,ino=353469901)
12:28:00.839 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, lastModified changed from 2022-06-07 12:28:00.838021000 to 2022-06-07 12:28:00.839021000
12:28:00.839 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, create new FileSnapshot: lastRead=2022-06-07 12:28:00.839488000, lastModified=2022-06-07 12:28:00.839021000, size=1, fileKey=(dev=38,ino=353469901)
12:28:00.839 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, isRacyClean=false, read=2022-06-07 12:28:00.839488000, lastModified=2022-06-07 12:28:00.839021000, delta=467000 ns, racy<=27500 ns
12:28:00.839 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, is unmodified
12:28:00.874 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, create new FileSnapshot: lastRead=2022-06-07 12:28:00.874011000, lastModified=2022-06-07 12:28:00.839021000, size=1, fileKey=(dev=38,ino=353469901)
12:28:00.874 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, lastModified changed from 2022-06-07 12:28:00.839021000 to 2022-06-07 12:28:00.874021000
12:28:00.874 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, create new FileSnapshot: lastRead=2022-06-07 12:28:00.874583000, lastModified=2022-06-07 12:28:00.874021000, size=1, fileKey=(dev=38,ino=353469901)
12:28:00.874 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, isRacyClean=false, read=2022-06-07 12:28:00.874583000, lastModified=2022-06-07 12:28:00.874021000, delta=562000 ns, racy<=27500 ns
12:28:00.874 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, is unmodified
12:28:00.875 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, create new FileSnapshot: lastRead=2022-06-07 12:28:00.875068000, lastModified=2022-06-07 12:28:00.874021000, size=1, fileKey=(dev=38,ino=353469901)
12:28:00.875 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, lastModified changed from 2022-06-07 12:28:00.874021000 to 2022-06-07 12:28:00.875021000
12:28:00.879 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, create new FileSnapshot: lastRead=2022-06-07 12:28:00.879810000, lastModified=2022-06-07 12:28:00.875021000, size=1, fileKey=(dev=38,ino=353469901)
12:28:00.880 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, lastModified changed from 2022-06-07 12:28:00.875021000 to 2022-06-07 12:28:00.880021000
12:28:00.880 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, create new FileSnapshot: lastRead=2022-06-07 12:28:00.880604000, lastModified=2022-06-07 12:28:00.880021000, size=1, fileKey=(dev=38,ino=353469901)
12:28:00.880 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, isRacyClean=false, read=2022-06-07 12:28:00.880604000, lastModified=2022-06-07 12:28:00.880021000, delta=583000 ns, racy<=27500 ns
12:28:00.880 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, is unmodified
12:28:00.881 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, create new FileSnapshot: lastRead=2022-06-07 12:28:00.881112000, lastModified=2022-06-07 12:28:00.881021000, size=1, fileKey=(dev=38,ino=353469901)
12:28:00.881 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, isRacyClean=false, read=2022-06-07 12:28:00.881112000, lastModified=2022-06-07 12:28:00.881021000, delta=91000 ns, racy<=27500 ns
12:28:00.881 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, is unmodified
12:28:00.881 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, create new FileSnapshot: lastRead=2022-06-07 12:28:00.881553000, lastModified=2022-06-07 12:28:00.881021000, size=1, fileKey=(dev=38,ino=353469901)
12:28:00.881 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, isRacyClean=false, read=2022-06-07 12:28:00.881553000, lastModified=2022-06-07 12:28:00.881021000, delta=532000 ns, racy<=27500 ns
12:28:00.881 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, is unmodified
12:28:00.882 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, create new FileSnapshot: lastRead=2022-06-07 12:28:00.882000000, lastModified=2022-06-07 12:28:00.881021000, size=1, fileKey=(dev=38,ino=353469901)
12:28:00.882 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, lastModified changed from 2022-06-07 12:28:00.881021000 to 2022-06-07 12:28:00.882021000
12:28:00.882 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, create new FileSnapshot: lastRead=2022-06-07 12:28:00.882433000, lastModified=2022-06-07 12:28:00.882021000, size=1, fileKey=(dev=38,ino=353469901)
12:28:00.887 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, isRacyClean=false, read=2022-06-07 12:28:00.882433000, lastModified=2022-06-07 12:28:00.882021000, delta=412000 ns, racy<=27500 ns
12:28:00.887 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, is unmodified
12:28:00.887 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, create new FileSnapshot: lastRead=2022-06-07 12:28:00.887294000, lastModified=2022-06-07 12:28:00.887021000, size=1, fileKey=(dev=38,ino=353469901)
12:28:00.887 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, isRacyClean=false, read=2022-06-07 12:28:00.887294000, lastModified=2022-06-07 12:28:00.887021000, delta=273000 ns, racy<=27500 ns
12:28:00.887 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, is unmodified
12:28:00.887 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, create new FileSnapshot: lastRead=2022-06-07 12:28:00.887748000, lastModified=2022-06-07 12:28:00.887021000, size=1, fileKey=(dev=38,ino=353469901)
12:28:00.888 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, isRacyClean=false, read=2022-06-07 12:28:00.887748000, lastModified=2022-06-07 12:28:00.887021000, delta=727000 ns, racy<=27500 ns
12:28:00.888 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, is unmodified
12:28:00.888 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, create new FileSnapshot: lastRead=2022-06-07 12:28:00.888188000, lastModified=2022-06-07 12:28:00.888021000, size=1, fileKey=(dev=38,ino=353469901)
12:28:00.888 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, isRacyClean=false, read=2022-06-07 12:28:00.888188000, lastModified=2022-06-07 12:28:00.888021000, delta=167000 ns, racy<=27500 ns
12:28:00.888 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, is unmodified
12:28:00.888 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, create new FileSnapshot: lastRead=2022-06-07 12:28:00.888606000, lastModified=2022-06-07 12:28:00.888021000, size=1, fileKey=(dev=38,ino=353469901)
12:28:00.888 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, isRacyClean=false, read=2022-06-07 12:28:00.888606000, lastModified=2022-06-07 12:28:00.888021000, delta=585000 ns, racy<=27500 ns
12:28:00.888 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, is unmodified
12:28:00.889 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, create new FileSnapshot: lastRead=2022-06-07 12:28:00.888999000, lastModified=2022-06-07 12:28:00.888021000, size=1, fileKey=(dev=38,ino=353469901)
12:28:00.889 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, lastModified changed from 2022-06-07 12:28:00.888021000 to 2022-06-07 12:28:00.889021000
12:28:00.893 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, create new FileSnapshot: lastRead=2022-06-07 12:28:00.893776000, lastModified=2022-06-07 12:28:00.889021000, size=1, fileKey=(dev=38,ino=353469901)
12:28:00.894 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, lastModified changed from 2022-06-07 12:28:00.889021000 to 2022-06-07 12:28:00.894021000
12:28:00.894 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, create new FileSnapshot: lastRead=2022-06-07 12:28:00.894402000, lastModified=2022-06-07 12:28:00.894021000, size=1, fileKey=(dev=38,ino=353469901)
12:28:00.894 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, isRacyClean=false, read=2022-06-07 12:28:00.894402000, lastModified=2022-06-07 12:28:00.894021000, delta=381000 ns, racy<=27500 ns
12:28:00.894 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, is unmodified
12:28:00.894 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, create new FileSnapshot: lastRead=2022-06-07 12:28:00.894869000, lastModified=2022-06-07 12:28:00.894021000, size=1, fileKey=(dev=38,ino=353469901)
12:28:00.895 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, isRacyClean=false, read=2022-06-07 12:28:00.894869000, lastModified=2022-06-07 12:28:00.894021000, delta=848000 ns, racy<=27500 ns
12:28:00.895 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, is unmodified
12:28:00.895 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, create new FileSnapshot: lastRead=2022-06-07 12:28:00.895304000, lastModified=2022-06-07 12:28:00.895021000, size=1, fileKey=(dev=38,ino=353469901)
12:28:00.895 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, isRacyClean=false, read=2022-06-07 12:28:00.895304000, lastModified=2022-06-07 12:28:00.895021000, delta=283000 ns, racy<=27500 ns
12:28:00.895 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, is unmodified
12:28:00.895 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, create new FileSnapshot: lastRead=2022-06-07 12:28:00.895718000, lastModified=2022-06-07 12:28:00.895021000, size=1, fileKey=(dev=38,ino=353469901)
12:28:00.896 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, isRacyClean=false, read=2022-06-07 12:28:00.895718000, lastModified=2022-06-07 12:28:00.895021000, delta=697000 ns, racy<=27500 ns
12:28:00.896 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, is unmodified
12:28:00.896 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, create new FileSnapshot: lastRead=2022-06-07 12:28:00.896161000, lastModified=2022-06-07 12:28:00.896021000, size=1, fileKey=(dev=38,ino=353469901)
12:28:00.900 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, isRacyClean=false, read=2022-06-07 12:28:00.896161000, lastModified=2022-06-07 12:28:00.896021000, delta=140000 ns, racy<=27500 ns
12:28:00.900 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, is unmodified
12:28:00.901 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, create new FileSnapshot: lastRead=2022-06-07 12:28:00.901163000, lastModified=2022-06-07 12:28:00.901021000, size=1, fileKey=(dev=38,ino=353469901)
12:28:00.901 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, isRacyClean=false, read=2022-06-07 12:28:00.901163000, lastModified=2022-06-07 12:28:00.901021000, delta=142000 ns, racy<=27500 ns
12:28:00.901 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, is unmodified
12:28:00.901 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, create new FileSnapshot: lastRead=2022-06-07 12:28:00.901626000, lastModified=2022-06-07 12:28:00.901021000, size=1, fileKey=(dev=38,ino=353469901)
12:28:00.901 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, isRacyClean=false, read=2022-06-07 12:28:00.901626000, lastModified=2022-06-07 12:28:00.901021000, delta=605000 ns, racy<=27500 ns
12:28:00.901 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, is unmodified
12:28:00.902 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, create new FileSnapshot: lastRead=2022-06-07 12:28:00.902100000, lastModified=2022-06-07 12:28:00.901021000, size=1, fileKey=(dev=38,ino=353469901)
12:28:00.902 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, lastModified changed from 2022-06-07 12:28:00.901021000 to 2022-06-07 12:28:00.902021000
12:28:00.902 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, create new FileSnapshot: lastRead=2022-06-07 12:28:00.902491000, lastModified=2022-06-07 12:28:00.902021000, size=1, fileKey=(dev=38,ino=353469901)
12:28:00.902 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, isRacyClean=false, read=2022-06-07 12:28:00.902491000, lastModified=2022-06-07 12:28:00.902021000, delta=470000 ns, racy<=27500 ns
12:28:00.902 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, is unmodified
12:28:00.902 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, create new FileSnapshot: lastRead=2022-06-07 12:28:00.902924000, lastModified=2022-06-07 12:28:00.902021000, size=1, fileKey=(dev=38,ino=353469901)
12:28:00.903 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, lastModified changed from 2022-06-07 12:28:00.902021000 to 2022-06-07 12:28:00.903021000
12:28:00.907 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, create new FileSnapshot: lastRead=2022-06-07 12:28:00.907715000, lastModified=2022-06-07 12:28:00.903021000, size=1, fileKey=(dev=38,ino=353469901)
12:28:00.908 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, lastModified changed from 2022-06-07 12:28:00.903021000 to 2022-06-07 12:28:00.908021000
12:28:00.908 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, create new FileSnapshot: lastRead=2022-06-07 12:28:00.908330000, lastModified=2022-06-07 12:28:00.908021000, size=1, fileKey=(dev=38,ino=353469901)
12:28:00.908 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, isRacyClean=false, read=2022-06-07 12:28:00.908330000, lastModified=2022-06-07 12:28:00.908021000, delta=309000 ns, racy<=27500 ns
12:28:00.908 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, is unmodified
12:28:00.908 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, create new FileSnapshot: lastRead=2022-06-07 12:28:00.908803000, lastModified=2022-06-07 12:28:00.908021000, size=1, fileKey=(dev=38,ino=353469901)
12:28:00.909 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, isRacyClean=false, read=2022-06-07 12:28:00.908803000, lastModified=2022-06-07 12:28:00.908021000, delta=782000 ns, racy<=27500 ns
12:28:00.909 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, is unmodified
12:28:00.909 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, create new FileSnapshot: lastRead=2022-06-07 12:28:00.909256000, lastModified=2022-06-07 12:28:00.909021000, size=1, fileKey=(dev=38,ino=353469901)
12:28:00.909 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, isRacyClean=false, read=2022-06-07 12:28:00.909256000, lastModified=2022-06-07 12:28:00.909021000, delta=235000 ns, racy<=27500 ns
12:28:00.909 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, is unmodified
12:28:00.909 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, create new FileSnapshot: lastRead=2022-06-07 12:28:00.909671000, lastModified=2022-06-07 12:28:00.909021000, size=1, fileKey=(dev=38,ino=353469901)
12:28:00.909 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, isRacyClean=false, read=2022-06-07 12:28:00.909671000, lastModified=2022-06-07 12:28:00.909021000, delta=650000 ns, racy<=27500 ns
12:28:00.909 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, is unmodified
12:28:00.910 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, create new FileSnapshot: lastRead=2022-06-07 12:28:00.910082000, lastModified=2022-06-07 12:28:00.909021000, size=1, fileKey=(dev=38,ino=353469901)
12:28:00.914 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, lastModified changed from 2022-06-07 12:28:00.909021000 to 2022-06-07 12:28:00.910021000
12:28:00.915 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, create new FileSnapshot: lastRead=2022-06-07 12:28:00.915024000, lastModified=2022-06-07 12:28:00.914021000, size=1, fileKey=(dev=38,ino=353469901)
12:28:00.915 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, lastModified changed from 2022-06-07 12:28:00.914021000 to 2022-06-07 12:28:00.915021000
12:28:00.915 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, create new FileSnapshot: lastRead=2022-06-07 12:28:00.915481000, lastModified=2022-06-07 12:28:00.915021000, size=1, fileKey=(dev=38,ino=353469901)
12:28:00.915 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, isRacyClean=false, read=2022-06-07 12:28:00.915481000, lastModified=2022-06-07 12:28:00.915021000, delta=460000 ns, racy<=27500 ns
12:28:00.915 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, is unmodified
12:28:00.915 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, create new FileSnapshot: lastRead=2022-06-07 12:28:00.915880000, lastModified=2022-06-07 12:28:00.915021000, size=1, fileKey=(dev=38,ino=353469901)
12:28:00.916 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, lastModified changed from 2022-06-07 12:28:00.915021000 to 2022-06-07 12:28:00.916021000
12:28:00.916 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, create new FileSnapshot: lastRead=2022-06-07 12:28:00.916324000, lastModified=2022-06-07 12:28:00.916021000, size=1, fileKey=(dev=38,ino=353469901)
12:28:00.916 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, isRacyClean=false, read=2022-06-07 12:28:00.916324000, lastModified=2022-06-07 12:28:00.916021000, delta=303000 ns, racy<=27500 ns
12:28:00.916 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, is unmodified
12:28:00.916 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, create new FileSnapshot: lastRead=2022-06-07 12:28:00.916740000, lastModified=2022-06-07 12:28:00.916021000, size=1, fileKey=(dev=38,ino=353469901)
12:28:00.917 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, isRacyClean=false, read=2022-06-07 12:28:00.916740000, lastModified=2022-06-07 12:28:00.916021000, delta=719000 ns, racy<=27500 ns
12:28:00.917 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, is unmodified
12:28:00.924 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, create new FileSnapshot: lastRead=2022-06-07 12:28:00.924469000, lastModified=2022-06-07 12:28:00.917021000, size=1, fileKey=(dev=38,ino=353469901)
12:28:00.924 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, lastModified changed from 2022-06-07 12:28:00.917021000 to 2022-06-07 12:28:00.924021000
12:28:00.925 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, create new FileSnapshot: lastRead=2022-06-07 12:28:00.925073000, lastModified=2022-06-07 12:28:00.924021000, size=1, fileKey=(dev=38,ino=353469901)
12:28:00.925 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, lastModified changed from 2022-06-07 12:28:00.924021000 to 2022-06-07 12:28:00.925021000
12:28:00.925 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, create new FileSnapshot: lastRead=2022-06-07 12:28:00.925483000, lastModified=2022-06-07 12:28:00.925021000, size=1, fileKey=(dev=38,ino=353469901)
12:28:00.925 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, isRacyClean=false, read=2022-06-07 12:28:00.925483000, lastModified=2022-06-07 12:28:00.925021000, delta=462000 ns, racy<=27500 ns
12:28:00.925 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, is unmodified
12:28:00.925 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, create new FileSnapshot: lastRead=2022-06-07 12:28:00.925901000, lastModified=2022-06-07 12:28:00.925021000, size=1, fileKey=(dev=38,ino=353469901)
12:28:00.926 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, lastModified changed from 2022-06-07 12:28:00.925021000 to 2022-06-07 12:28:00.926021000
12:28:00.926 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, create new FileSnapshot: lastRead=2022-06-07 12:28:00.926296000, lastModified=2022-06-07 12:28:00.926021000, size=1, fileKey=(dev=38,ino=353469901)
12:28:00.926 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, isRacyClean=false, read=2022-06-07 12:28:00.926296000, lastModified=2022-06-07 12:28:00.926021000, delta=275000 ns, racy<=27500 ns
12:28:00.926 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, is unmodified
12:28:00.926 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, create new FileSnapshot: lastRead=2022-06-07 12:28:00.926718000, lastModified=2022-06-07 12:28:00.926021000, size=1, fileKey=(dev=38,ino=353469901)
12:28:00.929 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, isRacyClean=false, read=2022-06-07 12:28:00.926718000, lastModified=2022-06-07 12:28:00.926021000, delta=697000 ns, racy<=27500 ns
12:28:00.929 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, is unmodified
12:28:00.930 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, create new FileSnapshot: lastRead=2022-06-07 12:28:00.930168000, lastModified=2022-06-07 12:28:00.930021000, size=1, fileKey=(dev=38,ino=353469901)
12:28:00.930 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, isRacyClean=false, read=2022-06-07 12:28:00.930168000, lastModified=2022-06-07 12:28:00.930021000, delta=147000 ns, racy<=27500 ns
12:28:00.930 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, is unmodified
12:28:00.930 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, create new FileSnapshot: lastRead=2022-06-07 12:28:00.930756000, lastModified=2022-06-07 12:28:00.930021000, size=1, fileKey=(dev=38,ino=353469901)
12:28:00.931 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, isRacyClean=false, read=2022-06-07 12:28:00.930756000, lastModified=2022-06-07 12:28:00.930021000, delta=735000 ns, racy<=27500 ns
12:28:00.931 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, is unmodified
12:28:00.931 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, create new FileSnapshot: lastRead=2022-06-07 12:28:00.931204000, lastModified=2022-06-07 12:28:00.931021000, size=1, fileKey=(dev=38,ino=353469901)
12:28:00.931 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, isRacyClean=false, read=2022-06-07 12:28:00.931204000, lastModified=2022-06-07 12:28:00.931021000, delta=183000 ns, racy<=27500 ns
12:28:00.931 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, is unmodified
12:28:00.931 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, create new FileSnapshot: lastRead=2022-06-07 12:28:00.931608000, lastModified=2022-06-07 12:28:00.931021000, size=1, fileKey=(dev=38,ino=353469901)
12:28:00.931 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, isRacyClean=false, read=2022-06-07 12:28:00.931608000, lastModified=2022-06-07 12:28:00.931021000, delta=587000 ns, racy<=27500 ns
12:28:00.931 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, is unmodified
12:28:00.932 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, create new FileSnapshot: lastRead=2022-06-07 12:28:00.932010000, lastModified=2022-06-07 12:28:00.931021000, size=1, fileKey=(dev=38,ino=353469901)
12:28:00.932 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, lastModified changed from 2022-06-07 12:28:00.931021000 to 2022-06-07 12:28:00.932021000
12:28:00.934 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, create new FileSnapshot: lastRead=2022-06-07 12:28:00.934481000, lastModified=2022-06-07 12:28:00.932021000, size=1, fileKey=(dev=38,ino=353469901)
12:28:00.934 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, lastModified changed from 2022-06-07 12:28:00.932021000 to 2022-06-07 12:28:00.934021000
12:28:00.935 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, create new FileSnapshot: lastRead=2022-06-07 12:28:00.934969000, lastModified=2022-06-07 12:28:00.934021000, size=1, fileKey=(dev=38,ino=353469901)
12:28:00.935 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, lastModified changed from 2022-06-07 12:28:00.934021000 to 2022-06-07 12:28:00.935021000
12:28:00.935 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, create new FileSnapshot: lastRead=2022-06-07 12:28:00.935379000, lastModified=2022-06-07 12:28:00.935021000, size=1, fileKey=(dev=38,ino=353469901)
12:28:00.974 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, isRacyClean=false, read=2022-06-07 12:28:00.935379000, lastModified=2022-06-07 12:28:00.935021000, delta=358000 ns, racy<=27500 ns
12:28:00.974 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, is unmodified
12:28:00.974 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, create new FileSnapshot: lastRead=2022-06-07 12:28:00.974468000, lastModified=2022-06-07 12:28:00.974021000, size=1, fileKey=(dev=38,ino=353469901)
12:28:00.975 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, isRacyClean=false, read=2022-06-07 12:28:00.974468000, lastModified=2022-06-07 12:28:00.974021000, delta=447000 ns, racy<=27500 ns
12:28:00.975 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, is unmodified
12:28:00.975 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, create new FileSnapshot: lastRead=2022-06-07 12:28:00.975314000, lastModified=2022-06-07 12:28:00.975021000, size=1, fileKey=(dev=38,ino=353469901)
12:28:00.975 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, isRacyClean=false, read=2022-06-07 12:28:00.975314000, lastModified=2022-06-07 12:28:00.975021000, delta=293000 ns, racy<=27500 ns
12:28:00.975 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, is unmodified
12:28:00.976 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, create new FileSnapshot: lastRead=2022-06-07 12:28:00.976025000, lastModified=2022-06-07 12:28:00.975021000, size=1, fileKey=(dev=38,ino=353469901)
12:28:00.979 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, lastModified changed from 2022-06-07 12:28:00.975021000 to 2022-06-07 12:28:00.976021000
12:28:00.980 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, create new FileSnapshot: lastRead=2022-06-07 12:28:00.980171000, lastModified=2022-06-07 12:28:00.980021000, size=1, fileKey=(dev=38,ino=353469901)
12:28:00.980 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, isRacyClean=false, read=2022-06-07 12:28:00.980171000, lastModified=2022-06-07 12:28:00.980021000, delta=150000 ns, racy<=27500 ns
12:28:00.980 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, is unmodified
12:28:00.980 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, create new FileSnapshot: lastRead=2022-06-07 12:28:00.980847000, lastModified=2022-06-07 12:28:00.980021000, size=1, fileKey=(dev=38,ino=353469901)
12:28:00.981 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, lastModified changed from 2022-06-07 12:28:00.980021000 to 2022-06-07 12:28:00.981021000
12:28:00.981 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, create new FileSnapshot: lastRead=2022-06-07 12:28:00.981425000, lastModified=2022-06-07 12:28:00.981021000, size=1, fileKey=(dev=38,ino=353469901)
12:28:00.981 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, isRacyClean=false, read=2022-06-07 12:28:00.981425000, lastModified=2022-06-07 12:28:00.981021000, delta=404000 ns, racy<=27500 ns
12:28:00.981 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, is unmodified
12:28:00.982 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, create new FileSnapshot: lastRead=2022-06-07 12:28:00.982081000, lastModified=2022-06-07 12:28:00.981021000, size=1, fileKey=(dev=38,ino=353469901)
12:28:00.982 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, lastModified changed from 2022-06-07 12:28:00.981021000 to 2022-06-07 12:28:00.982021000
12:28:00.982 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, create new FileSnapshot: lastRead=2022-06-07 12:28:00.982656000, lastModified=2022-06-07 12:28:00.982021000, size=1, fileKey=(dev=38,ino=353469901)
12:28:00.983 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, isRacyClean=false, read=2022-06-07 12:28:00.982656000, lastModified=2022-06-07 12:28:00.982021000, delta=635000 ns, racy<=27500 ns
12:28:00.983 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, is unmodified
12:28:00.985 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, create new FileSnapshot: lastRead=2022-06-07 12:28:00.985421000, lastModified=2022-06-07 12:28:00.983021000, size=1, fileKey=(dev=38,ino=353469901)
12:28:00.985 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, lastModified changed from 2022-06-07 12:28:00.983021000 to 2022-06-07 12:28:00.985021000
12:28:00.986 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, create new FileSnapshot: lastRead=2022-06-07 12:28:00.986113000, lastModified=2022-06-07 12:28:00.985021000, size=1, fileKey=(dev=38,ino=353469901)
12:28:00.986 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, lastModified changed from 2022-06-07 12:28:00.985021000 to 2022-06-07 12:28:00.986021000
12:28:00.986 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, create new FileSnapshot: lastRead=2022-06-07 12:28:00.986675000, lastModified=2022-06-07 12:28:00.986021000, size=1, fileKey=(dev=38,ino=353469901)
12:28:00.987 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, isRacyClean=false, read=2022-06-07 12:28:00.986675000, lastModified=2022-06-07 12:28:00.986021000, delta=654000 ns, racy<=27500 ns
12:28:00.987 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, is unmodified
12:28:00.987 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, create new FileSnapshot: lastRead=2022-06-07 12:28:00.987363000, lastModified=2022-06-07 12:28:00.987021000, size=1, fileKey=(dev=38,ino=353469901)
12:28:00.987 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, isRacyClean=false, read=2022-06-07 12:28:00.987363000, lastModified=2022-06-07 12:28:00.987021000, delta=342000 ns, racy<=27500 ns
12:28:00.987 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, is unmodified
12:28:00.988 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, create new FileSnapshot: lastRead=2022-06-07 12:28:00.988018000, lastModified=2022-06-07 12:28:00.987021000, size=1, fileKey=(dev=38,ino=353469901)
12:28:00.988 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, lastModified changed from 2022-06-07 12:28:00.987021000 to 2022-06-07 12:28:00.988021000
12:28:00.988 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, create new FileSnapshot: lastRead=2022-06-07 12:28:00.988621000, lastModified=2022-06-07 12:28:00.988021000, size=1, fileKey=(dev=38,ino=353469901)
12:28:00.991 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, isRacyClean=false, read=2022-06-07 12:28:00.988621000, lastModified=2022-06-07 12:28:00.988021000, delta=600000 ns, racy<=27500 ns
12:28:00.991 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, is unmodified
12:28:00.991 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, create new FileSnapshot: lastRead=2022-06-07 12:28:00.991504000, lastModified=2022-06-07 12:28:00.991021000, size=1, fileKey=(dev=38,ino=353469901)
12:28:00.991 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, isRacyClean=false, read=2022-06-07 12:28:00.991504000, lastModified=2022-06-07 12:28:00.991021000, delta=483000 ns, racy<=27500 ns
12:28:00.991 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, is unmodified
12:28:00.992 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, create new FileSnapshot: lastRead=2022-06-07 12:28:00.992142000, lastModified=2022-06-07 12:28:00.992021000, size=1, fileKey=(dev=38,ino=353469901)
12:28:00.992 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, isRacyClean=false, read=2022-06-07 12:28:00.992142000, lastModified=2022-06-07 12:28:00.992021000, delta=121000 ns, racy<=27500 ns
12:28:00.992 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, is unmodified
12:28:00.992 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, create new FileSnapshot: lastRead=2022-06-07 12:28:00.992791000, lastModified=2022-06-07 12:28:00.992021000, size=1, fileKey=(dev=38,ino=353469901)
12:28:00.993 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, isRacyClean=false, read=2022-06-07 12:28:00.992791000, lastModified=2022-06-07 12:28:00.992021000, delta=770000 ns, racy<=27500 ns
12:28:00.993 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, is unmodified
12:28:00.993 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, create new FileSnapshot: lastRead=2022-06-07 12:28:00.993428000, lastModified=2022-06-07 12:28:00.993021000, size=1, fileKey=(dev=38,ino=353469901)
12:28:00.993 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, isRacyClean=false, read=2022-06-07 12:28:00.993428000, lastModified=2022-06-07 12:28:00.993021000, delta=407000 ns, racy<=27500 ns
12:28:00.993 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, is unmodified
12:28:00.994 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, create new FileSnapshot: lastRead=2022-06-07 12:28:00.994062000, lastModified=2022-06-07 12:28:00.993021000, size=1, fileKey=(dev=38,ino=353469901)
12:28:00.994 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, lastModified changed from 2022-06-07 12:28:00.993021000 to 2022-06-07 12:28:00.994021000
12:28:00.996 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, create new FileSnapshot: lastRead=2022-06-07 12:28:00.996815000, lastModified=2022-06-07 12:28:00.994021000, size=1, fileKey=(dev=38,ino=353469901)
12:28:00.997 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, lastModified changed from 2022-06-07 12:28:00.994021000 to 2022-06-07 12:28:00.997021000
12:28:00.997 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, create new FileSnapshot: lastRead=2022-06-07 12:28:00.997554000, lastModified=2022-06-07 12:28:00.997021000, size=1, fileKey=(dev=38,ino=353469901)
12:28:00.997 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, isRacyClean=false, read=2022-06-07 12:28:00.997554000, lastModified=2022-06-07 12:28:00.997021000, delta=533000 ns, racy<=27500 ns
12:28:00.998 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, is unmodified
12:28:00.998 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, create new FileSnapshot: lastRead=2022-06-07 12:28:00.998212000, lastModified=2022-06-07 12:28:00.998021000, size=1, fileKey=(dev=38,ino=353469901)
12:28:00.998 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, isRacyClean=false, read=2022-06-07 12:28:00.998212000, lastModified=2022-06-07 12:28:00.998021000, delta=191000 ns, racy<=27500 ns
12:28:00.998 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, is unmodified
12:28:00.998 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, create new FileSnapshot: lastRead=2022-06-07 12:28:00.998833000, lastModified=2022-06-07 12:28:00.998021000, size=1, fileKey=(dev=38,ino=353469901)
12:28:00.999 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, lastModified changed from 2022-06-07 12:28:00.998021000 to 2022-06-07 12:28:00.999021000
12:28:00.999 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, create new FileSnapshot: lastRead=2022-06-07 12:28:00.999471000, lastModified=2022-06-07 12:28:00.999021000, size=1, fileKey=(dev=38,ino=353469901)
12:28:00.999 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, isRacyClean=false, read=2022-06-07 12:28:00.999471000, lastModified=2022-06-07 12:28:00.999021000, delta=450000 ns, racy<=27500 ns
12:28:00.999 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, is unmodified
12:28:01.000 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, create new FileSnapshot: lastRead=2022-06-07 12:28:01.000099000, lastModified=2022-06-07 12:28:00.999021000, size=1, fileKey=(dev=38,ino=353469901)
12:28:01.002 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, lastModified changed from 2022-06-07 12:28:00.999021000 to 2022-06-07 12:28:01.000021000
12:28:01.003 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, create new FileSnapshot: lastRead=2022-06-07 12:28:01.003155000, lastModified=2022-06-07 12:28:01.003021000, size=1, fileKey=(dev=38,ino=353469901)
12:28:01.003 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, isRacyClean=false, read=2022-06-07 12:28:01.003155000, lastModified=2022-06-07 12:28:01.003021000, delta=134000 ns, racy<=27500 ns
12:28:01.003 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, is unmodified
12:28:01.003 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, create new FileSnapshot: lastRead=2022-06-07 12:28:01.003849000, lastModified=2022-06-07 12:28:01.003021000, size=1, fileKey=(dev=38,ino=353469901)
12:28:01.004 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, lastModified changed from 2022-06-07 12:28:01.003021000 to 2022-06-07 12:28:01.004021000
12:28:01.004 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, create new FileSnapshot: lastRead=2022-06-07 12:28:01.004459000, lastModified=2022-06-07 12:28:01.004021000, size=1, fileKey=(dev=38,ino=353469901)
12:28:01.004 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, isRacyClean=false, read=2022-06-07 12:28:01.004459000, lastModified=2022-06-07 12:28:01.004021000, delta=438000 ns, racy<=27500 ns
12:28:01.004 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, is unmodified
12:28:01.005 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, create new FileSnapshot: lastRead=2022-06-07 12:28:01.005168000, lastModified=2022-06-07 12:28:01.005021000, size=1, fileKey=(dev=38,ino=353469901)
12:28:01.005 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, isRacyClean=false, read=2022-06-07 12:28:01.005168000, lastModified=2022-06-07 12:28:01.005021000, delta=147000 ns, racy<=27500 ns
12:28:01.005 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, is unmodified
12:28:01.005 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, create new FileSnapshot: lastRead=2022-06-07 12:28:01.005843000, lastModified=2022-06-07 12:28:01.005021000, size=1, fileKey=(dev=38,ino=353469901)
12:28:01.006 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, lastModified changed from 2022-06-07 12:28:01.005021000 to 2022-06-07 12:28:01.006021000
12:28:01.008 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, create new FileSnapshot: lastRead=2022-06-07 12:28:01.008704000, lastModified=2022-06-07 12:28:01.006021000, size=1, fileKey=(dev=38,ino=353469901)
12:28:01.009 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, lastModified changed from 2022-06-07 12:28:01.006021000 to 2022-06-07 12:28:01.009021000
12:28:01.009 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, create new FileSnapshot: lastRead=2022-06-07 12:28:01.009461000, lastModified=2022-06-07 12:28:01.009021000, size=1, fileKey=(dev=38,ino=353469901)
12:28:01.009 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, isRacyClean=false, read=2022-06-07 12:28:01.009461000, lastModified=2022-06-07 12:28:01.009021000, delta=440000 ns, racy<=27500 ns
12:28:01.010 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, is unmodified
12:28:01.010 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, create new FileSnapshot: lastRead=2022-06-07 12:28:01.010207000, lastModified=2022-06-07 12:28:01.010021000, size=1, fileKey=(dev=38,ino=353469901)
12:28:01.010 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, isRacyClean=false, read=2022-06-07 12:28:01.010207000, lastModified=2022-06-07 12:28:01.010021000, delta=186000 ns, racy<=27500 ns
12:28:01.010 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, is unmodified
12:28:01.010 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, create new FileSnapshot: lastRead=2022-06-07 12:28:01.010859000, lastModified=2022-06-07 12:28:01.010021000, size=1, fileKey=(dev=38,ino=353469901)
12:28:01.011 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, lastModified changed from 2022-06-07 12:28:01.010021000 to 2022-06-07 12:28:01.011021000
12:28:01.011 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, create new FileSnapshot: lastRead=2022-06-07 12:28:01.011434000, lastModified=2022-06-07 12:28:01.011021000, size=1, fileKey=(dev=38,ino=353469901)
12:28:01.011 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, isRacyClean=false, read=2022-06-07 12:28:01.011434000, lastModified=2022-06-07 12:28:01.011021000, delta=413000 ns, racy<=27500 ns
12:28:01.011 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, is unmodified
12:28:01.012 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, create new FileSnapshot: lastRead=2022-06-07 12:28:01.012083000, lastModified=2022-06-07 12:28:01.011021000, size=1, fileKey=(dev=38,ino=353469901)
12:28:01.015 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, lastModified changed from 2022-06-07 12:28:01.011021000 to 2022-06-07 12:28:01.012021000
12:28:01.015 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, create new FileSnapshot: lastRead=2022-06-07 12:28:01.015604000, lastModified=2022-06-07 12:28:01.015021000, size=1, fileKey=(dev=38,ino=353469901)
12:28:01.016 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, isRacyClean=false, read=2022-06-07 12:28:01.015604000, lastModified=2022-06-07 12:28:01.015021000, delta=583000 ns, racy<=27500 ns
12:28:01.016 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, is unmodified
12:28:01.016 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, create new FileSnapshot: lastRead=2022-06-07 12:28:01.016491000, lastModified=2022-06-07 12:28:01.016021000, size=1, fileKey=(dev=38,ino=353469901)
12:28:01.016 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, isRacyClean=false, read=2022-06-07 12:28:01.016491000, lastModified=2022-06-07 12:28:01.016021000, delta=470000 ns, racy<=27500 ns
12:28:01.016 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, is unmodified
12:28:01.017 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, create new FileSnapshot: lastRead=2022-06-07 12:28:01.017123000, lastModified=2022-06-07 12:28:01.017021000, size=1, fileKey=(dev=38,ino=353469901)
12:28:01.017 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, isRacyClean=false, read=2022-06-07 12:28:01.017123000, lastModified=2022-06-07 12:28:01.017021000, delta=102000 ns, racy<=27500 ns
12:28:01.017 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, is unmodified
12:28:01.017 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, create new FileSnapshot: lastRead=2022-06-07 12:28:01.017762000, lastModified=2022-06-07 12:28:01.017021000, size=1, fileKey=(dev=38,ino=353469901)
12:28:01.018 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, isRacyClean=false, read=2022-06-07 12:28:01.017762000, lastModified=2022-06-07 12:28:01.017021000, delta=741000 ns, racy<=27500 ns
12:28:01.018 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, is unmodified
12:28:01.018 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, create new FileSnapshot: lastRead=2022-06-07 12:28:01.018397000, lastModified=2022-06-07 12:28:01.018021000, size=1, fileKey=(dev=38,ino=353469901)
12:28:01.018 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, isRacyClean=false, read=2022-06-07 12:28:01.018397000, lastModified=2022-06-07 12:28:01.018021000, delta=376000 ns, racy<=27500 ns
12:28:01.018 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, is unmodified
12:28:01.024 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, create new FileSnapshot: lastRead=2022-06-07 12:28:01.024005000, lastModified=2022-06-07 12:28:01.018021000, size=1, fileKey=(dev=38,ino=353469901)
12:28:01.024 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, lastModified changed from 2022-06-07 12:28:01.018021000 to 2022-06-07 12:28:01.024021000
12:28:01.024 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, create new FileSnapshot: lastRead=2022-06-07 12:28:01.024764000, lastModified=2022-06-07 12:28:01.024021000, size=1, fileKey=(dev=38,ino=353469901)
12:28:01.025 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, isRacyClean=false, read=2022-06-07 12:28:01.024764000, lastModified=2022-06-07 12:28:01.024021000, delta=743000 ns, racy<=27500 ns
12:28:01.025 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, is unmodified
12:28:01.025 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, create new FileSnapshot: lastRead=2022-06-07 12:28:01.025419000, lastModified=2022-06-07 12:28:01.025021000, size=1, fileKey=(dev=38,ino=353469901)
12:28:01.025 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, isRacyClean=false, read=2022-06-07 12:28:01.025419000, lastModified=2022-06-07 12:28:01.025021000, delta=398000 ns, racy<=27500 ns
12:28:01.025 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, is unmodified
12:28:01.025 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, create new FileSnapshot: lastRead=2022-06-07 12:28:01.025946000, lastModified=2022-06-07 12:28:01.025021000, size=1, fileKey=(dev=38,ino=353469901)
12:28:01.026 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, lastModified changed from 2022-06-07 12:28:01.025021000 to 2022-06-07 12:28:01.026021000
12:28:01.026 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, create new FileSnapshot: lastRead=2022-06-07 12:28:01.026515000, lastModified=2022-06-07 12:28:01.026021000, size=1, fileKey=(dev=38,ino=353469901)
12:28:01.026 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, isRacyClean=false, read=2022-06-07 12:28:01.026515000, lastModified=2022-06-07 12:28:01.026021000, delta=494000 ns, racy<=27500 ns
12:28:01.026 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, is unmodified
12:28:01.027 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, create new FileSnapshot: lastRead=2022-06-07 12:28:01.027113000, lastModified=2022-06-07 12:28:01.026021000, size=1, fileKey=(dev=38,ino=353469901)
12:28:01.032 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, lastModified changed from 2022-06-07 12:28:01.026021000 to 2022-06-07 12:28:01.027021000
12:28:01.032 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, create new FileSnapshot: lastRead=2022-06-07 12:28:01.032795000, lastModified=2022-06-07 12:28:01.032021000, size=1, fileKey=(dev=38,ino=353469901)
12:28:01.033 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, lastModified changed from 2022-06-07 12:28:01.032021000 to 2022-06-07 12:28:01.033021000
12:28:01.033 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, create new FileSnapshot: lastRead=2022-06-07 12:28:01.033424000, lastModified=2022-06-07 12:28:01.033021000, size=1, fileKey=(dev=38,ino=353469901)
12:28:01.033 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, isRacyClean=false, read=2022-06-07 12:28:01.033424000, lastModified=2022-06-07 12:28:01.033021000, delta=403000 ns, racy<=27500 ns
12:28:01.033 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, is unmodified
12:28:01.034 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, create new FileSnapshot: lastRead=2022-06-07 12:28:01.033958000, lastModified=2022-06-07 12:28:01.033021000, size=1, fileKey=(dev=38,ino=353469901)
12:28:01.034 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, lastModified changed from 2022-06-07 12:28:01.033021000 to 2022-06-07 12:28:01.034021000
12:28:01.034 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, create new FileSnapshot: lastRead=2022-06-07 12:28:01.034553000, lastModified=2022-06-07 12:28:01.034021000, size=1, fileKey=(dev=38,ino=353469901)
12:28:01.034 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, isRacyClean=false, read=2022-06-07 12:28:01.034553000, lastModified=2022-06-07 12:28:01.034021000, delta=532000 ns, racy<=27500 ns
12:28:01.034 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, is unmodified
12:28:01.035 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, create new FileSnapshot: lastRead=2022-06-07 12:28:01.035097000, lastModified=2022-06-07 12:28:01.034021000, size=1, fileKey=(dev=38,ino=353469901)
12:28:01.035 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, lastModified changed from 2022-06-07 12:28:01.034021000 to 2022-06-07 12:28:01.035021000
12:28:01.039 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, create new FileSnapshot: lastRead=2022-06-07 12:28:01.039100000, lastModified=2022-06-07 12:28:01.035021000, size=1, fileKey=(dev=38,ino=353469901)
12:28:01.039 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, lastModified changed from 2022-06-07 12:28:01.035021000 to 2022-06-07 12:28:01.039022000
12:28:01.039 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, create new FileSnapshot: lastRead=2022-06-07 12:28:01.039577000, lastModified=2022-06-07 12:28:01.039022000, size=1, fileKey=(dev=38,ino=353469901)
12:28:01.074 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, isRacyClean=false, read=2022-06-07 12:28:01.039577000, lastModified=2022-06-07 12:28:01.039022000, delta=555000 ns, racy<=27500 ns
12:28:01.074 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, is unmodified
12:28:01.074 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, create new FileSnapshot: lastRead=2022-06-07 12:28:01.074385000, lastModified=2022-06-07 12:28:01.074022000, size=1, fileKey=(dev=38,ino=353469901)
12:28:01.074 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, isRacyClean=false, read=2022-06-07 12:28:01.074385000, lastModified=2022-06-07 12:28:01.074022000, delta=363000 ns, racy<=27500 ns
12:28:01.074 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, is unmodified
12:28:01.074 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, create new FileSnapshot: lastRead=2022-06-07 12:28:01.074820000, lastModified=2022-06-07 12:28:01.074022000, size=1, fileKey=(dev=38,ino=353469901)
12:28:01.075 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, isRacyClean=false, read=2022-06-07 12:28:01.074820000, lastModified=2022-06-07 12:28:01.074022000, delta=798000 ns, racy<=27500 ns
12:28:01.075 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, is unmodified
12:28:01.075 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, create new FileSnapshot: lastRead=2022-06-07 12:28:01.075271000, lastModified=2022-06-07 12:28:01.075022000, size=1, fileKey=(dev=38,ino=353469901)
12:28:01.075 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, isRacyClean=false, read=2022-06-07 12:28:01.075271000, lastModified=2022-06-07 12:28:01.075022000, delta=249000 ns, racy<=27500 ns
12:28:01.075 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, is unmodified
12:28:01.075 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, create new FileSnapshot: lastRead=2022-06-07 12:28:01.075685000, lastModified=2022-06-07 12:28:01.075022000, size=1, fileKey=(dev=38,ino=353469901)
12:28:01.081 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, isRacyClean=false, read=2022-06-07 12:28:01.075685000, lastModified=2022-06-07 12:28:01.075022000, delta=663000 ns, racy<=27500 ns
12:28:01.081 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, is unmodified
12:28:01.081 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, create new FileSnapshot: lastRead=2022-06-07 12:28:01.081654000, lastModified=2022-06-07 12:28:01.081022000, size=1, fileKey=(dev=38,ino=353469901)
12:28:01.081 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, isRacyClean=false, read=2022-06-07 12:28:01.081654000, lastModified=2022-06-07 12:28:01.081022000, delta=632000 ns, racy<=27500 ns
12:28:01.081 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, is unmodified
12:28:01.082 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, create new FileSnapshot: lastRead=2022-06-07 12:28:01.082118000, lastModified=2022-06-07 12:28:01.082022000, size=1, fileKey=(dev=38,ino=353469901)
12:28:01.082 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, isRacyClean=false, read=2022-06-07 12:28:01.082118000, lastModified=2022-06-07 12:28:01.082022000, delta=96000 ns, racy<=27500 ns
12:28:01.082 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, is unmodified
12:28:01.082 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, create new FileSnapshot: lastRead=2022-06-07 12:28:01.082552000, lastModified=2022-06-07 12:28:01.082022000, size=1, fileKey=(dev=38,ino=353469901)
12:28:01.082 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, isRacyClean=false, read=2022-06-07 12:28:01.082552000, lastModified=2022-06-07 12:28:01.082022000, delta=530000 ns, racy<=27500 ns
12:28:01.082 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, is unmodified
12:28:01.082 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, create new FileSnapshot: lastRead=2022-06-07 12:28:01.082946000, lastModified=2022-06-07 12:28:01.082022000, size=1, fileKey=(dev=38,ino=353469901)
12:28:01.083 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, lastModified changed from 2022-06-07 12:28:01.082022000 to 2022-06-07 12:28:01.083022000
12:28:01.083 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, create new FileSnapshot: lastRead=2022-06-07 12:28:01.083352000, lastModified=2022-06-07 12:28:01.083022000, size=1, fileKey=(dev=38,ino=353469901)
12:28:01.083 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, isRacyClean=false, read=2022-06-07 12:28:01.083352000, lastModified=2022-06-07 12:28:01.083022000, delta=330000 ns, racy<=27500 ns
12:28:01.083 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, is unmodified
12:28:01.089 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, create new FileSnapshot: lastRead=2022-06-07 12:28:01.089255000, lastModified=2022-06-07 12:28:01.083022000, size=1, fileKey=(dev=38,ino=353469901)
12:28:01.089 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, lastModified changed from 2022-06-07 12:28:01.083022000 to 2022-06-07 12:28:01.089022000
12:28:01.090 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, create new FileSnapshot: lastRead=2022-06-07 12:28:01.090088000, lastModified=2022-06-07 12:28:01.089022000, size=1, fileKey=(dev=38,ino=353469901)
12:28:01.090 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, lastModified changed from 2022-06-07 12:28:01.089022000 to 2022-06-07 12:28:01.090022000
12:28:01.090 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, create new FileSnapshot: lastRead=2022-06-07 12:28:01.090683000, lastModified=2022-06-07 12:28:01.090022000, size=1, fileKey=(dev=38,ino=353469901)
12:28:01.091 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, isRacyClean=false, read=2022-06-07 12:28:01.090683000, lastModified=2022-06-07 12:28:01.090022000, delta=661000 ns, racy<=27500 ns
12:28:01.091 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, is unmodified
12:28:01.091 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, create new FileSnapshot: lastRead=2022-06-07 12:28:01.091312000, lastModified=2022-06-07 12:28:01.091022000, size=1, fileKey=(dev=38,ino=353469901)
12:28:01.091 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, isRacyClean=false, read=2022-06-07 12:28:01.091312000, lastModified=2022-06-07 12:28:01.091022000, delta=290000 ns, racy<=27500 ns
12:28:01.091 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, is unmodified
12:28:01.091 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, create new FileSnapshot: lastRead=2022-06-07 12:28:01.091884000, lastModified=2022-06-07 12:28:01.091022000, size=1, fileKey=(dev=38,ino=353469901)
12:28:01.092 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, lastModified changed from 2022-06-07 12:28:01.091022000 to 2022-06-07 12:28:01.092022000
12:28:01.092 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, create new FileSnapshot: lastRead=2022-06-07 12:28:01.092298000, lastModified=2022-06-07 12:28:01.092022000, size=1, fileKey=(dev=38,ino=353469901)
12:28:01.098 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, isRacyClean=false, read=2022-06-07 12:28:01.092298000, lastModified=2022-06-07 12:28:01.092022000, delta=276000 ns, racy<=27500 ns
12:28:01.099 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, is unmodified
12:28:01.099 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, create new FileSnapshot: lastRead=2022-06-07 12:28:01.099240000, lastModified=2022-06-07 12:28:01.099022000, size=1, fileKey=(dev=38,ino=353469901)
12:28:01.099 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, isRacyClean=false, read=2022-06-07 12:28:01.099240000, lastModified=2022-06-07 12:28:01.099022000, delta=218000 ns, racy<=27500 ns
12:28:01.099 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, is unmodified
12:28:01.099 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, create new FileSnapshot: lastRead=2022-06-07 12:28:01.099739000, lastModified=2022-06-07 12:28:01.099022000, size=1, fileKey=(dev=38,ino=353469901)
12:28:01.100 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, isRacyClean=false, read=2022-06-07 12:28:01.099739000, lastModified=2022-06-07 12:28:01.099022000, delta=717000 ns, racy<=27500 ns
12:28:01.100 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, is unmodified
12:28:01.100 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, create new FileSnapshot: lastRead=2022-06-07 12:28:01.100186000, lastModified=2022-06-07 12:28:01.100022000, size=1, fileKey=(dev=38,ino=353469901)
12:28:01.100 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, isRacyClean=false, read=2022-06-07 12:28:01.100186000, lastModified=2022-06-07 12:28:01.100022000, delta=164000 ns, racy<=27500 ns
12:28:01.100 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, is unmodified
12:28:01.100 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, create new FileSnapshot: lastRead=2022-06-07 12:28:01.100587000, lastModified=2022-06-07 12:28:01.100022000, size=1, fileKey=(dev=38,ino=353469901)
12:28:01.100 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, isRacyClean=false, read=2022-06-07 12:28:01.100587000, lastModified=2022-06-07 12:28:01.100022000, delta=565000 ns, racy<=27500 ns
12:28:01.100 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, is unmodified
12:28:01.101 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, create new FileSnapshot: lastRead=2022-06-07 12:28:01.100990000, lastModified=2022-06-07 12:28:01.100022000, size=1, fileKey=(dev=38,ino=353469901)
12:28:01.101 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, lastModified changed from 2022-06-07 12:28:01.100022000 to 2022-06-07 12:28:01.101022000
12:28:01.105 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, create new FileSnapshot: lastRead=2022-06-07 12:28:01.105765000, lastModified=2022-06-07 12:28:01.101022000, size=1, fileKey=(dev=38,ino=353469901)
12:28:01.106 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, lastModified changed from 2022-06-07 12:28:01.101022000 to 2022-06-07 12:28:01.106022000
12:28:01.106 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, create new FileSnapshot: lastRead=2022-06-07 12:28:01.106396000, lastModified=2022-06-07 12:28:01.106022000, size=1, fileKey=(dev=38,ino=353469901)
12:28:01.106 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, isRacyClean=false, read=2022-06-07 12:28:01.106396000, lastModified=2022-06-07 12:28:01.106022000, delta=374000 ns, racy<=27500 ns
12:28:01.106 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, is unmodified
12:28:01.107 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, create new FileSnapshot: lastRead=2022-06-07 12:28:01.106997000, lastModified=2022-06-07 12:28:01.106022000, size=1, fileKey=(dev=38,ino=353469901)
12:28:01.107 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, lastModified changed from 2022-06-07 12:28:01.106022000 to 2022-06-07 12:28:01.107022000
12:28:01.107 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, create new FileSnapshot: lastRead=2022-06-07 12:28:01.107433000, lastModified=2022-06-07 12:28:01.107022000, size=1, fileKey=(dev=38,ino=353469901)
12:28:01.107 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, isRacyClean=false, read=2022-06-07 12:28:01.107433000, lastModified=2022-06-07 12:28:01.107022000, delta=411000 ns, racy<=27500 ns
12:28:01.107 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, is unmodified
12:28:01.107 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, create new FileSnapshot: lastRead=2022-06-07 12:28:01.107844000, lastModified=2022-06-07 12:28:01.107022000, size=1, fileKey=(dev=38,ino=353469901)
12:28:01.108 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, isRacyClean=false, read=2022-06-07 12:28:01.107844000, lastModified=2022-06-07 12:28:01.107022000, delta=822000 ns, racy<=27500 ns
12:28:01.108 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, is unmodified
12:28:01.108 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, create new FileSnapshot: lastRead=2022-06-07 12:28:01.108256000, lastModified=2022-06-07 12:28:01.108022000, size=1, fileKey=(dev=38,ino=353469901)
12:28:01.113 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, isRacyClean=false, read=2022-06-07 12:28:01.108256000, lastModified=2022-06-07 12:28:01.108022000, delta=234000 ns, racy<=27500 ns
12:28:01.113 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, is unmodified
12:28:01.113 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, create new FileSnapshot: lastRead=2022-06-07 12:28:01.113511000, lastModified=2022-06-07 12:28:01.113022000, size=1, fileKey=(dev=38,ino=353469901)
12:28:01.113 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, isRacyClean=false, read=2022-06-07 12:28:01.113511000, lastModified=2022-06-07 12:28:01.113022000, delta=489000 ns, racy<=27500 ns
12:28:01.113 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, is unmodified
12:28:01.114 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, create new FileSnapshot: lastRead=2022-06-07 12:28:01.114155000, lastModified=2022-06-07 12:28:01.114022000, size=1, fileKey=(dev=38,ino=353469901)
12:28:01.114 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, isRacyClean=false, read=2022-06-07 12:28:01.114155000, lastModified=2022-06-07 12:28:01.114022000, delta=133000 ns, racy<=27500 ns
12:28:01.114 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, is unmodified
12:28:01.114 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, create new FileSnapshot: lastRead=2022-06-07 12:28:01.114617000, lastModified=2022-06-07 12:28:01.114022000, size=1, fileKey=(dev=38,ino=353469901)
12:28:01.114 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, isRacyClean=false, read=2022-06-07 12:28:01.114617000, lastModified=2022-06-07 12:28:01.114022000, delta=595000 ns, racy<=27500 ns
12:28:01.114 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, is unmodified
12:28:01.115 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, create new FileSnapshot: lastRead=2022-06-07 12:28:01.115139000, lastModified=2022-06-07 12:28:01.115022000, size=1, fileKey=(dev=38,ino=353469901)
12:28:01.115 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, isRacyClean=false, read=2022-06-07 12:28:01.115139000, lastModified=2022-06-07 12:28:01.115022000, delta=117000 ns, racy<=27500 ns
12:28:01.115 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, is unmodified
12:28:01.115 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, create new FileSnapshot: lastRead=2022-06-07 12:28:01.115570000, lastModified=2022-06-07 12:28:01.115022000, size=1, fileKey=(dev=38,ino=353469901)
12:28:01.115 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, isRacyClean=false, read=2022-06-07 12:28:01.115570000, lastModified=2022-06-07 12:28:01.115022000, delta=548000 ns, racy<=27500 ns
12:28:01.115 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, is unmodified
12:28:01.120 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, create new FileSnapshot: lastRead=2022-06-07 12:28:01.120553000, lastModified=2022-06-07 12:28:01.115022000, size=1, fileKey=(dev=38,ino=353469901)
12:28:01.121 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, lastModified changed from 2022-06-07 12:28:01.115022000 to 2022-06-07 12:28:01.120022000
12:28:01.121 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, create new FileSnapshot: lastRead=2022-06-07 12:28:01.121224000, lastModified=2022-06-07 12:28:01.121022000, size=1, fileKey=(dev=38,ino=353469901)
12:28:01.121 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, isRacyClean=false, read=2022-06-07 12:28:01.121224000, lastModified=2022-06-07 12:28:01.121022000, delta=202000 ns, racy<=27500 ns
12:28:01.121 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, is unmodified
12:28:01.121 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, create new FileSnapshot: lastRead=2022-06-07 12:28:01.121745000, lastModified=2022-06-07 12:28:01.121022000, size=1, fileKey=(dev=38,ino=353469901)
12:28:01.122 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, isRacyClean=false, read=2022-06-07 12:28:01.121745000, lastModified=2022-06-07 12:28:01.121022000, delta=723000 ns, racy<=27500 ns
12:28:01.122 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, is unmodified
12:28:01.122 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, create new FileSnapshot: lastRead=2022-06-07 12:28:01.122190000, lastModified=2022-06-07 12:28:01.122022000, size=1, fileKey=(dev=38,ino=353469901)
12:28:01.122 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, isRacyClean=false, read=2022-06-07 12:28:01.122190000, lastModified=2022-06-07 12:28:01.122022000, delta=168000 ns, racy<=27500 ns
12:28:01.122 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, is unmodified
12:28:01.122 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, create new FileSnapshot: lastRead=2022-06-07 12:28:01.122591000, lastModified=2022-06-07 12:28:01.122022000, size=1, fileKey=(dev=38,ino=353469901)
12:28:01.122 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, isRacyClean=false, read=2022-06-07 12:28:01.122591000, lastModified=2022-06-07 12:28:01.122022000, delta=569000 ns, racy<=27500 ns
12:28:01.122 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, is unmodified
12:28:01.123 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, create new FileSnapshot: lastRead=2022-06-07 12:28:01.122957000, lastModified=2022-06-07 12:28:01.122022000, size=1, fileKey=(dev=38,ino=353469901)
12:28:01.127 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, lastModified changed from 2022-06-07 12:28:01.122022000 to 2022-06-07 12:28:01.123022000
12:28:01.128 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, create new FileSnapshot: lastRead=2022-06-07 12:28:01.128183000, lastModified=2022-06-07 12:28:01.128022000, size=1, fileKey=(dev=38,ino=353469901)
12:28:01.128 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, isRacyClean=false, read=2022-06-07 12:28:01.128183000, lastModified=2022-06-07 12:28:01.128022000, delta=161000 ns, racy<=27500 ns
12:28:01.128 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, is unmodified
12:28:01.128 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, create new FileSnapshot: lastRead=2022-06-07 12:28:01.128856000, lastModified=2022-06-07 12:28:01.128022000, size=1, fileKey=(dev=38,ino=353469901)
12:28:01.129 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, lastModified changed from 2022-06-07 12:28:01.128022000 to 2022-06-07 12:28:01.129022000
12:28:01.129 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, create new FileSnapshot: lastRead=2022-06-07 12:28:01.129425000, lastModified=2022-06-07 12:28:01.129022000, size=1, fileKey=(dev=38,ino=353469901)
12:28:01.129 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, isRacyClean=false, read=2022-06-07 12:28:01.129425000, lastModified=2022-06-07 12:28:01.129022000, delta=403000 ns, racy<=27500 ns
12:28:01.129 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, is unmodified
12:28:01.130 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, create new FileSnapshot: lastRead=2022-06-07 12:28:01.130046000, lastModified=2022-06-07 12:28:01.129022000, size=1, fileKey=(dev=38,ino=353469901)
12:28:01.130 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, lastModified changed from 2022-06-07 12:28:01.129022000 to 2022-06-07 12:28:01.130022000
12:28:01.130 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, create new FileSnapshot: lastRead=2022-06-07 12:28:01.130645000, lastModified=2022-06-07 12:28:01.130022000, size=1, fileKey=(dev=38,ino=353469901)
12:28:01.131 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, isRacyClean=false, read=2022-06-07 12:28:01.130645000, lastModified=2022-06-07 12:28:01.130022000, delta=623000 ns, racy<=27500 ns
12:28:01.131 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, is unmodified
12:28:01.135 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, create new FileSnapshot: lastRead=2022-06-07 12:28:01.135737000, lastModified=2022-06-07 12:28:01.131022000, size=1, fileKey=(dev=38,ino=353469901)
12:28:01.136 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, lastModified changed from 2022-06-07 12:28:01.131022000 to 2022-06-07 12:28:01.135022000
12:28:01.136 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, create new FileSnapshot: lastRead=2022-06-07 12:28:01.136267000, lastModified=2022-06-07 12:28:01.136022000, size=1, fileKey=(dev=38,ino=353469901)
12:28:01.136 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, isRacyClean=false, read=2022-06-07 12:28:01.136267000, lastModified=2022-06-07 12:28:01.136022000, delta=245000 ns, racy<=27500 ns
12:28:01.136 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, is unmodified
12:28:01.136 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, create new FileSnapshot: lastRead=2022-06-07 12:28:01.136675000, lastModified=2022-06-07 12:28:01.136022000, size=1, fileKey=(dev=38,ino=353469901)
12:28:01.136 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, isRacyClean=false, read=2022-06-07 12:28:01.136675000, lastModified=2022-06-07 12:28:01.136022000, delta=653000 ns, racy<=27500 ns
12:28:01.136 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, is unmodified
12:28:01.137 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, create new FileSnapshot: lastRead=2022-06-07 12:28:01.137071000, lastModified=2022-06-07 12:28:01.136022000, size=1, fileKey=(dev=38,ino=353469901)
12:28:01.137 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, lastModified changed from 2022-06-07 12:28:01.136022000 to 2022-06-07 12:28:01.137022000
12:28:01.137 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, create new FileSnapshot: lastRead=2022-06-07 12:28:01.137453000, lastModified=2022-06-07 12:28:01.137022000, size=1, fileKey=(dev=38,ino=353469901)
12:28:01.137 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, isRacyClean=false, read=2022-06-07 12:28:01.137453000, lastModified=2022-06-07 12:28:01.137022000, delta=431000 ns, racy<=27500 ns
12:28:01.137 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, is unmodified
12:28:01.137 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, create new FileSnapshot: lastRead=2022-06-07 12:28:01.137827000, lastModified=2022-06-07 12:28:01.137022000, size=1, fileKey=(dev=38,ino=353469901)
12:28:01.142 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, isRacyClean=false, read=2022-06-07 12:28:01.137827000, lastModified=2022-06-07 12:28:01.137022000, delta=805000 ns, racy<=27500 ns
12:28:01.142 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, is unmodified
12:28:01.174 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, create new FileSnapshot: lastRead=2022-06-07 12:28:01.173958000, lastModified=2022-06-07 12:28:01.142022000, size=1, fileKey=(dev=38,ino=353469901)
12:28:01.174 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, lastModified changed from 2022-06-07 12:28:01.142022000 to 2022-06-07 12:28:01.174022000
12:28:01.174 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, create new FileSnapshot: lastRead=2022-06-07 12:28:01.174718000, lastModified=2022-06-07 12:28:01.174022000, size=1, fileKey=(dev=38,ino=353469901)
12:28:01.175 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, isRacyClean=false, read=2022-06-07 12:28:01.174718000, lastModified=2022-06-07 12:28:01.174022000, delta=696000 ns, racy<=27500 ns
12:28:01.175 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, is unmodified
12:28:01.175 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, create new FileSnapshot: lastRead=2022-06-07 12:28:01.175329000, lastModified=2022-06-07 12:28:01.175022000, size=1, fileKey=(dev=38,ino=353469901)
12:28:01.175 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, isRacyClean=false, read=2022-06-07 12:28:01.175329000, lastModified=2022-06-07 12:28:01.175022000, delta=307000 ns, racy<=27500 ns
12:28:01.175 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, is unmodified
12:28:01.175 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, create new FileSnapshot: lastRead=2022-06-07 12:28:01.175921000, lastModified=2022-06-07 12:28:01.175022000, size=1, fileKey=(dev=38,ino=353469901)
12:28:01.176 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, lastModified changed from 2022-06-07 12:28:01.175022000 to 2022-06-07 12:28:01.176022000
12:28:01.176 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, create new FileSnapshot: lastRead=2022-06-07 12:28:01.176493000, lastModified=2022-06-07 12:28:01.176022000, size=1, fileKey=(dev=38,ino=353469901)
12:28:01.176 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, isRacyClean=false, read=2022-06-07 12:28:01.176493000, lastModified=2022-06-07 12:28:01.176022000, delta=471000 ns, racy<=27500 ns
12:28:01.176 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, is unmodified
12:28:01.184 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, create new FileSnapshot: lastRead=2022-06-07 12:28:01.184330000, lastModified=2022-06-07 12:28:01.176022000, size=1, fileKey=(dev=38,ino=353469901)
12:28:01.184 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, lastModified changed from 2022-06-07 12:28:01.176022000 to 2022-06-07 12:28:01.184022000
12:28:01.184 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, create new FileSnapshot: lastRead=2022-06-07 12:28:01.184934000, lastModified=2022-06-07 12:28:01.184022000, size=1, fileKey=(dev=38,ino=353469901)
12:28:01.185 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, lastModified changed from 2022-06-07 12:28:01.184022000 to 2022-06-07 12:28:01.185022000
12:28:01.185 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, create new FileSnapshot: lastRead=2022-06-07 12:28:01.185352000, lastModified=2022-06-07 12:28:01.185022000, size=1, fileKey=(dev=38,ino=353469901)
12:28:01.185 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, isRacyClean=false, read=2022-06-07 12:28:01.185352000, lastModified=2022-06-07 12:28:01.185022000, delta=330000 ns, racy<=27500 ns
12:28:01.185 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, is unmodified
12:28:01.185 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, create new FileSnapshot: lastRead=2022-06-07 12:28:01.185772000, lastModified=2022-06-07 12:28:01.185022000, size=1, fileKey=(dev=38,ino=353469901)
12:28:01.186 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, isRacyClean=false, read=2022-06-07 12:28:01.185772000, lastModified=2022-06-07 12:28:01.185022000, delta=750000 ns, racy<=27500 ns
12:28:01.186 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, is unmodified
12:28:01.186 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, create new FileSnapshot: lastRead=2022-06-07 12:28:01.186195000, lastModified=2022-06-07 12:28:01.186022000, size=1, fileKey=(dev=38,ino=353469901)
12:28:01.186 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, isRacyClean=false, read=2022-06-07 12:28:01.186195000, lastModified=2022-06-07 12:28:01.186022000, delta=173000 ns, racy<=27500 ns
12:28:01.186 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, is unmodified
12:28:01.186 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, create new FileSnapshot: lastRead=2022-06-07 12:28:01.186660000, lastModified=2022-06-07 12:28:01.186022000, size=1, fileKey=(dev=38,ino=353469901)
12:28:01.190 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, isRacyClean=false, read=2022-06-07 12:28:01.186660000, lastModified=2022-06-07 12:28:01.186022000, delta=638000 ns, racy<=27500 ns
12:28:01.190 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, is unmodified
12:28:01.190 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, create new FileSnapshot: lastRead=2022-06-07 12:28:01.190308000, lastModified=2022-06-07 12:28:01.190022000, size=1, fileKey=(dev=38,ino=353469901)
12:28:01.190 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, isRacyClean=false, read=2022-06-07 12:28:01.190308000, lastModified=2022-06-07 12:28:01.190022000, delta=286000 ns, racy<=27500 ns
12:28:01.190 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, is unmodified
12:28:01.190 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, create new FileSnapshot: lastRead=2022-06-07 12:28:01.190750000, lastModified=2022-06-07 12:28:01.190022000, size=1, fileKey=(dev=38,ino=353469901)
12:28:01.191 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, isRacyClean=false, read=2022-06-07 12:28:01.190750000, lastModified=2022-06-07 12:28:01.190022000, delta=728000 ns, racy<=27500 ns
12:28:01.191 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, is unmodified
12:28:01.191 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, create new FileSnapshot: lastRead=2022-06-07 12:28:01.191165000, lastModified=2022-06-07 12:28:01.191022000, size=1, fileKey=(dev=38,ino=353469901)
12:28:01.191 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, isRacyClean=false, read=2022-06-07 12:28:01.191165000, lastModified=2022-06-07 12:28:01.191022000, delta=143000 ns, racy<=27500 ns
12:28:01.191 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, is unmodified
12:28:01.191 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, create new FileSnapshot: lastRead=2022-06-07 12:28:01.191555000, lastModified=2022-06-07 12:28:01.191022000, size=1, fileKey=(dev=38,ino=353469901)
12:28:01.191 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, isRacyClean=false, read=2022-06-07 12:28:01.191555000, lastModified=2022-06-07 12:28:01.191022000, delta=533000 ns, racy<=27500 ns
12:28:01.191 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, is unmodified
12:28:01.191 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, create new FileSnapshot: lastRead=2022-06-07 12:28:01.191934000, lastModified=2022-06-07 12:28:01.191022000, size=1, fileKey=(dev=38,ino=353469901)
12:28:01.192 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, lastModified changed from 2022-06-07 12:28:01.191022000 to 2022-06-07 12:28:01.192022000
12:28:01.194 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, create new FileSnapshot: lastRead=2022-06-07 12:28:01.194327000, lastModified=2022-06-07 12:28:01.192022000, size=1, fileKey=(dev=38,ino=353469901)
12:28:01.194 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, lastModified changed from 2022-06-07 12:28:01.192022000 to 2022-06-07 12:28:01.194022000
12:28:01.194 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, create new FileSnapshot: lastRead=2022-06-07 12:28:01.194828000, lastModified=2022-06-07 12:28:01.194022000, size=1, fileKey=(dev=38,ino=353469901)
12:28:01.195 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, isRacyClean=false, read=2022-06-07 12:28:01.194828000, lastModified=2022-06-07 12:28:01.194022000, delta=806000 ns, racy<=27500 ns
12:28:01.195 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, is unmodified
12:28:01.195 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, create new FileSnapshot: lastRead=2022-06-07 12:28:01.195271000, lastModified=2022-06-07 12:28:01.195022000, size=1, fileKey=(dev=38,ino=353469901)
12:28:01.195 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, isRacyClean=false, read=2022-06-07 12:28:01.195271000, lastModified=2022-06-07 12:28:01.195022000, delta=249000 ns, racy<=27500 ns
12:28:01.195 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, is unmodified
12:28:01.195 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, create new FileSnapshot: lastRead=2022-06-07 12:28:01.195661000, lastModified=2022-06-07 12:28:01.195022000, size=1, fileKey=(dev=38,ino=353469901)
12:28:01.195 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, isRacyClean=false, read=2022-06-07 12:28:01.195661000, lastModified=2022-06-07 12:28:01.195022000, delta=639000 ns, racy<=27500 ns
12:28:01.195 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, is unmodified
12:28:01.196 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, create new FileSnapshot: lastRead=2022-06-07 12:28:01.196067000, lastModified=2022-06-07 12:28:01.195022000, size=1, fileKey=(dev=38,ino=353469901)
12:28:01.196 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, lastModified changed from 2022-06-07 12:28:01.195022000 to 2022-06-07 12:28:01.196022000
12:28:01.196 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, create new FileSnapshot: lastRead=2022-06-07 12:28:01.196449000, lastModified=2022-06-07 12:28:01.196022000, size=1, fileKey=(dev=38,ino=353469901)
12:28:01.198 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, isRacyClean=false, read=2022-06-07 12:28:01.196449000, lastModified=2022-06-07 12:28:01.196022000, delta=427000 ns, racy<=27500 ns
12:28:01.198 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, is unmodified
12:28:01.199 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, create new FileSnapshot: lastRead=2022-06-07 12:28:01.199044000, lastModified=2022-06-07 12:28:01.198022000, size=1, fileKey=(dev=38,ino=353469901)
12:28:01.199 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, lastModified changed from 2022-06-07 12:28:01.198022000 to 2022-06-07 12:28:01.199022000
12:28:01.199 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, create new FileSnapshot: lastRead=2022-06-07 12:28:01.199469000, lastModified=2022-06-07 12:28:01.199022000, size=1, fileKey=(dev=38,ino=353469901)
12:28:01.199 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, isRacyClean=false, read=2022-06-07 12:28:01.199469000, lastModified=2022-06-07 12:28:01.199022000, delta=447000 ns, racy<=27500 ns
12:28:01.199 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, is unmodified
12:28:01.199 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, create new FileSnapshot: lastRead=2022-06-07 12:28:01.199854000, lastModified=2022-06-07 12:28:01.199022000, size=1, fileKey=(dev=38,ino=353469901)
12:28:01.200 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, lastModified changed from 2022-06-07 12:28:01.199022000 to 2022-06-07 12:28:01.200022000
12:28:01.200 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, create new FileSnapshot: lastRead=2022-06-07 12:28:01.200282000, lastModified=2022-06-07 12:28:01.200022000, size=1, fileKey=(dev=38,ino=353469901)
12:28:01.200 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, isRacyClean=false, read=2022-06-07 12:28:01.200282000, lastModified=2022-06-07 12:28:01.200022000, delta=260000 ns, racy<=27500 ns
12:28:01.200 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, is unmodified
12:28:01.200 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, create new FileSnapshot: lastRead=2022-06-07 12:28:01.200692000, lastModified=2022-06-07 12:28:01.200022000, size=1, fileKey=(dev=38,ino=353469901)
12:28:01.200 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, isRacyClean=false, read=2022-06-07 12:28:01.200692000, lastModified=2022-06-07 12:28:01.200022000, delta=670000 ns, racy<=27500 ns
12:28:01.200 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, is unmodified
12:28:01.203 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, create new FileSnapshot: lastRead=2022-06-07 12:28:01.203104000, lastModified=2022-06-07 12:28:01.201022000, size=1, fileKey=(dev=38,ino=353469901)
12:28:01.203 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, lastModified changed from 2022-06-07 12:28:01.201022000 to 2022-06-07 12:28:01.203022000
12:28:01.203 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, create new FileSnapshot: lastRead=2022-06-07 12:28:01.203589000, lastModified=2022-06-07 12:28:01.203022000, size=1, fileKey=(dev=38,ino=353469901)
12:28:01.203 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, isRacyClean=false, read=2022-06-07 12:28:01.203589000, lastModified=2022-06-07 12:28:01.203022000, delta=567000 ns, racy<=27500 ns
12:28:01.203 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, is unmodified
12:28:01.204 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, create new FileSnapshot: lastRead=2022-06-07 12:28:01.204015000, lastModified=2022-06-07 12:28:01.203022000, size=1, fileKey=(dev=38,ino=353469901)
12:28:01.204 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, lastModified changed from 2022-06-07 12:28:01.203022000 to 2022-06-07 12:28:01.204022000
12:28:01.204 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, create new FileSnapshot: lastRead=2022-06-07 12:28:01.204398000, lastModified=2022-06-07 12:28:01.204022000, size=1, fileKey=(dev=38,ino=353469901)
12:28:01.204 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, isRacyClean=false, read=2022-06-07 12:28:01.204398000, lastModified=2022-06-07 12:28:01.204022000, delta=376000 ns, racy<=27500 ns
12:28:01.204 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, is unmodified
12:28:01.204 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, create new FileSnapshot: lastRead=2022-06-07 12:28:01.204786000, lastModified=2022-06-07 12:28:01.204022000, size=1, fileKey=(dev=38,ino=353469901)
12:28:01.205 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, isRacyClean=false, read=2022-06-07 12:28:01.204786000, lastModified=2022-06-07 12:28:01.204022000, delta=764000 ns, racy<=27500 ns
12:28:01.205 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, is unmodified
12:28:01.205 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, create new FileSnapshot: lastRead=2022-06-07 12:28:01.205271000, lastModified=2022-06-07 12:28:01.205022000, size=1, fileKey=(dev=38,ino=353469901)
12:28:01.207 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, isRacyClean=false, read=2022-06-07 12:28:01.205271000, lastModified=2022-06-07 12:28:01.205022000, delta=249000 ns, racy<=27500 ns
12:28:01.207 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, is unmodified
12:28:01.208 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, create new FileSnapshot: lastRead=2022-06-07 12:28:01.208090000, lastModified=2022-06-07 12:28:01.207022000, size=1, fileKey=(dev=38,ino=353469901)
12:28:01.208 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, lastModified changed from 2022-06-07 12:28:01.207022000 to 2022-06-07 12:28:01.208022000
12:28:01.208 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, create new FileSnapshot: lastRead=2022-06-07 12:28:01.208507000, lastModified=2022-06-07 12:28:01.208022000, size=1, fileKey=(dev=38,ino=353469901)
12:28:01.208 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, isRacyClean=false, read=2022-06-07 12:28:01.208507000, lastModified=2022-06-07 12:28:01.208022000, delta=485000 ns, racy<=27500 ns
12:28:01.208 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, is unmodified
12:28:01.208 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, create new FileSnapshot: lastRead=2022-06-07 12:28:01.208922000, lastModified=2022-06-07 12:28:01.208022000, size=1, fileKey=(dev=38,ino=353469901)
12:28:01.209 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, lastModified changed from 2022-06-07 12:28:01.208022000 to 2022-06-07 12:28:01.209022000
12:28:01.209 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, create new FileSnapshot: lastRead=2022-06-07 12:28:01.209327000, lastModified=2022-06-07 12:28:01.209022000, size=1, fileKey=(dev=38,ino=353469901)
12:28:01.209 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, isRacyClean=false, read=2022-06-07 12:28:01.209327000, lastModified=2022-06-07 12:28:01.209022000, delta=305000 ns, racy<=27500 ns
12:28:01.209 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, is unmodified
12:28:01.209 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, create new FileSnapshot: lastRead=2022-06-07 12:28:01.209719000, lastModified=2022-06-07 12:28:01.209022000, size=1, fileKey=(dev=38,ino=353469901)
12:28:01.209 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, isRacyClean=false, read=2022-06-07 12:28:01.209719000, lastModified=2022-06-07 12:28:01.209022000, delta=697000 ns, racy<=27500 ns
12:28:01.209 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, is unmodified
12:28:01.212 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, create new FileSnapshot: lastRead=2022-06-07 12:28:01.212223000, lastModified=2022-06-07 12:28:01.210022000, size=1, fileKey=(dev=38,ino=353469901)
12:28:01.212 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, lastModified changed from 2022-06-07 12:28:01.210022000 to 2022-06-07 12:28:01.212022000
12:28:01.212 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, create new FileSnapshot: lastRead=2022-06-07 12:28:01.212688000, lastModified=2022-06-07 12:28:01.212022000, size=1, fileKey=(dev=38,ino=353469901)
12:28:01.212 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, isRacyClean=false, read=2022-06-07 12:28:01.212688000, lastModified=2022-06-07 12:28:01.212022000, delta=666000 ns, racy<=27500 ns
12:28:01.212 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, is unmodified
12:28:01.213 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, create new FileSnapshot: lastRead=2022-06-07 12:28:01.213105000, lastModified=2022-06-07 12:28:01.213022000, size=1, fileKey=(dev=38,ino=353469901)
12:28:01.213 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, isRacyClean=false, read=2022-06-07 12:28:01.213105000, lastModified=2022-06-07 12:28:01.213022000, delta=83000 ns, racy<=27500 ns
12:28:01.213 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, is unmodified
12:28:01.213 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, create new FileSnapshot: lastRead=2022-06-07 12:28:01.213507000, lastModified=2022-06-07 12:28:01.213022000, size=1, fileKey=(dev=38,ino=353469901)
12:28:01.213 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, isRacyClean=false, read=2022-06-07 12:28:01.213507000, lastModified=2022-06-07 12:28:01.213022000, delta=485000 ns, racy<=27500 ns
12:28:01.213 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, is unmodified
12:28:01.213 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, create new FileSnapshot: lastRead=2022-06-07 12:28:01.213885000, lastModified=2022-06-07 12:28:01.213022000, size=1, fileKey=(dev=38,ino=353469901)
12:28:01.214 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, lastModified changed from 2022-06-07 12:28:01.213022000 to 2022-06-07 12:28:01.214022000
12:28:01.214 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, create new FileSnapshot: lastRead=2022-06-07 12:28:01.214289000, lastModified=2022-06-07 12:28:01.214022000, size=1, fileKey=(dev=38,ino=353469901)
12:28:01.216 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, isRacyClean=false, read=2022-06-07 12:28:01.214289000, lastModified=2022-06-07 12:28:01.214022000, delta=267000 ns, racy<=27500 ns
12:28:01.216 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, is unmodified
12:28:01.216 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, create new FileSnapshot: lastRead=2022-06-07 12:28:01.216903000, lastModified=2022-06-07 12:28:01.216022000, size=1, fileKey=(dev=38,ino=353469901)
12:28:01.217 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, lastModified changed from 2022-06-07 12:28:01.216022000 to 2022-06-07 12:28:01.217022000
12:28:01.217 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, create new FileSnapshot: lastRead=2022-06-07 12:28:01.217300000, lastModified=2022-06-07 12:28:01.217022000, size=1, fileKey=(dev=38,ino=353469901)
12:28:01.217 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, isRacyClean=false, read=2022-06-07 12:28:01.217300000, lastModified=2022-06-07 12:28:01.217022000, delta=278000 ns, racy<=27500 ns
12:28:01.217 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, is unmodified
12:28:01.217 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, create new FileSnapshot: lastRead=2022-06-07 12:28:01.217715000, lastModified=2022-06-07 12:28:01.217022000, size=1, fileKey=(dev=38,ino=353469901)
12:28:01.217 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, isRacyClean=false, read=2022-06-07 12:28:01.217715000, lastModified=2022-06-07 12:28:01.217022000, delta=693000 ns, racy<=27500 ns
12:28:01.217 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, is unmodified
12:28:01.218 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, create new FileSnapshot: lastRead=2022-06-07 12:28:01.218117000, lastModified=2022-06-07 12:28:01.218022000, size=1, fileKey=(dev=38,ino=353469901)
12:28:01.218 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, isRacyClean=false, read=2022-06-07 12:28:01.218117000, lastModified=2022-06-07 12:28:01.218022000, delta=95000 ns, racy<=27500 ns
12:28:01.218 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, is unmodified
12:28:01.218 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, create new FileSnapshot: lastRead=2022-06-07 12:28:01.218507000, lastModified=2022-06-07 12:28:01.218022000, size=1, fileKey=(dev=38,ino=353469901)
12:28:01.218 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, isRacyClean=false, read=2022-06-07 12:28:01.218507000, lastModified=2022-06-07 12:28:01.218022000, delta=485000 ns, racy<=27500 ns
12:28:01.218 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, is unmodified
12:28:01.221 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, create new FileSnapshot: lastRead=2022-06-07 12:28:01.221019000, lastModified=2022-06-07 12:28:01.218022000, size=1, fileKey=(dev=38,ino=353469901)
12:28:01.221 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, lastModified changed from 2022-06-07 12:28:01.218022000 to 2022-06-07 12:28:01.221022000
12:28:01.221 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, create new FileSnapshot: lastRead=2022-06-07 12:28:01.221465000, lastModified=2022-06-07 12:28:01.221022000, size=1, fileKey=(dev=38,ino=353469901)
12:28:01.221 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, isRacyClean=false, read=2022-06-07 12:28:01.221465000, lastModified=2022-06-07 12:28:01.221022000, delta=443000 ns, racy<=27500 ns
12:28:01.221 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, is unmodified
12:28:01.221 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, create new FileSnapshot: lastRead=2022-06-07 12:28:01.221856000, lastModified=2022-06-07 12:28:01.221022000, size=1, fileKey=(dev=38,ino=353469901)
12:28:01.222 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, isRacyClean=false, read=2022-06-07 12:28:01.221856000, lastModified=2022-06-07 12:28:01.221022000, delta=834000 ns, racy<=27500 ns
12:28:01.222 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, is unmodified
12:28:01.222 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, create new FileSnapshot: lastRead=2022-06-07 12:28:01.222277000, lastModified=2022-06-07 12:28:01.222022000, size=1, fileKey=(dev=38,ino=353469901)
12:28:01.222 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, isRacyClean=false, read=2022-06-07 12:28:01.222277000, lastModified=2022-06-07 12:28:01.222022000, delta=255000 ns, racy<=27500 ns
12:28:01.222 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, is unmodified
12:28:01.222 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, create new FileSnapshot: lastRead=2022-06-07 12:28:01.222704000, lastModified=2022-06-07 12:28:01.222022000, size=1, fileKey=(dev=38,ino=353469901)
12:28:01.222 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, isRacyClean=false, read=2022-06-07 12:28:01.222704000, lastModified=2022-06-07 12:28:01.222022000, delta=682000 ns, racy<=27500 ns
12:28:01.223 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, is unmodified
12:28:01.223 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, create new FileSnapshot: lastRead=2022-06-07 12:28:01.223156000, lastModified=2022-06-07 12:28:01.223022000, size=1, fileKey=(dev=38,ino=353469901)
12:28:01.225 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, isRacyClean=false, read=2022-06-07 12:28:01.223156000, lastModified=2022-06-07 12:28:01.223022000, delta=134000 ns, racy<=27500 ns
12:28:01.225 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, is unmodified
12:28:01.225 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, create new FileSnapshot: lastRead=2022-06-07 12:28:01.225894000, lastModified=2022-06-07 12:28:01.225022000, size=1, fileKey=(dev=38,ino=353469901)
12:28:01.226 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, lastModified changed from 2022-06-07 12:28:01.225022000 to 2022-06-07 12:28:01.226022000
12:28:01.226 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, create new FileSnapshot: lastRead=2022-06-07 12:28:01.226358000, lastModified=2022-06-07 12:28:01.226022000, size=1, fileKey=(dev=38,ino=353469901)
12:28:01.226 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, isRacyClean=false, read=2022-06-07 12:28:01.226358000, lastModified=2022-06-07 12:28:01.226022000, delta=336000 ns, racy<=27500 ns
12:28:01.226 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, is unmodified
12:28:01.226 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, create new FileSnapshot: lastRead=2022-06-07 12:28:01.226784000, lastModified=2022-06-07 12:28:01.226022000, size=1, fileKey=(dev=38,ino=353469901)
12:28:01.227 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, isRacyClean=false, read=2022-06-07 12:28:01.226784000, lastModified=2022-06-07 12:28:01.226022000, delta=762000 ns, racy<=27500 ns
12:28:01.227 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, is unmodified
12:28:01.227 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, create new FileSnapshot: lastRead=2022-06-07 12:28:01.227208000, lastModified=2022-06-07 12:28:01.227022000, size=1, fileKey=(dev=38,ino=353469901)
12:28:01.227 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, isRacyClean=false, read=2022-06-07 12:28:01.227208000, lastModified=2022-06-07 12:28:01.227022000, delta=186000 ns, racy<=27500 ns
12:28:01.227 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, is unmodified
12:28:01.227 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, create new FileSnapshot: lastRead=2022-06-07 12:28:01.227641000, lastModified=2022-06-07 12:28:01.227022000, size=1, fileKey=(dev=38,ino=353469901)
12:28:01.227 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, isRacyClean=false, read=2022-06-07 12:28:01.227641000, lastModified=2022-06-07 12:28:01.227022000, delta=619000 ns, racy<=27500 ns
12:28:01.227 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, is unmodified
12:28:01.230 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, create new FileSnapshot: lastRead=2022-06-07 12:28:01.230258000, lastModified=2022-06-07 12:28:01.227022000, size=1, fileKey=(dev=38,ino=353469901)
12:28:01.230 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, lastModified changed from 2022-06-07 12:28:01.227022000 to 2022-06-07 12:28:01.230022000
12:28:01.230 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, create new FileSnapshot: lastRead=2022-06-07 12:28:01.230658000, lastModified=2022-06-07 12:28:01.230022000, size=1, fileKey=(dev=38,ino=353469901)
12:28:01.230 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, isRacyClean=false, read=2022-06-07 12:28:01.230658000, lastModified=2022-06-07 12:28:01.230022000, delta=636000 ns, racy<=27500 ns
12:28:01.230 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, is unmodified
12:28:01.231 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, create new FileSnapshot: lastRead=2022-06-07 12:28:01.231021000, lastModified=2022-06-07 12:28:01.230022000, size=1, fileKey=(dev=38,ino=353469901)
12:28:01.231 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, lastModified changed from 2022-06-07 12:28:01.230022000 to 2022-06-07 12:28:01.231022000
12:28:01.231 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, create new FileSnapshot: lastRead=2022-06-07 12:28:01.231468000, lastModified=2022-06-07 12:28:01.231022000, size=1, fileKey=(dev=38,ino=353469901)
12:28:01.231 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, isRacyClean=false, read=2022-06-07 12:28:01.231468000, lastModified=2022-06-07 12:28:01.231022000, delta=446000 ns, racy<=27500 ns
12:28:01.231 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, is unmodified
12:28:01.231 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, create new FileSnapshot: lastRead=2022-06-07 12:28:01.231864000, lastModified=2022-06-07 12:28:01.231022000, size=1, fileKey=(dev=38,ino=353469901)
12:28:01.232 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, isRacyClean=false, read=2022-06-07 12:28:01.231864000, lastModified=2022-06-07 12:28:01.231022000, delta=842000 ns, racy<=27500 ns
12:28:01.232 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, is unmodified
12:28:01.232 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, create new FileSnapshot: lastRead=2022-06-07 12:28:01.232289000, lastModified=2022-06-07 12:28:01.232022000, size=1, fileKey=(dev=38,ino=353469901)
12:28:01.235 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, isRacyClean=false, read=2022-06-07 12:28:01.232289000, lastModified=2022-06-07 12:28:01.232022000, delta=267000 ns, racy<=27500 ns
12:28:01.235 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, is unmodified
12:28:01.235 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, create new FileSnapshot: lastRead=2022-06-07 12:28:01.235422000, lastModified=2022-06-07 12:28:01.235022000, size=1, fileKey=(dev=38,ino=353469901)
12:28:01.235 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, isRacyClean=false, read=2022-06-07 12:28:01.235422000, lastModified=2022-06-07 12:28:01.235022000, delta=400000 ns, racy<=27500 ns
12:28:01.235 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, is unmodified
12:28:01.235 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, create new FileSnapshot: lastRead=2022-06-07 12:28:01.235774000, lastModified=2022-06-07 12:28:01.235022000, size=1, fileKey=(dev=38,ino=353469901)
12:28:01.235 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, isRacyClean=false, read=2022-06-07 12:28:01.235774000, lastModified=2022-06-07 12:28:01.235022000, delta=752000 ns, racy<=27500 ns
12:28:01.236 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, is unmodified
12:28:01.236 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, create new FileSnapshot: lastRead=2022-06-07 12:28:01.236150000, lastModified=2022-06-07 12:28:01.236022000, size=1, fileKey=(dev=38,ino=353469901)
12:28:01.274 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, isRacyClean=false, read=2022-06-07 12:28:01.236150000, lastModified=2022-06-07 12:28:01.236022000, delta=128000 ns, racy<=27500 ns
12:28:01.274 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, is unmodified
12:28:01.274 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, create new FileSnapshot: lastRead=2022-06-07 12:28:01.274255000, lastModified=2022-06-07 12:28:01.274023000, size=1, fileKey=(dev=38,ino=353469901)
12:28:01.274 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, isRacyClean=false, read=2022-06-07 12:28:01.274255000, lastModified=2022-06-07 12:28:01.274023000, delta=232000 ns, racy<=27500 ns
12:28:01.274 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, is unmodified
12:28:01.274 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, create new FileSnapshot: lastRead=2022-06-07 12:28:01.274671000, lastModified=2022-06-07 12:28:01.274023000, size=1, fileKey=(dev=38,ino=353469901)
12:28:01.274 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, isRacyClean=false, read=2022-06-07 12:28:01.274671000, lastModified=2022-06-07 12:28:01.274023000, delta=648000 ns, racy<=27500 ns
12:28:01.274 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, is unmodified
12:28:01.278 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, create new FileSnapshot: lastRead=2022-06-07 12:28:01.278023000, lastModified=2022-06-07 12:28:01.274023000, size=1, fileKey=(dev=38,ino=353469901)
12:28:01.278 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, lastModified changed from 2022-06-07 12:28:01.274023000 to 2022-06-07 12:28:01.278023000
12:28:01.278 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, create new FileSnapshot: lastRead=2022-06-07 12:28:01.278524000, lastModified=2022-06-07 12:28:01.278023000, size=1, fileKey=(dev=38,ino=353469901)
12:28:01.278 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, isRacyClean=false, read=2022-06-07 12:28:01.278524000, lastModified=2022-06-07 12:28:01.278023000, delta=501000 ns, racy<=27500 ns
12:28:01.278 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, is unmodified
12:28:01.279 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, create new FileSnapshot: lastRead=2022-06-07 12:28:01.278954000, lastModified=2022-06-07 12:28:01.278023000, size=1, fileKey=(dev=38,ino=353469901)
12:28:01.279 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, lastModified changed from 2022-06-07 12:28:01.278023000 to 2022-06-07 12:28:01.279023000
12:28:01.279 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, create new FileSnapshot: lastRead=2022-06-07 12:28:01.279349000, lastModified=2022-06-07 12:28:01.279023000, size=1, fileKey=(dev=38,ino=353469901)
12:28:01.279 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, isRacyClean=false, read=2022-06-07 12:28:01.279349000, lastModified=2022-06-07 12:28:01.279023000, delta=326000 ns, racy<=27500 ns
12:28:01.279 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, is unmodified
12:28:01.279 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, create new FileSnapshot: lastRead=2022-06-07 12:28:01.279781000, lastModified=2022-06-07 12:28:01.279023000, size=1, fileKey=(dev=38,ino=353469901)
12:28:01.280 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, isRacyClean=false, read=2022-06-07 12:28:01.279781000, lastModified=2022-06-07 12:28:01.279023000, delta=758000 ns, racy<=27500 ns
12:28:01.280 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, is unmodified
12:28:01.280 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, create new FileSnapshot: lastRead=2022-06-07 12:28:01.280196000, lastModified=2022-06-07 12:28:01.280023000, size=1, fileKey=(dev=38,ino=353469901)
12:28:01.283 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, isRacyClean=false, read=2022-06-07 12:28:01.280196000, lastModified=2022-06-07 12:28:01.280023000, delta=173000 ns, racy<=27500 ns
12:28:01.283 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, is unmodified
12:28:01.284 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, create new FileSnapshot: lastRead=2022-06-07 12:28:01.284022000, lastModified=2022-06-07 12:28:01.283023000, size=1, fileKey=(dev=38,ino=353469901)
12:28:01.284 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, lastModified changed from 2022-06-07 12:28:01.283023000 to 2022-06-07 12:28:01.284023000
12:28:01.284 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, create new FileSnapshot: lastRead=2022-06-07 12:28:01.284609000, lastModified=2022-06-07 12:28:01.284023000, size=1, fileKey=(dev=38,ino=353469901)
12:28:01.284 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, isRacyClean=false, read=2022-06-07 12:28:01.284609000, lastModified=2022-06-07 12:28:01.284023000, delta=586000 ns, racy<=27500 ns
12:28:01.285 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, is unmodified
12:28:01.285 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, create new FileSnapshot: lastRead=2022-06-07 12:28:01.285408000, lastModified=2022-06-07 12:28:01.285023000, size=1, fileKey=(dev=38,ino=353469901)
12:28:01.285 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, isRacyClean=false, read=2022-06-07 12:28:01.285408000, lastModified=2022-06-07 12:28:01.285023000, delta=385000 ns, racy<=27500 ns
12:28:01.285 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, is unmodified
12:28:01.286 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, create new FileSnapshot: lastRead=2022-06-07 12:28:01.286016000, lastModified=2022-06-07 12:28:01.285023000, size=1, fileKey=(dev=38,ino=353469901)
12:28:01.286 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, lastModified changed from 2022-06-07 12:28:01.285023000 to 2022-06-07 12:28:01.286023000
12:28:01.286 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, create new FileSnapshot: lastRead=2022-06-07 12:28:01.286577000, lastModified=2022-06-07 12:28:01.286023000, size=1, fileKey=(dev=38,ino=353469901)
12:28:01.286 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, isRacyClean=false, read=2022-06-07 12:28:01.286577000, lastModified=2022-06-07 12:28:01.286023000, delta=554000 ns, racy<=27500 ns
12:28:01.286 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, is unmodified
12:28:01.290 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, create new FileSnapshot: lastRead=2022-06-07 12:28:01.290158000, lastModified=2022-06-07 12:28:01.287023000, size=1, fileKey=(dev=38,ino=353469901)
12:28:01.290 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, lastModified changed from 2022-06-07 12:28:01.287023000 to 2022-06-07 12:28:01.290023000
12:28:01.290 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, create new FileSnapshot: lastRead=2022-06-07 12:28:01.290886000, lastModified=2022-06-07 12:28:01.290023000, size=1, fileKey=(dev=38,ino=353469901)
12:28:01.291 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, lastModified changed from 2022-06-07 12:28:01.290023000 to 2022-06-07 12:28:01.291023000
12:28:01.291 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, create new FileSnapshot: lastRead=2022-06-07 12:28:01.291468000, lastModified=2022-06-07 12:28:01.291023000, size=1, fileKey=(dev=38,ino=353469901)
12:28:01.291 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, isRacyClean=false, read=2022-06-07 12:28:01.291468000, lastModified=2022-06-07 12:28:01.291023000, delta=445000 ns, racy<=27500 ns
12:28:01.291 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, is unmodified
12:28:01.292 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, create new FileSnapshot: lastRead=2022-06-07 12:28:01.292080000, lastModified=2022-06-07 12:28:01.291023000, size=1, fileKey=(dev=38,ino=353469901)
12:28:01.292 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, lastModified changed from 2022-06-07 12:28:01.291023000 to 2022-06-07 12:28:01.292023000
12:28:01.292 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, create new FileSnapshot: lastRead=2022-06-07 12:28:01.292621000, lastModified=2022-06-07 12:28:01.292023000, size=1, fileKey=(dev=38,ino=353469901)
12:28:01.292 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, isRacyClean=false, read=2022-06-07 12:28:01.292621000, lastModified=2022-06-07 12:28:01.292023000, delta=598000 ns, racy<=27500 ns
12:28:01.293 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, is unmodified
12:28:01.293 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, create new FileSnapshot: lastRead=2022-06-07 12:28:01.293208000, lastModified=2022-06-07 12:28:01.293023000, size=1, fileKey=(dev=38,ino=353469901)
12:28:01.296 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, isRacyClean=false, read=2022-06-07 12:28:01.293208000, lastModified=2022-06-07 12:28:01.293023000, delta=185000 ns, racy<=27500 ns
12:28:01.296 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, is unmodified
12:28:01.296 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, create new FileSnapshot: lastRead=2022-06-07 12:28:01.296834000, lastModified=2022-06-07 12:28:01.296023000, size=1, fileKey=(dev=38,ino=353469901)
12:28:01.297 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, lastModified changed from 2022-06-07 12:28:01.296023000 to 2022-06-07 12:28:01.297023000
12:28:01.297 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, create new FileSnapshot: lastRead=2022-06-07 12:28:01.297425000, lastModified=2022-06-07 12:28:01.297023000, size=1, fileKey=(dev=38,ino=353469901)
12:28:01.297 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, isRacyClean=false, read=2022-06-07 12:28:01.297425000, lastModified=2022-06-07 12:28:01.297023000, delta=402000 ns, racy<=27500 ns
12:28:01.297 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, is unmodified
12:28:01.298 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, create new FileSnapshot: lastRead=2022-06-07 12:28:01.298000000, lastModified=2022-06-07 12:28:01.297023000, size=1, fileKey=(dev=38,ino=353469901)
12:28:01.298 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, lastModified changed from 2022-06-07 12:28:01.297023000 to 2022-06-07 12:28:01.298023000
12:28:01.298 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, create new FileSnapshot: lastRead=2022-06-07 12:28:01.298580000, lastModified=2022-06-07 12:28:01.298023000, size=1, fileKey=(dev=38,ino=353469901)
12:28:01.298 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, isRacyClean=false, read=2022-06-07 12:28:01.298580000, lastModified=2022-06-07 12:28:01.298023000, delta=557000 ns, racy<=27500 ns
12:28:01.298 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, is unmodified
12:28:01.299 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, create new FileSnapshot: lastRead=2022-06-07 12:28:01.299162000, lastModified=2022-06-07 12:28:01.299023000, size=1, fileKey=(dev=38,ino=353469901)
12:28:01.299 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, isRacyClean=false, read=2022-06-07 12:28:01.299162000, lastModified=2022-06-07 12:28:01.299023000, delta=139000 ns, racy<=27500 ns
12:28:01.299 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, is unmodified
12:28:01.302 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, create new FileSnapshot: lastRead=2022-06-07 12:28:01.302768000, lastModified=2022-06-07 12:28:01.299023000, size=1, fileKey=(dev=38,ino=353469901)
12:28:01.303 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, lastModified changed from 2022-06-07 12:28:01.299023000 to 2022-06-07 12:28:01.303023000
12:28:01.303 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, create new FileSnapshot: lastRead=2022-06-07 12:28:01.303549000, lastModified=2022-06-07 12:28:01.303023000, size=1, fileKey=(dev=38,ino=353469901)
12:28:01.303 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, isRacyClean=false, read=2022-06-07 12:28:01.303549000, lastModified=2022-06-07 12:28:01.303023000, delta=526000 ns, racy<=27500 ns
12:28:01.303 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, is unmodified
12:28:01.304 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, create new FileSnapshot: lastRead=2022-06-07 12:28:01.304191000, lastModified=2022-06-07 12:28:01.304023000, size=1, fileKey=(dev=38,ino=353469901)
12:28:01.304 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, isRacyClean=false, read=2022-06-07 12:28:01.304191000, lastModified=2022-06-07 12:28:01.304023000, delta=168000 ns, racy<=27500 ns
12:28:01.304 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, is unmodified
12:28:01.304 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, create new FileSnapshot: lastRead=2022-06-07 12:28:01.304835000, lastModified=2022-06-07 12:28:01.304023000, size=1, fileKey=(dev=38,ino=353469901)
12:28:01.305 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, lastModified changed from 2022-06-07 12:28:01.304023000 to 2022-06-07 12:28:01.305023000
12:28:01.305 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, create new FileSnapshot: lastRead=2022-06-07 12:28:01.305408000, lastModified=2022-06-07 12:28:01.305023000, size=1, fileKey=(dev=38,ino=353469901)
12:28:01.305 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, isRacyClean=false, read=2022-06-07 12:28:01.305408000, lastModified=2022-06-07 12:28:01.305023000, delta=385000 ns, racy<=27500 ns
12:28:01.305 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, is unmodified
12:28:01.306 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, create new FileSnapshot: lastRead=2022-06-07 12:28:01.306042000, lastModified=2022-06-07 12:28:01.305023000, size=1, fileKey=(dev=38,ino=353469901)
12:28:01.309 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, lastModified changed from 2022-06-07 12:28:01.305023000 to 2022-06-07 12:28:01.306023000
12:28:01.309 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, create new FileSnapshot: lastRead=2022-06-07 12:28:01.309781000, lastModified=2022-06-07 12:28:01.309023000, size=1, fileKey=(dev=38,ino=353469901)
12:28:01.310 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, lastModified changed from 2022-06-07 12:28:01.309023000 to 2022-06-07 12:28:01.310023000
12:28:01.310 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, create new FileSnapshot: lastRead=2022-06-07 12:28:01.310391000, lastModified=2022-06-07 12:28:01.310023000, size=1, fileKey=(dev=38,ino=353469901)
12:28:01.310 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, isRacyClean=false, read=2022-06-07 12:28:01.310391000, lastModified=2022-06-07 12:28:01.310023000, delta=368000 ns, racy<=27500 ns
12:28:01.310 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, is unmodified
12:28:01.311 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, create new FileSnapshot: lastRead=2022-06-07 12:28:01.310994000, lastModified=2022-06-07 12:28:01.310023000, size=1, fileKey=(dev=38,ino=353469901)
12:28:01.311 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, lastModified changed from 2022-06-07 12:28:01.310023000 to 2022-06-07 12:28:01.311023000
12:28:01.311 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, create new FileSnapshot: lastRead=2022-06-07 12:28:01.311569000, lastModified=2022-06-07 12:28:01.311023000, size=1, fileKey=(dev=38,ino=353469901)
12:28:01.311 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, isRacyClean=false, read=2022-06-07 12:28:01.311569000, lastModified=2022-06-07 12:28:01.311023000, delta=546000 ns, racy<=27500 ns
12:28:01.311 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, is unmodified
12:28:01.312 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, create new FileSnapshot: lastRead=2022-06-07 12:28:01.312153000, lastModified=2022-06-07 12:28:01.312023000, size=1, fileKey=(dev=38,ino=353469901)
12:28:01.312 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, isRacyClean=false, read=2022-06-07 12:28:01.312153000, lastModified=2022-06-07 12:28:01.312023000, delta=130000 ns, racy<=27500 ns
12:28:01.312 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, is unmodified
12:28:01.315 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, create new FileSnapshot: lastRead=2022-06-07 12:28:01.315854000, lastModified=2022-06-07 12:28:01.312023000, size=1, fileKey=(dev=38,ino=353469901)
12:28:01.316 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, lastModified changed from 2022-06-07 12:28:01.312023000 to 2022-06-07 12:28:01.316023000
12:28:01.316 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, create new FileSnapshot: lastRead=2022-06-07 12:28:01.316656000, lastModified=2022-06-07 12:28:01.316023000, size=1, fileKey=(dev=38,ino=353469901)
12:28:01.317 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, isRacyClean=false, read=2022-06-07 12:28:01.316656000, lastModified=2022-06-07 12:28:01.316023000, delta=633000 ns, racy<=27500 ns
12:28:01.317 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, is unmodified
12:28:01.317 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, create new FileSnapshot: lastRead=2022-06-07 12:28:01.317298000, lastModified=2022-06-07 12:28:01.317023000, size=1, fileKey=(dev=38,ino=353469901)
12:28:01.317 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, isRacyClean=false, read=2022-06-07 12:28:01.317298000, lastModified=2022-06-07 12:28:01.317023000, delta=275000 ns, racy<=27500 ns
12:28:01.317 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, is unmodified
12:28:01.317 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, create new FileSnapshot: lastRead=2022-06-07 12:28:01.317901000, lastModified=2022-06-07 12:28:01.317023000, size=1, fileKey=(dev=38,ino=353469901)
12:28:01.318 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, lastModified changed from 2022-06-07 12:28:01.317023000 to 2022-06-07 12:28:01.318023000
12:28:01.318 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, create new FileSnapshot: lastRead=2022-06-07 12:28:01.318435000, lastModified=2022-06-07 12:28:01.318023000, size=1, fileKey=(dev=38,ino=353469901)
12:28:01.318 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, isRacyClean=false, read=2022-06-07 12:28:01.318435000, lastModified=2022-06-07 12:28:01.318023000, delta=412000 ns, racy<=27500 ns
12:28:01.318 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, is unmodified
12:28:01.319 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, create new FileSnapshot: lastRead=2022-06-07 12:28:01.319007000, lastModified=2022-06-07 12:28:01.318023000, size=1, fileKey=(dev=38,ino=353469901)
12:28:01.322 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, lastModified changed from 2022-06-07 12:28:01.318023000 to 2022-06-07 12:28:01.319023000
12:28:01.322 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, create new FileSnapshot: lastRead=2022-06-07 12:28:01.322736000, lastModified=2022-06-07 12:28:01.322023000, size=1, fileKey=(dev=38,ino=353469901)
12:28:01.323 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, isRacyClean=false, read=2022-06-07 12:28:01.322736000, lastModified=2022-06-07 12:28:01.322023000, delta=713000 ns, racy<=27500 ns
12:28:01.323 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, is unmodified
12:28:01.323 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, create new FileSnapshot: lastRead=2022-06-07 12:28:01.323409000, lastModified=2022-06-07 12:28:01.323023000, size=1, fileKey=(dev=38,ino=353469901)
12:28:01.323 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, isRacyClean=false, read=2022-06-07 12:28:01.323409000, lastModified=2022-06-07 12:28:01.323023000, delta=386000 ns, racy<=27500 ns
12:28:01.323 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, is unmodified
12:28:01.324 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, create new FileSnapshot: lastRead=2022-06-07 12:28:01.323955000, lastModified=2022-06-07 12:28:01.323023000, size=1, fileKey=(dev=38,ino=353469901)
12:28:01.324 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, lastModified changed from 2022-06-07 12:28:01.323023000 to 2022-06-07 12:28:01.324023000
12:28:01.324 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, create new FileSnapshot: lastRead=2022-06-07 12:28:01.324430000, lastModified=2022-06-07 12:28:01.324023000, size=1, fileKey=(dev=38,ino=353469901)
12:28:01.324 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, isRacyClean=false, read=2022-06-07 12:28:01.324430000, lastModified=2022-06-07 12:28:01.324023000, delta=407000 ns, racy<=27500 ns
12:28:01.324 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, is unmodified
12:28:01.324 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, create new FileSnapshot: lastRead=2022-06-07 12:28:01.324867000, lastModified=2022-06-07 12:28:01.324023000, size=1, fileKey=(dev=38,ino=353469901)
12:28:01.325 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, lastModified changed from 2022-06-07 12:28:01.324023000 to 2022-06-07 12:28:01.325023000
12:28:01.328 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, create new FileSnapshot: lastRead=2022-06-07 12:28:01.328380000, lastModified=2022-06-07 12:28:01.325023000, size=1, fileKey=(dev=38,ino=353469901)
12:28:01.328 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, lastModified changed from 2022-06-07 12:28:01.325023000 to 2022-06-07 12:28:01.328023000
12:28:01.328 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, create new FileSnapshot: lastRead=2022-06-07 12:28:01.328916000, lastModified=2022-06-07 12:28:01.328023000, size=1, fileKey=(dev=38,ino=353469901)
12:28:01.329 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, lastModified changed from 2022-06-07 12:28:01.328023000 to 2022-06-07 12:28:01.329023000
12:28:01.329 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, create new FileSnapshot: lastRead=2022-06-07 12:28:01.329396000, lastModified=2022-06-07 12:28:01.329023000, size=1, fileKey=(dev=38,ino=353469901)
12:28:01.329 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, isRacyClean=false, read=2022-06-07 12:28:01.329396000, lastModified=2022-06-07 12:28:01.329023000, delta=373000 ns, racy<=27500 ns
12:28:01.329 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, is unmodified
12:28:01.329 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, create new FileSnapshot: lastRead=2022-06-07 12:28:01.329824000, lastModified=2022-06-07 12:28:01.329023000, size=1, fileKey=(dev=38,ino=353469901)
12:28:01.330 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, isRacyClean=false, read=2022-06-07 12:28:01.329824000, lastModified=2022-06-07 12:28:01.329023000, delta=801000 ns, racy<=27500 ns
12:28:01.330 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, is unmodified
12:28:01.330 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, create new FileSnapshot: lastRead=2022-06-07 12:28:01.330295000, lastModified=2022-06-07 12:28:01.330023000, size=1, fileKey=(dev=38,ino=353469901)
12:28:01.330 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, isRacyClean=false, read=2022-06-07 12:28:01.330295000, lastModified=2022-06-07 12:28:01.330023000, delta=272000 ns, racy<=27500 ns
12:28:01.330 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, is unmodified
12:28:01.330 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, create new FileSnapshot: lastRead=2022-06-07 12:28:01.330750000, lastModified=2022-06-07 12:28:01.330023000, size=1, fileKey=(dev=38,ino=353469901)
12:28:01.334 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, isRacyClean=false, read=2022-06-07 12:28:01.330750000, lastModified=2022-06-07 12:28:01.330023000, delta=727000 ns, racy<=27500 ns
12:28:01.334 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, is unmodified
12:28:01.334 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, create new FileSnapshot: lastRead=2022-06-07 12:28:01.334786000, lastModified=2022-06-07 12:28:01.334023000, size=1, fileKey=(dev=38,ino=353469901)
12:28:01.335 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, isRacyClean=false, read=2022-06-07 12:28:01.334786000, lastModified=2022-06-07 12:28:01.334023000, delta=763000 ns, racy<=27500 ns
12:28:01.335 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, is unmodified
12:28:01.335 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, create new FileSnapshot: lastRead=2022-06-07 12:28:01.335259000, lastModified=2022-06-07 12:28:01.335023000, size=1, fileKey=(dev=38,ino=353469901)
12:28:01.335 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, isRacyClean=false, read=2022-06-07 12:28:01.335259000, lastModified=2022-06-07 12:28:01.335023000, delta=236000 ns, racy<=27500 ns
12:28:01.335 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, is unmodified
12:28:01.335 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, create new FileSnapshot: lastRead=2022-06-07 12:28:01.335690000, lastModified=2022-06-07 12:28:01.335023000, size=1, fileKey=(dev=38,ino=353469901)
12:28:01.335 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, isRacyClean=false, read=2022-06-07 12:28:01.335690000, lastModified=2022-06-07 12:28:01.335023000, delta=667000 ns, racy<=27500 ns
12:28:01.336 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, is unmodified
12:28:01.336 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, create new FileSnapshot: lastRead=2022-06-07 12:28:01.336183000, lastModified=2022-06-07 12:28:01.336023000, size=1, fileKey=(dev=38,ino=353469901)
12:28:01.336 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, isRacyClean=false, read=2022-06-07 12:28:01.336183000, lastModified=2022-06-07 12:28:01.336023000, delta=160000 ns, racy<=27500 ns
12:28:01.336 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, is unmodified
12:28:01.336 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, create new FileSnapshot: lastRead=2022-06-07 12:28:01.336622000, lastModified=2022-06-07 12:28:01.336023000, size=1, fileKey=(dev=38,ino=353469901)
12:28:01.336 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, isRacyClean=false, read=2022-06-07 12:28:01.336622000, lastModified=2022-06-07 12:28:01.336023000, delta=599000 ns, racy<=27500 ns
12:28:01.336 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, is unmodified
12:28:01.341 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, create new FileSnapshot: lastRead=2022-06-07 12:28:01.340977000, lastModified=2022-06-07 12:28:01.336023000, size=1, fileKey=(dev=38,ino=353469901)
12:28:01.341 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, lastModified changed from 2022-06-07 12:28:01.336023000 to 2022-06-07 12:28:01.341023000
12:28:01.341 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, create new FileSnapshot: lastRead=2022-06-07 12:28:01.341491000, lastModified=2022-06-07 12:28:01.341023000, size=1, fileKey=(dev=38,ino=353469901)
12:28:01.341 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, isRacyClean=false, read=2022-06-07 12:28:01.341491000, lastModified=2022-06-07 12:28:01.341023000, delta=468000 ns, racy<=27500 ns
12:28:01.341 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, is unmodified
12:28:01.341 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, create new FileSnapshot: lastRead=2022-06-07 12:28:01.341848000, lastModified=2022-06-07 12:28:01.341023000, size=1, fileKey=(dev=38,ino=353469901)
12:28:01.342 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, isRacyClean=false, read=2022-06-07 12:28:01.341848000, lastModified=2022-06-07 12:28:01.341023000, delta=825000 ns, racy<=27500 ns
12:28:01.342 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, is unmodified
12:28:01.374 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, create new FileSnapshot: lastRead=2022-06-07 12:28:01.373959000, lastModified=2022-06-07 12:28:01.342023000, size=1, fileKey=(dev=38,ino=353469901)
12:28:01.374 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, lastModified changed from 2022-06-07 12:28:01.342023000 to 2022-06-07 12:28:01.374023000
12:28:01.374 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, create new FileSnapshot: lastRead=2022-06-07 12:28:01.374593000, lastModified=2022-06-07 12:28:01.374023000, size=1, fileKey=(dev=38,ino=353469901)
12:28:01.374 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, isRacyClean=false, read=2022-06-07 12:28:01.374593000, lastModified=2022-06-07 12:28:01.374023000, delta=570000 ns, racy<=27500 ns
12:28:01.374 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, is unmodified
12:28:01.375 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, create new FileSnapshot: lastRead=2022-06-07 12:28:01.375048000, lastModified=2022-06-07 12:28:01.374023000, size=1, fileKey=(dev=38,ino=353469901)
12:28:01.379 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, lastModified changed from 2022-06-07 12:28:01.374023000 to 2022-06-07 12:28:01.375023000
12:28:01.379 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, create new FileSnapshot: lastRead=2022-06-07 12:28:01.379472000, lastModified=2022-06-07 12:28:01.379023000, size=1, fileKey=(dev=38,ino=353469901)
12:28:01.379 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, isRacyClean=false, read=2022-06-07 12:28:01.379472000, lastModified=2022-06-07 12:28:01.379023000, delta=449000 ns, racy<=27500 ns
12:28:01.379 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, is unmodified
12:28:01.380 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, create new FileSnapshot: lastRead=2022-06-07 12:28:01.379972000, lastModified=2022-06-07 12:28:01.379023000, size=1, fileKey=(dev=38,ino=353469901)
12:28:01.380 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, lastModified changed from 2022-06-07 12:28:01.379023000 to 2022-06-07 12:28:01.380023000
12:28:01.380 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, create new FileSnapshot: lastRead=2022-06-07 12:28:01.380405000, lastModified=2022-06-07 12:28:01.380023000, size=1, fileKey=(dev=38,ino=353469901)
12:28:01.380 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, isRacyClean=false, read=2022-06-07 12:28:01.380405000, lastModified=2022-06-07 12:28:01.380023000, delta=382000 ns, racy<=27500 ns
12:28:01.380 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, is unmodified
12:28:01.380 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, create new FileSnapshot: lastRead=2022-06-07 12:28:01.380846000, lastModified=2022-06-07 12:28:01.380023000, size=1, fileKey=(dev=38,ino=353469901)
12:28:01.381 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, isRacyClean=false, read=2022-06-07 12:28:01.380846000, lastModified=2022-06-07 12:28:01.380023000, delta=823000 ns, racy<=27500 ns
12:28:01.381 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, is unmodified
12:28:01.381 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, create new FileSnapshot: lastRead=2022-06-07 12:28:01.381280000, lastModified=2022-06-07 12:28:01.381023000, size=1, fileKey=(dev=38,ino=353469901)
12:28:01.381 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, isRacyClean=false, read=2022-06-07 12:28:01.381280000, lastModified=2022-06-07 12:28:01.381023000, delta=257000 ns, racy<=27500 ns
12:28:01.381 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, is unmodified
12:28:01.385 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, create new FileSnapshot: lastRead=2022-06-07 12:28:01.385743000, lastModified=2022-06-07 12:28:01.381023000, size=1, fileKey=(dev=38,ino=353469901)
12:28:01.386 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, lastModified changed from 2022-06-07 12:28:01.381023000 to 2022-06-07 12:28:01.386023000
12:28:01.386 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, create new FileSnapshot: lastRead=2022-06-07 12:28:01.386457000, lastModified=2022-06-07 12:28:01.386023000, size=1, fileKey=(dev=38,ino=353469901)
12:28:01.386 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, isRacyClean=false, read=2022-06-07 12:28:01.386457000, lastModified=2022-06-07 12:28:01.386023000, delta=434000 ns, racy<=27500 ns
12:28:01.386 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, is unmodified
12:28:01.386 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, create new FileSnapshot: lastRead=2022-06-07 12:28:01.386937000, lastModified=2022-06-07 12:28:01.386023000, size=1, fileKey=(dev=38,ino=353469901)
12:28:01.387 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, lastModified changed from 2022-06-07 12:28:01.386023000 to 2022-06-07 12:28:01.387023000
12:28:01.387 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, create new FileSnapshot: lastRead=2022-06-07 12:28:01.387353000, lastModified=2022-06-07 12:28:01.387023000, size=1, fileKey=(dev=38,ino=353469901)
12:28:01.387 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, isRacyClean=false, read=2022-06-07 12:28:01.387353000, lastModified=2022-06-07 12:28:01.387023000, delta=330000 ns, racy<=27500 ns
12:28:01.387 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, is unmodified
12:28:01.387 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, create new FileSnapshot: lastRead=2022-06-07 12:28:01.387782000, lastModified=2022-06-07 12:28:01.387023000, size=1, fileKey=(dev=38,ino=353469901)
12:28:01.388 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, isRacyClean=false, read=2022-06-07 12:28:01.387782000, lastModified=2022-06-07 12:28:01.387023000, delta=759000 ns, racy<=27500 ns
12:28:01.388 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, is unmodified
12:28:01.388 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, create new FileSnapshot: lastRead=2022-06-07 12:28:01.388229000, lastModified=2022-06-07 12:28:01.388023000, size=1, fileKey=(dev=38,ino=353469901)
12:28:01.392 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, isRacyClean=false, read=2022-06-07 12:28:01.388229000, lastModified=2022-06-07 12:28:01.388023000, delta=206000 ns, racy<=27500 ns
12:28:01.392 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, is unmodified
12:28:01.393 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, create new FileSnapshot: lastRead=2022-06-07 12:28:01.393000000, lastModified=2022-06-07 12:28:01.392023000, size=1, fileKey=(dev=38,ino=353469901)
12:28:01.393 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, lastModified changed from 2022-06-07 12:28:01.392023000 to 2022-06-07 12:28:01.393023000
12:28:01.393 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, create new FileSnapshot: lastRead=2022-06-07 12:28:01.393636000, lastModified=2022-06-07 12:28:01.393023000, size=1, fileKey=(dev=38,ino=353469901)
12:28:01.393 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, isRacyClean=false, read=2022-06-07 12:28:01.393636000, lastModified=2022-06-07 12:28:01.393023000, delta=613000 ns, racy<=27500 ns
12:28:01.394 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, is unmodified
12:28:01.394 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, create new FileSnapshot: lastRead=2022-06-07 12:28:01.394207000, lastModified=2022-06-07 12:28:01.394023000, size=1, fileKey=(dev=38,ino=353469901)
12:28:01.394 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, isRacyClean=false, read=2022-06-07 12:28:01.394207000, lastModified=2022-06-07 12:28:01.394023000, delta=184000 ns, racy<=27500 ns
12:28:01.394 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, is unmodified
12:28:01.394 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, create new FileSnapshot: lastRead=2022-06-07 12:28:01.394678000, lastModified=2022-06-07 12:28:01.394023000, size=1, fileKey=(dev=38,ino=353469901)
12:28:01.394 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, isRacyClean=false, read=2022-06-07 12:28:01.394678000, lastModified=2022-06-07 12:28:01.394023000, delta=655000 ns, racy<=27500 ns
12:28:01.394 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, is unmodified
12:28:01.395 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, create new FileSnapshot: lastRead=2022-06-07 12:28:01.395084000, lastModified=2022-06-07 12:28:01.394023000, size=1, fileKey=(dev=38,ino=353469901)
12:28:01.395 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, lastModified changed from 2022-06-07 12:28:01.394023000 to 2022-06-07 12:28:01.395023000
12:28:01.399 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, create new FileSnapshot: lastRead=2022-06-07 12:28:01.399505000, lastModified=2022-06-07 12:28:01.395023000, size=1, fileKey=(dev=38,ino=353469901)
12:28:01.399 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, lastModified changed from 2022-06-07 12:28:01.395023000 to 2022-06-07 12:28:01.399023000
12:28:01.400 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, create new FileSnapshot: lastRead=2022-06-07 12:28:01.400133000, lastModified=2022-06-07 12:28:01.400023000, size=1, fileKey=(dev=38,ino=353469901)
12:28:01.400 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, isRacyClean=false, read=2022-06-07 12:28:01.400133000, lastModified=2022-06-07 12:28:01.400023000, delta=110000 ns, racy<=27500 ns
12:28:01.400 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, is unmodified
12:28:01.400 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, create new FileSnapshot: lastRead=2022-06-07 12:28:01.400571000, lastModified=2022-06-07 12:28:01.400023000, size=1, fileKey=(dev=38,ino=353469901)
12:28:01.400 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, isRacyClean=false, read=2022-06-07 12:28:01.400571000, lastModified=2022-06-07 12:28:01.400023000, delta=548000 ns, racy<=27500 ns
12:28:01.400 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, is unmodified
12:28:01.401 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, create new FileSnapshot: lastRead=2022-06-07 12:28:01.400974000, lastModified=2022-06-07 12:28:01.400023000, size=1, fileKey=(dev=38,ino=353469901)
12:28:01.401 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, lastModified changed from 2022-06-07 12:28:01.400023000 to 2022-06-07 12:28:01.401023000
12:28:01.401 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, create new FileSnapshot: lastRead=2022-06-07 12:28:01.401375000, lastModified=2022-06-07 12:28:01.401023000, size=1, fileKey=(dev=38,ino=353469901)
12:28:01.401 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, isRacyClean=false, read=2022-06-07 12:28:01.401375000, lastModified=2022-06-07 12:28:01.401023000, delta=352000 ns, racy<=27500 ns
12:28:01.401 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, is unmodified
12:28:01.401 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, create new FileSnapshot: lastRead=2022-06-07 12:28:01.401770000, lastModified=2022-06-07 12:28:01.401023000, size=1, fileKey=(dev=38,ino=353469901)
12:28:01.406 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, isRacyClean=false, read=2022-06-07 12:28:01.401770000, lastModified=2022-06-07 12:28:01.401023000, delta=747000 ns, racy<=27500 ns
12:28:01.406 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, is unmodified
12:28:01.406 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, create new FileSnapshot: lastRead=2022-06-07 12:28:01.406479000, lastModified=2022-06-07 12:28:01.406023000, size=1, fileKey=(dev=38,ino=353469901)
12:28:01.406 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, isRacyClean=false, read=2022-06-07 12:28:01.406479000, lastModified=2022-06-07 12:28:01.406023000, delta=456000 ns, racy<=27500 ns
12:28:01.406 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, is unmodified
12:28:01.406 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, create new FileSnapshot: lastRead=2022-06-07 12:28:01.406932000, lastModified=2022-06-07 12:28:01.406023000, size=1, fileKey=(dev=38,ino=353469901)
12:28:01.407 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, lastModified changed from 2022-06-07 12:28:01.406023000 to 2022-06-07 12:28:01.407023000
12:28:01.407 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, create new FileSnapshot: lastRead=2022-06-07 12:28:01.407367000, lastModified=2022-06-07 12:28:01.407023000, size=1, fileKey=(dev=38,ino=353469901)
12:28:01.407 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, isRacyClean=false, read=2022-06-07 12:28:01.407367000, lastModified=2022-06-07 12:28:01.407023000, delta=344000 ns, racy<=27500 ns
12:28:01.407 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, is unmodified
12:28:01.407 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, create new FileSnapshot: lastRead=2022-06-07 12:28:01.407765000, lastModified=2022-06-07 12:28:01.407023000, size=1, fileKey=(dev=38,ino=353469901)
12:28:01.408 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, isRacyClean=false, read=2022-06-07 12:28:01.407765000, lastModified=2022-06-07 12:28:01.407023000, delta=742000 ns, racy<=27500 ns
12:28:01.408 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, is unmodified
12:28:01.408 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, create new FileSnapshot: lastRead=2022-06-07 12:28:01.408194000, lastModified=2022-06-07 12:28:01.408023000, size=1, fileKey=(dev=38,ino=353469901)
12:28:01.408 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, isRacyClean=false, read=2022-06-07 12:28:01.408194000, lastModified=2022-06-07 12:28:01.408023000, delta=171000 ns, racy<=27500 ns
12:28:01.408 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, is unmodified
12:28:01.412 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, create new FileSnapshot: lastRead=2022-06-07 12:28:01.412724000, lastModified=2022-06-07 12:28:01.408023000, size=1, fileKey=(dev=38,ino=353469901)
12:28:01.413 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, lastModified changed from 2022-06-07 12:28:01.408023000 to 2022-06-07 12:28:01.413023000
12:28:01.413 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, create new FileSnapshot: lastRead=2022-06-07 12:28:01.413345000, lastModified=2022-06-07 12:28:01.413023000, size=1, fileKey=(dev=38,ino=353469901)
12:28:01.413 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, isRacyClean=false, read=2022-06-07 12:28:01.413345000, lastModified=2022-06-07 12:28:01.413023000, delta=322000 ns, racy<=27500 ns
12:28:01.413 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, is unmodified
12:28:01.413 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, create new FileSnapshot: lastRead=2022-06-07 12:28:01.413772000, lastModified=2022-06-07 12:28:01.413023000, size=1, fileKey=(dev=38,ino=353469901)
12:28:01.414 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, isRacyClean=false, read=2022-06-07 12:28:01.413772000, lastModified=2022-06-07 12:28:01.413023000, delta=749000 ns, racy<=27500 ns
12:28:01.414 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, is unmodified
12:28:01.414 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, create new FileSnapshot: lastRead=2022-06-07 12:28:01.414189000, lastModified=2022-06-07 12:28:01.414023000, size=1, fileKey=(dev=38,ino=353469901)
12:28:01.414 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, isRacyClean=false, read=2022-06-07 12:28:01.414189000, lastModified=2022-06-07 12:28:01.414023000, delta=166000 ns, racy<=27500 ns
12:28:01.414 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, is unmodified
12:28:01.414 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, create new FileSnapshot: lastRead=2022-06-07 12:28:01.414583000, lastModified=2022-06-07 12:28:01.414023000, size=1, fileKey=(dev=38,ino=353469901)
12:28:01.414 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, isRacyClean=false, read=2022-06-07 12:28:01.414583000, lastModified=2022-06-07 12:28:01.414023000, delta=560000 ns, racy<=27500 ns
12:28:01.414 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, is unmodified
12:28:01.415 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, create new FileSnapshot: lastRead=2022-06-07 12:28:01.414971000, lastModified=2022-06-07 12:28:01.414023000, size=1, fileKey=(dev=38,ino=353469901)
12:28:01.421 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, lastModified changed from 2022-06-07 12:28:01.414023000 to 2022-06-07 12:28:01.415023000
12:28:01.421 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, create new FileSnapshot: lastRead=2022-06-07 12:28:01.421471000, lastModified=2022-06-07 12:28:01.421023000, size=1, fileKey=(dev=38,ino=353469901)
12:28:01.421 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, isRacyClean=false, read=2022-06-07 12:28:01.421471000, lastModified=2022-06-07 12:28:01.421023000, delta=448000 ns, racy<=27500 ns
12:28:01.421 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, is unmodified
12:28:01.421 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, create new FileSnapshot: lastRead=2022-06-07 12:28:01.421939000, lastModified=2022-06-07 12:28:01.421023000, size=1, fileKey=(dev=38,ino=353469901)
12:28:01.422 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, lastModified changed from 2022-06-07 12:28:01.421023000 to 2022-06-07 12:28:01.422023000
12:28:01.422 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, create new FileSnapshot: lastRead=2022-06-07 12:28:01.422343000, lastModified=2022-06-07 12:28:01.422023000, size=1, fileKey=(dev=38,ino=353469901)
12:28:01.422 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, isRacyClean=false, read=2022-06-07 12:28:01.422343000, lastModified=2022-06-07 12:28:01.422023000, delta=320000 ns, racy<=27500 ns
12:28:01.422 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, is unmodified
12:28:01.423 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, create new FileSnapshot: lastRead=2022-06-07 12:28:01.423046000, lastModified=2022-06-07 12:28:01.422023000, size=1, fileKey=(dev=38,ino=353469901)
12:28:01.423 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, lastModified changed from 2022-06-07 12:28:01.422023000 to 2022-06-07 12:28:01.423023000
12:28:01.423 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, create new FileSnapshot: lastRead=2022-06-07 12:28:01.423603000, lastModified=2022-06-07 12:28:01.423023000, size=1, fileKey=(dev=38,ino=353469901)
12:28:01.423 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, isRacyClean=false, read=2022-06-07 12:28:01.423603000, lastModified=2022-06-07 12:28:01.423023000, delta=580000 ns, racy<=27500 ns
12:28:01.424 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, is unmodified
12:28:01.430 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, create new FileSnapshot: lastRead=2022-06-07 12:28:01.430411000, lastModified=2022-06-07 12:28:01.424023000, size=1, fileKey=(dev=38,ino=353469901)
12:28:01.430 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, lastModified changed from 2022-06-07 12:28:01.424023000 to 2022-06-07 12:28:01.430023000
12:28:01.431 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, create new FileSnapshot: lastRead=2022-06-07 12:28:01.431086000, lastModified=2022-06-07 12:28:01.430023000, size=1, fileKey=(dev=38,ino=353469901)
12:28:01.431 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, lastModified changed from 2022-06-07 12:28:01.430023000 to 2022-06-07 12:28:01.431023000
12:28:01.431 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, create new FileSnapshot: lastRead=2022-06-07 12:28:01.431507000, lastModified=2022-06-07 12:28:01.431023000, size=1, fileKey=(dev=38,ino=353469901)
12:28:01.431 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, isRacyClean=false, read=2022-06-07 12:28:01.431507000, lastModified=2022-06-07 12:28:01.431023000, delta=484000 ns, racy<=27500 ns
12:28:01.431 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, is unmodified
12:28:01.431 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, create new FileSnapshot: lastRead=2022-06-07 12:28:01.431928000, lastModified=2022-06-07 12:28:01.431023000, size=1, fileKey=(dev=38,ino=353469901)
12:28:01.432 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, lastModified changed from 2022-06-07 12:28:01.431023000 to 2022-06-07 12:28:01.432023000
12:28:01.432 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, create new FileSnapshot: lastRead=2022-06-07 12:28:01.432325000, lastModified=2022-06-07 12:28:01.432023000, size=1, fileKey=(dev=38,ino=353469901)
12:28:01.432 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, isRacyClean=false, read=2022-06-07 12:28:01.432325000, lastModified=2022-06-07 12:28:01.432023000, delta=302000 ns, racy<=27500 ns
12:28:01.432 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, is unmodified
12:28:01.432 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, create new FileSnapshot: lastRead=2022-06-07 12:28:01.432733000, lastModified=2022-06-07 12:28:01.432023000, size=1, fileKey=(dev=38,ino=353469901)
12:28:01.434 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, isRacyClean=false, read=2022-06-07 12:28:01.432733000, lastModified=2022-06-07 12:28:01.432023000, delta=710000 ns, racy<=27500 ns
12:28:01.434 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, is unmodified
12:28:01.435 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, create new FileSnapshot: lastRead=2022-06-07 12:28:01.435131000, lastModified=2022-06-07 12:28:01.434023000, size=1, fileKey=(dev=38,ino=353469901)
12:28:01.435 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, lastModified changed from 2022-06-07 12:28:01.434023000 to 2022-06-07 12:28:01.435023000
12:28:01.435 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, create new FileSnapshot: lastRead=2022-06-07 12:28:01.435573000, lastModified=2022-06-07 12:28:01.435023000, size=1, fileKey=(dev=38,ino=353469901)
12:28:01.435 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, isRacyClean=false, read=2022-06-07 12:28:01.435573000, lastModified=2022-06-07 12:28:01.435023000, delta=550000 ns, racy<=27500 ns
12:28:01.435 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, is unmodified
12:28:01.474 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, create new FileSnapshot: lastRead=2022-06-07 12:28:01.473971000, lastModified=2022-06-07 12:28:01.435023000, size=1, fileKey=(dev=38,ino=353469901)
12:28:01.474 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, lastModified changed from 2022-06-07 12:28:01.435023000 to 2022-06-07 12:28:01.474023000
12:28:01.474 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, create new FileSnapshot: lastRead=2022-06-07 12:28:01.474690000, lastModified=2022-06-07 12:28:01.474023000, size=1, fileKey=(dev=38,ino=353469901)
12:28:01.474 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, isRacyClean=false, read=2022-06-07 12:28:01.474690000, lastModified=2022-06-07 12:28:01.474023000, delta=667000 ns, racy<=27500 ns
12:28:01.474 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, is unmodified
12:28:01.475 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, create new FileSnapshot: lastRead=2022-06-07 12:28:01.475113000, lastModified=2022-06-07 12:28:01.475023000, size=1, fileKey=(dev=38,ino=353469901)
12:28:01.475 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, isRacyClean=false, read=2022-06-07 12:28:01.475113000, lastModified=2022-06-07 12:28:01.475023000, delta=90000 ns, racy<=27500 ns
12:28:01.475 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, is unmodified
12:28:01.477 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, create new FileSnapshot: lastRead=2022-06-07 12:28:01.477720000, lastModified=2022-06-07 12:28:01.475023000, size=1, fileKey=(dev=38,ino=353469901)
12:28:01.478 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, lastModified changed from 2022-06-07 12:28:01.475023000 to 2022-06-07 12:28:01.478023000
12:28:01.478 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, create new FileSnapshot: lastRead=2022-06-07 12:28:01.478344000, lastModified=2022-06-07 12:28:01.478023000, size=1, fileKey=(dev=38,ino=353469901)
12:28:01.478 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, isRacyClean=false, read=2022-06-07 12:28:01.478344000, lastModified=2022-06-07 12:28:01.478023000, delta=321000 ns, racy<=27500 ns
12:28:01.478 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, is unmodified
12:28:01.478 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, create new FileSnapshot: lastRead=2022-06-07 12:28:01.478798000, lastModified=2022-06-07 12:28:01.478023000, size=1, fileKey=(dev=38,ino=353469901)
12:28:01.479 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, isRacyClean=false, read=2022-06-07 12:28:01.478798000, lastModified=2022-06-07 12:28:01.478023000, delta=775000 ns, racy<=27500 ns
12:28:01.479 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, is unmodified
12:28:01.479 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, create new FileSnapshot: lastRead=2022-06-07 12:28:01.479251000, lastModified=2022-06-07 12:28:01.479023000, size=1, fileKey=(dev=38,ino=353469901)
12:28:01.479 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, isRacyClean=false, read=2022-06-07 12:28:01.479251000, lastModified=2022-06-07 12:28:01.479023000, delta=228000 ns, racy<=27500 ns
12:28:01.479 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, is unmodified
12:28:01.479 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, create new FileSnapshot: lastRead=2022-06-07 12:28:01.479668000, lastModified=2022-06-07 12:28:01.479023000, size=1, fileKey=(dev=38,ino=353469901)
12:28:01.479 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, isRacyClean=false, read=2022-06-07 12:28:01.479668000, lastModified=2022-06-07 12:28:01.479023000, delta=645000 ns, racy<=27500 ns
12:28:01.479 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, is unmodified
12:28:01.480 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, create new FileSnapshot: lastRead=2022-06-07 12:28:01.480115000, lastModified=2022-06-07 12:28:01.480023000, size=1, fileKey=(dev=38,ino=353469901)
12:28:01.482 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, isRacyClean=false, read=2022-06-07 12:28:01.480115000, lastModified=2022-06-07 12:28:01.480023000, delta=92000 ns, racy<=27500 ns
12:28:01.482 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, is unmodified
12:28:01.482 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, create new FileSnapshot: lastRead=2022-06-07 12:28:01.482849000, lastModified=2022-06-07 12:28:01.482023000, size=1, fileKey=(dev=38,ino=353469901)
12:28:01.483 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, lastModified changed from 2022-06-07 12:28:01.482023000 to 2022-06-07 12:28:01.483023000
12:28:01.483 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, create new FileSnapshot: lastRead=2022-06-07 12:28:01.483307000, lastModified=2022-06-07 12:28:01.483023000, size=1, fileKey=(dev=38,ino=353469901)
12:28:01.483 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, isRacyClean=false, read=2022-06-07 12:28:01.483307000, lastModified=2022-06-07 12:28:01.483023000, delta=284000 ns, racy<=27500 ns
12:28:01.483 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, is unmodified
12:28:01.483 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, create new FileSnapshot: lastRead=2022-06-07 12:28:01.483773000, lastModified=2022-06-07 12:28:01.483023000, size=1, fileKey=(dev=38,ino=353469901)
12:28:01.484 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, isRacyClean=false, read=2022-06-07 12:28:01.483773000, lastModified=2022-06-07 12:28:01.483023000, delta=750000 ns, racy<=27500 ns
12:28:01.484 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, is unmodified
12:28:01.484 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, create new FileSnapshot: lastRead=2022-06-07 12:28:01.484254000, lastModified=2022-06-07 12:28:01.484023000, size=1, fileKey=(dev=38,ino=353469901)
12:28:01.484 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, isRacyClean=false, read=2022-06-07 12:28:01.484254000, lastModified=2022-06-07 12:28:01.484023000, delta=231000 ns, racy<=27500 ns
12:28:01.484 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, is unmodified
12:28:01.484 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, create new FileSnapshot: lastRead=2022-06-07 12:28:01.484688000, lastModified=2022-06-07 12:28:01.484023000, size=1, fileKey=(dev=38,ino=353469901)
12:28:01.485 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, isRacyClean=false, read=2022-06-07 12:28:01.484688000, lastModified=2022-06-07 12:28:01.484023000, delta=665000 ns, racy<=27500 ns
12:28:01.485 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, is unmodified
12:28:01.487 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, create new FileSnapshot: lastRead=2022-06-07 12:28:01.487294000, lastModified=2022-06-07 12:28:01.485023000, size=1, fileKey=(dev=38,ino=353469901)
12:28:01.487 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, lastModified changed from 2022-06-07 12:28:01.485023000 to 2022-06-07 12:28:01.487023000
12:28:01.488 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, create new FileSnapshot: lastRead=2022-06-07 12:28:01.487993000, lastModified=2022-06-07 12:28:01.487023000, size=1, fileKey=(dev=38,ino=353469901)
12:28:01.488 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, lastModified changed from 2022-06-07 12:28:01.487023000 to 2022-06-07 12:28:01.488023000
12:28:01.488 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, create new FileSnapshot: lastRead=2022-06-07 12:28:01.488580000, lastModified=2022-06-07 12:28:01.488023000, size=1, fileKey=(dev=38,ino=353469901)
12:28:01.488 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, isRacyClean=false, read=2022-06-07 12:28:01.488580000, lastModified=2022-06-07 12:28:01.488023000, delta=557000 ns, racy<=27500 ns
12:28:01.488 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, is unmodified
12:28:01.489 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, create new FileSnapshot: lastRead=2022-06-07 12:28:01.489227000, lastModified=2022-06-07 12:28:01.489023000, size=1, fileKey=(dev=38,ino=353469901)
12:28:01.489 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, isRacyClean=false, read=2022-06-07 12:28:01.489227000, lastModified=2022-06-07 12:28:01.489023000, delta=204000 ns, racy<=27500 ns
12:28:01.489 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, is unmodified
12:28:01.489 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, create new FileSnapshot: lastRead=2022-06-07 12:28:01.489817000, lastModified=2022-06-07 12:28:01.489023000, size=1, fileKey=(dev=38,ino=353469901)
12:28:01.490 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, isRacyClean=false, read=2022-06-07 12:28:01.489817000, lastModified=2022-06-07 12:28:01.489023000, delta=794000 ns, racy<=27500 ns
12:28:01.490 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, is unmodified
12:28:01.490 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, create new FileSnapshot: lastRead=2022-06-07 12:28:01.490377000, lastModified=2022-06-07 12:28:01.490023000, size=1, fileKey=(dev=38,ino=353469901)
12:28:01.492 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, isRacyClean=false, read=2022-06-07 12:28:01.490377000, lastModified=2022-06-07 12:28:01.490023000, delta=354000 ns, racy<=27500 ns
12:28:01.493 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, is unmodified
12:28:01.493 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, create new FileSnapshot: lastRead=2022-06-07 12:28:01.493253000, lastModified=2022-06-07 12:28:01.493023000, size=1, fileKey=(dev=38,ino=353469901)
12:28:01.493 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, isRacyClean=false, read=2022-06-07 12:28:01.493253000, lastModified=2022-06-07 12:28:01.493023000, delta=230000 ns, racy<=27500 ns
12:28:01.493 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, is unmodified
12:28:01.493 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, create new FileSnapshot: lastRead=2022-06-07 12:28:01.493865000, lastModified=2022-06-07 12:28:01.493023000, size=1, fileKey=(dev=38,ino=353469901)
12:28:01.494 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, lastModified changed from 2022-06-07 12:28:01.493023000 to 2022-06-07 12:28:01.494024000
12:28:01.494 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, create new FileSnapshot: lastRead=2022-06-07 12:28:01.494453000, lastModified=2022-06-07 12:28:01.494024000, size=1, fileKey=(dev=38,ino=353469901)
12:28:01.494 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, isRacyClean=false, read=2022-06-07 12:28:01.494453000, lastModified=2022-06-07 12:28:01.494024000, delta=429000 ns, racy<=27500 ns
12:28:01.494 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, is unmodified
12:28:01.495 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, create new FileSnapshot: lastRead=2022-06-07 12:28:01.495025000, lastModified=2022-06-07 12:28:01.494024000, size=1, fileKey=(dev=38,ino=353469901)
12:28:01.495 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, lastModified changed from 2022-06-07 12:28:01.494024000 to 2022-06-07 12:28:01.495024000
12:28:01.495 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, create new FileSnapshot: lastRead=2022-06-07 12:28:01.495615000, lastModified=2022-06-07 12:28:01.495024000, size=1, fileKey=(dev=38,ino=353469901)
12:28:01.495 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, isRacyClean=false, read=2022-06-07 12:28:01.495615000, lastModified=2022-06-07 12:28:01.495024000, delta=591000 ns, racy<=27500 ns
12:28:01.496 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, is unmodified
12:28:01.498 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, create new FileSnapshot: lastRead=2022-06-07 12:28:01.498310000, lastModified=2022-06-07 12:28:01.496024000, size=1, fileKey=(dev=38,ino=353469901)
12:28:01.498 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, lastModified changed from 2022-06-07 12:28:01.496024000 to 2022-06-07 12:28:01.498024000
12:28:01.499 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, create new FileSnapshot: lastRead=2022-06-07 12:28:01.498983000, lastModified=2022-06-07 12:28:01.498024000, size=1, fileKey=(dev=38,ino=353469901)
12:28:01.499 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, lastModified changed from 2022-06-07 12:28:01.498024000 to 2022-06-07 12:28:01.499024000
12:28:01.499 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, create new FileSnapshot: lastRead=2022-06-07 12:28:01.499604000, lastModified=2022-06-07 12:28:01.499024000, size=1, fileKey=(dev=38,ino=353469901)
12:28:01.499 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, isRacyClean=false, read=2022-06-07 12:28:01.499604000, lastModified=2022-06-07 12:28:01.499024000, delta=580000 ns, racy<=27500 ns
12:28:01.500 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, is unmodified
12:28:01.500 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, create new FileSnapshot: lastRead=2022-06-07 12:28:01.500230000, lastModified=2022-06-07 12:28:01.500024000, size=1, fileKey=(dev=38,ino=353469901)
12:28:01.500 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, isRacyClean=false, read=2022-06-07 12:28:01.500230000, lastModified=2022-06-07 12:28:01.500024000, delta=206000 ns, racy<=27500 ns
12:28:01.500 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, is unmodified
12:28:01.500 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, create new FileSnapshot: lastRead=2022-06-07 12:28:01.500799000, lastModified=2022-06-07 12:28:01.500024000, size=1, fileKey=(dev=38,ino=353469901)
12:28:01.501 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, isRacyClean=false, read=2022-06-07 12:28:01.500799000, lastModified=2022-06-07 12:28:01.500024000, delta=775000 ns, racy<=27500 ns
12:28:01.501 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, is unmodified
12:28:01.501 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, create new FileSnapshot: lastRead=2022-06-07 12:28:01.501389000, lastModified=2022-06-07 12:28:01.501024000, size=1, fileKey=(dev=38,ino=353469901)
12:28:01.503 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, isRacyClean=false, read=2022-06-07 12:28:01.501389000, lastModified=2022-06-07 12:28:01.501024000, delta=365000 ns, racy<=27500 ns
12:28:01.504 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, is unmodified
12:28:01.504 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, create new FileSnapshot: lastRead=2022-06-07 12:28:01.504303000, lastModified=2022-06-07 12:28:01.504024000, size=1, fileKey=(dev=38,ino=353469901)
12:28:01.504 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, isRacyClean=false, read=2022-06-07 12:28:01.504303000, lastModified=2022-06-07 12:28:01.504024000, delta=279000 ns, racy<=27500 ns
12:28:01.504 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, is unmodified
12:28:01.504 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, create new FileSnapshot: lastRead=2022-06-07 12:28:01.504913000, lastModified=2022-06-07 12:28:01.504024000, size=1, fileKey=(dev=38,ino=353469901)
12:28:01.505 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, lastModified changed from 2022-06-07 12:28:01.504024000 to 2022-06-07 12:28:01.505024000
12:28:01.505 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, create new FileSnapshot: lastRead=2022-06-07 12:28:01.505521000, lastModified=2022-06-07 12:28:01.505024000, size=1, fileKey=(dev=38,ino=353469901)
12:28:01.505 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, isRacyClean=false, read=2022-06-07 12:28:01.505521000, lastModified=2022-06-07 12:28:01.505024000, delta=497000 ns, racy<=27500 ns
12:28:01.505 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, is unmodified
12:28:01.506 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, create new FileSnapshot: lastRead=2022-06-07 12:28:01.506145000, lastModified=2022-06-07 12:28:01.505024000, size=1, fileKey=(dev=38,ino=353469901)
12:28:01.506 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, lastModified changed from 2022-06-07 12:28:01.505024000 to 2022-06-07 12:28:01.506024000
12:28:01.506 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, create new FileSnapshot: lastRead=2022-06-07 12:28:01.506712000, lastModified=2022-06-07 12:28:01.506024000, size=1, fileKey=(dev=38,ino=353469901)
12:28:01.507 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, isRacyClean=false, read=2022-06-07 12:28:01.506712000, lastModified=2022-06-07 12:28:01.506024000, delta=688000 ns, racy<=27500 ns
12:28:01.507 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, is unmodified
12:28:01.509 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, create new FileSnapshot: lastRead=2022-06-07 12:28:01.509467000, lastModified=2022-06-07 12:28:01.507024000, size=1, fileKey=(dev=38,ino=353469901)
12:28:01.510 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, lastModified changed from 2022-06-07 12:28:01.507024000 to 2022-06-07 12:28:01.509024000
12:28:01.510 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, create new FileSnapshot: lastRead=2022-06-07 12:28:01.510397000, lastModified=2022-06-07 12:28:01.510024000, size=1, fileKey=(dev=38,ino=353469901)
12:28:01.511 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, isRacyClean=false, read=2022-06-07 12:28:01.510397000, lastModified=2022-06-07 12:28:01.510024000, delta=373000 ns, racy<=27500 ns
12:28:01.511 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, is unmodified
12:28:01.511 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, create new FileSnapshot: lastRead=2022-06-07 12:28:01.511795000, lastModified=2022-06-07 12:28:01.511024000, size=1, fileKey=(dev=38,ino=353469901)
12:28:01.512 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, lastModified changed from 2022-06-07 12:28:01.511024000 to 2022-06-07 12:28:01.512024000
12:28:01.512 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, create new FileSnapshot: lastRead=2022-06-07 12:28:01.512501000, lastModified=2022-06-07 12:28:01.512024000, size=1, fileKey=(dev=38,ino=353469901)
12:28:01.512 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, isRacyClean=false, read=2022-06-07 12:28:01.512501000, lastModified=2022-06-07 12:28:01.512024000, delta=477000 ns, racy<=27500 ns
12:28:01.512 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, is unmodified
12:28:01.513 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, create new FileSnapshot: lastRead=2022-06-07 12:28:01.513096000, lastModified=2022-06-07 12:28:01.512024000, size=1, fileKey=(dev=38,ino=353469901)
12:28:01.513 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, lastModified changed from 2022-06-07 12:28:01.512024000 to 2022-06-07 12:28:01.513024000
12:28:01.513 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, create new FileSnapshot: lastRead=2022-06-07 12:28:01.513674000, lastModified=2022-06-07 12:28:01.513024000, size=1, fileKey=(dev=38,ino=353469901)
12:28:01.516 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, isRacyClean=false, read=2022-06-07 12:28:01.513674000, lastModified=2022-06-07 12:28:01.513024000, delta=650000 ns, racy<=27500 ns
12:28:01.516 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, is unmodified
12:28:01.516 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, create new FileSnapshot: lastRead=2022-06-07 12:28:01.516674000, lastModified=2022-06-07 12:28:01.516024000, size=1, fileKey=(dev=38,ino=353469901)
12:28:01.517 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, isRacyClean=false, read=2022-06-07 12:28:01.516674000, lastModified=2022-06-07 12:28:01.516024000, delta=650000 ns, racy<=27500 ns
12:28:01.517 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, is unmodified
12:28:01.517 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, create new FileSnapshot: lastRead=2022-06-07 12:28:01.517308000, lastModified=2022-06-07 12:28:01.517024000, size=1, fileKey=(dev=38,ino=353469901)
12:28:01.517 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, isRacyClean=false, read=2022-06-07 12:28:01.517308000, lastModified=2022-06-07 12:28:01.517024000, delta=284000 ns, racy<=27500 ns
12:28:01.517 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, is unmodified
12:28:01.517 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, create new FileSnapshot: lastRead=2022-06-07 12:28:01.517859000, lastModified=2022-06-07 12:28:01.517024000, size=1, fileKey=(dev=38,ino=353469901)
12:28:01.518 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, lastModified changed from 2022-06-07 12:28:01.517024000 to 2022-06-07 12:28:01.518024000
12:28:01.518 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, create new FileSnapshot: lastRead=2022-06-07 12:28:01.518435000, lastModified=2022-06-07 12:28:01.518024000, size=1, fileKey=(dev=38,ino=353469901)
12:28:01.518 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, isRacyClean=false, read=2022-06-07 12:28:01.518435000, lastModified=2022-06-07 12:28:01.518024000, delta=411000 ns, racy<=27500 ns
12:28:01.518 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, is unmodified
12:28:01.519 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, create new FileSnapshot: lastRead=2022-06-07 12:28:01.518999000, lastModified=2022-06-07 12:28:01.518024000, size=1, fileKey=(dev=38,ino=353469901)
12:28:01.519 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, lastModified changed from 2022-06-07 12:28:01.518024000 to 2022-06-07 12:28:01.519024000
12:28:01.521 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, create new FileSnapshot: lastRead=2022-06-07 12:28:01.521726000, lastModified=2022-06-07 12:28:01.519024000, size=1, fileKey=(dev=38,ino=353469901)
12:28:01.522 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, lastModified changed from 2022-06-07 12:28:01.519024000 to 2022-06-07 12:28:01.522024000
12:28:01.522 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, create new FileSnapshot: lastRead=2022-06-07 12:28:01.522513000, lastModified=2022-06-07 12:28:01.522024000, size=1, fileKey=(dev=38,ino=353469901)
12:28:01.522 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, isRacyClean=false, read=2022-06-07 12:28:01.522513000, lastModified=2022-06-07 12:28:01.522024000, delta=489000 ns, racy<=27500 ns
12:28:01.522 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, is unmodified
12:28:01.523 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, create new FileSnapshot: lastRead=2022-06-07 12:28:01.523162000, lastModified=2022-06-07 12:28:01.523024000, size=1, fileKey=(dev=38,ino=353469901)
12:28:01.523 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, isRacyClean=false, read=2022-06-07 12:28:01.523162000, lastModified=2022-06-07 12:28:01.523024000, delta=138000 ns, racy<=27500 ns
12:28:01.523 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, is unmodified
12:28:01.523 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, create new FileSnapshot: lastRead=2022-06-07 12:28:01.523775000, lastModified=2022-06-07 12:28:01.523024000, size=1, fileKey=(dev=38,ino=353469901)
12:28:01.524 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, isRacyClean=false, read=2022-06-07 12:28:01.523775000, lastModified=2022-06-07 12:28:01.523024000, delta=751000 ns, racy<=27500 ns
12:28:01.524 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, is unmodified
12:28:01.524 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, create new FileSnapshot: lastRead=2022-06-07 12:28:01.524419000, lastModified=2022-06-07 12:28:01.524024000, size=1, fileKey=(dev=38,ino=353469901)
12:28:01.524 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, isRacyClean=false, read=2022-06-07 12:28:01.524419000, lastModified=2022-06-07 12:28:01.524024000, delta=395000 ns, racy<=27500 ns
12:28:01.524 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, is unmodified
12:28:01.525 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, create new FileSnapshot: lastRead=2022-06-07 12:28:01.524983000, lastModified=2022-06-07 12:28:01.524024000, size=1, fileKey=(dev=38,ino=353469901)
12:28:01.528 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, lastModified changed from 2022-06-07 12:28:01.524024000 to 2022-06-07 12:28:01.525024000
12:28:01.528 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, create new FileSnapshot: lastRead=2022-06-07 12:28:01.528557000, lastModified=2022-06-07 12:28:01.528024000, size=1, fileKey=(dev=38,ino=353469901)
12:28:01.528 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, isRacyClean=false, read=2022-06-07 12:28:01.528557000, lastModified=2022-06-07 12:28:01.528024000, delta=533000 ns, racy<=27500 ns
12:28:01.528 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, is unmodified
12:28:01.529 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, create new FileSnapshot: lastRead=2022-06-07 12:28:01.529182000, lastModified=2022-06-07 12:28:01.529024000, size=1, fileKey=(dev=38,ino=353469901)
12:28:01.529 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, isRacyClean=false, read=2022-06-07 12:28:01.529182000, lastModified=2022-06-07 12:28:01.529024000, delta=158000 ns, racy<=27500 ns
12:28:01.529 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, is unmodified
12:28:01.529 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, create new FileSnapshot: lastRead=2022-06-07 12:28:01.529815000, lastModified=2022-06-07 12:28:01.529024000, size=1, fileKey=(dev=38,ino=353469901)
12:28:01.530 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, isRacyClean=false, read=2022-06-07 12:28:01.529815000, lastModified=2022-06-07 12:28:01.529024000, delta=791000 ns, racy<=27500 ns
12:28:01.530 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, is unmodified
12:28:01.530 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, create new FileSnapshot: lastRead=2022-06-07 12:28:01.530310000, lastModified=2022-06-07 12:28:01.530024000, size=1, fileKey=(dev=38,ino=353469901)
12:28:01.530 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, isRacyClean=false, read=2022-06-07 12:28:01.530310000, lastModified=2022-06-07 12:28:01.530024000, delta=286000 ns, racy<=27500 ns
12:28:01.530 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, is unmodified
12:28:01.530 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, create new FileSnapshot: lastRead=2022-06-07 12:28:01.530718000, lastModified=2022-06-07 12:28:01.530024000, size=1, fileKey=(dev=38,ino=353469901)
12:28:01.530 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, isRacyClean=false, read=2022-06-07 12:28:01.530718000, lastModified=2022-06-07 12:28:01.530024000, delta=694000 ns, racy<=27500 ns
12:28:01.530 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, is unmodified
12:28:01.534 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, create new FileSnapshot: lastRead=2022-06-07 12:28:01.534105000, lastModified=2022-06-07 12:28:01.531024000, size=1, fileKey=(dev=38,ino=353469901)
12:28:01.534 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, lastModified changed from 2022-06-07 12:28:01.531024000 to 2022-06-07 12:28:01.534024000
12:28:01.534 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, create new FileSnapshot: lastRead=2022-06-07 12:28:01.534546000, lastModified=2022-06-07 12:28:01.534024000, size=1, fileKey=(dev=38,ino=353469901)
12:28:01.534 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, isRacyClean=false, read=2022-06-07 12:28:01.534546000, lastModified=2022-06-07 12:28:01.534024000, delta=522000 ns, racy<=27500 ns
12:28:01.534 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, is unmodified
12:28:01.534 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, create new FileSnapshot: lastRead=2022-06-07 12:28:01.534919000, lastModified=2022-06-07 12:28:01.534024000, size=1, fileKey=(dev=38,ino=353469901)
12:28:01.573 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, lastModified changed from 2022-06-07 12:28:01.534024000 to 2022-06-07 12:28:01.535024000
12:28:01.574 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, create new FileSnapshot: lastRead=2022-06-07 12:28:01.574455000, lastModified=2022-06-07 12:28:01.574024000, size=1, fileKey=(dev=38,ino=353469901)
12:28:01.574 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, isRacyClean=false, read=2022-06-07 12:28:01.574455000, lastModified=2022-06-07 12:28:01.574024000, delta=431000 ns, racy<=27500 ns
12:28:01.574 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, is unmodified
12:28:01.575 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, create new FileSnapshot: lastRead=2022-06-07 12:28:01.575126000, lastModified=2022-06-07 12:28:01.575024000, size=1, fileKey=(dev=38,ino=353469901)
12:28:01.575 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, isRacyClean=false, read=2022-06-07 12:28:01.575126000, lastModified=2022-06-07 12:28:01.575024000, delta=102000 ns, racy<=27500 ns
12:28:01.575 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, is unmodified
12:28:01.575 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, create new FileSnapshot: lastRead=2022-06-07 12:28:01.575728000, lastModified=2022-06-07 12:28:01.575024000, size=1, fileKey=(dev=38,ino=353469901)
12:28:01.579 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, isRacyClean=false, read=2022-06-07 12:28:01.575728000, lastModified=2022-06-07 12:28:01.575024000, delta=704000 ns, racy<=27500 ns
12:28:01.579 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, is unmodified
12:28:01.579 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, create new FileSnapshot: lastRead=2022-06-07 12:28:01.579634000, lastModified=2022-06-07 12:28:01.579024000, size=1, fileKey=(dev=38,ino=353469901)
12:28:01.580 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, isRacyClean=false, read=2022-06-07 12:28:01.579634000, lastModified=2022-06-07 12:28:01.579024000, delta=610000 ns, racy<=27500 ns
12:28:01.580 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, is unmodified
12:28:01.580 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, create new FileSnapshot: lastRead=2022-06-07 12:28:01.580289000, lastModified=2022-06-07 12:28:01.580024000, size=1, fileKey=(dev=38,ino=353469901)
12:28:01.580 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, isRacyClean=false, read=2022-06-07 12:28:01.580289000, lastModified=2022-06-07 12:28:01.580024000, delta=265000 ns, racy<=27500 ns
12:28:01.580 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, is unmodified
12:28:01.580 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, create new FileSnapshot: lastRead=2022-06-07 12:28:01.580942000, lastModified=2022-06-07 12:28:01.580024000, size=1, fileKey=(dev=38,ino=353469901)
12:28:01.581 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, lastModified changed from 2022-06-07 12:28:01.580024000 to 2022-06-07 12:28:01.581024000
12:28:01.581 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, create new FileSnapshot: lastRead=2022-06-07 12:28:01.581570000, lastModified=2022-06-07 12:28:01.581024000, size=1, fileKey=(dev=38,ino=353469901)
12:28:01.581 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, isRacyClean=false, read=2022-06-07 12:28:01.581570000, lastModified=2022-06-07 12:28:01.581024000, delta=546000 ns, racy<=27500 ns
12:28:01.581 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, is unmodified
12:28:01.582 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, create new FileSnapshot: lastRead=2022-06-07 12:28:01.582152000, lastModified=2022-06-07 12:28:01.582024000, size=1, fileKey=(dev=38,ino=353469901)
12:28:01.582 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, isRacyClean=false, read=2022-06-07 12:28:01.582152000, lastModified=2022-06-07 12:28:01.582024000, delta=128000 ns, racy<=27500 ns
12:28:01.582 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, is unmodified
12:28:01.585 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, create new FileSnapshot: lastRead=2022-06-07 12:28:01.585751000, lastModified=2022-06-07 12:28:01.582024000, size=1, fileKey=(dev=38,ino=353469901)
12:28:01.586 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, lastModified changed from 2022-06-07 12:28:01.582024000 to 2022-06-07 12:28:01.586024000
12:28:01.586 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, create new FileSnapshot: lastRead=2022-06-07 12:28:01.586566000, lastModified=2022-06-07 12:28:01.586024000, size=1, fileKey=(dev=38,ino=353469901)
12:28:01.586 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, isRacyClean=false, read=2022-06-07 12:28:01.586566000, lastModified=2022-06-07 12:28:01.586024000, delta=542000 ns, racy<=27500 ns
12:28:01.586 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, is unmodified
12:28:01.587 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, create new FileSnapshot: lastRead=2022-06-07 12:28:01.587139000, lastModified=2022-06-07 12:28:01.587024000, size=1, fileKey=(dev=38,ino=353469901)
12:28:01.587 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, isRacyClean=false, read=2022-06-07 12:28:01.587139000, lastModified=2022-06-07 12:28:01.587024000, delta=115000 ns, racy<=27500 ns
12:28:01.587 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, is unmodified
12:28:01.587 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, create new FileSnapshot: lastRead=2022-06-07 12:28:01.587710000, lastModified=2022-06-07 12:28:01.587024000, size=1, fileKey=(dev=38,ino=353469901)
12:28:01.588 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, isRacyClean=false, read=2022-06-07 12:28:01.587710000, lastModified=2022-06-07 12:28:01.587024000, delta=686000 ns, racy<=27500 ns
12:28:01.588 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, is unmodified
12:28:01.588 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, create new FileSnapshot: lastRead=2022-06-07 12:28:01.588250000, lastModified=2022-06-07 12:28:01.588024000, size=1, fileKey=(dev=38,ino=353469901)
12:28:01.588 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, isRacyClean=false, read=2022-06-07 12:28:01.588250000, lastModified=2022-06-07 12:28:01.588024000, delta=226000 ns, racy<=27500 ns
12:28:01.588 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, is unmodified
12:28:01.588 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, create new FileSnapshot: lastRead=2022-06-07 12:28:01.588785000, lastModified=2022-06-07 12:28:01.588024000, size=1, fileKey=(dev=38,ino=353469901)
12:28:01.592 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, isRacyClean=false, read=2022-06-07 12:28:01.588785000, lastModified=2022-06-07 12:28:01.588024000, delta=761000 ns, racy<=27500 ns
12:28:01.592 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, is unmodified
12:28:01.592 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, create new FileSnapshot: lastRead=2022-06-07 12:28:01.592568000, lastModified=2022-06-07 12:28:01.592024000, size=1, fileKey=(dev=38,ino=353469901)
12:28:01.592 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, isRacyClean=false, read=2022-06-07 12:28:01.592568000, lastModified=2022-06-07 12:28:01.592024000, delta=544000 ns, racy<=27500 ns
12:28:01.592 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, is unmodified
12:28:01.593 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, create new FileSnapshot: lastRead=2022-06-07 12:28:01.593169000, lastModified=2022-06-07 12:28:01.593024000, size=1, fileKey=(dev=38,ino=353469901)
12:28:01.593 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, isRacyClean=false, read=2022-06-07 12:28:01.593169000, lastModified=2022-06-07 12:28:01.593024000, delta=145000 ns, racy<=27500 ns
12:28:01.593 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, is unmodified
12:28:01.593 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, create new FileSnapshot: lastRead=2022-06-07 12:28:01.593699000, lastModified=2022-06-07 12:28:01.593024000, size=1, fileKey=(dev=38,ino=353469901)
12:28:01.594 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, isRacyClean=false, read=2022-06-07 12:28:01.593699000, lastModified=2022-06-07 12:28:01.593024000, delta=675000 ns, racy<=27500 ns
12:28:01.594 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, is unmodified
12:28:01.594 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, create new FileSnapshot: lastRead=2022-06-07 12:28:01.594267000, lastModified=2022-06-07 12:28:01.594024000, size=1, fileKey=(dev=38,ino=353469901)
12:28:01.594 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, isRacyClean=false, read=2022-06-07 12:28:01.594267000, lastModified=2022-06-07 12:28:01.594024000, delta=243000 ns, racy<=27500 ns
12:28:01.594 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, is unmodified
12:28:01.594 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, create new FileSnapshot: lastRead=2022-06-07 12:28:01.594813000, lastModified=2022-06-07 12:28:01.594024000, size=1, fileKey=(dev=38,ino=353469901)
12:28:01.595 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, lastModified changed from 2022-06-07 12:28:01.594024000 to 2022-06-07 12:28:01.595024000
12:28:01.598 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, create new FileSnapshot: lastRead=2022-06-07 12:28:01.598280000, lastModified=2022-06-07 12:28:01.595024000, size=1, fileKey=(dev=38,ino=353469901)
12:28:01.598 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, lastModified changed from 2022-06-07 12:28:01.595024000 to 2022-06-07 12:28:01.598024000
12:28:01.598 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, create new FileSnapshot: lastRead=2022-06-07 12:28:01.598931000, lastModified=2022-06-07 12:28:01.598024000, size=1, fileKey=(dev=38,ino=353469901)
12:28:01.599 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, lastModified changed from 2022-06-07 12:28:01.598024000 to 2022-06-07 12:28:01.599024000
12:28:01.599 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, create new FileSnapshot: lastRead=2022-06-07 12:28:01.599497000, lastModified=2022-06-07 12:28:01.599024000, size=1, fileKey=(dev=38,ino=353469901)
12:28:01.599 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, isRacyClean=false, read=2022-06-07 12:28:01.599497000, lastModified=2022-06-07 12:28:01.599024000, delta=473000 ns, racy<=27500 ns
12:28:01.599 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, is unmodified
12:28:01.600 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, create new FileSnapshot: lastRead=2022-06-07 12:28:01.600091000, lastModified=2022-06-07 12:28:01.599024000, size=1, fileKey=(dev=38,ino=353469901)
12:28:01.600 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, lastModified changed from 2022-06-07 12:28:01.599024000 to 2022-06-07 12:28:01.600024000
12:28:01.600 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, create new FileSnapshot: lastRead=2022-06-07 12:28:01.600621000, lastModified=2022-06-07 12:28:01.600024000, size=1, fileKey=(dev=38,ino=353469901)
12:28:01.600 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, isRacyClean=false, read=2022-06-07 12:28:01.600621000, lastModified=2022-06-07 12:28:01.600024000, delta=597000 ns, racy<=27500 ns
12:28:01.600 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, is unmodified
12:28:01.601 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, create new FileSnapshot: lastRead=2022-06-07 12:28:01.601171000, lastModified=2022-06-07 12:28:01.601024000, size=1, fileKey=(dev=38,ino=353469901)
12:28:01.604 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, isRacyClean=false, read=2022-06-07 12:28:01.601171000, lastModified=2022-06-07 12:28:01.601024000, delta=147000 ns, racy<=27500 ns
12:28:01.604 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, is unmodified
12:28:01.604 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, create new FileSnapshot: lastRead=2022-06-07 12:28:01.604812000, lastModified=2022-06-07 12:28:01.604024000, size=1, fileKey=(dev=38,ino=353469901)
12:28:01.605 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, isRacyClean=false, read=2022-06-07 12:28:01.604812000, lastModified=2022-06-07 12:28:01.604024000, delta=788000 ns, racy<=27500 ns
12:28:01.605 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, is unmodified
12:28:01.605 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, create new FileSnapshot: lastRead=2022-06-07 12:28:01.605433000, lastModified=2022-06-07 12:28:01.605024000, size=1, fileKey=(dev=38,ino=353469901)
12:28:01.605 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, isRacyClean=false, read=2022-06-07 12:28:01.605433000, lastModified=2022-06-07 12:28:01.605024000, delta=409000 ns, racy<=27500 ns
12:28:01.605 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, is unmodified
12:28:01.605 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, create new FileSnapshot: lastRead=2022-06-07 12:28:01.605940000, lastModified=2022-06-07 12:28:01.605024000, size=1, fileKey=(dev=38,ino=353469901)
12:28:01.606 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, lastModified changed from 2022-06-07 12:28:01.605024000 to 2022-06-07 12:28:01.606024000
12:28:01.606 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, create new FileSnapshot: lastRead=2022-06-07 12:28:01.606494000, lastModified=2022-06-07 12:28:01.606024000, size=1, fileKey=(dev=38,ino=353469901)
12:28:01.606 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, isRacyClean=false, read=2022-06-07 12:28:01.606494000, lastModified=2022-06-07 12:28:01.606024000, delta=470000 ns, racy<=27500 ns
12:28:01.606 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, is unmodified
12:28:01.607 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, create new FileSnapshot: lastRead=2022-06-07 12:28:01.606984000, lastModified=2022-06-07 12:28:01.606024000, size=1, fileKey=(dev=38,ino=353469901)
12:28:01.607 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, lastModified changed from 2022-06-07 12:28:01.606024000 to 2022-06-07 12:28:01.607024000
12:28:01.610 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, create new FileSnapshot: lastRead=2022-06-07 12:28:01.610531000, lastModified=2022-06-07 12:28:01.607024000, size=1, fileKey=(dev=38,ino=353469901)
12:28:01.610 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, lastModified changed from 2022-06-07 12:28:01.607024000 to 2022-06-07 12:28:01.610024000
12:28:01.611 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, create new FileSnapshot: lastRead=2022-06-07 12:28:01.611165000, lastModified=2022-06-07 12:28:01.611024000, size=1, fileKey=(dev=38,ino=353469901)
12:28:01.611 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, isRacyClean=false, read=2022-06-07 12:28:01.611165000, lastModified=2022-06-07 12:28:01.611024000, delta=141000 ns, racy<=27500 ns
12:28:01.611 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, is unmodified
12:28:01.611 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, create new FileSnapshot: lastRead=2022-06-07 12:28:01.611819000, lastModified=2022-06-07 12:28:01.611024000, size=1, fileKey=(dev=38,ino=353469901)
12:28:01.612 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, isRacyClean=false, read=2022-06-07 12:28:01.611819000, lastModified=2022-06-07 12:28:01.611024000, delta=795000 ns, racy<=27500 ns
12:28:01.612 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, is unmodified
12:28:01.612 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, create new FileSnapshot: lastRead=2022-06-07 12:28:01.612385000, lastModified=2022-06-07 12:28:01.612024000, size=1, fileKey=(dev=38,ino=353469901)
12:28:01.612 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, isRacyClean=false, read=2022-06-07 12:28:01.612385000, lastModified=2022-06-07 12:28:01.612024000, delta=361000 ns, racy<=27500 ns
12:28:01.612 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, is unmodified
12:28:01.612 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, create new FileSnapshot: lastRead=2022-06-07 12:28:01.612915000, lastModified=2022-06-07 12:28:01.612024000, size=1, fileKey=(dev=38,ino=353469901)
12:28:01.613 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, lastModified changed from 2022-06-07 12:28:01.612024000 to 2022-06-07 12:28:01.613024000
12:28:01.613 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, create new FileSnapshot: lastRead=2022-06-07 12:28:01.613505000, lastModified=2022-06-07 12:28:01.613024000, size=1, fileKey=(dev=38,ino=353469901)
12:28:01.616 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, isRacyClean=false, read=2022-06-07 12:28:01.613505000, lastModified=2022-06-07 12:28:01.613024000, delta=481000 ns, racy<=27500 ns
12:28:01.616 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, is unmodified
12:28:01.617 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, create new FileSnapshot: lastRead=2022-06-07 12:28:01.617197000, lastModified=2022-06-07 12:28:01.617024000, size=1, fileKey=(dev=38,ino=353469901)
12:28:01.617 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, isRacyClean=false, read=2022-06-07 12:28:01.617197000, lastModified=2022-06-07 12:28:01.617024000, delta=173000 ns, racy<=27500 ns
12:28:01.617 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, is unmodified
12:28:01.617 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, create new FileSnapshot: lastRead=2022-06-07 12:28:01.617783000, lastModified=2022-06-07 12:28:01.617024000, size=1, fileKey=(dev=38,ino=353469901)
12:28:01.618 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, isRacyClean=false, read=2022-06-07 12:28:01.617783000, lastModified=2022-06-07 12:28:01.617024000, delta=759000 ns, racy<=27500 ns
12:28:01.618 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, is unmodified
12:28:01.618 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, create new FileSnapshot: lastRead=2022-06-07 12:28:01.618351000, lastModified=2022-06-07 12:28:01.618024000, size=1, fileKey=(dev=38,ino=353469901)
12:28:01.678 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, lastModified changed from 2022-06-07 12:28:01.618024000 to 2022-06-07 12:28:01.677024000
12:28:01.678 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, create new FileSnapshot: lastRead=2022-06-07 12:28:01.678434000, lastModified=2022-06-07 12:28:01.678024000, size=1, fileKey=(dev=38,ino=353469901)
12:28:01.678 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, isRacyClean=false, read=2022-06-07 12:28:01.678434000, lastModified=2022-06-07 12:28:01.678024000, delta=410000 ns, racy<=27500 ns
12:28:01.678 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, is unmodified
12:28:01.679 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, create new FileSnapshot: lastRead=2022-06-07 12:28:01.679017000, lastModified=2022-06-07 12:28:01.678024000, size=1, fileKey=(dev=38,ino=353469901)
12:28:01.679 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, lastModified changed from 2022-06-07 12:28:01.678024000 to 2022-06-07 12:28:01.679024000
12:28:01.682 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, create new FileSnapshot: lastRead=2022-06-07 12:28:01.682674000, lastModified=2022-06-07 12:28:01.679024000, size=1, fileKey=(dev=38,ino=353469901)
12:28:01.683 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, lastModified changed from 2022-06-07 12:28:01.679024000 to 2022-06-07 12:28:01.683024000
12:28:01.683 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, create new FileSnapshot: lastRead=2022-06-07 12:28:01.683392000, lastModified=2022-06-07 12:28:01.683024000, size=1, fileKey=(dev=38,ino=353469901)
12:28:01.683 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, isRacyClean=false, read=2022-06-07 12:28:01.683392000, lastModified=2022-06-07 12:28:01.683024000, delta=368000 ns, racy<=27500 ns
12:28:01.683 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, is unmodified
12:28:01.683 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, create new FileSnapshot: lastRead=2022-06-07 12:28:01.683933000, lastModified=2022-06-07 12:28:01.683024000, size=1, fileKey=(dev=38,ino=353469901)
12:28:01.684 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, lastModified changed from 2022-06-07 12:28:01.683024000 to 2022-06-07 12:28:01.684024000
12:28:01.684 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, create new FileSnapshot: lastRead=2022-06-07 12:28:01.684477000, lastModified=2022-06-07 12:28:01.684024000, size=1, fileKey=(dev=38,ino=353469901)
12:28:01.684 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, isRacyClean=false, read=2022-06-07 12:28:01.684477000, lastModified=2022-06-07 12:28:01.684024000, delta=453000 ns, racy<=27500 ns
12:28:01.684 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, is unmodified
12:28:01.685 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, create new FileSnapshot: lastRead=2022-06-07 12:28:01.685012000, lastModified=2022-06-07 12:28:01.684024000, size=1, fileKey=(dev=38,ino=353469901)
12:28:01.685 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, lastModified changed from 2022-06-07 12:28:01.684024000 to 2022-06-07 12:28:01.685024000
12:28:01.685 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, create new FileSnapshot: lastRead=2022-06-07 12:28:01.685563000, lastModified=2022-06-07 12:28:01.685024000, size=1, fileKey=(dev=38,ino=353469901)
12:28:01.689 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, isRacyClean=false, read=2022-06-07 12:28:01.685563000, lastModified=2022-06-07 12:28:01.685024000, delta=539000 ns, racy<=27500 ns
12:28:01.689 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, is unmodified
12:28:01.690 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, create new FileSnapshot: lastRead=2022-06-07 12:28:01.690098000, lastModified=2022-06-07 12:28:01.689024000, size=1, fileKey=(dev=38,ino=353469901)
12:28:01.690 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, lastModified changed from 2022-06-07 12:28:01.689024000 to 2022-06-07 12:28:01.690024000
12:28:01.690 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, create new FileSnapshot: lastRead=2022-06-07 12:28:01.690635000, lastModified=2022-06-07 12:28:01.690024000, size=1, fileKey=(dev=38,ino=353469901)
12:28:01.690 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, isRacyClean=false, read=2022-06-07 12:28:01.690635000, lastModified=2022-06-07 12:28:01.690024000, delta=611000 ns, racy<=27500 ns
12:28:01.690 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, is unmodified
12:28:01.691 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, create new FileSnapshot: lastRead=2022-06-07 12:28:01.691146000, lastModified=2022-06-07 12:28:01.691024000, size=1, fileKey=(dev=38,ino=353469901)
12:28:01.691 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, isRacyClean=false, read=2022-06-07 12:28:01.691146000, lastModified=2022-06-07 12:28:01.691024000, delta=122000 ns, racy<=27500 ns
12:28:01.691 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, is unmodified
12:28:01.691 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, create new FileSnapshot: lastRead=2022-06-07 12:28:01.691662000, lastModified=2022-06-07 12:28:01.691024000, size=1, fileKey=(dev=38,ino=353469901)
12:28:01.691 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, isRacyClean=false, read=2022-06-07 12:28:01.691662000, lastModified=2022-06-07 12:28:01.691024000, delta=638000 ns, racy<=27500 ns
12:28:01.691 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, is unmodified
12:28:01.692 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, create new FileSnapshot: lastRead=2022-06-07 12:28:01.692146000, lastModified=2022-06-07 12:28:01.692024000, size=1, fileKey=(dev=38,ino=353469901)
12:28:01.692 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, isRacyClean=false, read=2022-06-07 12:28:01.692146000, lastModified=2022-06-07 12:28:01.692024000, delta=122000 ns, racy<=27500 ns
12:28:01.692 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, is unmodified
12:28:01.696 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, create new FileSnapshot: lastRead=2022-06-07 12:28:01.696852000, lastModified=2022-06-07 12:28:01.692024000, size=1, fileKey=(dev=38,ino=353469901)
12:28:01.697 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, lastModified changed from 2022-06-07 12:28:01.692024000 to 2022-06-07 12:28:01.697024000
12:28:01.697 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, create new FileSnapshot: lastRead=2022-06-07 12:28:01.697602000, lastModified=2022-06-07 12:28:01.697024000, size=1, fileKey=(dev=38,ino=353469901)
12:28:01.697 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, isRacyClean=false, read=2022-06-07 12:28:01.697602000, lastModified=2022-06-07 12:28:01.697024000, delta=578000 ns, racy<=27500 ns
12:28:01.698 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, is unmodified
12:28:01.698 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, create new FileSnapshot: lastRead=2022-06-07 12:28:01.698181000, lastModified=2022-06-07 12:28:01.698024000, size=1, fileKey=(dev=38,ino=353469901)
12:28:01.698 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, isRacyClean=false, read=2022-06-07 12:28:01.698181000, lastModified=2022-06-07 12:28:01.698024000, delta=157000 ns, racy<=27500 ns
12:28:01.698 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, is unmodified
12:28:01.698 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, create new FileSnapshot: lastRead=2022-06-07 12:28:01.698723000, lastModified=2022-06-07 12:28:01.698024000, size=1, fileKey=(dev=38,ino=353469901)
12:28:01.699 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, isRacyClean=false, read=2022-06-07 12:28:01.698723000, lastModified=2022-06-07 12:28:01.698024000, delta=699000 ns, racy<=27500 ns
12:28:01.699 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, is unmodified
12:28:01.699 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, create new FileSnapshot: lastRead=2022-06-07 12:28:01.699273000, lastModified=2022-06-07 12:28:01.699024000, size=1, fileKey=(dev=38,ino=353469901)
12:28:01.699 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, isRacyClean=false, read=2022-06-07 12:28:01.699273000, lastModified=2022-06-07 12:28:01.699024000, delta=249000 ns, racy<=27500 ns
12:28:01.699 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, is unmodified
12:28:01.699 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, create new FileSnapshot: lastRead=2022-06-07 12:28:01.699809000, lastModified=2022-06-07 12:28:01.699024000, size=1, fileKey=(dev=38,ino=353469901)
12:28:01.704 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, isRacyClean=false, read=2022-06-07 12:28:01.699809000, lastModified=2022-06-07 12:28:01.699024000, delta=785000 ns, racy<=27500 ns
12:28:01.704 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, is unmodified
12:28:01.704 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, create new FileSnapshot: lastRead=2022-06-07 12:28:01.704556000, lastModified=2022-06-07 12:28:01.704024000, size=1, fileKey=(dev=38,ino=353469901)
12:28:01.704 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, isRacyClean=false, read=2022-06-07 12:28:01.704556000, lastModified=2022-06-07 12:28:01.704024000, delta=532000 ns, racy<=27500 ns
12:28:01.704 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, is unmodified
12:28:01.705 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, create new FileSnapshot: lastRead=2022-06-07 12:28:01.705131000, lastModified=2022-06-07 12:28:01.705024000, size=1, fileKey=(dev=38,ino=353469901)
12:28:01.705 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, isRacyClean=false, read=2022-06-07 12:28:01.705131000, lastModified=2022-06-07 12:28:01.705024000, delta=107000 ns, racy<=27500 ns
12:28:01.705 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, is unmodified
12:28:01.705 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, create new FileSnapshot: lastRead=2022-06-07 12:28:01.705653000, lastModified=2022-06-07 12:28:01.705024000, size=1, fileKey=(dev=38,ino=353469901)
12:28:01.705 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, isRacyClean=false, read=2022-06-07 12:28:01.705653000, lastModified=2022-06-07 12:28:01.705024000, delta=629000 ns, racy<=27500 ns
12:28:01.706 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, is unmodified
12:28:01.706 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, create new FileSnapshot: lastRead=2022-06-07 12:28:01.706215000, lastModified=2022-06-07 12:28:01.706024000, size=1, fileKey=(dev=38,ino=353469901)
12:28:01.706 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, isRacyClean=false, read=2022-06-07 12:28:01.706215000, lastModified=2022-06-07 12:28:01.706024000, delta=191000 ns, racy<=27500 ns
12:28:01.706 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, is unmodified
12:28:01.706 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, create new FileSnapshot: lastRead=2022-06-07 12:28:01.706722000, lastModified=2022-06-07 12:28:01.706024000, size=1, fileKey=(dev=38,ino=353469901)
12:28:01.707 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, isRacyClean=false, read=2022-06-07 12:28:01.706722000, lastModified=2022-06-07 12:28:01.706024000, delta=698000 ns, racy<=27500 ns
12:28:01.707 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, is unmodified
12:28:01.711 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, create new FileSnapshot: lastRead=2022-06-07 12:28:01.711157000, lastModified=2022-06-07 12:28:01.707024000, size=1, fileKey=(dev=38,ino=353469901)
12:28:01.711 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, lastModified changed from 2022-06-07 12:28:01.707024000 to 2022-06-07 12:28:01.711024000
12:28:01.711 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, create new FileSnapshot: lastRead=2022-06-07 12:28:01.711840000, lastModified=2022-06-07 12:28:01.711024000, size=1, fileKey=(dev=38,ino=353469901)
12:28:01.712 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, lastModified changed from 2022-06-07 12:28:01.711024000 to 2022-06-07 12:28:01.712024000
12:28:01.712 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, create new FileSnapshot: lastRead=2022-06-07 12:28:01.712341000, lastModified=2022-06-07 12:28:01.712024000, size=1, fileKey=(dev=38,ino=353469901)
12:28:01.712 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, isRacyClean=false, read=2022-06-07 12:28:01.712341000, lastModified=2022-06-07 12:28:01.712024000, delta=317000 ns, racy<=27500 ns
12:28:01.712 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, is unmodified
12:28:01.712 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, create new FileSnapshot: lastRead=2022-06-07 12:28:01.712879000, lastModified=2022-06-07 12:28:01.712024000, size=1, fileKey=(dev=38,ino=353469901)
12:28:01.713 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, lastModified changed from 2022-06-07 12:28:01.712024000 to 2022-06-07 12:28:01.713024000
12:28:01.713 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, create new FileSnapshot: lastRead=2022-06-07 12:28:01.713367000, lastModified=2022-06-07 12:28:01.713024000, size=1, fileKey=(dev=38,ino=353469901)
12:28:01.713 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, isRacyClean=false, read=2022-06-07 12:28:01.713367000, lastModified=2022-06-07 12:28:01.713024000, delta=343000 ns, racy<=27500 ns
12:28:01.713 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, is unmodified
12:28:01.713 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, create new FileSnapshot: lastRead=2022-06-07 12:28:01.713868000, lastModified=2022-06-07 12:28:01.713024000, size=1, fileKey=(dev=38,ino=353469901)
12:28:01.718 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, lastModified changed from 2022-06-07 12:28:01.713024000 to 2022-06-07 12:28:01.714024000
12:28:01.718 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, create new FileSnapshot: lastRead=2022-06-07 12:28:01.718627000, lastModified=2022-06-07 12:28:01.718024000, size=1, fileKey=(dev=38,ino=353469901)
12:28:01.719 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, isRacyClean=false, read=2022-06-07 12:28:01.718627000, lastModified=2022-06-07 12:28:01.718024000, delta=603000 ns, racy<=27500 ns
12:28:01.719 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, is unmodified
12:28:01.774 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, create new FileSnapshot: lastRead=2022-06-07 12:28:01.774060000, lastModified=2022-06-07 12:28:01.719024000, size=1, fileKey=(dev=38,ino=353469901)
12:28:01.774 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, lastModified changed from 2022-06-07 12:28:01.719024000 to 2022-06-07 12:28:01.774025000
12:28:01.775 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, create new FileSnapshot: lastRead=2022-06-07 12:28:01.774974000, lastModified=2022-06-07 12:28:01.774025000, size=1, fileKey=(dev=38,ino=353469901)
12:28:01.775 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, lastModified changed from 2022-06-07 12:28:01.774025000 to 2022-06-07 12:28:01.775025000
12:28:01.775 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, create new FileSnapshot: lastRead=2022-06-07 12:28:01.775554000, lastModified=2022-06-07 12:28:01.775025000, size=1, fileKey=(dev=38,ino=353469901)
12:28:01.775 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, isRacyClean=false, read=2022-06-07 12:28:01.775554000, lastModified=2022-06-07 12:28:01.775025000, delta=529000 ns, racy<=27500 ns
12:28:01.775 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, is unmodified
12:28:01.776 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, create new FileSnapshot: lastRead=2022-06-07 12:28:01.776181000, lastModified=2022-06-07 12:28:01.776025000, size=1, fileKey=(dev=38,ino=353469901)
12:28:01.776 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, isRacyClean=false, read=2022-06-07 12:28:01.776181000, lastModified=2022-06-07 12:28:01.776025000, delta=156000 ns, racy<=27500 ns
12:28:01.776 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, is unmodified
12:28:01.780 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, create new FileSnapshot: lastRead=2022-06-07 12:28:01.780774000, lastModified=2022-06-07 12:28:01.776025000, size=1, fileKey=(dev=38,ino=353469901)
12:28:01.781 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, lastModified changed from 2022-06-07 12:28:01.776025000 to 2022-06-07 12:28:01.781025000
12:28:01.781 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, create new FileSnapshot: lastRead=2022-06-07 12:28:01.781509000, lastModified=2022-06-07 12:28:01.781025000, size=1, fileKey=(dev=38,ino=353469901)
12:28:01.781 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, isRacyClean=false, read=2022-06-07 12:28:01.781509000, lastModified=2022-06-07 12:28:01.781025000, delta=484000 ns, racy<=27500 ns
12:28:01.781 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, is unmodified
12:28:01.782 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, create new FileSnapshot: lastRead=2022-06-07 12:28:01.782099000, lastModified=2022-06-07 12:28:01.781025000, size=1, fileKey=(dev=38,ino=353469901)
12:28:01.782 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, lastModified changed from 2022-06-07 12:28:01.781025000 to 2022-06-07 12:28:01.782025000
12:28:01.782 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, create new FileSnapshot: lastRead=2022-06-07 12:28:01.782624000, lastModified=2022-06-07 12:28:01.782025000, size=1, fileKey=(dev=38,ino=353469901)
12:28:01.783 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, isRacyClean=false, read=2022-06-07 12:28:01.782624000, lastModified=2022-06-07 12:28:01.782025000, delta=599000 ns, racy<=27500 ns
12:28:01.783 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, is unmodified
12:28:01.783 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, create new FileSnapshot: lastRead=2022-06-07 12:28:01.783206000, lastModified=2022-06-07 12:28:01.783025000, size=1, fileKey=(dev=38,ino=353469901)
12:28:01.783 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, isRacyClean=false, read=2022-06-07 12:28:01.783206000, lastModified=2022-06-07 12:28:01.783025000, delta=181000 ns, racy<=27500 ns
12:28:01.783 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, is unmodified
12:28:01.783 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, create new FileSnapshot: lastRead=2022-06-07 12:28:01.783774000, lastModified=2022-06-07 12:28:01.783025000, size=1, fileKey=(dev=38,ino=353469901)
12:28:01.788 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, isRacyClean=false, read=2022-06-07 12:28:01.783774000, lastModified=2022-06-07 12:28:01.783025000, delta=749000 ns, racy<=27500 ns
12:28:01.788 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, is unmodified
12:28:01.788 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, create new FileSnapshot: lastRead=2022-06-07 12:28:01.788399000, lastModified=2022-06-07 12:28:01.788025000, size=1, fileKey=(dev=38,ino=353469901)
12:28:01.788 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, isRacyClean=false, read=2022-06-07 12:28:01.788399000, lastModified=2022-06-07 12:28:01.788025000, delta=374000 ns, racy<=27500 ns
12:28:01.788 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, is unmodified
12:28:01.789 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, create new FileSnapshot: lastRead=2022-06-07 12:28:01.788978000, lastModified=2022-06-07 12:28:01.788025000, size=1, fileKey=(dev=38,ino=353469901)
12:28:01.789 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, lastModified changed from 2022-06-07 12:28:01.788025000 to 2022-06-07 12:28:01.789025000
12:28:01.789 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, create new FileSnapshot: lastRead=2022-06-07 12:28:01.789529000, lastModified=2022-06-07 12:28:01.789025000, size=1, fileKey=(dev=38,ino=353469901)
12:28:01.789 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, isRacyClean=false, read=2022-06-07 12:28:01.789529000, lastModified=2022-06-07 12:28:01.789025000, delta=504000 ns, racy<=27500 ns
12:28:01.789 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, is unmodified
12:28:01.790 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, create new FileSnapshot: lastRead=2022-06-07 12:28:01.790098000, lastModified=2022-06-07 12:28:01.789025000, size=1, fileKey=(dev=38,ino=353469901)
12:28:01.790 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, lastModified changed from 2022-06-07 12:28:01.789025000 to 2022-06-07 12:28:01.790025000
12:28:01.790 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, create new FileSnapshot: lastRead=2022-06-07 12:28:01.790634000, lastModified=2022-06-07 12:28:01.790025000, size=1, fileKey=(dev=38,ino=353469901)
12:28:01.791 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, isRacyClean=false, read=2022-06-07 12:28:01.790634000, lastModified=2022-06-07 12:28:01.790025000, delta=609000 ns, racy<=27500 ns
12:28:01.791 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, is unmodified
12:28:01.795 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, create new FileSnapshot: lastRead=2022-06-07 12:28:01.795155000, lastModified=2022-06-07 12:28:01.791025000, size=1, fileKey=(dev=38,ino=353469901)
12:28:01.795 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, lastModified changed from 2022-06-07 12:28:01.791025000 to 2022-06-07 12:28:01.795025000
12:28:01.795 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, create new FileSnapshot: lastRead=2022-06-07 12:28:01.795790000, lastModified=2022-06-07 12:28:01.795025000, size=1, fileKey=(dev=38,ino=353469901)
12:28:01.796 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, isRacyClean=false, read=2022-06-07 12:28:01.795790000, lastModified=2022-06-07 12:28:01.795025000, delta=765000 ns, racy<=27500 ns
12:28:01.796 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, is unmodified
12:28:01.796 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, create new FileSnapshot: lastRead=2022-06-07 12:28:01.796375000, lastModified=2022-06-07 12:28:01.796025000, size=1, fileKey=(dev=38,ino=353469901)
12:28:01.796 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, isRacyClean=false, read=2022-06-07 12:28:01.796375000, lastModified=2022-06-07 12:28:01.796025000, delta=350000 ns, racy<=27500 ns
12:28:01.796 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, is unmodified
12:28:01.797 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, create new FileSnapshot: lastRead=2022-06-07 12:28:01.796945000, lastModified=2022-06-07 12:28:01.796025000, size=1, fileKey=(dev=38,ino=353469901)
12:28:01.797 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, lastModified changed from 2022-06-07 12:28:01.796025000 to 2022-06-07 12:28:01.797025000
12:28:01.797 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, create new FileSnapshot: lastRead=2022-06-07 12:28:01.797515000, lastModified=2022-06-07 12:28:01.797025000, size=1, fileKey=(dev=38,ino=353469901)
12:28:01.797 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, isRacyClean=false, read=2022-06-07 12:28:01.797515000, lastModified=2022-06-07 12:28:01.797025000, delta=490000 ns, racy<=27500 ns
12:28:01.797 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, is unmodified
12:28:01.798 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, create new FileSnapshot: lastRead=2022-06-07 12:28:01.798091000, lastModified=2022-06-07 12:28:01.797025000, size=1, fileKey=(dev=38,ino=353469901)
12:28:01.910 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, lastModified changed from 2022-06-07 12:28:01.797025000 to 2022-06-07 12:28:01.798025000
12:28:01.911 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, create new FileSnapshot: lastRead=2022-06-07 12:28:01.911159000, lastModified=2022-06-07 12:28:01.910025000, size=1, fileKey=(dev=38,ino=353469901)
12:28:01.911 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, lastModified changed from 2022-06-07 12:28:01.910025000 to 2022-06-07 12:28:01.911025000
12:28:01.911 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, create new FileSnapshot: lastRead=2022-06-07 12:28:01.911740000, lastModified=2022-06-07 12:28:01.911025000, size=1, fileKey=(dev=38,ino=353469901)
12:28:01.912 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, isRacyClean=false, read=2022-06-07 12:28:01.911740000, lastModified=2022-06-07 12:28:01.911025000, delta=715000 ns, racy<=27500 ns
12:28:01.912 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, is unmodified
12:28:01.912 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, create new FileSnapshot: lastRead=2022-06-07 12:28:01.912281000, lastModified=2022-06-07 12:28:01.912025000, size=1, fileKey=(dev=38,ino=353469901)
12:28:01.912 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, isRacyClean=false, read=2022-06-07 12:28:01.912281000, lastModified=2022-06-07 12:28:01.912025000, delta=256000 ns, racy<=27500 ns
12:28:01.912 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, is unmodified
12:28:01.912 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, create new FileSnapshot: lastRead=2022-06-07 12:28:01.912858000, lastModified=2022-06-07 12:28:01.912025000, size=1, fileKey=(dev=38,ino=353469901)
12:28:01.913 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, lastModified changed from 2022-06-07 12:28:01.912025000 to 2022-06-07 12:28:01.913025000
12:28:01.913 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, create new FileSnapshot: lastRead=2022-06-07 12:28:01.913412000, lastModified=2022-06-07 12:28:01.913025000, size=1, fileKey=(dev=38,ino=353469901)
12:28:01.913 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, isRacyClean=false, read=2022-06-07 12:28:01.913412000, lastModified=2022-06-07 12:28:01.913025000, delta=387000 ns, racy<=27500 ns
12:28:01.913 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, is unmodified
12:28:01.918 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, create new FileSnapshot: lastRead=2022-06-07 12:28:01.917917000, lastModified=2022-06-07 12:28:01.913025000, size=1, fileKey=(dev=38,ino=353469901)
12:28:01.918 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, lastModified changed from 2022-06-07 12:28:01.913025000 to 2022-06-07 12:28:01.918025000
12:28:01.918 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, create new FileSnapshot: lastRead=2022-06-07 12:28:01.918638000, lastModified=2022-06-07 12:28:01.918025000, size=1, fileKey=(dev=38,ino=353469901)
12:28:01.918 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, isRacyClean=false, read=2022-06-07 12:28:01.918638000, lastModified=2022-06-07 12:28:01.918025000, delta=613000 ns, racy<=27500 ns
12:28:01.918 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, is unmodified
12:28:01.919 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, create new FileSnapshot: lastRead=2022-06-07 12:28:01.919145000, lastModified=2022-06-07 12:28:01.919025000, size=1, fileKey=(dev=38,ino=353469901)
12:28:01.919 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, isRacyClean=false, read=2022-06-07 12:28:01.919145000, lastModified=2022-06-07 12:28:01.919025000, delta=120000 ns, racy<=27500 ns
12:28:01.919 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, is unmodified
12:28:01.919 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, create new FileSnapshot: lastRead=2022-06-07 12:28:01.919648000, lastModified=2022-06-07 12:28:01.919025000, size=1, fileKey=(dev=38,ino=353469901)
12:28:01.919 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, isRacyClean=false, read=2022-06-07 12:28:01.919648000, lastModified=2022-06-07 12:28:01.919025000, delta=623000 ns, racy<=27500 ns
12:28:01.919 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, is unmodified
12:28:01.920 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, create new FileSnapshot: lastRead=2022-06-07 12:28:01.920144000, lastModified=2022-06-07 12:28:01.920025000, size=1, fileKey=(dev=38,ino=353469901)
12:28:01.920 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, isRacyClean=false, read=2022-06-07 12:28:01.920144000, lastModified=2022-06-07 12:28:01.920025000, delta=119000 ns, racy<=27500 ns
12:28:01.920 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, is unmodified
12:28:01.920 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, create new FileSnapshot: lastRead=2022-06-07 12:28:01.920644000, lastModified=2022-06-07 12:28:01.920025000, size=1, fileKey=(dev=38,ino=353469901)
12:28:01.923 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, isRacyClean=false, read=2022-06-07 12:28:01.920644000, lastModified=2022-06-07 12:28:01.920025000, delta=619000 ns, racy<=27500 ns
12:28:01.923 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, is unmodified
12:28:01.923 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, create new FileSnapshot: lastRead=2022-06-07 12:28:01.923578000, lastModified=2022-06-07 12:28:01.923025000, size=1, fileKey=(dev=38,ino=353469901)
12:28:01.923 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, isRacyClean=false, read=2022-06-07 12:28:01.923578000, lastModified=2022-06-07 12:28:01.923025000, delta=553000 ns, racy<=27500 ns
12:28:01.923 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, is unmodified
12:28:01.924 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, create new FileSnapshot: lastRead=2022-06-07 12:28:01.924120000, lastModified=2022-06-07 12:28:01.923025000, size=1, fileKey=(dev=38,ino=353469901)
12:28:01.924 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, lastModified changed from 2022-06-07 12:28:01.923025000 to 2022-06-07 12:28:01.924025000
12:28:01.924 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, create new FileSnapshot: lastRead=2022-06-07 12:28:01.924654000, lastModified=2022-06-07 12:28:01.924025000, size=1, fileKey=(dev=38,ino=353469901)
12:28:01.924 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, isRacyClean=false, read=2022-06-07 12:28:01.924654000, lastModified=2022-06-07 12:28:01.924025000, delta=629000 ns, racy<=27500 ns
12:28:01.925 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, is unmodified
12:28:01.925 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, create new FileSnapshot: lastRead=2022-06-07 12:28:01.925226000, lastModified=2022-06-07 12:28:01.925025000, size=1, fileKey=(dev=38,ino=353469901)
12:28:01.925 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, isRacyClean=false, read=2022-06-07 12:28:01.925226000, lastModified=2022-06-07 12:28:01.925025000, delta=201000 ns, racy<=27500 ns
12:28:01.925 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, is unmodified
12:28:01.925 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, create new FileSnapshot: lastRead=2022-06-07 12:28:01.925732000, lastModified=2022-06-07 12:28:01.925025000, size=1, fileKey=(dev=38,ino=353469901)
12:28:01.926 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, isRacyClean=false, read=2022-06-07 12:28:01.925732000, lastModified=2022-06-07 12:28:01.925025000, delta=707000 ns, racy<=27500 ns
12:28:01.926 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, is unmodified
12:28:01.928 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, create new FileSnapshot: lastRead=2022-06-07 12:28:01.928627000, lastModified=2022-06-07 12:28:01.926025000, size=1, fileKey=(dev=38,ino=353469901)
12:28:01.929 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, lastModified changed from 2022-06-07 12:28:01.926025000 to 2022-06-07 12:28:01.928025000
12:28:01.929 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, create new FileSnapshot: lastRead=2022-06-07 12:28:01.929220000, lastModified=2022-06-07 12:28:01.929025000, size=1, fileKey=(dev=38,ino=353469901)
12:28:01.929 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, isRacyClean=false, read=2022-06-07 12:28:01.929220000, lastModified=2022-06-07 12:28:01.929025000, delta=195000 ns, racy<=27500 ns
12:28:01.929 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, is unmodified
12:28:01.929 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, create new FileSnapshot: lastRead=2022-06-07 12:28:01.929779000, lastModified=2022-06-07 12:28:01.929025000, size=1, fileKey=(dev=38,ino=353469901)
12:28:01.930 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, isRacyClean=false, read=2022-06-07 12:28:01.929779000, lastModified=2022-06-07 12:28:01.929025000, delta=754000 ns, racy<=27500 ns
12:28:01.930 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, is unmodified
12:28:01.930 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, create new FileSnapshot: lastRead=2022-06-07 12:28:01.930347000, lastModified=2022-06-07 12:28:01.930025000, size=1, fileKey=(dev=38,ino=353469901)
12:28:01.930 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, isRacyClean=false, read=2022-06-07 12:28:01.930347000, lastModified=2022-06-07 12:28:01.930025000, delta=322000 ns, racy<=27500 ns
12:28:01.930 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, is unmodified
12:28:01.930 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, create new FileSnapshot: lastRead=2022-06-07 12:28:01.930886000, lastModified=2022-06-07 12:28:01.930025000, size=1, fileKey=(dev=38,ino=353469901)
12:28:01.931 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, lastModified changed from 2022-06-07 12:28:01.930025000 to 2022-06-07 12:28:01.931025000
12:28:01.931 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, create new FileSnapshot: lastRead=2022-06-07 12:28:01.931438000, lastModified=2022-06-07 12:28:01.931025000, size=1, fileKey=(dev=38,ino=353469901)
12:28:01.934 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, isRacyClean=false, read=2022-06-07 12:28:01.931438000, lastModified=2022-06-07 12:28:01.931025000, delta=413000 ns, racy<=27500 ns
12:28:01.934 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, is unmodified
12:28:01.934 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, create new FileSnapshot: lastRead=2022-06-07 12:28:01.934367000, lastModified=2022-06-07 12:28:01.934025000, size=1, fileKey=(dev=38,ino=353469901)
12:28:01.934 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, isRacyClean=false, read=2022-06-07 12:28:01.934367000, lastModified=2022-06-07 12:28:01.934025000, delta=342000 ns, racy<=27500 ns
12:28:01.934 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, is unmodified
12:28:01.934 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, create new FileSnapshot: lastRead=2022-06-07 12:28:01.934766000, lastModified=2022-06-07 12:28:01.934025000, size=1, fileKey=(dev=38,ino=353469901)
12:28:01.935 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, isRacyClean=false, read=2022-06-07 12:28:01.934766000, lastModified=2022-06-07 12:28:01.934025000, delta=741000 ns, racy<=27500 ns
12:28:01.935 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, is unmodified
12:28:01.974 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, create new FileSnapshot: lastRead=2022-06-07 12:28:01.935156000, lastModified=2022-06-07 12:28:01.935025000, size=1, fileKey=(dev=38,ino=353469901)
12:28:01.974 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, lastModified changed from 2022-06-07 12:28:01.935025000 to 2022-06-07 12:28:01.974026000
12:28:01.974 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, create new FileSnapshot: lastRead=2022-06-07 12:28:01.974673000, lastModified=2022-06-07 12:28:01.974026000, size=1, fileKey=(dev=38,ino=353469901)
12:28:01.975 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, isRacyClean=false, read=2022-06-07 12:28:01.974673000, lastModified=2022-06-07 12:28:01.974026000, delta=647000 ns, racy<=27500 ns
12:28:01.975 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, is unmodified
12:28:01.975 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, create new FileSnapshot: lastRead=2022-06-07 12:28:01.975250000, lastModified=2022-06-07 12:28:01.975026000, size=1, fileKey=(dev=38,ino=353469901)
12:28:01.975 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, isRacyClean=false, read=2022-06-07 12:28:01.975250000, lastModified=2022-06-07 12:28:01.975026000, delta=224000 ns, racy<=27500 ns
12:28:01.975 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, is unmodified
12:28:01.980 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, create new FileSnapshot: lastRead=2022-06-07 12:28:01.980171000, lastModified=2022-06-07 12:28:01.975026000, size=1, fileKey=(dev=38,ino=353469901)
12:28:01.980 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, lastModified changed from 2022-06-07 12:28:01.975026000 to 2022-06-07 12:28:01.980026000
12:28:01.980 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, create new FileSnapshot: lastRead=2022-06-07 12:28:01.980921000, lastModified=2022-06-07 12:28:01.980026000, size=1, fileKey=(dev=38,ino=353469901)
12:28:01.981 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, lastModified changed from 2022-06-07 12:28:01.980026000 to 2022-06-07 12:28:01.981026000
12:28:01.981 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, create new FileSnapshot: lastRead=2022-06-07 12:28:01.981456000, lastModified=2022-06-07 12:28:01.981026000, size=1, fileKey=(dev=38,ino=353469901)
12:28:01.981 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, isRacyClean=false, read=2022-06-07 12:28:01.981456000, lastModified=2022-06-07 12:28:01.981026000, delta=430000 ns, racy<=27500 ns
12:28:01.981 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, is unmodified
12:28:01.982 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, create new FileSnapshot: lastRead=2022-06-07 12:28:01.981989000, lastModified=2022-06-07 12:28:01.981026000, size=1, fileKey=(dev=38,ino=353469901)
12:28:01.982 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, lastModified changed from 2022-06-07 12:28:01.981026000 to 2022-06-07 12:28:01.982026000
12:28:01.982 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, create new FileSnapshot: lastRead=2022-06-07 12:28:01.982526000, lastModified=2022-06-07 12:28:01.982026000, size=1, fileKey=(dev=38,ino=353469901)
12:28:01.982 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, isRacyClean=false, read=2022-06-07 12:28:01.982526000, lastModified=2022-06-07 12:28:01.982026000, delta=500000 ns, racy<=27500 ns
12:28:01.982 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, is unmodified
12:28:01.983 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, create new FileSnapshot: lastRead=2022-06-07 12:28:01.983075000, lastModified=2022-06-07 12:28:01.982026000, size=1, fileKey=(dev=38,ino=353469901)
12:28:01.987 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, lastModified changed from 2022-06-07 12:28:01.982026000 to 2022-06-07 12:28:01.983026000
12:28:01.987 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, create new FileSnapshot: lastRead=2022-06-07 12:28:01.987270000, lastModified=2022-06-07 12:28:01.987026000, size=1, fileKey=(dev=38,ino=353469901)
12:28:01.987 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, isRacyClean=false, read=2022-06-07 12:28:01.987270000, lastModified=2022-06-07 12:28:01.987026000, delta=244000 ns, racy<=27500 ns
12:28:01.987 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, is unmodified
12:28:01.987 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, create new FileSnapshot: lastRead=2022-06-07 12:28:01.987714000, lastModified=2022-06-07 12:28:01.987026000, size=1, fileKey=(dev=38,ino=353469901)
12:28:01.987 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, isRacyClean=false, read=2022-06-07 12:28:01.987714000, lastModified=2022-06-07 12:28:01.987026000, delta=688000 ns, racy<=27500 ns
12:28:01.988 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, is unmodified
12:28:01.988 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, create new FileSnapshot: lastRead=2022-06-07 12:28:01.988162000, lastModified=2022-06-07 12:28:01.988026000, size=1, fileKey=(dev=38,ino=353469901)
12:28:01.988 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, isRacyClean=false, read=2022-06-07 12:28:01.988162000, lastModified=2022-06-07 12:28:01.988026000, delta=136000 ns, racy<=27500 ns
12:28:01.988 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, is unmodified
12:28:01.988 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, create new FileSnapshot: lastRead=2022-06-07 12:28:01.988538000, lastModified=2022-06-07 12:28:01.988026000, size=1, fileKey=(dev=38,ino=353469901)
12:28:01.988 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, isRacyClean=false, read=2022-06-07 12:28:01.988538000, lastModified=2022-06-07 12:28:01.988026000, delta=512000 ns, racy<=27500 ns
12:28:01.988 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, is unmodified
12:28:01.988 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, create new FileSnapshot: lastRead=2022-06-07 12:28:01.988906000, lastModified=2022-06-07 12:28:01.988026000, size=1, fileKey=(dev=38,ino=353469901)
12:28:01.989 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, lastModified changed from 2022-06-07 12:28:01.988026000 to 2022-06-07 12:28:01.989026000
12:28:01.992 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, create new FileSnapshot: lastRead=2022-06-07 12:28:01.992906000, lastModified=2022-06-07 12:28:01.989026000, size=1, fileKey=(dev=38,ino=353469901)
12:28:01.993 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, lastModified changed from 2022-06-07 12:28:01.989026000 to 2022-06-07 12:28:01.993026000
12:28:01.993 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, create new FileSnapshot: lastRead=2022-06-07 12:28:01.993425000, lastModified=2022-06-07 12:28:01.993026000, size=1, fileKey=(dev=38,ino=353469901)
12:28:01.993 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, isRacyClean=false, read=2022-06-07 12:28:01.993425000, lastModified=2022-06-07 12:28:01.993026000, delta=399000 ns, racy<=27500 ns
12:28:01.993 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, is unmodified
12:28:01.993 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, create new FileSnapshot: lastRead=2022-06-07 12:28:01.993809000, lastModified=2022-06-07 12:28:01.993026000, size=1, fileKey=(dev=38,ino=353469901)
12:28:01.994 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, isRacyClean=false, read=2022-06-07 12:28:01.993809000, lastModified=2022-06-07 12:28:01.993026000, delta=783000 ns, racy<=27500 ns
12:28:01.994 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, is unmodified
12:28:01.994 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, create new FileSnapshot: lastRead=2022-06-07 12:28:01.994207000, lastModified=2022-06-07 12:28:01.994026000, size=1, fileKey=(dev=38,ino=353469901)
12:28:01.994 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, isRacyClean=false, read=2022-06-07 12:28:01.994207000, lastModified=2022-06-07 12:28:01.994026000, delta=181000 ns, racy<=27500 ns
12:28:01.994 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, is unmodified
12:28:01.994 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, create new FileSnapshot: lastRead=2022-06-07 12:28:01.994573000, lastModified=2022-06-07 12:28:01.994026000, size=1, fileKey=(dev=38,ino=353469901)
12:28:01.994 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, isRacyClean=false, read=2022-06-07 12:28:01.994573000, lastModified=2022-06-07 12:28:01.994026000, delta=547000 ns, racy<=27500 ns
12:28:01.994 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, is unmodified
12:28:01.994 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, create new FileSnapshot: lastRead=2022-06-07 12:28:01.994935000, lastModified=2022-06-07 12:28:01.994026000, size=1, fileKey=(dev=38,ino=353469901)
12:28:01.998 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, lastModified changed from 2022-06-07 12:28:01.994026000 to 2022-06-07 12:28:01.995026000
12:28:01.999 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, create new FileSnapshot: lastRead=2022-06-07 12:28:01.998963000, lastModified=2022-06-07 12:28:01.998026000, size=1, fileKey=(dev=38,ino=353469901)
12:28:01.999 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, lastModified changed from 2022-06-07 12:28:01.998026000 to 2022-06-07 12:28:01.999026000
12:28:01.999 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, create new FileSnapshot: lastRead=2022-06-07 12:28:01.999421000, lastModified=2022-06-07 12:28:01.999026000, size=1, fileKey=(dev=38,ino=353469901)
12:28:01.999 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, isRacyClean=false, read=2022-06-07 12:28:01.999421000, lastModified=2022-06-07 12:28:01.999026000, delta=395000 ns, racy<=27500 ns
12:28:01.999 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, is unmodified
12:28:01.999 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, create new FileSnapshot: lastRead=2022-06-07 12:28:01.999838000, lastModified=2022-06-07 12:28:01.999026000, size=1, fileKey=(dev=38,ino=353469901)
12:28:02.000 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, isRacyClean=false, read=2022-06-07 12:28:01.999838000, lastModified=2022-06-07 12:28:01.999026000, delta=812000 ns, racy<=27500 ns
12:28:02.000 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, is unmodified
12:28:02.000 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, create new FileSnapshot: lastRead=2022-06-07 12:28:02.000243000, lastModified=2022-06-07 12:28:02.000026000, size=1, fileKey=(dev=38,ino=353469901)
12:28:02.000 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, isRacyClean=false, read=2022-06-07 12:28:02.000243000, lastModified=2022-06-07 12:28:02.000026000, delta=217000 ns, racy<=27500 ns
12:28:02.000 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, is unmodified
12:28:02.000 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, create new FileSnapshot: lastRead=2022-06-07 12:28:02.000607000, lastModified=2022-06-07 12:28:02.000026000, size=1, fileKey=(dev=38,ino=353469901)
12:28:02.000 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, isRacyClean=false, read=2022-06-07 12:28:02.000607000, lastModified=2022-06-07 12:28:02.000026000, delta=581000 ns, racy<=27500 ns
12:28:02.000 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, is unmodified
12:28:02.004 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, create new FileSnapshot: lastRead=2022-06-07 12:28:02.004594000, lastModified=2022-06-07 12:28:02.000026000, size=1, fileKey=(dev=38,ino=353469901)
12:28:02.004 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, lastModified changed from 2022-06-07 12:28:02.000026000 to 2022-06-07 12:28:02.004026000
12:28:02.005 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, create new FileSnapshot: lastRead=2022-06-07 12:28:02.005133000, lastModified=2022-06-07 12:28:02.005026000, size=1, fileKey=(dev=38,ino=353469901)
12:28:02.005 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, isRacyClean=false, read=2022-06-07 12:28:02.005133000, lastModified=2022-06-07 12:28:02.005026000, delta=107000 ns, racy<=27500 ns
12:28:02.005 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, is unmodified
12:28:02.005 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, create new FileSnapshot: lastRead=2022-06-07 12:28:02.005551000, lastModified=2022-06-07 12:28:02.005026000, size=1, fileKey=(dev=38,ino=353469901)
12:28:02.005 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, isRacyClean=false, read=2022-06-07 12:28:02.005551000, lastModified=2022-06-07 12:28:02.005026000, delta=525000 ns, racy<=27500 ns
12:28:02.005 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, is unmodified
12:28:02.005 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, create new FileSnapshot: lastRead=2022-06-07 12:28:02.005925000, lastModified=2022-06-07 12:28:02.005026000, size=1, fileKey=(dev=38,ino=353469901)
12:28:02.006 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, lastModified changed from 2022-06-07 12:28:02.005026000 to 2022-06-07 12:28:02.006026000
12:28:02.006 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, create new FileSnapshot: lastRead=2022-06-07 12:28:02.006316000, lastModified=2022-06-07 12:28:02.006026000, size=1, fileKey=(dev=38,ino=353469901)
12:28:02.006 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, isRacyClean=false, read=2022-06-07 12:28:02.006316000, lastModified=2022-06-07 12:28:02.006026000, delta=290000 ns, racy<=27500 ns
12:28:02.006 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, is unmodified
12:28:02.006 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, create new FileSnapshot: lastRead=2022-06-07 12:28:02.006710000, lastModified=2022-06-07 12:28:02.006026000, size=1, fileKey=(dev=38,ino=353469901)
12:28:02.010 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, isRacyClean=false, read=2022-06-07 12:28:02.006710000, lastModified=2022-06-07 12:28:02.006026000, delta=684000 ns, racy<=27500 ns
12:28:02.011 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, is unmodified
12:28:02.011 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, create new FileSnapshot: lastRead=2022-06-07 12:28:02.011239000, lastModified=2022-06-07 12:28:02.011026000, size=1, fileKey=(dev=38,ino=353469901)
12:28:02.011 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, isRacyClean=false, read=2022-06-07 12:28:02.011239000, lastModified=2022-06-07 12:28:02.011026000, delta=213000 ns, racy<=27500 ns
12:28:02.011 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, is unmodified
12:28:02.011 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, create new FileSnapshot: lastRead=2022-06-07 12:28:02.011774000, lastModified=2022-06-07 12:28:02.011026000, size=1, fileKey=(dev=38,ino=353469901)
12:28:02.012 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, isRacyClean=false, read=2022-06-07 12:28:02.011774000, lastModified=2022-06-07 12:28:02.011026000, delta=748000 ns, racy<=27500 ns
12:28:02.012 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, is unmodified
12:28:02.012 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, create new FileSnapshot: lastRead=2022-06-07 12:28:02.012317000, lastModified=2022-06-07 12:28:02.012026000, size=1, fileKey=(dev=38,ino=353469901)
12:28:02.014 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, lastModified changed from 2022-06-07 12:28:02.012026000 to 2022-06-07 12:28:02.014026000
12:28:02.016 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, create new FileSnapshot: lastRead=2022-06-07 12:28:02.016171000, lastModified=2022-06-07 12:28:02.016026000, size=1, fileKey=(dev=38,ino=353469901)
12:28:02.074 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, lastModified changed from 2022-06-07 12:28:02.016026000 to 2022-06-07 12:28:02.018026000
12:28:02.074 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, create new FileSnapshot: lastRead=2022-06-07 12:28:02.074506000, lastModified=2022-06-07 12:28:02.074026000, size=1, fileKey=(dev=38,ino=353469901)
12:28:02.074 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, isRacyClean=false, read=2022-06-07 12:28:02.074506000, lastModified=2022-06-07 12:28:02.074026000, delta=480000 ns, racy<=27500 ns
12:28:02.074 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, is unmodified
12:28:02.074 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, create new FileSnapshot: lastRead=2022-06-07 12:28:02.074943000, lastModified=2022-06-07 12:28:02.074026000, size=1, fileKey=(dev=38,ino=353469901)
12:28:02.075 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, lastModified changed from 2022-06-07 12:28:02.074026000 to 2022-06-07 12:28:02.075026000
12:28:02.075 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, create new FileSnapshot: lastRead=2022-06-07 12:28:02.075318000, lastModified=2022-06-07 12:28:02.075026000, size=1, fileKey=(dev=38,ino=353469901)
12:28:02.075 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, isRacyClean=false, read=2022-06-07 12:28:02.075318000, lastModified=2022-06-07 12:28:02.075026000, delta=292000 ns, racy<=27500 ns
12:28:02.075 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, is unmodified
12:28:02.075 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, create new FileSnapshot: lastRead=2022-06-07 12:28:02.075698000, lastModified=2022-06-07 12:28:02.075026000, size=1, fileKey=(dev=38,ino=353469901)
12:28:02.080 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, isRacyClean=false, read=2022-06-07 12:28:02.075698000, lastModified=2022-06-07 12:28:02.075026000, delta=672000 ns, racy<=27500 ns
12:28:02.080 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, is unmodified
12:28:02.080 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, create new FileSnapshot: lastRead=2022-06-07 12:28:02.080669000, lastModified=2022-06-07 12:28:02.080026000, size=1, fileKey=(dev=38,ino=353469901)
12:28:02.080 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, isRacyClean=false, read=2022-06-07 12:28:02.080669000, lastModified=2022-06-07 12:28:02.080026000, delta=643000 ns, racy<=27500 ns
12:28:02.080 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, is unmodified
12:28:02.081 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, create new FileSnapshot: lastRead=2022-06-07 12:28:02.081079000, lastModified=2022-06-07 12:28:02.080026000, size=1, fileKey=(dev=38,ino=353469901)
12:28:02.081 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, lastModified changed from 2022-06-07 12:28:02.080026000 to 2022-06-07 12:28:02.081026000
12:28:02.081 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, create new FileSnapshot: lastRead=2022-06-07 12:28:02.081465000, lastModified=2022-06-07 12:28:02.081026000, size=1, fileKey=(dev=38,ino=353469901)
12:28:02.081 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, isRacyClean=false, read=2022-06-07 12:28:02.081465000, lastModified=2022-06-07 12:28:02.081026000, delta=439000 ns, racy<=27500 ns
12:28:02.081 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, is unmodified
12:28:02.081 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, create new FileSnapshot: lastRead=2022-06-07 12:28:02.081833000, lastModified=2022-06-07 12:28:02.081026000, size=1, fileKey=(dev=38,ino=353469901)
12:28:02.082 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, isRacyClean=false, read=2022-06-07 12:28:02.081833000, lastModified=2022-06-07 12:28:02.081026000, delta=807000 ns, racy<=27500 ns
12:28:02.082 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, is unmodified
12:28:02.082 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, create new FileSnapshot: lastRead=2022-06-07 12:28:02.082210000, lastModified=2022-06-07 12:28:02.082026000, size=1, fileKey=(dev=38,ino=353469901)
12:28:02.082 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, isRacyClean=false, read=2022-06-07 12:28:02.082210000, lastModified=2022-06-07 12:28:02.082026000, delta=184000 ns, racy<=27500 ns
12:28:02.082 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, is unmodified
12:28:02.087 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, create new FileSnapshot: lastRead=2022-06-07 12:28:02.086998000, lastModified=2022-06-07 12:28:02.082026000, size=1, fileKey=(dev=38,ino=353469901)
12:28:02.087 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, lastModified changed from 2022-06-07 12:28:02.082026000 to 2022-06-07 12:28:02.087026000
12:28:02.087 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, create new FileSnapshot: lastRead=2022-06-07 12:28:02.087560000, lastModified=2022-06-07 12:28:02.087026000, size=1, fileKey=(dev=38,ino=353469901)
12:28:02.087 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, isRacyClean=false, read=2022-06-07 12:28:02.087560000, lastModified=2022-06-07 12:28:02.087026000, delta=534000 ns, racy<=27500 ns
12:28:02.087 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, is unmodified
12:28:02.087 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, create new FileSnapshot: lastRead=2022-06-07 12:28:02.087932000, lastModified=2022-06-07 12:28:02.087026000, size=1, fileKey=(dev=38,ino=353469901)
12:28:02.088 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, lastModified changed from 2022-06-07 12:28:02.087026000 to 2022-06-07 12:28:02.088026000
12:28:02.088 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, create new FileSnapshot: lastRead=2022-06-07 12:28:02.088329000, lastModified=2022-06-07 12:28:02.088026000, size=1, fileKey=(dev=38,ino=353469901)
12:28:02.088 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, isRacyClean=false, read=2022-06-07 12:28:02.088329000, lastModified=2022-06-07 12:28:02.088026000, delta=303000 ns, racy<=27500 ns
12:28:02.088 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, is unmodified
12:28:02.088 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, create new FileSnapshot: lastRead=2022-06-07 12:28:02.088729000, lastModified=2022-06-07 12:28:02.088026000, size=1, fileKey=(dev=38,ino=353469901)
12:28:02.088 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, isRacyClean=false, read=2022-06-07 12:28:02.088729000, lastModified=2022-06-07 12:28:02.088026000, delta=703000 ns, racy<=27500 ns
12:28:02.089 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, is unmodified
12:28:02.089 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, create new FileSnapshot: lastRead=2022-06-07 12:28:02.089122000, lastModified=2022-06-07 12:28:02.089026000, size=1, fileKey=(dev=38,ino=353469901)
12:28:02.093 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, isRacyClean=false, read=2022-06-07 12:28:02.089122000, lastModified=2022-06-07 12:28:02.089026000, delta=96000 ns, racy<=27500 ns
12:28:02.093 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, is unmodified
12:28:02.094 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, create new FileSnapshot: lastRead=2022-06-07 12:28:02.094185000, lastModified=2022-06-07 12:28:02.094026000, size=1, fileKey=(dev=38,ino=353469901)
12:28:02.094 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, isRacyClean=false, read=2022-06-07 12:28:02.094185000, lastModified=2022-06-07 12:28:02.094026000, delta=159000 ns, racy<=27500 ns
12:28:02.094 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, is unmodified
12:28:02.094 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, create new FileSnapshot: lastRead=2022-06-07 12:28:02.094613000, lastModified=2022-06-07 12:28:02.094026000, size=1, fileKey=(dev=38,ino=353469901)
12:28:02.094 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, isRacyClean=false, read=2022-06-07 12:28:02.094613000, lastModified=2022-06-07 12:28:02.094026000, delta=587000 ns, racy<=27500 ns
12:28:02.094 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, is unmodified
12:28:02.095 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, create new FileSnapshot: lastRead=2022-06-07 12:28:02.094994000, lastModified=2022-06-07 12:28:02.094026000, size=1, fileKey=(dev=38,ino=353469901)
12:28:02.095 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, lastModified changed from 2022-06-07 12:28:02.094026000 to 2022-06-07 12:28:02.095026000
12:28:02.095 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, create new FileSnapshot: lastRead=2022-06-07 12:28:02.095381000, lastModified=2022-06-07 12:28:02.095026000, size=1, fileKey=(dev=38,ino=353469901)
12:28:02.095 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, isRacyClean=false, read=2022-06-07 12:28:02.095381000, lastModified=2022-06-07 12:28:02.095026000, delta=355000 ns, racy<=27500 ns
12:28:02.095 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, is unmodified
12:28:02.095 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, create new FileSnapshot: lastRead=2022-06-07 12:28:02.095762000, lastModified=2022-06-07 12:28:02.095026000, size=1, fileKey=(dev=38,ino=353469901)
12:28:02.095 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, isRacyClean=false, read=2022-06-07 12:28:02.095762000, lastModified=2022-06-07 12:28:02.095026000, delta=736000 ns, racy<=27500 ns
12:28:02.096 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, is unmodified
12:28:02.100 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, create new FileSnapshot: lastRead=2022-06-07 12:28:02.100654000, lastModified=2022-06-07 12:28:02.096026000, size=1, fileKey=(dev=38,ino=353469901)
12:28:02.101 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, lastModified changed from 2022-06-07 12:28:02.096026000 to 2022-06-07 12:28:02.100026000
12:28:02.101 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, create new FileSnapshot: lastRead=2022-06-07 12:28:02.101239000, lastModified=2022-06-07 12:28:02.101026000, size=1, fileKey=(dev=38,ino=353469901)
12:28:02.101 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, isRacyClean=false, read=2022-06-07 12:28:02.101239000, lastModified=2022-06-07 12:28:02.101026000, delta=213000 ns, racy<=27500 ns
12:28:02.101 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, is unmodified
12:28:02.101 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, create new FileSnapshot: lastRead=2022-06-07 12:28:02.101621000, lastModified=2022-06-07 12:28:02.101026000, size=1, fileKey=(dev=38,ino=353469901)
12:28:02.101 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, isRacyClean=false, read=2022-06-07 12:28:02.101621000, lastModified=2022-06-07 12:28:02.101026000, delta=595000 ns, racy<=27500 ns
12:28:02.101 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, is unmodified
12:28:02.102 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, create new FileSnapshot: lastRead=2022-06-07 12:28:02.102012000, lastModified=2022-06-07 12:28:02.101026000, size=1, fileKey=(dev=38,ino=353469901)
12:28:02.102 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, lastModified changed from 2022-06-07 12:28:02.101026000 to 2022-06-07 12:28:02.102026000
12:28:02.102 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, create new FileSnapshot: lastRead=2022-06-07 12:28:02.102377000, lastModified=2022-06-07 12:28:02.102026000, size=1, fileKey=(dev=38,ino=353469901)
12:28:02.102 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, isRacyClean=false, read=2022-06-07 12:28:02.102377000, lastModified=2022-06-07 12:28:02.102026000, delta=351000 ns, racy<=27500 ns
12:28:02.102 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, is unmodified
12:28:02.102 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, create new FileSnapshot: lastRead=2022-06-07 12:28:02.102728000, lastModified=2022-06-07 12:28:02.102026000, size=1, fileKey=(dev=38,ino=353469901)
12:28:02.107 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, isRacyClean=false, read=2022-06-07 12:28:02.102728000, lastModified=2022-06-07 12:28:02.102026000, delta=702000 ns, racy<=27500 ns
12:28:02.107 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, is unmodified
12:28:02.107 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, create new FileSnapshot: lastRead=2022-06-07 12:28:02.107717000, lastModified=2022-06-07 12:28:02.107026000, size=1, fileKey=(dev=38,ino=353469901)
12:28:02.107 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, isRacyClean=false, read=2022-06-07 12:28:02.107717000, lastModified=2022-06-07 12:28:02.107026000, delta=691000 ns, racy<=27500 ns
12:28:02.108 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, is unmodified
12:28:02.108 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, create new FileSnapshot: lastRead=2022-06-07 12:28:02.108137000, lastModified=2022-06-07 12:28:02.108026000, size=1, fileKey=(dev=38,ino=353469901)
12:28:02.108 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, isRacyClean=false, read=2022-06-07 12:28:02.108137000, lastModified=2022-06-07 12:28:02.108026000, delta=111000 ns, racy<=27500 ns
12:28:02.108 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, is unmodified
12:28:02.108 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, create new FileSnapshot: lastRead=2022-06-07 12:28:02.108528000, lastModified=2022-06-07 12:28:02.108026000, size=1, fileKey=(dev=38,ino=353469901)
12:28:02.108 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, isRacyClean=false, read=2022-06-07 12:28:02.108528000, lastModified=2022-06-07 12:28:02.108026000, delta=502000 ns, racy<=27500 ns
12:28:02.108 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, is unmodified
12:28:02.108 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, create new FileSnapshot: lastRead=2022-06-07 12:28:02.108886000, lastModified=2022-06-07 12:28:02.108026000, size=1, fileKey=(dev=38,ino=353469901)
12:28:02.109 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, lastModified changed from 2022-06-07 12:28:02.108026000 to 2022-06-07 12:28:02.109026000
12:28:02.109 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, create new FileSnapshot: lastRead=2022-06-07 12:28:02.109298000, lastModified=2022-06-07 12:28:02.109026000, size=1, fileKey=(dev=38,ino=353469901)
12:28:02.109 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, isRacyClean=false, read=2022-06-07 12:28:02.109298000, lastModified=2022-06-07 12:28:02.109026000, delta=272000 ns, racy<=27500 ns
12:28:02.109 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, is unmodified
12:28:02.114 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, create new FileSnapshot: lastRead=2022-06-07 12:28:02.114231000, lastModified=2022-06-07 12:28:02.109026000, size=1, fileKey=(dev=38,ino=353469901)
12:28:02.114 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, lastModified changed from 2022-06-07 12:28:02.109026000 to 2022-06-07 12:28:02.114026000
12:28:02.114 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, create new FileSnapshot: lastRead=2022-06-07 12:28:02.114850000, lastModified=2022-06-07 12:28:02.114026000, size=1, fileKey=(dev=38,ino=353469901)
12:28:02.115 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, isRacyClean=false, read=2022-06-07 12:28:02.114850000, lastModified=2022-06-07 12:28:02.114026000, delta=824000 ns, racy<=27500 ns
12:28:02.115 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, is unmodified
12:28:02.115 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, create new FileSnapshot: lastRead=2022-06-07 12:28:02.115302000, lastModified=2022-06-07 12:28:02.115026000, size=1, fileKey=(dev=38,ino=353469901)
12:28:02.115 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, isRacyClean=false, read=2022-06-07 12:28:02.115302000, lastModified=2022-06-07 12:28:02.115026000, delta=276000 ns, racy<=27500 ns
12:28:02.115 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, is unmodified
12:28:02.115 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, create new FileSnapshot: lastRead=2022-06-07 12:28:02.115706000, lastModified=2022-06-07 12:28:02.115026000, size=1, fileKey=(dev=38,ino=353469901)
12:28:02.115 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, isRacyClean=false, read=2022-06-07 12:28:02.115706000, lastModified=2022-06-07 12:28:02.115026000, delta=680000 ns, racy<=27500 ns
12:28:02.115 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, is unmodified
12:28:02.116 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, create new FileSnapshot: lastRead=2022-06-07 12:28:02.116111000, lastModified=2022-06-07 12:28:02.116026000, size=1, fileKey=(dev=38,ino=353469901)
12:28:02.116 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, isRacyClean=false, read=2022-06-07 12:28:02.116111000, lastModified=2022-06-07 12:28:02.116026000, delta=85000 ns, racy<=27500 ns
12:28:02.116 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, is unmodified
12:28:02.116 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, create new FileSnapshot: lastRead=2022-06-07 12:28:02.116511000, lastModified=2022-06-07 12:28:02.116026000, size=1, fileKey=(dev=38,ino=353469901)
12:28:02.121 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, isRacyClean=false, read=2022-06-07 12:28:02.116511000, lastModified=2022-06-07 12:28:02.116026000, delta=485000 ns, racy<=27500 ns
12:28:02.121 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, is unmodified
12:28:02.121 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, create new FileSnapshot: lastRead=2022-06-07 12:28:02.121532000, lastModified=2022-06-07 12:28:02.121026000, size=1, fileKey=(dev=38,ino=353469901)
12:28:02.121 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, isRacyClean=false, read=2022-06-07 12:28:02.121532000, lastModified=2022-06-07 12:28:02.121026000, delta=506000 ns, racy<=27500 ns
12:28:02.121 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, is unmodified
12:28:02.122 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, create new FileSnapshot: lastRead=2022-06-07 12:28:02.121958000, lastModified=2022-06-07 12:28:02.121026000, size=1, fileKey=(dev=38,ino=353469901)
12:28:02.122 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, lastModified changed from 2022-06-07 12:28:02.121026000 to 2022-06-07 12:28:02.122026000
12:28:02.122 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, create new FileSnapshot: lastRead=2022-06-07 12:28:02.122331000, lastModified=2022-06-07 12:28:02.122026000, size=1, fileKey=(dev=38,ino=353469901)
12:28:02.122 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, isRacyClean=false, read=2022-06-07 12:28:02.122331000, lastModified=2022-06-07 12:28:02.122026000, delta=305000 ns, racy<=27500 ns
12:28:02.122 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, is unmodified
12:28:02.122 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, create new FileSnapshot: lastRead=2022-06-07 12:28:02.122715000, lastModified=2022-06-07 12:28:02.122026000, size=1, fileKey=(dev=38,ino=353469901)
12:28:02.122 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, isRacyClean=false, read=2022-06-07 12:28:02.122715000, lastModified=2022-06-07 12:28:02.122026000, delta=689000 ns, racy<=27500 ns
12:28:02.122 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, is unmodified
12:28:02.123 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, create new FileSnapshot: lastRead=2022-06-07 12:28:02.123092000, lastModified=2022-06-07 12:28:02.123026000, size=1, fileKey=(dev=38,ino=353469901)
12:28:02.123 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, isRacyClean=false, read=2022-06-07 12:28:02.123092000, lastModified=2022-06-07 12:28:02.123026000, delta=66000 ns, racy<=27500 ns
12:28:02.123 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, is unmodified
12:28:02.130 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, create new FileSnapshot: lastRead=2022-06-07 12:28:02.130096000, lastModified=2022-06-07 12:28:02.123026000, size=1, fileKey=(dev=38,ino=353469901)
12:28:02.130 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, lastModified changed from 2022-06-07 12:28:02.123026000 to 2022-06-07 12:28:02.130026000
12:28:02.130 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, create new FileSnapshot: lastRead=2022-06-07 12:28:02.130655000, lastModified=2022-06-07 12:28:02.130026000, size=1, fileKey=(dev=38,ino=353469901)
12:28:02.130 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, isRacyClean=false, read=2022-06-07 12:28:02.130655000, lastModified=2022-06-07 12:28:02.130026000, delta=629000 ns, racy<=27500 ns
12:28:02.130 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, is unmodified
12:28:02.131 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, create new FileSnapshot: lastRead=2022-06-07 12:28:02.131039000, lastModified=2022-06-07 12:28:02.130026000, size=1, fileKey=(dev=38,ino=353469901)
12:28:02.131 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, lastModified changed from 2022-06-07 12:28:02.130026000 to 2022-06-07 12:28:02.131026000
12:28:02.131 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, create new FileSnapshot: lastRead=2022-06-07 12:28:02.131455000, lastModified=2022-06-07 12:28:02.131026000, size=1, fileKey=(dev=38,ino=353469901)
12:28:02.131 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, isRacyClean=false, read=2022-06-07 12:28:02.131455000, lastModified=2022-06-07 12:28:02.131026000, delta=429000 ns, racy<=27500 ns
12:28:02.131 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, is unmodified
12:28:02.131 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, create new FileSnapshot: lastRead=2022-06-07 12:28:02.131820000, lastModified=2022-06-07 12:28:02.131026000, size=1, fileKey=(dev=38,ino=353469901)
12:28:02.132 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, isRacyClean=false, read=2022-06-07 12:28:02.131820000, lastModified=2022-06-07 12:28:02.131026000, delta=794000 ns, racy<=27500 ns
12:28:02.132 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, is unmodified
12:28:02.132 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, create new FileSnapshot: lastRead=2022-06-07 12:28:02.132220000, lastModified=2022-06-07 12:28:02.132026000, size=1, fileKey=(dev=38,ino=353469901)
12:28:02.134 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, isRacyClean=false, read=2022-06-07 12:28:02.132220000, lastModified=2022-06-07 12:28:02.132026000, delta=194000 ns, racy<=27500 ns
12:28:02.134 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, is unmodified
12:28:02.134 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, create new FileSnapshot: lastRead=2022-06-07 12:28:02.134658000, lastModified=2022-06-07 12:28:02.134026000, size=1, fileKey=(dev=38,ino=353469901)
12:28:02.134 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, isRacyClean=false, read=2022-06-07 12:28:02.134658000, lastModified=2022-06-07 12:28:02.134026000, delta=632000 ns, racy<=27500 ns
12:28:02.134 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, is unmodified
12:28:02.135 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, create new FileSnapshot: lastRead=2022-06-07 12:28:02.135143000, lastModified=2022-06-07 12:28:02.135026000, size=1, fileKey=(dev=38,ino=353469901)
12:28:02.135 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, isRacyClean=false, read=2022-06-07 12:28:02.135143000, lastModified=2022-06-07 12:28:02.135026000, delta=117000 ns, racy<=27500 ns
12:28:02.135 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, is unmodified
12:28:02.135 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, create new FileSnapshot: lastRead=2022-06-07 12:28:02.135532000, lastModified=2022-06-07 12:28:02.135026000, size=1, fileKey=(dev=38,ino=353469901)
12:28:02.135 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, isRacyClean=false, read=2022-06-07 12:28:02.135532000, lastModified=2022-06-07 12:28:02.135026000, delta=506000 ns, racy<=27500 ns
12:28:02.135 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, is unmodified
12:28:02.135 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, create new FileSnapshot: lastRead=2022-06-07 12:28:02.135925000, lastModified=2022-06-07 12:28:02.135026000, size=1, fileKey=(dev=38,ino=353469901)
12:28:02.136 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, lastModified changed from 2022-06-07 12:28:02.135026000 to 2022-06-07 12:28:02.136026000
12:28:02.136 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, create new FileSnapshot: lastRead=2022-06-07 12:28:02.136324000, lastModified=2022-06-07 12:28:02.136026000, size=1, fileKey=(dev=38,ino=353469901)
12:28:02.136 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, isRacyClean=false, read=2022-06-07 12:28:02.136324000, lastModified=2022-06-07 12:28:02.136026000, delta=298000 ns, racy<=27500 ns
12:28:02.136 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, is unmodified
12:28:02.138 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, create new FileSnapshot: lastRead=2022-06-07 12:28:02.138838000, lastModified=2022-06-07 12:28:02.136026000, size=1, fileKey=(dev=38,ino=353469901)
12:28:02.139 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, lastModified changed from 2022-06-07 12:28:02.136026000 to 2022-06-07 12:28:02.139026000
12:28:02.139 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, create new FileSnapshot: lastRead=2022-06-07 12:28:02.139302000, lastModified=2022-06-07 12:28:02.139026000, size=1, fileKey=(dev=38,ino=353469901)
12:28:02.139 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, isRacyClean=false, read=2022-06-07 12:28:02.139302000, lastModified=2022-06-07 12:28:02.139026000, delta=276000 ns, racy<=27500 ns
12:28:02.139 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, is unmodified
12:28:02.139 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, create new FileSnapshot: lastRead=2022-06-07 12:28:02.139665000, lastModified=2022-06-07 12:28:02.139026000, size=1, fileKey=(dev=38,ino=353469901)
12:28:02.139 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, isRacyClean=false, read=2022-06-07 12:28:02.139665000, lastModified=2022-06-07 12:28:02.139026000, delta=639000 ns, racy<=27500 ns
12:28:02.139 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, is unmodified
12:28:02.140 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, create new FileSnapshot: lastRead=2022-06-07 12:28:02.140007000, lastModified=2022-06-07 12:28:02.139026000, size=1, fileKey=(dev=38,ino=353469901)
12:28:02.140 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, lastModified changed from 2022-06-07 12:28:02.139026000 to 2022-06-07 12:28:02.140026000
12:28:02.140 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, create new FileSnapshot: lastRead=2022-06-07 12:28:02.140388000, lastModified=2022-06-07 12:28:02.140026000, size=1, fileKey=(dev=38,ino=353469901)
12:28:02.140 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, isRacyClean=false, read=2022-06-07 12:28:02.140388000, lastModified=2022-06-07 12:28:02.140026000, delta=362000 ns, racy<=27500 ns
12:28:02.140 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, is unmodified
12:28:02.140 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, create new FileSnapshot: lastRead=2022-06-07 12:28:02.140709000, lastModified=2022-06-07 12:28:02.140026000, size=1, fileKey=(dev=38,ino=353469901)
12:28:02.143 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, isRacyClean=false, read=2022-06-07 12:28:02.140709000, lastModified=2022-06-07 12:28:02.140026000, delta=683000 ns, racy<=27500 ns
12:28:02.143 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, is unmodified
12:28:02.143 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, create new FileSnapshot: lastRead=2022-06-07 12:28:02.143225000, lastModified=2022-06-07 12:28:02.143026000, size=1, fileKey=(dev=38,ino=353469901)
12:28:02.143 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, isRacyClean=false, read=2022-06-07 12:28:02.143225000, lastModified=2022-06-07 12:28:02.143026000, delta=199000 ns, racy<=27500 ns
12:28:02.143 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, is unmodified
12:28:02.143 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, create new FileSnapshot: lastRead=2022-06-07 12:28:02.143567000, lastModified=2022-06-07 12:28:02.143026000, size=1, fileKey=(dev=38,ino=353469901)
12:28:02.143 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, isRacyClean=false, read=2022-06-07 12:28:02.143567000, lastModified=2022-06-07 12:28:02.143026000, delta=541000 ns, racy<=27500 ns
12:28:02.143 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, is unmodified
12:28:02.143 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, create new FileSnapshot: lastRead=2022-06-07 12:28:02.143899000, lastModified=2022-06-07 12:28:02.143026000, size=1, fileKey=(dev=38,ino=353469901)
12:28:02.144 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, isRacyClean=false, read=2022-06-07 12:28:02.143899000, lastModified=2022-06-07 12:28:02.143026000, delta=873000 ns, racy<=27500 ns
12:28:02.144 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, is unmodified
12:28:02.144 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, create new FileSnapshot: lastRead=2022-06-07 12:28:02.144287000, lastModified=2022-06-07 12:28:02.144026000, size=1, fileKey=(dev=38,ino=353469901)
12:28:02.144 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, isRacyClean=false, read=2022-06-07 12:28:02.144287000, lastModified=2022-06-07 12:28:02.144026000, delta=261000 ns, racy<=27500 ns
12:28:02.144 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, is unmodified
12:28:02.144 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, create new FileSnapshot: lastRead=2022-06-07 12:28:02.144645000, lastModified=2022-06-07 12:28:02.144026000, size=1, fileKey=(dev=38,ino=353469901)
12:28:02.144 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, isRacyClean=false, read=2022-06-07 12:28:02.144645000, lastModified=2022-06-07 12:28:02.144026000, delta=619000 ns, racy<=27500 ns
12:28:02.144 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, is unmodified
12:28:02.147 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, create new FileSnapshot: lastRead=2022-06-07 12:28:02.147140000, lastModified=2022-06-07 12:28:02.144026000, size=1, fileKey=(dev=38,ino=353469901)
12:28:02.147 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, lastModified changed from 2022-06-07 12:28:02.144026000 to 2022-06-07 12:28:02.147026000
12:28:02.147 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, create new FileSnapshot: lastRead=2022-06-07 12:28:02.147535000, lastModified=2022-06-07 12:28:02.147026000, size=1, fileKey=(dev=38,ino=353469901)
12:28:02.147 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, isRacyClean=false, read=2022-06-07 12:28:02.147535000, lastModified=2022-06-07 12:28:02.147026000, delta=509000 ns, racy<=27500 ns
12:28:02.147 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, is unmodified
12:28:02.147 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, create new FileSnapshot: lastRead=2022-06-07 12:28:02.147897000, lastModified=2022-06-07 12:28:02.147026000, size=1, fileKey=(dev=38,ino=353469901)
12:28:02.148 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, isRacyClean=false, read=2022-06-07 12:28:02.147897000, lastModified=2022-06-07 12:28:02.147026000, delta=871000 ns, racy<=27500 ns
12:28:02.148 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, is unmodified
12:28:02.174 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, create new FileSnapshot: lastRead=2022-06-07 12:28:02.173985000, lastModified=2022-06-07 12:28:02.148026000, size=1, fileKey=(dev=38,ino=353469901)
12:28:02.174 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, lastModified changed from 2022-06-07 12:28:02.148026000 to 2022-06-07 12:28:02.174026000
12:28:02.174 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, create new FileSnapshot: lastRead=2022-06-07 12:28:02.174417000, lastModified=2022-06-07 12:28:02.174026000, size=1, fileKey=(dev=38,ino=353469901)
12:28:02.174 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, isRacyClean=false, read=2022-06-07 12:28:02.174417000, lastModified=2022-06-07 12:28:02.174026000, delta=391000 ns, racy<=27500 ns
12:28:02.174 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, is unmodified
12:28:02.174 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, create new FileSnapshot: lastRead=2022-06-07 12:28:02.174795000, lastModified=2022-06-07 12:28:02.174026000, size=1, fileKey=(dev=38,ino=353469901)
12:28:02.177 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, isRacyClean=false, read=2022-06-07 12:28:02.174795000, lastModified=2022-06-07 12:28:02.174026000, delta=769000 ns, racy<=27500 ns
12:28:02.177 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, is unmodified
12:28:02.177 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, create new FileSnapshot: lastRead=2022-06-07 12:28:02.177301000, lastModified=2022-06-07 12:28:02.177027000, size=1, fileKey=(dev=38,ino=353469901)
12:28:02.177 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, isRacyClean=false, read=2022-06-07 12:28:02.177301000, lastModified=2022-06-07 12:28:02.177027000, delta=274000 ns, racy<=27500 ns
12:28:02.177 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, is unmodified
12:28:02.177 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, create new FileSnapshot: lastRead=2022-06-07 12:28:02.177698000, lastModified=2022-06-07 12:28:02.177027000, size=1, fileKey=(dev=38,ino=353469901)
12:28:02.177 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, isRacyClean=false, read=2022-06-07 12:28:02.177698000, lastModified=2022-06-07 12:28:02.177027000, delta=671000 ns, racy<=27500 ns
12:28:02.177 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, is unmodified
12:28:02.178 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, create new FileSnapshot: lastRead=2022-06-07 12:28:02.178074000, lastModified=2022-06-07 12:28:02.177027000, size=1, fileKey=(dev=38,ino=353469901)
12:28:02.178 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, lastModified changed from 2022-06-07 12:28:02.177027000 to 2022-06-07 12:28:02.178027000
12:28:02.178 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, create new FileSnapshot: lastRead=2022-06-07 12:28:02.178431000, lastModified=2022-06-07 12:28:02.178027000, size=1, fileKey=(dev=38,ino=353469901)
12:28:02.178 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, isRacyClean=false, read=2022-06-07 12:28:02.178431000, lastModified=2022-06-07 12:28:02.178027000, delta=404000 ns, racy<=27500 ns
12:28:02.178 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, is unmodified
12:28:02.178 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, create new FileSnapshot: lastRead=2022-06-07 12:28:02.178792000, lastModified=2022-06-07 12:28:02.178027000, size=1, fileKey=(dev=38,ino=353469901)
12:28:02.179 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, isRacyClean=false, read=2022-06-07 12:28:02.178792000, lastModified=2022-06-07 12:28:02.178027000, delta=765000 ns, racy<=27500 ns
12:28:02.179 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, is unmodified
12:28:02.181 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, create new FileSnapshot: lastRead=2022-06-07 12:28:02.181271000, lastModified=2022-06-07 12:28:02.179027000, size=1, fileKey=(dev=38,ino=353469901)
12:28:02.181 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, lastModified changed from 2022-06-07 12:28:02.179027000 to 2022-06-07 12:28:02.181027000
12:28:02.181 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, create new FileSnapshot: lastRead=2022-06-07 12:28:02.181723000, lastModified=2022-06-07 12:28:02.181027000, size=1, fileKey=(dev=38,ino=353469901)
12:28:02.181 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, isRacyClean=false, read=2022-06-07 12:28:02.181723000, lastModified=2022-06-07 12:28:02.181027000, delta=696000 ns, racy<=27500 ns
12:28:02.181 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, is unmodified
12:28:02.182 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, create new FileSnapshot: lastRead=2022-06-07 12:28:02.182104000, lastModified=2022-06-07 12:28:02.182027000, size=1, fileKey=(dev=38,ino=353469901)
12:28:02.182 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, isRacyClean=false, read=2022-06-07 12:28:02.182104000, lastModified=2022-06-07 12:28:02.182027000, delta=77000 ns, racy<=27500 ns
12:28:02.182 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, is unmodified
12:28:02.182 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, create new FileSnapshot: lastRead=2022-06-07 12:28:02.182483000, lastModified=2022-06-07 12:28:02.182027000, size=1, fileKey=(dev=38,ino=353469901)
12:28:02.182 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, isRacyClean=false, read=2022-06-07 12:28:02.182483000, lastModified=2022-06-07 12:28:02.182027000, delta=456000 ns, racy<=27500 ns
12:28:02.182 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, is unmodified
12:28:02.182 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, create new FileSnapshot: lastRead=2022-06-07 12:28:02.182841000, lastModified=2022-06-07 12:28:02.182027000, size=1, fileKey=(dev=38,ino=353469901)
12:28:02.183 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, isRacyClean=false, read=2022-06-07 12:28:02.182841000, lastModified=2022-06-07 12:28:02.182027000, delta=814000 ns, racy<=27500 ns
12:28:02.183 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, is unmodified
12:28:02.183 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, create new FileSnapshot: lastRead=2022-06-07 12:28:02.183231000, lastModified=2022-06-07 12:28:02.183027000, size=1, fileKey=(dev=38,ino=353469901)
12:28:02.185 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, isRacyClean=false, read=2022-06-07 12:28:02.183231000, lastModified=2022-06-07 12:28:02.183027000, delta=204000 ns, racy<=27500 ns
12:28:02.185 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, is unmodified
12:28:02.185 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, create new FileSnapshot: lastRead=2022-06-07 12:28:02.185903000, lastModified=2022-06-07 12:28:02.185027000, size=1, fileKey=(dev=38,ino=353469901)
12:28:02.186 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, lastModified changed from 2022-06-07 12:28:02.185027000 to 2022-06-07 12:28:02.186027000
12:28:02.186 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, create new FileSnapshot: lastRead=2022-06-07 12:28:02.186292000, lastModified=2022-06-07 12:28:02.186027000, size=1, fileKey=(dev=38,ino=353469901)
12:28:02.186 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, isRacyClean=false, read=2022-06-07 12:28:02.186292000, lastModified=2022-06-07 12:28:02.186027000, delta=265000 ns, racy<=27500 ns
12:28:02.186 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, is unmodified
12:28:02.186 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, create new FileSnapshot: lastRead=2022-06-07 12:28:02.186674000, lastModified=2022-06-07 12:28:02.186027000, size=1, fileKey=(dev=38,ino=353469901)
12:28:02.186 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, isRacyClean=false, read=2022-06-07 12:28:02.186674000, lastModified=2022-06-07 12:28:02.186027000, delta=647000 ns, racy<=27500 ns
12:28:02.186 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, is unmodified
12:28:02.187 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, create new FileSnapshot: lastRead=2022-06-07 12:28:02.187052000, lastModified=2022-06-07 12:28:02.186027000, size=1, fileKey=(dev=38,ino=353469901)
12:28:02.187 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, lastModified changed from 2022-06-07 12:28:02.186027000 to 2022-06-07 12:28:02.187027000
12:28:02.187 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, create new FileSnapshot: lastRead=2022-06-07 12:28:02.187407000, lastModified=2022-06-07 12:28:02.187027000, size=1, fileKey=(dev=38,ino=353469901)
12:28:02.187 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, isRacyClean=false, read=2022-06-07 12:28:02.187407000, lastModified=2022-06-07 12:28:02.187027000, delta=380000 ns, racy<=27500 ns
12:28:02.187 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, is unmodified
12:28:02.190 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, create new FileSnapshot: lastRead=2022-06-07 12:28:02.189983000, lastModified=2022-06-07 12:28:02.187027000, size=1, fileKey=(dev=38,ino=353469901)
12:28:02.190 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, lastModified changed from 2022-06-07 12:28:02.187027000 to 2022-06-07 12:28:02.190027000
12:28:02.190 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, create new FileSnapshot: lastRead=2022-06-07 12:28:02.190480000, lastModified=2022-06-07 12:28:02.190027000, size=1, fileKey=(dev=38,ino=353469901)
12:28:02.190 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, isRacyClean=false, read=2022-06-07 12:28:02.190480000, lastModified=2022-06-07 12:28:02.190027000, delta=453000 ns, racy<=27500 ns
12:28:02.190 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, is unmodified
12:28:02.190 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, create new FileSnapshot: lastRead=2022-06-07 12:28:02.190860000, lastModified=2022-06-07 12:28:02.190027000, size=1, fileKey=(dev=38,ino=353469901)
12:28:02.191 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, isRacyClean=false, read=2022-06-07 12:28:02.190860000, lastModified=2022-06-07 12:28:02.190027000, delta=833000 ns, racy<=27500 ns
12:28:02.191 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, is unmodified
12:28:02.191 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, create new FileSnapshot: lastRead=2022-06-07 12:28:02.191255000, lastModified=2022-06-07 12:28:02.191027000, size=1, fileKey=(dev=38,ino=353469901)
12:28:02.191 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, isRacyClean=false, read=2022-06-07 12:28:02.191255000, lastModified=2022-06-07 12:28:02.191027000, delta=228000 ns, racy<=27500 ns
12:28:02.191 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, is unmodified
12:28:02.191 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, create new FileSnapshot: lastRead=2022-06-07 12:28:02.191632000, lastModified=2022-06-07 12:28:02.191027000, size=1, fileKey=(dev=38,ino=353469901)
12:28:02.191 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, isRacyClean=false, read=2022-06-07 12:28:02.191632000, lastModified=2022-06-07 12:28:02.191027000, delta=605000 ns, racy<=27500 ns
12:28:02.191 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, is unmodified
12:28:02.192 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, create new FileSnapshot: lastRead=2022-06-07 12:28:02.191993000, lastModified=2022-06-07 12:28:02.191027000, size=1, fileKey=(dev=38,ino=353469901)
12:28:02.194 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, lastModified changed from 2022-06-07 12:28:02.191027000 to 2022-06-07 12:28:02.192027000
12:28:02.194 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, create new FileSnapshot: lastRead=2022-06-07 12:28:02.194654000, lastModified=2022-06-07 12:28:02.194027000, size=1, fileKey=(dev=38,ino=353469901)
12:28:02.195 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, isRacyClean=false, read=2022-06-07 12:28:02.194654000, lastModified=2022-06-07 12:28:02.194027000, delta=627000 ns, racy<=27500 ns
12:28:02.195 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, is unmodified
12:28:02.195 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, create new FileSnapshot: lastRead=2022-06-07 12:28:02.195184000, lastModified=2022-06-07 12:28:02.195027000, size=1, fileKey=(dev=38,ino=353469901)
12:28:02.195 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, isRacyClean=false, read=2022-06-07 12:28:02.195184000, lastModified=2022-06-07 12:28:02.195027000, delta=157000 ns, racy<=27500 ns
12:28:02.195 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, is unmodified
12:28:02.195 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, create new FileSnapshot: lastRead=2022-06-07 12:28:02.195572000, lastModified=2022-06-07 12:28:02.195027000, size=1, fileKey=(dev=38,ino=353469901)
12:28:02.195 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, isRacyClean=false, read=2022-06-07 12:28:02.195572000, lastModified=2022-06-07 12:28:02.195027000, delta=545000 ns, racy<=27500 ns
12:28:02.195 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, is unmodified
12:28:02.196 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, create new FileSnapshot: lastRead=2022-06-07 12:28:02.195951000, lastModified=2022-06-07 12:28:02.195027000, size=1, fileKey=(dev=38,ino=353469901)
12:28:02.196 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, lastModified changed from 2022-06-07 12:28:02.195027000 to 2022-06-07 12:28:02.196027000
12:28:02.196 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, create new FileSnapshot: lastRead=2022-06-07 12:28:02.196452000, lastModified=2022-06-07 12:28:02.196027000, size=1, fileKey=(dev=38,ino=353469901)
12:28:02.196 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, isRacyClean=false, read=2022-06-07 12:28:02.196452000, lastModified=2022-06-07 12:28:02.196027000, delta=425000 ns, racy<=27500 ns
12:28:02.196 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, is unmodified
12:28:02.199 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, create new FileSnapshot: lastRead=2022-06-07 12:28:02.199094000, lastModified=2022-06-07 12:28:02.196027000, size=1, fileKey=(dev=38,ino=353469901)
12:28:02.199 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, lastModified changed from 2022-06-07 12:28:02.196027000 to 2022-06-07 12:28:02.199027000
12:28:02.199 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, create new FileSnapshot: lastRead=2022-06-07 12:28:02.199509000, lastModified=2022-06-07 12:28:02.199027000, size=1, fileKey=(dev=38,ino=353469901)
12:28:02.199 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, isRacyClean=false, read=2022-06-07 12:28:02.199509000, lastModified=2022-06-07 12:28:02.199027000, delta=482000 ns, racy<=27500 ns
12:28:02.199 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, is unmodified
12:28:02.199 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, create new FileSnapshot: lastRead=2022-06-07 12:28:02.199887000, lastModified=2022-06-07 12:28:02.199027000, size=1, fileKey=(dev=38,ino=353469901)
12:28:02.200 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, isRacyClean=false, read=2022-06-07 12:28:02.199887000, lastModified=2022-06-07 12:28:02.199027000, delta=860000 ns, racy<=27500 ns
12:28:02.200 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, is unmodified
12:28:02.200 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, create new FileSnapshot: lastRead=2022-06-07 12:28:02.200356000, lastModified=2022-06-07 12:28:02.200027000, size=1, fileKey=(dev=38,ino=353469901)
12:28:02.200 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, isRacyClean=false, read=2022-06-07 12:28:02.200356000, lastModified=2022-06-07 12:28:02.200027000, delta=329000 ns, racy<=27500 ns
12:28:02.200 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, is unmodified
12:28:02.201 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, create new FileSnapshot: lastRead=2022-06-07 12:28:02.200956000, lastModified=2022-06-07 12:28:02.200027000, size=1, fileKey=(dev=38,ino=353469901)
12:28:02.201 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, lastModified changed from 2022-06-07 12:28:02.200027000 to 2022-06-07 12:28:02.201027000
12:28:02.201 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, create new FileSnapshot: lastRead=2022-06-07 12:28:02.201522000, lastModified=2022-06-07 12:28:02.201027000, size=1, fileKey=(dev=38,ino=353469901)
12:28:02.204 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, isRacyClean=false, read=2022-06-07 12:28:02.201522000, lastModified=2022-06-07 12:28:02.201027000, delta=495000 ns, racy<=27500 ns
12:28:02.204 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, is unmodified
12:28:02.204 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, create new FileSnapshot: lastRead=2022-06-07 12:28:02.204774000, lastModified=2022-06-07 12:28:02.204027000, size=1, fileKey=(dev=38,ino=353469901)
12:28:02.205 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, isRacyClean=false, read=2022-06-07 12:28:02.204774000, lastModified=2022-06-07 12:28:02.204027000, delta=747000 ns, racy<=27500 ns
12:28:02.205 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, is unmodified
12:28:02.205 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, create new FileSnapshot: lastRead=2022-06-07 12:28:02.205199000, lastModified=2022-06-07 12:28:02.205027000, size=1, fileKey=(dev=38,ino=353469901)
12:28:02.205 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, isRacyClean=false, read=2022-06-07 12:28:02.205199000, lastModified=2022-06-07 12:28:02.205027000, delta=172000 ns, racy<=27500 ns
12:28:02.205 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, is unmodified
12:28:02.205 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, create new FileSnapshot: lastRead=2022-06-07 12:28:02.205587000, lastModified=2022-06-07 12:28:02.205027000, size=1, fileKey=(dev=38,ino=353469901)
12:28:02.205 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, isRacyClean=false, read=2022-06-07 12:28:02.205587000, lastModified=2022-06-07 12:28:02.205027000, delta=560000 ns, racy<=27500 ns
12:28:02.205 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, is unmodified
12:28:02.205 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, create new FileSnapshot: lastRead=2022-06-07 12:28:02.205959000, lastModified=2022-06-07 12:28:02.205027000, size=1, fileKey=(dev=38,ino=353469901)
12:28:02.206 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, lastModified changed from 2022-06-07 12:28:02.205027000 to 2022-06-07 12:28:02.206027000
12:28:02.206 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, create new FileSnapshot: lastRead=2022-06-07 12:28:02.206308000, lastModified=2022-06-07 12:28:02.206027000, size=1, fileKey=(dev=38,ino=353469901)
12:28:02.206 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, isRacyClean=false, read=2022-06-07 12:28:02.206308000, lastModified=2022-06-07 12:28:02.206027000, delta=281000 ns, racy<=27500 ns
12:28:02.206 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, is unmodified
12:28:02.209 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, create new FileSnapshot: lastRead=2022-06-07 12:28:02.209687000, lastModified=2022-06-07 12:28:02.206027000, size=1, fileKey=(dev=38,ino=353469901)
12:28:02.210 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, lastModified changed from 2022-06-07 12:28:02.206027000 to 2022-06-07 12:28:02.209027000
12:28:02.210 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, create new FileSnapshot: lastRead=2022-06-07 12:28:02.210206000, lastModified=2022-06-07 12:28:02.210027000, size=1, fileKey=(dev=38,ino=353469901)
12:28:02.210 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, isRacyClean=false, read=2022-06-07 12:28:02.210206000, lastModified=2022-06-07 12:28:02.210027000, delta=179000 ns, racy<=27500 ns
12:28:02.210 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, is unmodified
12:28:02.210 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, create new FileSnapshot: lastRead=2022-06-07 12:28:02.210948000, lastModified=2022-06-07 12:28:02.210027000, size=1, fileKey=(dev=38,ino=353469901)
12:28:02.211 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, lastModified changed from 2022-06-07 12:28:02.210027000 to 2022-06-07 12:28:02.211027000
12:28:02.211 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, create new FileSnapshot: lastRead=2022-06-07 12:28:02.211343000, lastModified=2022-06-07 12:28:02.211027000, size=1, fileKey=(dev=38,ino=353469901)
12:28:02.211 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, isRacyClean=false, read=2022-06-07 12:28:02.211343000, lastModified=2022-06-07 12:28:02.211027000, delta=316000 ns, racy<=27500 ns
12:28:02.211 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, is unmodified
12:28:02.211 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, create new FileSnapshot: lastRead=2022-06-07 12:28:02.211732000, lastModified=2022-06-07 12:28:02.211027000, size=1, fileKey=(dev=38,ino=353469901)
12:28:02.211 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, isRacyClean=false, read=2022-06-07 12:28:02.211732000, lastModified=2022-06-07 12:28:02.211027000, delta=705000 ns, racy<=27500 ns
12:28:02.211 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, is unmodified
12:28:02.212 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, create new FileSnapshot: lastRead=2022-06-07 12:28:02.212128000, lastModified=2022-06-07 12:28:02.212027000, size=1, fileKey=(dev=38,ino=353469901)
12:28:02.216 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, isRacyClean=false, read=2022-06-07 12:28:02.212128000, lastModified=2022-06-07 12:28:02.212027000, delta=101000 ns, racy<=27500 ns
12:28:02.216 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, is unmodified
12:28:02.217 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, create new FileSnapshot: lastRead=2022-06-07 12:28:02.217203000, lastModified=2022-06-07 12:28:02.217027000, size=1, fileKey=(dev=38,ino=353469901)
12:28:02.217 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, isRacyClean=false, read=2022-06-07 12:28:02.217203000, lastModified=2022-06-07 12:28:02.217027000, delta=176000 ns, racy<=27500 ns
12:28:02.217 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, is unmodified
12:28:02.217 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, create new FileSnapshot: lastRead=2022-06-07 12:28:02.217805000, lastModified=2022-06-07 12:28:02.217027000, size=1, fileKey=(dev=38,ino=353469901)
12:28:02.218 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, isRacyClean=false, read=2022-06-07 12:28:02.217805000, lastModified=2022-06-07 12:28:02.217027000, delta=778000 ns, racy<=27500 ns
12:28:02.218 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, is unmodified
12:28:02.218 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, create new FileSnapshot: lastRead=2022-06-07 12:28:02.218392000, lastModified=2022-06-07 12:28:02.218027000, size=1, fileKey=(dev=38,ino=353469901)
12:28:02.218 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, isRacyClean=false, read=2022-06-07 12:28:02.218392000, lastModified=2022-06-07 12:28:02.218027000, delta=365000 ns, racy<=27500 ns
12:28:02.218 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, is unmodified
12:28:02.218 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, create new FileSnapshot: lastRead=2022-06-07 12:28:02.218838000, lastModified=2022-06-07 12:28:02.218027000, size=1, fileKey=(dev=38,ino=353469901)
12:28:02.219 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, isRacyClean=false, read=2022-06-07 12:28:02.218838000, lastModified=2022-06-07 12:28:02.218027000, delta=811000 ns, racy<=27500 ns
12:28:02.219 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, is unmodified
12:28:02.219 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, create new FileSnapshot: lastRead=2022-06-07 12:28:02.219301000, lastModified=2022-06-07 12:28:02.219027000, size=1, fileKey=(dev=38,ino=353469901)
12:28:02.219 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, isRacyClean=false, read=2022-06-07 12:28:02.219301000, lastModified=2022-06-07 12:28:02.219027000, delta=274000 ns, racy<=27500 ns
12:28:02.219 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, is unmodified
12:28:02.222 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, create new FileSnapshot: lastRead=2022-06-07 12:28:02.222859000, lastModified=2022-06-07 12:28:02.219027000, size=1, fileKey=(dev=38,ino=353469901)
12:28:02.223 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, lastModified changed from 2022-06-07 12:28:02.219027000 to 2022-06-07 12:28:02.223027000
12:28:02.223 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, create new FileSnapshot: lastRead=2022-06-07 12:28:02.223507000, lastModified=2022-06-07 12:28:02.223027000, size=1, fileKey=(dev=38,ino=353469901)
12:28:02.223 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, isRacyClean=false, read=2022-06-07 12:28:02.223507000, lastModified=2022-06-07 12:28:02.223027000, delta=480000 ns, racy<=27500 ns
12:28:02.223 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, is unmodified
12:28:02.224 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, create new FileSnapshot: lastRead=2022-06-07 12:28:02.224076000, lastModified=2022-06-07 12:28:02.223027000, size=1, fileKey=(dev=38,ino=353469901)
12:28:02.224 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, lastModified changed from 2022-06-07 12:28:02.223027000 to 2022-06-07 12:28:02.224027000
12:28:02.224 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, create new FileSnapshot: lastRead=2022-06-07 12:28:02.224619000, lastModified=2022-06-07 12:28:02.224027000, size=1, fileKey=(dev=38,ino=353469901)
12:28:02.224 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, isRacyClean=false, read=2022-06-07 12:28:02.224619000, lastModified=2022-06-07 12:28:02.224027000, delta=592000 ns, racy<=27500 ns
12:28:02.224 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, is unmodified
12:28:02.225 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, create new FileSnapshot: lastRead=2022-06-07 12:28:02.225133000, lastModified=2022-06-07 12:28:02.225027000, size=1, fileKey=(dev=38,ino=353469901)
12:28:02.225 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, isRacyClean=false, read=2022-06-07 12:28:02.225133000, lastModified=2022-06-07 12:28:02.225027000, delta=106000 ns, racy<=27500 ns
12:28:02.225 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, is unmodified
12:28:02.225 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, create new FileSnapshot: lastRead=2022-06-07 12:28:02.225683000, lastModified=2022-06-07 12:28:02.225027000, size=1, fileKey=(dev=38,ino=353469901)
12:28:02.229 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, isRacyClean=false, read=2022-06-07 12:28:02.225683000, lastModified=2022-06-07 12:28:02.225027000, delta=656000 ns, racy<=27500 ns
12:28:02.229 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, is unmodified
12:28:02.229 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, create new FileSnapshot: lastRead=2022-06-07 12:28:02.229545000, lastModified=2022-06-07 12:28:02.229027000, size=1, fileKey=(dev=38,ino=353469901)
12:28:02.229 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, isRacyClean=false, read=2022-06-07 12:28:02.229545000, lastModified=2022-06-07 12:28:02.229027000, delta=518000 ns, racy<=27500 ns
12:28:02.229 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, is unmodified
12:28:02.230 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, create new FileSnapshot: lastRead=2022-06-07 12:28:02.230085000, lastModified=2022-06-07 12:28:02.229027000, size=1, fileKey=(dev=38,ino=353469901)
12:28:02.230 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, lastModified changed from 2022-06-07 12:28:02.229027000 to 2022-06-07 12:28:02.230027000
12:28:02.230 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, create new FileSnapshot: lastRead=2022-06-07 12:28:02.230454000, lastModified=2022-06-07 12:28:02.230027000, size=1, fileKey=(dev=38,ino=353469901)
12:28:02.230 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, isRacyClean=false, read=2022-06-07 12:28:02.230454000, lastModified=2022-06-07 12:28:02.230027000, delta=427000 ns, racy<=27500 ns
12:28:02.230 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, is unmodified
12:28:02.230 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, create new FileSnapshot: lastRead=2022-06-07 12:28:02.230882000, lastModified=2022-06-07 12:28:02.230027000, size=1, fileKey=(dev=38,ino=353469901)
12:28:02.231 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, isRacyClean=false, read=2022-06-07 12:28:02.230882000, lastModified=2022-06-07 12:28:02.230027000, delta=855000 ns, racy<=27500 ns
12:28:02.231 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, is unmodified
12:28:02.231 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, create new FileSnapshot: lastRead=2022-06-07 12:28:02.231261000, lastModified=2022-06-07 12:28:02.231027000, size=1, fileKey=(dev=38,ino=353469901)
12:28:02.231 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, isRacyClean=false, read=2022-06-07 12:28:02.231261000, lastModified=2022-06-07 12:28:02.231027000, delta=234000 ns, racy<=27500 ns
12:28:02.231 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, is unmodified
12:28:02.234 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, create new FileSnapshot: lastRead=2022-06-07 12:28:02.234707000, lastModified=2022-06-07 12:28:02.231027000, size=1, fileKey=(dev=38,ino=353469901)
12:28:02.235 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, lastModified changed from 2022-06-07 12:28:02.231027000 to 2022-06-07 12:28:02.234027000
12:28:02.235 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, create new FileSnapshot: lastRead=2022-06-07 12:28:02.235211000, lastModified=2022-06-07 12:28:02.235027000, size=1, fileKey=(dev=38,ino=353469901)
12:28:02.235 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, isRacyClean=false, read=2022-06-07 12:28:02.235211000, lastModified=2022-06-07 12:28:02.235027000, delta=184000 ns, racy<=27500 ns
12:28:02.235 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, is unmodified
12:28:02.235 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, create new FileSnapshot: lastRead=2022-06-07 12:28:02.235580000, lastModified=2022-06-07 12:28:02.235027000, size=1, fileKey=(dev=38,ino=353469901)
12:28:02.235 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, isRacyClean=false, read=2022-06-07 12:28:02.235580000, lastModified=2022-06-07 12:28:02.235027000, delta=553000 ns, racy<=27500 ns
12:28:02.235 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, is unmodified
12:28:02.235 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, create new FileSnapshot: lastRead=2022-06-07 12:28:02.235917000, lastModified=2022-06-07 12:28:02.235027000, size=1, fileKey=(dev=38,ino=353469901)
12:28:02.236 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, lastModified changed from 2022-06-07 12:28:02.235027000 to 2022-06-07 12:28:02.236027000
12:28:02.236 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, create new FileSnapshot: lastRead=2022-06-07 12:28:02.236313000, lastModified=2022-06-07 12:28:02.236027000, size=1, fileKey=(dev=38,ino=353469901)
12:28:02.236 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, isRacyClean=false, read=2022-06-07 12:28:02.236313000, lastModified=2022-06-07 12:28:02.236027000, delta=286000 ns, racy<=27500 ns
12:28:02.236 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, is unmodified
12:28:02.236 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, create new FileSnapshot: lastRead=2022-06-07 12:28:02.236679000, lastModified=2022-06-07 12:28:02.236027000, size=1, fileKey=(dev=38,ino=353469901)
12:28:02.240 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, isRacyClean=false, read=2022-06-07 12:28:02.236679000, lastModified=2022-06-07 12:28:02.236027000, delta=652000 ns, racy<=27500 ns
12:28:02.240 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, is unmodified
12:28:02.240 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, create new FileSnapshot: lastRead=2022-06-07 12:28:02.240240000, lastModified=2022-06-07 12:28:02.240027000, size=1, fileKey=(dev=38,ino=353469901)
12:28:02.240 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, isRacyClean=false, read=2022-06-07 12:28:02.240240000, lastModified=2022-06-07 12:28:02.240027000, delta=213000 ns, racy<=27500 ns
12:28:02.240 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, is unmodified
12:28:02.240 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, create new FileSnapshot: lastRead=2022-06-07 12:28:02.240609000, lastModified=2022-06-07 12:28:02.240027000, size=1, fileKey=(dev=38,ino=353469901)
12:28:02.240 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, isRacyClean=false, read=2022-06-07 12:28:02.240609000, lastModified=2022-06-07 12:28:02.240027000, delta=582000 ns, racy<=27500 ns
12:28:02.240 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, is unmodified
12:28:02.240 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, create new FileSnapshot: lastRead=2022-06-07 12:28:02.240941000, lastModified=2022-06-07 12:28:02.240027000, size=1, fileKey=(dev=38,ino=353469901)
12:28:02.241 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, lastModified changed from 2022-06-07 12:28:02.240027000 to 2022-06-07 12:28:02.241027000
12:28:02.241 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, create new FileSnapshot: lastRead=2022-06-07 12:28:02.241317000, lastModified=2022-06-07 12:28:02.241027000, size=1, fileKey=(dev=38,ino=353469901)
12:28:02.241 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, isRacyClean=false, read=2022-06-07 12:28:02.241317000, lastModified=2022-06-07 12:28:02.241027000, delta=290000 ns, racy<=27500 ns
12:28:02.241 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, is unmodified
12:28:02.241 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, create new FileSnapshot: lastRead=2022-06-07 12:28:02.241686000, lastModified=2022-06-07 12:28:02.241027000, size=1, fileKey=(dev=38,ino=353469901)
12:28:02.241 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, isRacyClean=false, read=2022-06-07 12:28:02.241686000, lastModified=2022-06-07 12:28:02.241027000, delta=659000 ns, racy<=27500 ns
12:28:02.241 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, is unmodified
12:28:02.245 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, create new FileSnapshot: lastRead=2022-06-07 12:28:02.245155000, lastModified=2022-06-07 12:28:02.241027000, size=1, fileKey=(dev=38,ino=353469901)
12:28:02.245 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, lastModified changed from 2022-06-07 12:28:02.241027000 to 2022-06-07 12:28:02.245027000
12:28:02.245 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, create new FileSnapshot: lastRead=2022-06-07 12:28:02.245574000, lastModified=2022-06-07 12:28:02.245027000, size=1, fileKey=(dev=38,ino=353469901)
12:28:02.245 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, isRacyClean=false, read=2022-06-07 12:28:02.245574000, lastModified=2022-06-07 12:28:02.245027000, delta=547000 ns, racy<=27500 ns
12:28:02.245 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, is unmodified
12:28:02.245 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, create new FileSnapshot: lastRead=2022-06-07 12:28:02.245891000, lastModified=2022-06-07 12:28:02.245027000, size=1, fileKey=(dev=38,ino=353469901)
12:28:02.246 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, isRacyClean=false, read=2022-06-07 12:28:02.245891000, lastModified=2022-06-07 12:28:02.245027000, delta=864000 ns, racy<=27500 ns
12:28:02.246 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, is unmodified
12:28:02.246 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, create new FileSnapshot: lastRead=2022-06-07 12:28:02.246262000, lastModified=2022-06-07 12:28:02.246027000, size=1, fileKey=(dev=38,ino=353469901)
12:28:02.246 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, isRacyClean=false, read=2022-06-07 12:28:02.246262000, lastModified=2022-06-07 12:28:02.246027000, delta=235000 ns, racy<=27500 ns
12:28:02.246 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, is unmodified
12:28:02.246 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, create new FileSnapshot: lastRead=2022-06-07 12:28:02.246616000, lastModified=2022-06-07 12:28:02.246027000, size=1, fileKey=(dev=38,ino=353469901)
12:28:02.246 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, isRacyClean=false, read=2022-06-07 12:28:02.246616000, lastModified=2022-06-07 12:28:02.246027000, delta=589000 ns, racy<=27500 ns
12:28:02.246 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, is unmodified
12:28:02.246 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, create new FileSnapshot: lastRead=2022-06-07 12:28:02.246929000, lastModified=2022-06-07 12:28:02.246027000, size=1, fileKey=(dev=38,ino=353469901)
12:28:02.250 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, lastModified changed from 2022-06-07 12:28:02.246027000 to 2022-06-07 12:28:02.247027000
12:28:02.250 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, create new FileSnapshot: lastRead=2022-06-07 12:28:02.250441000, lastModified=2022-06-07 12:28:02.250027000, size=1, fileKey=(dev=38,ino=353469901)
12:28:02.250 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, isRacyClean=false, read=2022-06-07 12:28:02.250441000, lastModified=2022-06-07 12:28:02.250027000, delta=414000 ns, racy<=27500 ns
12:28:02.250 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, is unmodified
12:28:02.250 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, create new FileSnapshot: lastRead=2022-06-07 12:28:02.250781000, lastModified=2022-06-07 12:28:02.250027000, size=1, fileKey=(dev=38,ino=353469901)
12:28:02.250 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, isRacyClean=false, read=2022-06-07 12:28:02.250781000, lastModified=2022-06-07 12:28:02.250027000, delta=754000 ns, racy<=27500 ns
12:28:02.251 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, is unmodified
12:28:02.251 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, create new FileSnapshot: lastRead=2022-06-07 12:28:02.251129000, lastModified=2022-06-07 12:28:02.251027000, size=1, fileKey=(dev=38,ino=353469901)
12:28:02.274 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, isRacyClean=false, read=2022-06-07 12:28:02.251129000, lastModified=2022-06-07 12:28:02.251027000, delta=102000 ns, racy<=27500 ns
12:28:02.274 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, is unmodified
12:28:02.274 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, create new FileSnapshot: lastRead=2022-06-07 12:28:02.274297000, lastModified=2022-06-07 12:28:02.274027000, size=1, fileKey=(dev=38,ino=353469901)
12:28:02.274 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, isRacyClean=false, read=2022-06-07 12:28:02.274297000, lastModified=2022-06-07 12:28:02.274027000, delta=270000 ns, racy<=27500 ns
12:28:02.274 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, is unmodified
12:28:02.274 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, create new FileSnapshot: lastRead=2022-06-07 12:28:02.274784000, lastModified=2022-06-07 12:28:02.274027000, size=1, fileKey=(dev=38,ino=353469901)
12:28:02.275 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, isRacyClean=false, read=2022-06-07 12:28:02.274784000, lastModified=2022-06-07 12:28:02.274027000, delta=757000 ns, racy<=27500 ns
12:28:02.275 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, is unmodified
12:28:02.278 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, create new FileSnapshot: lastRead=2022-06-07 12:28:02.278777000, lastModified=2022-06-07 12:28:02.275027000, size=1, fileKey=(dev=38,ino=353469901)
12:28:02.279 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, lastModified changed from 2022-06-07 12:28:02.275027000 to 2022-06-07 12:28:02.279027000
12:28:02.279 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, create new FileSnapshot: lastRead=2022-06-07 12:28:02.279453000, lastModified=2022-06-07 12:28:02.279027000, size=1, fileKey=(dev=38,ino=353469901)
12:28:02.279 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, isRacyClean=false, read=2022-06-07 12:28:02.279453000, lastModified=2022-06-07 12:28:02.279027000, delta=426000 ns, racy<=27500 ns
12:28:02.279 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, is unmodified
12:28:02.280 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, create new FileSnapshot: lastRead=2022-06-07 12:28:02.280013000, lastModified=2022-06-07 12:28:02.279027000, size=1, fileKey=(dev=38,ino=353469901)
12:28:02.280 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, lastModified changed from 2022-06-07 12:28:02.279027000 to 2022-06-07 12:28:02.280027000
12:28:02.280 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, create new FileSnapshot: lastRead=2022-06-07 12:28:02.280541000, lastModified=2022-06-07 12:28:02.280027000, size=1, fileKey=(dev=38,ino=353469901)
12:28:02.280 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, isRacyClean=false, read=2022-06-07 12:28:02.280541000, lastModified=2022-06-07 12:28:02.280027000, delta=514000 ns, racy<=27500 ns
12:28:02.280 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, is unmodified
12:28:02.281 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, create new FileSnapshot: lastRead=2022-06-07 12:28:02.281073000, lastModified=2022-06-07 12:28:02.280027000, size=1, fileKey=(dev=38,ino=353469901)
12:28:02.281 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, lastModified changed from 2022-06-07 12:28:02.280027000 to 2022-06-07 12:28:02.281027000
12:28:02.281 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, create new FileSnapshot: lastRead=2022-06-07 12:28:02.281612000, lastModified=2022-06-07 12:28:02.281027000, size=1, fileKey=(dev=38,ino=353469901)
12:28:02.286 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, isRacyClean=false, read=2022-06-07 12:28:02.281612000, lastModified=2022-06-07 12:28:02.281027000, delta=585000 ns, racy<=27500 ns
12:28:02.286 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, is unmodified
12:28:02.286 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, create new FileSnapshot: lastRead=2022-06-07 12:28:02.286385000, lastModified=2022-06-07 12:28:02.286027000, size=1, fileKey=(dev=38,ino=353469901)
12:28:02.286 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, isRacyClean=false, read=2022-06-07 12:28:02.286385000, lastModified=2022-06-07 12:28:02.286027000, delta=358000 ns, racy<=27500 ns
12:28:02.286 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, is unmodified
12:28:02.287 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, create new FileSnapshot: lastRead=2022-06-07 12:28:02.286972000, lastModified=2022-06-07 12:28:02.286027000, size=1, fileKey=(dev=38,ino=353469901)
12:28:02.287 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, lastModified changed from 2022-06-07 12:28:02.286027000 to 2022-06-07 12:28:02.287027000
12:28:02.287 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, create new FileSnapshot: lastRead=2022-06-07 12:28:02.287574000, lastModified=2022-06-07 12:28:02.287027000, size=1, fileKey=(dev=38,ino=353469901)
12:28:02.287 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, isRacyClean=false, read=2022-06-07 12:28:02.287574000, lastModified=2022-06-07 12:28:02.287027000, delta=547000 ns, racy<=27500 ns
12:28:02.287 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, is unmodified
12:28:02.288 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, create new FileSnapshot: lastRead=2022-06-07 12:28:02.288145000, lastModified=2022-06-07 12:28:02.288027000, size=1, fileKey=(dev=38,ino=353469901)
12:28:02.288 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, isRacyClean=false, read=2022-06-07 12:28:02.288145000, lastModified=2022-06-07 12:28:02.288027000, delta=118000 ns, racy<=27500 ns
12:28:02.288 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, is unmodified
12:28:02.288 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, create new FileSnapshot: lastRead=2022-06-07 12:28:02.288703000, lastModified=2022-06-07 12:28:02.288027000, size=1, fileKey=(dev=38,ino=353469901)
12:28:02.289 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, isRacyClean=false, read=2022-06-07 12:28:02.288703000, lastModified=2022-06-07 12:28:02.288027000, delta=676000 ns, racy<=27500 ns
12:28:02.289 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, is unmodified
12:28:02.293 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, create new FileSnapshot: lastRead=2022-06-07 12:28:02.293311000, lastModified=2022-06-07 12:28:02.289027000, size=1, fileKey=(dev=38,ino=353469901)
12:28:02.293 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, lastModified changed from 2022-06-07 12:28:02.289027000 to 2022-06-07 12:28:02.293027000
12:28:02.293 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, create new FileSnapshot: lastRead=2022-06-07 12:28:02.293925000, lastModified=2022-06-07 12:28:02.293027000, size=1, fileKey=(dev=38,ino=353469901)
12:28:02.294 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, lastModified changed from 2022-06-07 12:28:02.293027000 to 2022-06-07 12:28:02.294027000
12:28:02.294 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, create new FileSnapshot: lastRead=2022-06-07 12:28:02.294422000, lastModified=2022-06-07 12:28:02.294027000, size=1, fileKey=(dev=38,ino=353469901)
12:28:02.294 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, isRacyClean=false, read=2022-06-07 12:28:02.294422000, lastModified=2022-06-07 12:28:02.294027000, delta=395000 ns, racy<=27500 ns
12:28:02.294 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, is unmodified
12:28:02.294 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, create new FileSnapshot: lastRead=2022-06-07 12:28:02.294854000, lastModified=2022-06-07 12:28:02.294027000, size=1, fileKey=(dev=38,ino=353469901)
12:28:02.295 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, isRacyClean=false, read=2022-06-07 12:28:02.294854000, lastModified=2022-06-07 12:28:02.294027000, delta=827000 ns, racy<=27500 ns
12:28:02.295 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, is unmodified
12:28:02.295 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, create new FileSnapshot: lastRead=2022-06-07 12:28:02.295234000, lastModified=2022-06-07 12:28:02.295027000, size=1, fileKey=(dev=38,ino=353469901)
12:28:02.295 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, isRacyClean=false, read=2022-06-07 12:28:02.295234000, lastModified=2022-06-07 12:28:02.295027000, delta=207000 ns, racy<=27500 ns
12:28:02.295 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, is unmodified
12:28:02.295 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, create new FileSnapshot: lastRead=2022-06-07 12:28:02.295614000, lastModified=2022-06-07 12:28:02.295027000, size=1, fileKey=(dev=38,ino=353469901)
12:28:02.299 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, isRacyClean=false, read=2022-06-07 12:28:02.295614000, lastModified=2022-06-07 12:28:02.295027000, delta=587000 ns, racy<=27500 ns
12:28:02.300 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, is unmodified
12:28:02.300 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, create new FileSnapshot: lastRead=2022-06-07 12:28:02.300284000, lastModified=2022-06-07 12:28:02.300027000, size=1, fileKey=(dev=38,ino=353469901)
12:28:02.300 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, isRacyClean=false, read=2022-06-07 12:28:02.300284000, lastModified=2022-06-07 12:28:02.300027000, delta=257000 ns, racy<=27500 ns
12:28:02.300 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, is unmodified
12:28:02.300 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, create new FileSnapshot: lastRead=2022-06-07 12:28:02.300713000, lastModified=2022-06-07 12:28:02.300027000, size=1, fileKey=(dev=38,ino=353469901)
12:28:02.300 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, isRacyClean=false, read=2022-06-07 12:28:02.300713000, lastModified=2022-06-07 12:28:02.300027000, delta=686000 ns, racy<=27500 ns
12:28:02.300 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, is unmodified
12:28:02.301 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, create new FileSnapshot: lastRead=2022-06-07 12:28:02.301096000, lastModified=2022-06-07 12:28:02.300027000, size=1, fileKey=(dev=38,ino=353469901)
12:28:02.301 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, lastModified changed from 2022-06-07 12:28:02.300027000 to 2022-06-07 12:28:02.301027000
12:28:02.301 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, create new FileSnapshot: lastRead=2022-06-07 12:28:02.301460000, lastModified=2022-06-07 12:28:02.301027000, size=1, fileKey=(dev=38,ino=353469901)
12:28:02.301 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, isRacyClean=false, read=2022-06-07 12:28:02.301460000, lastModified=2022-06-07 12:28:02.301027000, delta=433000 ns, racy<=27500 ns
12:28:02.301 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, is unmodified
12:28:02.301 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, create new FileSnapshot: lastRead=2022-06-07 12:28:02.301812000, lastModified=2022-06-07 12:28:02.301027000, size=1, fileKey=(dev=38,ino=353469901)
12:28:02.302 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, isRacyClean=false, read=2022-06-07 12:28:02.301812000, lastModified=2022-06-07 12:28:02.301027000, delta=785000 ns, racy<=27500 ns
12:28:02.302 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, is unmodified
12:28:02.306 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, create new FileSnapshot: lastRead=2022-06-07 12:28:02.306187000, lastModified=2022-06-07 12:28:02.302027000, size=1, fileKey=(dev=38,ino=353469901)
12:28:02.306 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, lastModified changed from 2022-06-07 12:28:02.302027000 to 2022-06-07 12:28:02.306027000
12:28:02.306 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, create new FileSnapshot: lastRead=2022-06-07 12:28:02.306675000, lastModified=2022-06-07 12:28:02.306027000, size=1, fileKey=(dev=38,ino=353469901)
12:28:02.306 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, isRacyClean=false, read=2022-06-07 12:28:02.306675000, lastModified=2022-06-07 12:28:02.306027000, delta=648000 ns, racy<=27500 ns
12:28:02.306 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, is unmodified
12:28:02.307 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, create new FileSnapshot: lastRead=2022-06-07 12:28:02.307055000, lastModified=2022-06-07 12:28:02.306027000, size=1, fileKey=(dev=38,ino=353469901)
12:28:02.307 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, lastModified changed from 2022-06-07 12:28:02.306027000 to 2022-06-07 12:28:02.307027000
12:28:02.307 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, create new FileSnapshot: lastRead=2022-06-07 12:28:02.307412000, lastModified=2022-06-07 12:28:02.307027000, size=1, fileKey=(dev=38,ino=353469901)
12:28:02.307 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, isRacyClean=false, read=2022-06-07 12:28:02.307412000, lastModified=2022-06-07 12:28:02.307027000, delta=385000 ns, racy<=27500 ns
12:28:02.307 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, is unmodified
12:28:02.307 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, create new FileSnapshot: lastRead=2022-06-07 12:28:02.307767000, lastModified=2022-06-07 12:28:02.307027000, size=1, fileKey=(dev=38,ino=353469901)
12:28:02.307 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, isRacyClean=false, read=2022-06-07 12:28:02.307767000, lastModified=2022-06-07 12:28:02.307027000, delta=740000 ns, racy<=27500 ns
12:28:02.308 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, is unmodified
12:28:02.308 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, create new FileSnapshot: lastRead=2022-06-07 12:28:02.308132000, lastModified=2022-06-07 12:28:02.308027000, size=1, fileKey=(dev=38,ino=353469901)
12:28:02.312 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, isRacyClean=false, read=2022-06-07 12:28:02.308132000, lastModified=2022-06-07 12:28:02.308027000, delta=105000 ns, racy<=27500 ns
12:28:02.312 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, is unmodified
12:28:02.312 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, create new FileSnapshot: lastRead=2022-06-07 12:28:02.312697000, lastModified=2022-06-07 12:28:02.312027000, size=1, fileKey=(dev=38,ino=353469901)
12:28:02.312 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, isRacyClean=false, read=2022-06-07 12:28:02.312697000, lastModified=2022-06-07 12:28:02.312027000, delta=670000 ns, racy<=27500 ns
12:28:02.312 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, is unmodified
12:28:02.313 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, create new FileSnapshot: lastRead=2022-06-07 12:28:02.313118000, lastModified=2022-06-07 12:28:02.313027000, size=1, fileKey=(dev=38,ino=353469901)
12:28:02.313 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, isRacyClean=false, read=2022-06-07 12:28:02.313118000, lastModified=2022-06-07 12:28:02.313027000, delta=91000 ns, racy<=27500 ns
12:28:02.313 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, is unmodified
12:28:02.313 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, create new FileSnapshot: lastRead=2022-06-07 12:28:02.313511000, lastModified=2022-06-07 12:28:02.313027000, size=1, fileKey=(dev=38,ino=353469901)
12:28:02.313 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, isRacyClean=false, read=2022-06-07 12:28:02.313511000, lastModified=2022-06-07 12:28:02.313027000, delta=484000 ns, racy<=27500 ns
12:28:02.313 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, is unmodified
12:28:02.313 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, create new FileSnapshot: lastRead=2022-06-07 12:28:02.313868000, lastModified=2022-06-07 12:28:02.313027000, size=1, fileKey=(dev=38,ino=353469901)
12:28:02.314 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, isRacyClean=false, read=2022-06-07 12:28:02.313868000, lastModified=2022-06-07 12:28:02.313027000, delta=841000 ns, racy<=27500 ns
12:28:02.314 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, is unmodified
12:28:02.314 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, create new FileSnapshot: lastRead=2022-06-07 12:28:02.314251000, lastModified=2022-06-07 12:28:02.314027000, size=1, fileKey=(dev=38,ino=353469901)
12:28:02.314 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, isRacyClean=false, read=2022-06-07 12:28:02.314251000, lastModified=2022-06-07 12:28:02.314027000, delta=224000 ns, racy<=27500 ns
12:28:02.314 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, is unmodified
12:28:02.318 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, create new FileSnapshot: lastRead=2022-06-07 12:28:02.318739000, lastModified=2022-06-07 12:28:02.314027000, size=1, fileKey=(dev=38,ino=353469901)
12:28:02.319 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, lastModified changed from 2022-06-07 12:28:02.314027000 to 2022-06-07 12:28:02.319027000
12:28:02.319 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, create new FileSnapshot: lastRead=2022-06-07 12:28:02.319284000, lastModified=2022-06-07 12:28:02.319027000, size=1, fileKey=(dev=38,ino=353469901)
12:28:02.319 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, isRacyClean=false, read=2022-06-07 12:28:02.319284000, lastModified=2022-06-07 12:28:02.319027000, delta=257000 ns, racy<=27500 ns
12:28:02.319 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, is unmodified
12:28:02.319 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, create new FileSnapshot: lastRead=2022-06-07 12:28:02.319722000, lastModified=2022-06-07 12:28:02.319027000, size=1, fileKey=(dev=38,ino=353469901)
12:28:02.319 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, isRacyClean=false, read=2022-06-07 12:28:02.319722000, lastModified=2022-06-07 12:28:02.319027000, delta=695000 ns, racy<=27500 ns
12:28:02.319 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, is unmodified
12:28:02.320 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, create new FileSnapshot: lastRead=2022-06-07 12:28:02.320095000, lastModified=2022-06-07 12:28:02.320027000, size=1, fileKey=(dev=38,ino=353469901)
12:28:02.320 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, isRacyClean=false, read=2022-06-07 12:28:02.320095000, lastModified=2022-06-07 12:28:02.320027000, delta=68000 ns, racy<=27500 ns
12:28:02.320 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, is unmodified
12:28:02.320 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, create new FileSnapshot: lastRead=2022-06-07 12:28:02.320478000, lastModified=2022-06-07 12:28:02.320027000, size=1, fileKey=(dev=38,ino=353469901)
12:28:02.320 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, isRacyClean=false, read=2022-06-07 12:28:02.320478000, lastModified=2022-06-07 12:28:02.320027000, delta=451000 ns, racy<=27500 ns
12:28:02.320 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, is unmodified
12:28:02.320 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, create new FileSnapshot: lastRead=2022-06-07 12:28:02.320850000, lastModified=2022-06-07 12:28:02.320027000, size=1, fileKey=(dev=38,ino=353469901)
12:28:02.325 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, isRacyClean=false, read=2022-06-07 12:28:02.320850000, lastModified=2022-06-07 12:28:02.320027000, delta=823000 ns, racy<=27500 ns
12:28:02.325 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, is unmodified
12:28:02.325 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, create new FileSnapshot: lastRead=2022-06-07 12:28:02.325508000, lastModified=2022-06-07 12:28:02.325027000, size=1, fileKey=(dev=38,ino=353469901)
12:28:02.325 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, isRacyClean=false, read=2022-06-07 12:28:02.325508000, lastModified=2022-06-07 12:28:02.325027000, delta=481000 ns, racy<=27500 ns
12:28:02.325 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, is unmodified
12:28:02.326 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, create new FileSnapshot: lastRead=2022-06-07 12:28:02.325984000, lastModified=2022-06-07 12:28:02.325027000, size=1, fileKey=(dev=38,ino=353469901)
12:28:02.326 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, lastModified changed from 2022-06-07 12:28:02.325027000 to 2022-06-07 12:28:02.326027000
12:28:02.326 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, create new FileSnapshot: lastRead=2022-06-07 12:28:02.326388000, lastModified=2022-06-07 12:28:02.326027000, size=1, fileKey=(dev=38,ino=353469901)
12:28:02.326 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, isRacyClean=false, read=2022-06-07 12:28:02.326388000, lastModified=2022-06-07 12:28:02.326027000, delta=361000 ns, racy<=27500 ns
12:28:02.326 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, is unmodified
12:28:02.326 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, create new FileSnapshot: lastRead=2022-06-07 12:28:02.326747000, lastModified=2022-06-07 12:28:02.326027000, size=1, fileKey=(dev=38,ino=353469901)
12:28:02.326 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, isRacyClean=false, read=2022-06-07 12:28:02.326747000, lastModified=2022-06-07 12:28:02.326027000, delta=720000 ns, racy<=27500 ns
12:28:02.327 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, is unmodified
12:28:02.327 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, create new FileSnapshot: lastRead=2022-06-07 12:28:02.327154000, lastModified=2022-06-07 12:28:02.327027000, size=1, fileKey=(dev=38,ino=353469901)
12:28:02.327 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, isRacyClean=false, read=2022-06-07 12:28:02.327154000, lastModified=2022-06-07 12:28:02.327027000, delta=127000 ns, racy<=27500 ns
12:28:02.327 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, is unmodified
12:28:02.334 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, create new FileSnapshot: lastRead=2022-06-07 12:28:02.334448000, lastModified=2022-06-07 12:28:02.327027000, size=1, fileKey=(dev=38,ino=353469901)
12:28:02.334 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, lastModified changed from 2022-06-07 12:28:02.327027000 to 2022-06-07 12:28:02.334027000
12:28:02.334 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, create new FileSnapshot: lastRead=2022-06-07 12:28:02.334830000, lastModified=2022-06-07 12:28:02.334027000, size=1, fileKey=(dev=38,ino=353469901)
12:28:02.335 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, isRacyClean=false, read=2022-06-07 12:28:02.334830000, lastModified=2022-06-07 12:28:02.334027000, delta=803000 ns, racy<=27500 ns
12:28:02.335 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, is unmodified
12:28:02.335 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, create new FileSnapshot: lastRead=2022-06-07 12:28:02.335291000, lastModified=2022-06-07 12:28:02.335027000, size=1, fileKey=(dev=38,ino=353469901)
12:28:02.335 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, isRacyClean=false, read=2022-06-07 12:28:02.335291000, lastModified=2022-06-07 12:28:02.335027000, delta=264000 ns, racy<=27500 ns
12:28:02.335 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, is unmodified
12:28:02.335 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, create new FileSnapshot: lastRead=2022-06-07 12:28:02.335801000, lastModified=2022-06-07 12:28:02.335027000, size=1, fileKey=(dev=38,ino=353469901)
12:28:02.336 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, isRacyClean=false, read=2022-06-07 12:28:02.335801000, lastModified=2022-06-07 12:28:02.335027000, delta=774000 ns, racy<=27500 ns
12:28:02.336 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, is unmodified
12:28:02.336 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, create new FileSnapshot: lastRead=2022-06-07 12:28:02.336331000, lastModified=2022-06-07 12:28:02.336027000, size=1, fileKey=(dev=38,ino=353469901)
12:28:02.336 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, isRacyClean=false, read=2022-06-07 12:28:02.336331000, lastModified=2022-06-07 12:28:02.336027000, delta=304000 ns, racy<=27500 ns
12:28:02.336 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, is unmodified
12:28:02.336 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, create new FileSnapshot: lastRead=2022-06-07 12:28:02.336798000, lastModified=2022-06-07 12:28:02.336027000, size=1, fileKey=(dev=38,ino=353469901)
12:28:02.340 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, isRacyClean=false, read=2022-06-07 12:28:02.336798000, lastModified=2022-06-07 12:28:02.336027000, delta=771000 ns, racy<=27500 ns
12:28:02.340 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, is unmodified
12:28:02.340 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, create new FileSnapshot: lastRead=2022-06-07 12:28:02.340390000, lastModified=2022-06-07 12:28:02.340027000, size=1, fileKey=(dev=38,ino=353469901)
12:28:02.340 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, isRacyClean=false, read=2022-06-07 12:28:02.340390000, lastModified=2022-06-07 12:28:02.340027000, delta=363000 ns, racy<=27500 ns
12:28:02.340 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, is unmodified
12:28:02.340 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, create new FileSnapshot: lastRead=2022-06-07 12:28:02.340733000, lastModified=2022-06-07 12:28:02.340027000, size=1, fileKey=(dev=38,ino=353469901)
12:28:02.340 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, isRacyClean=false, read=2022-06-07 12:28:02.340733000, lastModified=2022-06-07 12:28:02.340027000, delta=706000 ns, racy<=27500 ns
12:28:02.340 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, is unmodified
12:28:02.341 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, create new FileSnapshot: lastRead=2022-06-07 12:28:02.341090000, lastModified=2022-06-07 12:28:02.340027000, size=1, fileKey=(dev=38,ino=353469901)
12:28:02.341 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, lastModified changed from 2022-06-07 12:28:02.340027000 to 2022-06-07 12:28:02.341027000
12:28:02.341 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, create new FileSnapshot: lastRead=2022-06-07 12:28:02.341433000, lastModified=2022-06-07 12:28:02.341027000, size=1, fileKey=(dev=38,ino=353469901)
12:28:02.341 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, isRacyClean=false, read=2022-06-07 12:28:02.341433000, lastModified=2022-06-07 12:28:02.341027000, delta=406000 ns, racy<=27500 ns
12:28:02.341 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, is unmodified
12:28:02.341 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, create new FileSnapshot: lastRead=2022-06-07 12:28:02.341756000, lastModified=2022-06-07 12:28:02.341027000, size=1, fileKey=(dev=38,ino=353469901)
12:28:02.341 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, isRacyClean=false, read=2022-06-07 12:28:02.341756000, lastModified=2022-06-07 12:28:02.341027000, delta=729000 ns, racy<=27500 ns
12:28:02.341 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, is unmodified
12:28:02.344 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, create new FileSnapshot: lastRead=2022-06-07 12:28:02.344096000, lastModified=2022-06-07 12:28:02.341027000, size=1, fileKey=(dev=38,ino=353469901)
12:28:02.344 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, lastModified changed from 2022-06-07 12:28:02.341027000 to 2022-06-07 12:28:02.344027000
12:28:02.344 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, create new FileSnapshot: lastRead=2022-06-07 12:28:02.344512000, lastModified=2022-06-07 12:28:02.344027000, size=1, fileKey=(dev=38,ino=353469901)
12:28:02.344 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, isRacyClean=false, read=2022-06-07 12:28:02.344512000, lastModified=2022-06-07 12:28:02.344027000, delta=485000 ns, racy<=27500 ns
12:28:02.344 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, is unmodified
12:28:02.344 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, create new FileSnapshot: lastRead=2022-06-07 12:28:02.344860000, lastModified=2022-06-07 12:28:02.344027000, size=1, fileKey=(dev=38,ino=353469901)
12:28:02.345 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, isRacyClean=false, read=2022-06-07 12:28:02.344860000, lastModified=2022-06-07 12:28:02.344027000, delta=833000 ns, racy<=27500 ns
12:28:02.345 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, is unmodified
12:28:02.345 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, create new FileSnapshot: lastRead=2022-06-07 12:28:02.345413000, lastModified=2022-06-07 12:28:02.345027000, size=1, fileKey=(dev=38,ino=353469901)
12:28:02.345 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, isRacyClean=false, read=2022-06-07 12:28:02.345413000, lastModified=2022-06-07 12:28:02.345027000, delta=386000 ns, racy<=27500 ns
12:28:02.345 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, is unmodified
12:28:02.345 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, create new FileSnapshot: lastRead=2022-06-07 12:28:02.345843000, lastModified=2022-06-07 12:28:02.345027000, size=1, fileKey=(dev=38,ino=353469901)
12:28:02.346 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, isRacyClean=false, read=2022-06-07 12:28:02.345843000, lastModified=2022-06-07 12:28:02.345027000, delta=816000 ns, racy<=27500 ns
12:28:02.346 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, is unmodified
12:28:02.346 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, create new FileSnapshot: lastRead=2022-06-07 12:28:02.346213000, lastModified=2022-06-07 12:28:02.346027000, size=1, fileKey=(dev=38,ino=353469901)
12:28:02.348 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, isRacyClean=false, read=2022-06-07 12:28:02.346213000, lastModified=2022-06-07 12:28:02.346027000, delta=186000 ns, racy<=27500 ns
12:28:02.348 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, is unmodified
12:28:02.348 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, create new FileSnapshot: lastRead=2022-06-07 12:28:02.348822000, lastModified=2022-06-07 12:28:02.348027000, size=1, fileKey=(dev=38,ino=353469901)
12:28:02.349 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, isRacyClean=false, read=2022-06-07 12:28:02.348822000, lastModified=2022-06-07 12:28:02.348027000, delta=795000 ns, racy<=27500 ns
12:28:02.349 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, is unmodified
12:28:02.349 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, create new FileSnapshot: lastRead=2022-06-07 12:28:02.349191000, lastModified=2022-06-07 12:28:02.349027000, size=1, fileKey=(dev=38,ino=353469901)
12:28:02.349 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, isRacyClean=false, read=2022-06-07 12:28:02.349191000, lastModified=2022-06-07 12:28:02.349027000, delta=164000 ns, racy<=27500 ns
12:28:02.349 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, is unmodified
12:28:02.349 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, create new FileSnapshot: lastRead=2022-06-07 12:28:02.349568000, lastModified=2022-06-07 12:28:02.349027000, size=1, fileKey=(dev=38,ino=353469901)
12:28:02.349 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, isRacyClean=false, read=2022-06-07 12:28:02.349568000, lastModified=2022-06-07 12:28:02.349027000, delta=541000 ns, racy<=27500 ns
12:28:02.349 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, is unmodified
12:28:02.349 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, create new FileSnapshot: lastRead=2022-06-07 12:28:02.349862000, lastModified=2022-06-07 12:28:02.349027000, size=1, fileKey=(dev=38,ino=353469901)
12:28:02.350 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, isRacyClean=false, read=2022-06-07 12:28:02.349862000, lastModified=2022-06-07 12:28:02.349027000, delta=835000 ns, racy<=27500 ns
12:28:02.350 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, is unmodified
12:28:02.350 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, create new FileSnapshot: lastRead=2022-06-07 12:28:02.350228000, lastModified=2022-06-07 12:28:02.350027000, size=1, fileKey=(dev=38,ino=353469901)
12:28:02.350 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, isRacyClean=false, read=2022-06-07 12:28:02.350228000, lastModified=2022-06-07 12:28:02.350027000, delta=201000 ns, racy<=27500 ns
12:28:02.350 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, is unmodified
12:28:02.352 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, create new FileSnapshot: lastRead=2022-06-07 12:28:02.352674000, lastModified=2022-06-07 12:28:02.350027000, size=1, fileKey=(dev=38,ino=353469901)
12:28:02.352 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, lastModified changed from 2022-06-07 12:28:02.350027000 to 2022-06-07 12:28:02.352027000
12:28:02.353 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, create new FileSnapshot: lastRead=2022-06-07 12:28:02.353126000, lastModified=2022-06-07 12:28:02.353027000, size=1, fileKey=(dev=38,ino=353469901)
12:28:02.353 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, isRacyClean=false, read=2022-06-07 12:28:02.353126000, lastModified=2022-06-07 12:28:02.353027000, delta=99000 ns, racy<=27500 ns
12:28:02.353 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, is unmodified
12:28:02.353 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, create new FileSnapshot: lastRead=2022-06-07 12:28:02.353525000, lastModified=2022-06-07 12:28:02.353027000, size=1, fileKey=(dev=38,ino=353469901)
12:28:02.353 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, isRacyClean=false, read=2022-06-07 12:28:02.353525000, lastModified=2022-06-07 12:28:02.353027000, delta=498000 ns, racy<=27500 ns
12:28:02.353 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, is unmodified
12:28:02.353 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, create new FileSnapshot: lastRead=2022-06-07 12:28:02.353825000, lastModified=2022-06-07 12:28:02.353027000, size=1, fileKey=(dev=38,ino=353469901)
12:28:02.354 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, isRacyClean=false, read=2022-06-07 12:28:02.353825000, lastModified=2022-06-07 12:28:02.353027000, delta=798000 ns, racy<=27500 ns
12:28:02.354 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, is unmodified
12:28:02.354 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, create new FileSnapshot: lastRead=2022-06-07 12:28:02.354229000, lastModified=2022-06-07 12:28:02.354027000, size=1, fileKey=(dev=38,ino=353469901)
12:28:02.354 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, isRacyClean=false, read=2022-06-07 12:28:02.354229000, lastModified=2022-06-07 12:28:02.354027000, delta=202000 ns, racy<=27500 ns
12:28:02.354 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, is unmodified
12:28:02.354 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, create new FileSnapshot: lastRead=2022-06-07 12:28:02.354570000, lastModified=2022-06-07 12:28:02.354027000, size=1, fileKey=(dev=38,ino=353469901)
12:28:02.356 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, isRacyClean=false, read=2022-06-07 12:28:02.354570000, lastModified=2022-06-07 12:28:02.354027000, delta=543000 ns, racy<=27500 ns
12:28:02.356 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, is unmodified
12:28:02.357 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, create new FileSnapshot: lastRead=2022-06-07 12:28:02.357068000, lastModified=2022-06-07 12:28:02.356027000, size=1, fileKey=(dev=38,ino=353469901)
12:28:02.357 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, lastModified changed from 2022-06-07 12:28:02.356027000 to 2022-06-07 12:28:02.357027000
12:28:02.357 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, create new FileSnapshot: lastRead=2022-06-07 12:28:02.357405000, lastModified=2022-06-07 12:28:02.357027000, size=1, fileKey=(dev=38,ino=353469901)
12:28:02.357 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, isRacyClean=false, read=2022-06-07 12:28:02.357405000, lastModified=2022-06-07 12:28:02.357027000, delta=378000 ns, racy<=27500 ns
12:28:02.357 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, is unmodified
12:28:02.357 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, create new FileSnapshot: lastRead=2022-06-07 12:28:02.357711000, lastModified=2022-06-07 12:28:02.357027000, size=1, fileKey=(dev=38,ino=353469901)
12:28:02.357 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, isRacyClean=false, read=2022-06-07 12:28:02.357711000, lastModified=2022-06-07 12:28:02.357027000, delta=684000 ns, racy<=27500 ns
12:28:02.357 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, is unmodified
12:28:02.358 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, create new FileSnapshot: lastRead=2022-06-07 12:28:02.358015000, lastModified=2022-06-07 12:28:02.357027000, size=1, fileKey=(dev=38,ino=353469901)
12:28:02.358 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, lastModified changed from 2022-06-07 12:28:02.357027000 to 2022-06-07 12:28:02.358027000
12:28:02.358 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, create new FileSnapshot: lastRead=2022-06-07 12:28:02.358367000, lastModified=2022-06-07 12:28:02.358027000, size=1, fileKey=(dev=38,ino=353469901)
12:28:02.358 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, isRacyClean=false, read=2022-06-07 12:28:02.358367000, lastModified=2022-06-07 12:28:02.358027000, delta=340000 ns, racy<=27500 ns
12:28:02.358 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, is unmodified
12:28:02.360 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, create new FileSnapshot: lastRead=2022-06-07 12:28:02.360822000, lastModified=2022-06-07 12:28:02.358027000, size=1, fileKey=(dev=38,ino=353469901)
12:28:02.361 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, lastModified changed from 2022-06-07 12:28:02.358027000 to 2022-06-07 12:28:02.360027000
12:28:02.361 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, create new FileSnapshot: lastRead=2022-06-07 12:28:02.361204000, lastModified=2022-06-07 12:28:02.361027000, size=1, fileKey=(dev=38,ino=353469901)
12:28:02.361 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, isRacyClean=false, read=2022-06-07 12:28:02.361204000, lastModified=2022-06-07 12:28:02.361027000, delta=177000 ns, racy<=27500 ns
12:28:02.361 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, is unmodified
12:28:02.361 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, create new FileSnapshot: lastRead=2022-06-07 12:28:02.361556000, lastModified=2022-06-07 12:28:02.361027000, size=1, fileKey=(dev=38,ino=353469901)
12:28:02.361 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, isRacyClean=false, read=2022-06-07 12:28:02.361556000, lastModified=2022-06-07 12:28:02.361027000, delta=529000 ns, racy<=27500 ns
12:28:02.361 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, is unmodified
12:28:02.361 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, create new FileSnapshot: lastRead=2022-06-07 12:28:02.361863000, lastModified=2022-06-07 12:28:02.361027000, size=1, fileKey=(dev=38,ino=353469901)
12:28:02.362 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, isRacyClean=false, read=2022-06-07 12:28:02.361863000, lastModified=2022-06-07 12:28:02.361027000, delta=836000 ns, racy<=27500 ns
12:28:02.362 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, is unmodified
12:28:02.362 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, create new FileSnapshot: lastRead=2022-06-07 12:28:02.362189000, lastModified=2022-06-07 12:28:02.362027000, size=1, fileKey=(dev=38,ino=353469901)
12:28:02.362 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, isRacyClean=false, read=2022-06-07 12:28:02.362189000, lastModified=2022-06-07 12:28:02.362027000, delta=162000 ns, racy<=27500 ns
12:28:02.362 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, is unmodified
12:28:02.362 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, create new FileSnapshot: lastRead=2022-06-07 12:28:02.362518000, lastModified=2022-06-07 12:28:02.362027000, size=1, fileKey=(dev=38,ino=353469901)
12:28:02.364 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, isRacyClean=false, read=2022-06-07 12:28:02.362518000, lastModified=2022-06-07 12:28:02.362027000, delta=491000 ns, racy<=27500 ns
12:28:02.364 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, is unmodified
12:28:02.365 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, create new FileSnapshot: lastRead=2022-06-07 12:28:02.365073000, lastModified=2022-06-07 12:28:02.364027000, size=1, fileKey=(dev=38,ino=353469901)
12:28:02.365 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, lastModified changed from 2022-06-07 12:28:02.364027000 to 2022-06-07 12:28:02.365027000
12:28:02.365 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, create new FileSnapshot: lastRead=2022-06-07 12:28:02.365402000, lastModified=2022-06-07 12:28:02.365027000, size=1, fileKey=(dev=38,ino=353469901)
12:28:02.365 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, isRacyClean=false, read=2022-06-07 12:28:02.365402000, lastModified=2022-06-07 12:28:02.365027000, delta=375000 ns, racy<=27500 ns
12:28:02.365 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, is unmodified
12:28:02.365 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, create new FileSnapshot: lastRead=2022-06-07 12:28:02.365722000, lastModified=2022-06-07 12:28:02.365027000, size=1, fileKey=(dev=38,ino=353469901)
12:28:02.365 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, isRacyClean=false, read=2022-06-07 12:28:02.365722000, lastModified=2022-06-07 12:28:02.365027000, delta=695000 ns, racy<=27500 ns
12:28:02.366 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, is unmodified
12:28:02.366 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, create new FileSnapshot: lastRead=2022-06-07 12:28:02.366130000, lastModified=2022-06-07 12:28:02.366027000, size=1, fileKey=(dev=38,ino=353469901)
12:28:02.366 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, isRacyClean=false, read=2022-06-07 12:28:02.366130000, lastModified=2022-06-07 12:28:02.366027000, delta=103000 ns, racy<=27500 ns
12:28:02.366 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, is unmodified
12:28:02.366 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, create new FileSnapshot: lastRead=2022-06-07 12:28:02.366494000, lastModified=2022-06-07 12:28:02.366027000, size=1, fileKey=(dev=38,ino=353469901)
12:28:02.366 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, isRacyClean=false, read=2022-06-07 12:28:02.366494000, lastModified=2022-06-07 12:28:02.366027000, delta=467000 ns, racy<=27500 ns
12:28:02.366 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, is unmodified
12:28:02.369 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, create new FileSnapshot: lastRead=2022-06-07 12:28:02.368999000, lastModified=2022-06-07 12:28:02.366027000, size=1, fileKey=(dev=38,ino=353469901)
12:28:02.369 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, lastModified changed from 2022-06-07 12:28:02.366027000 to 2022-06-07 12:28:02.369027000
12:28:02.369 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, create new FileSnapshot: lastRead=2022-06-07 12:28:02.369468000, lastModified=2022-06-07 12:28:02.369027000, size=1, fileKey=(dev=38,ino=353469901)
12:28:02.369 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, isRacyClean=false, read=2022-06-07 12:28:02.369468000, lastModified=2022-06-07 12:28:02.369027000, delta=441000 ns, racy<=27500 ns
12:28:02.369 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, is unmodified
12:28:02.369 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, create new FileSnapshot: lastRead=2022-06-07 12:28:02.369783000, lastModified=2022-06-07 12:28:02.369027000, size=1, fileKey=(dev=38,ino=353469901)
12:28:02.369 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, isRacyClean=false, read=2022-06-07 12:28:02.369783000, lastModified=2022-06-07 12:28:02.369027000, delta=756000 ns, racy<=27500 ns
12:28:02.369 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, is unmodified
12:28:02.370 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, create new FileSnapshot: lastRead=2022-06-07 12:28:02.370112000, lastModified=2022-06-07 12:28:02.370027000, size=1, fileKey=(dev=38,ino=353469901)
12:28:02.370 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, isRacyClean=false, read=2022-06-07 12:28:02.370112000, lastModified=2022-06-07 12:28:02.370027000, delta=85000 ns, racy<=27500 ns
12:28:02.370 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, is unmodified
12:28:02.370 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, create new FileSnapshot: lastRead=2022-06-07 12:28:02.370431000, lastModified=2022-06-07 12:28:02.370027000, size=1, fileKey=(dev=38,ino=353469901)
12:28:02.370 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, isRacyClean=false, read=2022-06-07 12:28:02.370431000, lastModified=2022-06-07 12:28:02.370027000, delta=404000 ns, racy<=27500 ns
12:28:02.370 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, is unmodified
12:28:02.370 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, create new FileSnapshot: lastRead=2022-06-07 12:28:02.370737000, lastModified=2022-06-07 12:28:02.370027000, size=1, fileKey=(dev=38,ino=353469901)
12:28:02.373 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, isRacyClean=false, read=2022-06-07 12:28:02.370737000, lastModified=2022-06-07 12:28:02.370027000, delta=710000 ns, racy<=27500 ns
12:28:02.373 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, is unmodified
12:28:02.373 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, create new FileSnapshot: lastRead=2022-06-07 12:28:02.373269000, lastModified=2022-06-07 12:28:02.373027000, size=1, fileKey=(dev=38,ino=353469901)
12:28:02.373 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, isRacyClean=false, read=2022-06-07 12:28:02.373269000, lastModified=2022-06-07 12:28:02.373027000, delta=242000 ns, racy<=27500 ns
12:28:02.373 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, is unmodified
12:28:02.373 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, create new FileSnapshot: lastRead=2022-06-07 12:28:02.373944000, lastModified=2022-06-07 12:28:02.373027000, size=1, fileKey=(dev=38,ino=353469901)
12:28:02.374 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, lastModified changed from 2022-06-07 12:28:02.373027000 to 2022-06-07 12:28:02.374027000
12:28:02.374 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, create new FileSnapshot: lastRead=2022-06-07 12:28:02.374617000, lastModified=2022-06-07 12:28:02.374027000, size=1, fileKey=(dev=38,ino=353469901)
12:28:02.374 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, isRacyClean=false, read=2022-06-07 12:28:02.374617000, lastModified=2022-06-07 12:28:02.374027000, delta=590000 ns, racy<=27500 ns
12:28:02.374 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, is unmodified
12:28:02.375 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, create new FileSnapshot: lastRead=2022-06-07 12:28:02.375168000, lastModified=2022-06-07 12:28:02.375027000, size=1, fileKey=(dev=38,ino=353469901)
12:28:02.375 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, isRacyClean=false, read=2022-06-07 12:28:02.375168000, lastModified=2022-06-07 12:28:02.375027000, delta=141000 ns, racy<=27500 ns
12:28:02.375 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, is unmodified
12:28:02.375 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, create new FileSnapshot: lastRead=2022-06-07 12:28:02.375752000, lastModified=2022-06-07 12:28:02.375027000, size=1, fileKey=(dev=38,ino=353469901)
12:28:02.376 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, isRacyClean=false, read=2022-06-07 12:28:02.375752000, lastModified=2022-06-07 12:28:02.375027000, delta=725000 ns, racy<=27500 ns
12:28:02.376 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, is unmodified
12:28:02.378 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, create new FileSnapshot: lastRead=2022-06-07 12:28:02.378549000, lastModified=2022-06-07 12:28:02.376027000, size=1, fileKey=(dev=38,ino=353469901)
12:28:02.378 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, lastModified changed from 2022-06-07 12:28:02.376027000 to 2022-06-07 12:28:02.378027000
12:28:02.379 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, create new FileSnapshot: lastRead=2022-06-07 12:28:02.379176000, lastModified=2022-06-07 12:28:02.379027000, size=1, fileKey=(dev=38,ino=353469901)
12:28:02.379 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, isRacyClean=false, read=2022-06-07 12:28:02.379176000, lastModified=2022-06-07 12:28:02.379027000, delta=149000 ns, racy<=27500 ns
12:28:02.379 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, is unmodified
12:28:02.379 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, create new FileSnapshot: lastRead=2022-06-07 12:28:02.379762000, lastModified=2022-06-07 12:28:02.379027000, size=1, fileKey=(dev=38,ino=353469901)
12:28:02.380 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, isRacyClean=false, read=2022-06-07 12:28:02.379762000, lastModified=2022-06-07 12:28:02.379027000, delta=735000 ns, racy<=27500 ns
12:28:02.380 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, is unmodified
12:28:02.380 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, create new FileSnapshot: lastRead=2022-06-07 12:28:02.380461000, lastModified=2022-06-07 12:28:02.380027000, size=1, fileKey=(dev=38,ino=353469901)
12:28:02.380 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, isRacyClean=false, read=2022-06-07 12:28:02.380461000, lastModified=2022-06-07 12:28:02.380027000, delta=434000 ns, racy<=27500 ns
12:28:02.380 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, is unmodified
12:28:02.381 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, create new FileSnapshot: lastRead=2022-06-07 12:28:02.381016000, lastModified=2022-06-07 12:28:02.380027000, size=1, fileKey=(dev=38,ino=353469901)
12:28:02.381 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, lastModified changed from 2022-06-07 12:28:02.380027000 to 2022-06-07 12:28:02.381027000
12:28:02.381 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, create new FileSnapshot: lastRead=2022-06-07 12:28:02.381448000, lastModified=2022-06-07 12:28:02.381027000, size=1, fileKey=(dev=38,ino=353469901)
12:28:02.384 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, isRacyClean=false, read=2022-06-07 12:28:02.381448000, lastModified=2022-06-07 12:28:02.381027000, delta=421000 ns, racy<=27500 ns
12:28:02.384 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, is unmodified
12:28:02.384 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, create new FileSnapshot: lastRead=2022-06-07 12:28:02.384255000, lastModified=2022-06-07 12:28:02.384027000, size=1, fileKey=(dev=38,ino=353469901)
12:28:02.384 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, isRacyClean=false, read=2022-06-07 12:28:02.384255000, lastModified=2022-06-07 12:28:02.384027000, delta=228000 ns, racy<=27500 ns
12:28:02.384 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, is unmodified
12:28:02.384 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, create new FileSnapshot: lastRead=2022-06-07 12:28:02.384626000, lastModified=2022-06-07 12:28:02.384027000, size=1, fileKey=(dev=38,ino=353469901)
12:28:02.384 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, isRacyClean=false, read=2022-06-07 12:28:02.384626000, lastModified=2022-06-07 12:28:02.384027000, delta=599000 ns, racy<=27500 ns
12:28:02.384 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, is unmodified
12:28:02.385 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, create new FileSnapshot: lastRead=2022-06-07 12:28:02.385002000, lastModified=2022-06-07 12:28:02.384027000, size=1, fileKey=(dev=38,ino=353469901)
12:28:02.385 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, lastModified changed from 2022-06-07 12:28:02.384027000 to 2022-06-07 12:28:02.385027000
12:28:02.385 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, create new FileSnapshot: lastRead=2022-06-07 12:28:02.385425000, lastModified=2022-06-07 12:28:02.385027000, size=1, fileKey=(dev=38,ino=353469901)
12:28:02.385 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, isRacyClean=false, read=2022-06-07 12:28:02.385425000, lastModified=2022-06-07 12:28:02.385027000, delta=398000 ns, racy<=27500 ns
12:28:02.385 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, is unmodified
12:28:02.385 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, create new FileSnapshot: lastRead=2022-06-07 12:28:02.385772000, lastModified=2022-06-07 12:28:02.385027000, size=1, fileKey=(dev=38,ino=353469901)
12:28:02.385 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, isRacyClean=false, read=2022-06-07 12:28:02.385772000, lastModified=2022-06-07 12:28:02.385027000, delta=745000 ns, racy<=27500 ns
12:28:02.386 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, is unmodified
12:28:02.389 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, create new FileSnapshot: lastRead=2022-06-07 12:28:02.389115000, lastModified=2022-06-07 12:28:02.386027000, size=1, fileKey=(dev=38,ino=353469901)
12:28:02.389 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, lastModified changed from 2022-06-07 12:28:02.386027000 to 2022-06-07 12:28:02.389027000
12:28:02.389 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, create new FileSnapshot: lastRead=2022-06-07 12:28:02.389733000, lastModified=2022-06-07 12:28:02.389027000, size=1, fileKey=(dev=38,ino=353469901)
12:28:02.390 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, isRacyClean=false, read=2022-06-07 12:28:02.389733000, lastModified=2022-06-07 12:28:02.389027000, delta=706000 ns, racy<=27500 ns
12:28:02.390 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, is unmodified
12:28:02.390 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, create new FileSnapshot: lastRead=2022-06-07 12:28:02.390250000, lastModified=2022-06-07 12:28:02.390027000, size=1, fileKey=(dev=38,ino=353469901)
12:28:02.390 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, isRacyClean=false, read=2022-06-07 12:28:02.390250000, lastModified=2022-06-07 12:28:02.390027000, delta=223000 ns, racy<=27500 ns
12:28:02.390 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, is unmodified
12:28:02.390 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, create new FileSnapshot: lastRead=2022-06-07 12:28:02.390697000, lastModified=2022-06-07 12:28:02.390027000, size=1, fileKey=(dev=38,ino=353469901)
12:28:02.390 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, isRacyClean=false, read=2022-06-07 12:28:02.390697000, lastModified=2022-06-07 12:28:02.390027000, delta=670000 ns, racy<=27500 ns
12:28:02.390 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, is unmodified
12:28:02.391 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, create new FileSnapshot: lastRead=2022-06-07 12:28:02.391133000, lastModified=2022-06-07 12:28:02.391027000, size=1, fileKey=(dev=38,ino=353469901)
12:28:02.391 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, isRacyClean=false, read=2022-06-07 12:28:02.391133000, lastModified=2022-06-07 12:28:02.391027000, delta=106000 ns, racy<=27500 ns
12:28:02.391 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, is unmodified
12:28:02.391 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, create new FileSnapshot: lastRead=2022-06-07 12:28:02.391513000, lastModified=2022-06-07 12:28:02.391027000, size=1, fileKey=(dev=38,ino=353469901)
12:28:02.394 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, isRacyClean=false, read=2022-06-07 12:28:02.391513000, lastModified=2022-06-07 12:28:02.391027000, delta=486000 ns, racy<=27500 ns
12:28:02.394 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, is unmodified
12:28:02.395 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, create new FileSnapshot: lastRead=2022-06-07 12:28:02.395008000, lastModified=2022-06-07 12:28:02.394027000, size=1, fileKey=(dev=38,ino=353469901)
12:28:02.395 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, lastModified changed from 2022-06-07 12:28:02.394027000 to 2022-06-07 12:28:02.395027000
12:28:02.395 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, create new FileSnapshot: lastRead=2022-06-07 12:28:02.395437000, lastModified=2022-06-07 12:28:02.395027000, size=1, fileKey=(dev=38,ino=353469901)
12:28:02.395 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, isRacyClean=false, read=2022-06-07 12:28:02.395437000, lastModified=2022-06-07 12:28:02.395027000, delta=410000 ns, racy<=27500 ns
12:28:02.395 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, is unmodified
12:28:02.395 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, create new FileSnapshot: lastRead=2022-06-07 12:28:02.395773000, lastModified=2022-06-07 12:28:02.395027000, size=1, fileKey=(dev=38,ino=353469901)
12:28:02.395 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, isRacyClean=false, read=2022-06-07 12:28:02.395773000, lastModified=2022-06-07 12:28:02.395027000, delta=746000 ns, racy<=27500 ns
12:28:02.396 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, is unmodified
12:28:02.396 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, create new FileSnapshot: lastRead=2022-06-07 12:28:02.396125000, lastModified=2022-06-07 12:28:02.396027000, size=1, fileKey=(dev=38,ino=353469901)
12:28:02.396 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, isRacyClean=false, read=2022-06-07 12:28:02.396125000, lastModified=2022-06-07 12:28:02.396027000, delta=98000 ns, racy<=27500 ns
12:28:02.396 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, is unmodified
12:28:02.396 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, create new FileSnapshot: lastRead=2022-06-07 12:28:02.396457000, lastModified=2022-06-07 12:28:02.396027000, size=1, fileKey=(dev=38,ino=353469901)
12:28:02.396 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, isRacyClean=false, read=2022-06-07 12:28:02.396457000, lastModified=2022-06-07 12:28:02.396027000, delta=430000 ns, racy<=27500 ns
12:28:02.396 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, is unmodified
12:28:02.399 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, create new FileSnapshot: lastRead=2022-06-07 12:28:02.399675000, lastModified=2022-06-07 12:28:02.396027000, size=1, fileKey=(dev=38,ino=353469901)
12:28:02.399 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, lastModified changed from 2022-06-07 12:28:02.396027000 to 2022-06-07 12:28:02.399027000
12:28:02.400 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, create new FileSnapshot: lastRead=2022-06-07 12:28:02.400152000, lastModified=2022-06-07 12:28:02.400027000, size=1, fileKey=(dev=38,ino=353469901)
12:28:02.400 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, isRacyClean=false, read=2022-06-07 12:28:02.400152000, lastModified=2022-06-07 12:28:02.400027000, delta=125000 ns, racy<=27500 ns
12:28:02.400 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, is unmodified
12:28:02.400 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, create new FileSnapshot: lastRead=2022-06-07 12:28:02.400545000, lastModified=2022-06-07 12:28:02.400027000, size=1, fileKey=(dev=38,ino=353469901)
12:28:02.400 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, isRacyClean=false, read=2022-06-07 12:28:02.400545000, lastModified=2022-06-07 12:28:02.400027000, delta=518000 ns, racy<=27500 ns
12:28:02.400 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, is unmodified
12:28:02.400 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, create new FileSnapshot: lastRead=2022-06-07 12:28:02.400904000, lastModified=2022-06-07 12:28:02.400027000, size=1, fileKey=(dev=38,ino=353469901)
12:28:02.401 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, lastModified changed from 2022-06-07 12:28:02.400027000 to 2022-06-07 12:28:02.401027000
12:28:02.401 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, create new FileSnapshot: lastRead=2022-06-07 12:28:02.401260000, lastModified=2022-06-07 12:28:02.401027000, size=1, fileKey=(dev=38,ino=353469901)
12:28:02.401 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, isRacyClean=false, read=2022-06-07 12:28:02.401260000, lastModified=2022-06-07 12:28:02.401027000, delta=233000 ns, racy<=27500 ns
12:28:02.401 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, is unmodified
12:28:02.401 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, create new FileSnapshot: lastRead=2022-06-07 12:28:02.401624000, lastModified=2022-06-07 12:28:02.401027000, size=1, fileKey=(dev=38,ino=353469901)
12:28:02.404 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, isRacyClean=false, read=2022-06-07 12:28:02.401624000, lastModified=2022-06-07 12:28:02.401027000, delta=597000 ns, racy<=27500 ns
12:28:02.404 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, is unmodified
12:28:02.405 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, create new FileSnapshot: lastRead=2022-06-07 12:28:02.405068000, lastModified=2022-06-07 12:28:02.404027000, size=1, fileKey=(dev=38,ino=353469901)
12:28:02.405 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, lastModified changed from 2022-06-07 12:28:02.404027000 to 2022-06-07 12:28:02.405028000
12:28:02.405 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, create new FileSnapshot: lastRead=2022-06-07 12:28:02.405457000, lastModified=2022-06-07 12:28:02.405028000, size=1, fileKey=(dev=38,ino=353469901)
12:28:02.405 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, isRacyClean=false, read=2022-06-07 12:28:02.405457000, lastModified=2022-06-07 12:28:02.405028000, delta=429000 ns, racy<=27500 ns
12:28:02.405 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, is unmodified
12:28:02.405 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, create new FileSnapshot: lastRead=2022-06-07 12:28:02.405835000, lastModified=2022-06-07 12:28:02.405028000, size=1, fileKey=(dev=38,ino=353469901)
12:28:02.406 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, isRacyClean=false, read=2022-06-07 12:28:02.405835000, lastModified=2022-06-07 12:28:02.405028000, delta=807000 ns, racy<=27500 ns
12:28:02.406 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, is unmodified
12:28:02.406 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, create new FileSnapshot: lastRead=2022-06-07 12:28:02.406232000, lastModified=2022-06-07 12:28:02.406028000, size=1, fileKey=(dev=38,ino=353469901)
12:28:02.406 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, isRacyClean=false, read=2022-06-07 12:28:02.406232000, lastModified=2022-06-07 12:28:02.406028000, delta=204000 ns, racy<=27500 ns
12:28:02.406 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, is unmodified
12:28:02.406 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, create new FileSnapshot: lastRead=2022-06-07 12:28:02.406609000, lastModified=2022-06-07 12:28:02.406028000, size=1, fileKey=(dev=38,ino=353469901)
12:28:02.406 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, isRacyClean=false, read=2022-06-07 12:28:02.406609000, lastModified=2022-06-07 12:28:02.406028000, delta=581000 ns, racy<=27500 ns
12:28:02.406 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, is unmodified
12:28:02.410 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, create new FileSnapshot: lastRead=2022-06-07 12:28:02.409972000, lastModified=2022-06-07 12:28:02.406028000, size=1, fileKey=(dev=38,ino=353469901)
12:28:02.410 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, lastModified changed from 2022-06-07 12:28:02.406028000 to 2022-06-07 12:28:02.410028000
12:28:02.410 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, create new FileSnapshot: lastRead=2022-06-07 12:28:02.410423000, lastModified=2022-06-07 12:28:02.410028000, size=1, fileKey=(dev=38,ino=353469901)
12:28:02.410 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, isRacyClean=false, read=2022-06-07 12:28:02.410423000, lastModified=2022-06-07 12:28:02.410028000, delta=395000 ns, racy<=27500 ns
12:28:02.410 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, is unmodified
12:28:02.410 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, create new FileSnapshot: lastRead=2022-06-07 12:28:02.410777000, lastModified=2022-06-07 12:28:02.410028000, size=1, fileKey=(dev=38,ino=353469901)
12:28:02.411 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, isRacyClean=false, read=2022-06-07 12:28:02.410777000, lastModified=2022-06-07 12:28:02.410028000, delta=749000 ns, racy<=27500 ns
12:28:02.411 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, is unmodified
12:28:02.411 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, create new FileSnapshot: lastRead=2022-06-07 12:28:02.411160000, lastModified=2022-06-07 12:28:02.411028000, size=1, fileKey=(dev=38,ino=353469901)
12:28:02.411 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, isRacyClean=false, read=2022-06-07 12:28:02.411160000, lastModified=2022-06-07 12:28:02.411028000, delta=132000 ns, racy<=27500 ns
12:28:02.411 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, is unmodified
12:28:02.411 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, create new FileSnapshot: lastRead=2022-06-07 12:28:02.411532000, lastModified=2022-06-07 12:28:02.411028000, size=1, fileKey=(dev=38,ino=353469901)
12:28:02.411 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, isRacyClean=false, read=2022-06-07 12:28:02.411532000, lastModified=2022-06-07 12:28:02.411028000, delta=504000 ns, racy<=27500 ns
12:28:02.411 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, is unmodified
12:28:02.411 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, create new FileSnapshot: lastRead=2022-06-07 12:28:02.411872000, lastModified=2022-06-07 12:28:02.411028000, size=1, fileKey=(dev=38,ino=353469901)
12:28:02.415 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, isRacyClean=false, read=2022-06-07 12:28:02.411872000, lastModified=2022-06-07 12:28:02.411028000, delta=844000 ns, racy<=27500 ns
12:28:02.415 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, is unmodified
12:28:02.415 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, create new FileSnapshot: lastRead=2022-06-07 12:28:02.415416000, lastModified=2022-06-07 12:28:02.415028000, size=1, fileKey=(dev=38,ino=353469901)
12:28:02.415 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, isRacyClean=false, read=2022-06-07 12:28:02.415416000, lastModified=2022-06-07 12:28:02.415028000, delta=388000 ns, racy<=27500 ns
12:28:02.415 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, is unmodified
12:28:02.415 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, create new FileSnapshot: lastRead=2022-06-07 12:28:02.415802000, lastModified=2022-06-07 12:28:02.415028000, size=1, fileKey=(dev=38,ino=353469901)
12:28:02.416 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, isRacyClean=false, read=2022-06-07 12:28:02.415802000, lastModified=2022-06-07 12:28:02.415028000, delta=774000 ns, racy<=27500 ns
12:28:02.416 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, is unmodified
12:28:02.416 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, create new FileSnapshot: lastRead=2022-06-07 12:28:02.416201000, lastModified=2022-06-07 12:28:02.416028000, size=1, fileKey=(dev=38,ino=353469901)
12:28:02.416 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, isRacyClean=false, read=2022-06-07 12:28:02.416201000, lastModified=2022-06-07 12:28:02.416028000, delta=173000 ns, racy<=27500 ns
12:28:02.416 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, is unmodified
12:28:02.416 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, create new FileSnapshot: lastRead=2022-06-07 12:28:02.416569000, lastModified=2022-06-07 12:28:02.416028000, size=1, fileKey=(dev=38,ino=353469901)
12:28:02.416 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, isRacyClean=false, read=2022-06-07 12:28:02.416569000, lastModified=2022-06-07 12:28:02.416028000, delta=541000 ns, racy<=27500 ns
12:28:02.416 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, is unmodified
12:28:02.416 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, create new FileSnapshot: lastRead=2022-06-07 12:28:02.416929000, lastModified=2022-06-07 12:28:02.416028000, size=1, fileKey=(dev=38,ino=353469901)
12:28:02.417 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, lastModified changed from 2022-06-07 12:28:02.416028000 to 2022-06-07 12:28:02.417028000
12:28:02.420 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, create new FileSnapshot: lastRead=2022-06-07 12:28:02.420414000, lastModified=2022-06-07 12:28:02.417028000, size=1, fileKey=(dev=38,ino=353469901)
12:28:02.420 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, lastModified changed from 2022-06-07 12:28:02.417028000 to 2022-06-07 12:28:02.420028000
12:28:02.420 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, create new FileSnapshot: lastRead=2022-06-07 12:28:02.420900000, lastModified=2022-06-07 12:28:02.420028000, size=1, fileKey=(dev=38,ino=353469901)
12:28:02.421 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, lastModified changed from 2022-06-07 12:28:02.420028000 to 2022-06-07 12:28:02.421028000
12:28:02.421 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, create new FileSnapshot: lastRead=2022-06-07 12:28:02.421260000, lastModified=2022-06-07 12:28:02.421028000, size=1, fileKey=(dev=38,ino=353469901)
12:28:02.421 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, isRacyClean=false, read=2022-06-07 12:28:02.421260000, lastModified=2022-06-07 12:28:02.421028000, delta=232000 ns, racy<=27500 ns
12:28:02.421 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, is unmodified
12:28:02.421 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, create new FileSnapshot: lastRead=2022-06-07 12:28:02.421629000, lastModified=2022-06-07 12:28:02.421028000, size=1, fileKey=(dev=38,ino=353469901)
12:28:02.421 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, isRacyClean=false, read=2022-06-07 12:28:02.421629000, lastModified=2022-06-07 12:28:02.421028000, delta=601000 ns, racy<=27500 ns
12:28:02.421 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, is unmodified
12:28:02.422 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, create new FileSnapshot: lastRead=2022-06-07 12:28:02.421970000, lastModified=2022-06-07 12:28:02.421028000, size=1, fileKey=(dev=38,ino=353469901)
12:28:02.422 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, lastModified changed from 2022-06-07 12:28:02.421028000 to 2022-06-07 12:28:02.422028000
12:28:02.422 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, create new FileSnapshot: lastRead=2022-06-07 12:28:02.422331000, lastModified=2022-06-07 12:28:02.422028000, size=1, fileKey=(dev=38,ino=353469901)
12:28:02.425 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, isRacyClean=false, read=2022-06-07 12:28:02.422331000, lastModified=2022-06-07 12:28:02.422028000, delta=303000 ns, racy<=27500 ns
12:28:02.425 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, is unmodified
12:28:02.425 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, create new FileSnapshot: lastRead=2022-06-07 12:28:02.425908000, lastModified=2022-06-07 12:28:02.425028000, size=1, fileKey=(dev=38,ino=353469901)
12:28:02.426 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, lastModified changed from 2022-06-07 12:28:02.425028000 to 2022-06-07 12:28:02.426028000
12:28:02.426 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, create new FileSnapshot: lastRead=2022-06-07 12:28:02.426273000, lastModified=2022-06-07 12:28:02.426028000, size=1, fileKey=(dev=38,ino=353469901)
12:28:02.426 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, isRacyClean=false, read=2022-06-07 12:28:02.426273000, lastModified=2022-06-07 12:28:02.426028000, delta=245000 ns, racy<=27500 ns
12:28:02.426 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, is unmodified
12:28:02.426 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, create new FileSnapshot: lastRead=2022-06-07 12:28:02.426628000, lastModified=2022-06-07 12:28:02.426028000, size=1, fileKey=(dev=38,ino=353469901)
12:28:02.426 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, isRacyClean=false, read=2022-06-07 12:28:02.426628000, lastModified=2022-06-07 12:28:02.426028000, delta=600000 ns, racy<=27500 ns
12:28:02.426 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, is unmodified
12:28:02.426 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, create new FileSnapshot: lastRead=2022-06-07 12:28:02.426961000, lastModified=2022-06-07 12:28:02.426028000, size=1, fileKey=(dev=38,ino=353469901)
12:28:02.427 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, lastModified changed from 2022-06-07 12:28:02.426028000 to 2022-06-07 12:28:02.427028000
12:28:02.427 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, create new FileSnapshot: lastRead=2022-06-07 12:28:02.427301000, lastModified=2022-06-07 12:28:02.427028000, size=1, fileKey=(dev=38,ino=353469901)
12:28:02.427 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, isRacyClean=false, read=2022-06-07 12:28:02.427301000, lastModified=2022-06-07 12:28:02.427028000, delta=273000 ns, racy<=27500 ns
12:28:02.427 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, is unmodified
12:28:02.430 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, create new FileSnapshot: lastRead=2022-06-07 12:28:02.430781000, lastModified=2022-06-07 12:28:02.427028000, size=1, fileKey=(dev=38,ino=353469901)
12:28:02.431 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, lastModified changed from 2022-06-07 12:28:02.427028000 to 2022-06-07 12:28:02.430028000
12:28:02.431 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, create new FileSnapshot: lastRead=2022-06-07 12:28:02.431172000, lastModified=2022-06-07 12:28:02.431028000, size=1, fileKey=(dev=38,ino=353469901)
12:28:02.474 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, isRacyClean=false, read=2022-06-07 12:28:02.431172000, lastModified=2022-06-07 12:28:02.431028000, delta=144000 ns, racy<=27500 ns
12:28:02.474 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, is unmodified
12:28:02.474 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, create new FileSnapshot: lastRead=2022-06-07 12:28:02.474373000, lastModified=2022-06-07 12:28:02.474028000, size=1, fileKey=(dev=38,ino=353469901)
12:28:02.474 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, isRacyClean=false, read=2022-06-07 12:28:02.474373000, lastModified=2022-06-07 12:28:02.474028000, delta=345000 ns, racy<=27500 ns
12:28:02.474 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, is unmodified
12:28:02.474 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, create new FileSnapshot: lastRead=2022-06-07 12:28:02.474804000, lastModified=2022-06-07 12:28:02.474028000, size=1, fileKey=(dev=38,ino=353469901)
12:28:02.475 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, isRacyClean=false, read=2022-06-07 12:28:02.474804000, lastModified=2022-06-07 12:28:02.474028000, delta=776000 ns, racy<=27500 ns
12:28:02.475 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, is unmodified
12:28:02.475 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, create new FileSnapshot: lastRead=2022-06-07 12:28:02.475199000, lastModified=2022-06-07 12:28:02.475028000, size=1, fileKey=(dev=38,ino=353469901)
12:28:02.475 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, isRacyClean=false, read=2022-06-07 12:28:02.475199000, lastModified=2022-06-07 12:28:02.475028000, delta=171000 ns, racy<=27500 ns
12:28:02.475 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, is unmodified
12:28:02.475 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, create new FileSnapshot: lastRead=2022-06-07 12:28:02.475576000, lastModified=2022-06-07 12:28:02.475028000, size=1, fileKey=(dev=38,ino=353469901)
12:28:02.479 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, isRacyClean=false, read=2022-06-07 12:28:02.475576000, lastModified=2022-06-07 12:28:02.475028000, delta=548000 ns, racy<=27500 ns
12:28:02.479 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, is unmodified
12:28:02.480 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, create new FileSnapshot: lastRead=2022-06-07 12:28:02.480241000, lastModified=2022-06-07 12:28:02.480028000, size=1, fileKey=(dev=38,ino=353469901)
12:28:02.480 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, isRacyClean=false, read=2022-06-07 12:28:02.480241000, lastModified=2022-06-07 12:28:02.480028000, delta=213000 ns, racy<=27500 ns
12:28:02.480 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, is unmodified
12:28:02.480 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, create new FileSnapshot: lastRead=2022-06-07 12:28:02.480827000, lastModified=2022-06-07 12:28:02.480028000, size=1, fileKey=(dev=38,ino=353469901)
12:28:02.481 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, lastModified changed from 2022-06-07 12:28:02.480028000 to 2022-06-07 12:28:02.481028000
12:28:02.481 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, create new FileSnapshot: lastRead=2022-06-07 12:28:02.481369000, lastModified=2022-06-07 12:28:02.481028000, size=1, fileKey=(dev=38,ino=353469901)
12:28:02.481 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, isRacyClean=false, read=2022-06-07 12:28:02.481369000, lastModified=2022-06-07 12:28:02.481028000, delta=341000 ns, racy<=27500 ns
12:28:02.481 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, is unmodified
12:28:02.481 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, create new FileSnapshot: lastRead=2022-06-07 12:28:02.481916000, lastModified=2022-06-07 12:28:02.481028000, size=1, fileKey=(dev=38,ino=353469901)
12:28:02.482 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, lastModified changed from 2022-06-07 12:28:02.481028000 to 2022-06-07 12:28:02.482028000
12:28:02.482 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, create new FileSnapshot: lastRead=2022-06-07 12:28:02.482452000, lastModified=2022-06-07 12:28:02.482028000, size=1, fileKey=(dev=38,ino=353469901)
12:28:02.482 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, isRacyClean=false, read=2022-06-07 12:28:02.482452000, lastModified=2022-06-07 12:28:02.482028000, delta=424000 ns, racy<=27500 ns
12:28:02.482 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, is unmodified
12:28:02.487 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, create new FileSnapshot: lastRead=2022-06-07 12:28:02.486963000, lastModified=2022-06-07 12:28:02.482028000, size=1, fileKey=(dev=38,ino=353469901)
12:28:02.487 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, lastModified changed from 2022-06-07 12:28:02.482028000 to 2022-06-07 12:28:02.487028000
12:28:02.487 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, create new FileSnapshot: lastRead=2022-06-07 12:28:02.487744000, lastModified=2022-06-07 12:28:02.487028000, size=1, fileKey=(dev=38,ino=353469901)
12:28:02.488 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, isRacyClean=false, read=2022-06-07 12:28:02.487744000, lastModified=2022-06-07 12:28:02.487028000, delta=716000 ns, racy<=27500 ns
12:28:02.488 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, is unmodified
12:28:02.488 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, create new FileSnapshot: lastRead=2022-06-07 12:28:02.488291000, lastModified=2022-06-07 12:28:02.488028000, size=1, fileKey=(dev=38,ino=353469901)
12:28:02.488 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, isRacyClean=false, read=2022-06-07 12:28:02.488291000, lastModified=2022-06-07 12:28:02.488028000, delta=263000 ns, racy<=27500 ns
12:28:02.488 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, is unmodified
12:28:02.488 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, create new FileSnapshot: lastRead=2022-06-07 12:28:02.488809000, lastModified=2022-06-07 12:28:02.488028000, size=1, fileKey=(dev=38,ino=353469901)
12:28:02.489 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, isRacyClean=false, read=2022-06-07 12:28:02.488809000, lastModified=2022-06-07 12:28:02.488028000, delta=781000 ns, racy<=27500 ns
12:28:02.489 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, is unmodified
12:28:02.489 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, create new FileSnapshot: lastRead=2022-06-07 12:28:02.489356000, lastModified=2022-06-07 12:28:02.489028000, size=1, fileKey=(dev=38,ino=353469901)
12:28:02.489 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, isRacyClean=false, read=2022-06-07 12:28:02.489356000, lastModified=2022-06-07 12:28:02.489028000, delta=328000 ns, racy<=27500 ns
12:28:02.489 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, is unmodified
12:28:02.489 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, create new FileSnapshot: lastRead=2022-06-07 12:28:02.489852000, lastModified=2022-06-07 12:28:02.489028000, size=1, fileKey=(dev=38,ino=353469901)
12:28:02.494 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, lastModified changed from 2022-06-07 12:28:02.489028000 to 2022-06-07 12:28:02.490028000
12:28:02.494 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, create new FileSnapshot: lastRead=2022-06-07 12:28:02.494456000, lastModified=2022-06-07 12:28:02.494028000, size=1, fileKey=(dev=38,ino=353469901)
12:28:02.494 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, isRacyClean=false, read=2022-06-07 12:28:02.494456000, lastModified=2022-06-07 12:28:02.494028000, delta=428000 ns, racy<=27500 ns
12:28:02.494 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, is unmodified
12:28:02.495 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, create new FileSnapshot: lastRead=2022-06-07 12:28:02.494994000, lastModified=2022-06-07 12:28:02.494028000, size=1, fileKey=(dev=38,ino=353469901)
12:28:02.495 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, lastModified changed from 2022-06-07 12:28:02.494028000 to 2022-06-07 12:28:02.495028000
12:28:02.495 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, create new FileSnapshot: lastRead=2022-06-07 12:28:02.495600000, lastModified=2022-06-07 12:28:02.495028000, size=1, fileKey=(dev=38,ino=353469901)
12:28:02.495 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, isRacyClean=false, read=2022-06-07 12:28:02.495600000, lastModified=2022-06-07 12:28:02.495028000, delta=572000 ns, racy<=27500 ns
12:28:02.495 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, is unmodified
12:28:02.496 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, create new FileSnapshot: lastRead=2022-06-07 12:28:02.496129000, lastModified=2022-06-07 12:28:02.496028000, size=1, fileKey=(dev=38,ino=353469901)
12:28:02.496 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, isRacyClean=false, read=2022-06-07 12:28:02.496129000, lastModified=2022-06-07 12:28:02.496028000, delta=101000 ns, racy<=27500 ns
12:28:02.496 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, is unmodified
12:28:02.496 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, create new FileSnapshot: lastRead=2022-06-07 12:28:02.496641000, lastModified=2022-06-07 12:28:02.496028000, size=1, fileKey=(dev=38,ino=353469901)
12:28:02.496 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, isRacyClean=false, read=2022-06-07 12:28:02.496641000, lastModified=2022-06-07 12:28:02.496028000, delta=613000 ns, racy<=27500 ns
12:28:02.496 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, is unmodified
12:28:02.501 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, create new FileSnapshot: lastRead=2022-06-07 12:28:02.501170000, lastModified=2022-06-07 12:28:02.497028000, size=1, fileKey=(dev=38,ino=353469901)
12:28:02.501 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, lastModified changed from 2022-06-07 12:28:02.497028000 to 2022-06-07 12:28:02.501028000
12:28:02.501 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, create new FileSnapshot: lastRead=2022-06-07 12:28:02.501752000, lastModified=2022-06-07 12:28:02.501028000, size=1, fileKey=(dev=38,ino=353469901)
12:28:02.502 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, isRacyClean=false, read=2022-06-07 12:28:02.501752000, lastModified=2022-06-07 12:28:02.501028000, delta=724000 ns, racy<=27500 ns
12:28:02.502 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, is unmodified
12:28:02.502 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, create new FileSnapshot: lastRead=2022-06-07 12:28:02.502320000, lastModified=2022-06-07 12:28:02.502028000, size=1, fileKey=(dev=38,ino=353469901)
12:28:02.502 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, isRacyClean=false, read=2022-06-07 12:28:02.502320000, lastModified=2022-06-07 12:28:02.502028000, delta=292000 ns, racy<=27500 ns
12:28:02.502 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, is unmodified
12:28:02.502 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, create new FileSnapshot: lastRead=2022-06-07 12:28:02.502880000, lastModified=2022-06-07 12:28:02.502028000, size=1, fileKey=(dev=38,ino=353469901)
12:28:02.503 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, lastModified changed from 2022-06-07 12:28:02.502028000 to 2022-06-07 12:28:02.503028000
12:28:02.503 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, create new FileSnapshot: lastRead=2022-06-07 12:28:02.503532000, lastModified=2022-06-07 12:28:02.503028000, size=1, fileKey=(dev=38,ino=353469901)
12:28:02.503 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, isRacyClean=false, read=2022-06-07 12:28:02.503532000, lastModified=2022-06-07 12:28:02.503028000, delta=504000 ns, racy<=27500 ns
12:28:02.503 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, is unmodified
12:28:02.504 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, create new FileSnapshot: lastRead=2022-06-07 12:28:02.504097000, lastModified=2022-06-07 12:28:02.503028000, size=1, fileKey=(dev=38,ino=353469901)
12:28:02.508 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, lastModified changed from 2022-06-07 12:28:02.503028000 to 2022-06-07 12:28:02.504028000
12:28:02.509 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, create new FileSnapshot: lastRead=2022-06-07 12:28:02.508993000, lastModified=2022-06-07 12:28:02.508028000, size=1, fileKey=(dev=38,ino=353469901)
12:28:02.509 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, lastModified changed from 2022-06-07 12:28:02.508028000 to 2022-06-07 12:28:02.509028000
12:28:02.509 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, create new FileSnapshot: lastRead=2022-06-07 12:28:02.509601000, lastModified=2022-06-07 12:28:02.509028000, size=1, fileKey=(dev=38,ino=353469901)
12:28:02.509 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, isRacyClean=false, read=2022-06-07 12:28:02.509601000, lastModified=2022-06-07 12:28:02.509028000, delta=573000 ns, racy<=27500 ns
12:28:02.509 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, is unmodified
12:28:02.510 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, create new FileSnapshot: lastRead=2022-06-07 12:28:02.510159000, lastModified=2022-06-07 12:28:02.510028000, size=1, fileKey=(dev=38,ino=353469901)
12:28:02.510 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, isRacyClean=false, read=2022-06-07 12:28:02.510159000, lastModified=2022-06-07 12:28:02.510028000, delta=131000 ns, racy<=27500 ns
12:28:02.510 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, is unmodified
12:28:02.510 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, create new FileSnapshot: lastRead=2022-06-07 12:28:02.510727000, lastModified=2022-06-07 12:28:02.510028000, size=1, fileKey=(dev=38,ino=353469901)
12:28:02.511 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, isRacyClean=false, read=2022-06-07 12:28:02.510727000, lastModified=2022-06-07 12:28:02.510028000, delta=699000 ns, racy<=27500 ns
12:28:02.511 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, is unmodified
12:28:02.511 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, create new FileSnapshot: lastRead=2022-06-07 12:28:02.511193000, lastModified=2022-06-07 12:28:02.511028000, size=1, fileKey=(dev=38,ino=353469901)
12:28:02.511 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, isRacyClean=false, read=2022-06-07 12:28:02.511193000, lastModified=2022-06-07 12:28:02.511028000, delta=165000 ns, racy<=27500 ns
12:28:02.511 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, is unmodified
12:28:02.515 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, create new FileSnapshot: lastRead=2022-06-07 12:28:02.515598000, lastModified=2022-06-07 12:28:02.511028000, size=1, fileKey=(dev=38,ino=353469901)
12:28:02.515 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, lastModified changed from 2022-06-07 12:28:02.511028000 to 2022-06-07 12:28:02.515028000
12:28:02.516 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, create new FileSnapshot: lastRead=2022-06-07 12:28:02.516144000, lastModified=2022-06-07 12:28:02.516028000, size=1, fileKey=(dev=38,ino=353469901)
12:28:02.516 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, isRacyClean=false, read=2022-06-07 12:28:02.516144000, lastModified=2022-06-07 12:28:02.516028000, delta=116000 ns, racy<=27500 ns
12:28:02.516 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, is unmodified
12:28:02.516 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, create new FileSnapshot: lastRead=2022-06-07 12:28:02.516564000, lastModified=2022-06-07 12:28:02.516028000, size=1, fileKey=(dev=38,ino=353469901)
12:28:02.516 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, isRacyClean=false, read=2022-06-07 12:28:02.516564000, lastModified=2022-06-07 12:28:02.516028000, delta=536000 ns, racy<=27500 ns
12:28:02.516 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, is unmodified
12:28:02.516 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, create new FileSnapshot: lastRead=2022-06-07 12:28:02.516928000, lastModified=2022-06-07 12:28:02.516028000, size=1, fileKey=(dev=38,ino=353469901)
12:28:02.517 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, lastModified changed from 2022-06-07 12:28:02.516028000 to 2022-06-07 12:28:02.517028000
12:28:02.517 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, create new FileSnapshot: lastRead=2022-06-07 12:28:02.517305000, lastModified=2022-06-07 12:28:02.517028000, size=1, fileKey=(dev=38,ino=353469901)
12:28:02.517 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, isRacyClean=false, read=2022-06-07 12:28:02.517305000, lastModified=2022-06-07 12:28:02.517028000, delta=277000 ns, racy<=27500 ns
12:28:02.517 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, is unmodified
12:28:02.517 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, create new FileSnapshot: lastRead=2022-06-07 12:28:02.517677000, lastModified=2022-06-07 12:28:02.517028000, size=1, fileKey=(dev=38,ino=353469901)
12:28:02.522 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, isRacyClean=false, read=2022-06-07 12:28:02.517677000, lastModified=2022-06-07 12:28:02.517028000, delta=649000 ns, racy<=27500 ns
12:28:02.522 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, is unmodified
12:28:02.522 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, create new FileSnapshot: lastRead=2022-06-07 12:28:02.522442000, lastModified=2022-06-07 12:28:02.522028000, size=1, fileKey=(dev=38,ino=353469901)
12:28:02.522 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, isRacyClean=false, read=2022-06-07 12:28:02.522442000, lastModified=2022-06-07 12:28:02.522028000, delta=414000 ns, racy<=27500 ns
12:28:02.522 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, is unmodified
12:28:02.522 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, create new FileSnapshot: lastRead=2022-06-07 12:28:02.522848000, lastModified=2022-06-07 12:28:02.522028000, size=1, fileKey=(dev=38,ino=353469901)
12:28:02.523 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, isRacyClean=false, read=2022-06-07 12:28:02.522848000, lastModified=2022-06-07 12:28:02.522028000, delta=820000 ns, racy<=27500 ns
12:28:02.523 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, is unmodified
12:28:02.523 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, create new FileSnapshot: lastRead=2022-06-07 12:28:02.523286000, lastModified=2022-06-07 12:28:02.523028000, size=1, fileKey=(dev=38,ino=353469901)
12:28:02.523 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, isRacyClean=false, read=2022-06-07 12:28:02.523286000, lastModified=2022-06-07 12:28:02.523028000, delta=258000 ns, racy<=27500 ns
12:28:02.523 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, is unmodified
12:28:02.523 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, create new FileSnapshot: lastRead=2022-06-07 12:28:02.523683000, lastModified=2022-06-07 12:28:02.523028000, size=1, fileKey=(dev=38,ino=353469901)
12:28:02.523 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, isRacyClean=false, read=2022-06-07 12:28:02.523683000, lastModified=2022-06-07 12:28:02.523028000, delta=655000 ns, racy<=27500 ns
12:28:02.523 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, is unmodified
12:28:02.524 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, create new FileSnapshot: lastRead=2022-06-07 12:28:02.524031000, lastModified=2022-06-07 12:28:02.523028000, size=1, fileKey=(dev=38,ino=353469901)
12:28:02.524 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, lastModified changed from 2022-06-07 12:28:02.523028000 to 2022-06-07 12:28:02.524028000
12:28:02.528 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, create new FileSnapshot: lastRead=2022-06-07 12:28:02.528490000, lastModified=2022-06-07 12:28:02.524028000, size=1, fileKey=(dev=38,ino=353469901)
12:28:02.528 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, lastModified changed from 2022-06-07 12:28:02.524028000 to 2022-06-07 12:28:02.528028000
12:28:02.528 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, create new FileSnapshot: lastRead=2022-06-07 12:28:02.528881000, lastModified=2022-06-07 12:28:02.528028000, size=1, fileKey=(dev=38,ino=353469901)
12:28:02.529 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, lastModified changed from 2022-06-07 12:28:02.528028000 to 2022-06-07 12:28:02.529028000
12:28:02.529 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, create new FileSnapshot: lastRead=2022-06-07 12:28:02.529272000, lastModified=2022-06-07 12:28:02.529028000, size=1, fileKey=(dev=38,ino=353469901)
12:28:02.529 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, isRacyClean=false, read=2022-06-07 12:28:02.529272000, lastModified=2022-06-07 12:28:02.529028000, delta=244000 ns, racy<=27500 ns
12:28:02.529 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, is unmodified
12:28:02.529 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, create new FileSnapshot: lastRead=2022-06-07 12:28:02.529663000, lastModified=2022-06-07 12:28:02.529028000, size=1, fileKey=(dev=38,ino=353469901)
12:28:02.529 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, isRacyClean=false, read=2022-06-07 12:28:02.529663000, lastModified=2022-06-07 12:28:02.529028000, delta=635000 ns, racy<=27500 ns
12:28:02.529 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, is unmodified
12:28:02.530 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, create new FileSnapshot: lastRead=2022-06-07 12:28:02.530002000, lastModified=2022-06-07 12:28:02.529028000, size=1, fileKey=(dev=38,ino=353469901)
12:28:02.530 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, lastModified changed from 2022-06-07 12:28:02.529028000 to 2022-06-07 12:28:02.530028000
12:28:02.530 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, create new FileSnapshot: lastRead=2022-06-07 12:28:02.530380000, lastModified=2022-06-07 12:28:02.530028000, size=1, fileKey=(dev=38,ino=353469901)
12:28:02.537 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, isRacyClean=false, read=2022-06-07 12:28:02.530380000, lastModified=2022-06-07 12:28:02.530028000, delta=352000 ns, racy<=27500 ns
12:28:02.537 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, is unmodified
12:28:02.537 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, create new FileSnapshot: lastRead=2022-06-07 12:28:02.537623000, lastModified=2022-06-07 12:28:02.537028000, size=1, fileKey=(dev=38,ino=353469901)
12:28:02.537 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, isRacyClean=false, read=2022-06-07 12:28:02.537623000, lastModified=2022-06-07 12:28:02.537028000, delta=595000 ns, racy<=27500 ns
12:28:02.537 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, is unmodified
12:28:02.538 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, create new FileSnapshot: lastRead=2022-06-07 12:28:02.537989000, lastModified=2022-06-07 12:28:02.537028000, size=1, fileKey=(dev=38,ino=353469901)
12:28:02.538 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, lastModified changed from 2022-06-07 12:28:02.537028000 to 2022-06-07 12:28:02.538028000
12:28:02.538 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, create new FileSnapshot: lastRead=2022-06-07 12:28:02.538365000, lastModified=2022-06-07 12:28:02.538028000, size=1, fileKey=(dev=38,ino=353469901)
12:28:02.538 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, isRacyClean=false, read=2022-06-07 12:28:02.538365000, lastModified=2022-06-07 12:28:02.538028000, delta=337000 ns, racy<=27500 ns
12:28:02.538 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, is unmodified
12:28:02.538 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, create new FileSnapshot: lastRead=2022-06-07 12:28:02.538701000, lastModified=2022-06-07 12:28:02.538028000, size=1, fileKey=(dev=38,ino=353469901)
12:28:02.538 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, isRacyClean=false, read=2022-06-07 12:28:02.538701000, lastModified=2022-06-07 12:28:02.538028000, delta=673000 ns, racy<=27500 ns
12:28:02.538 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, is unmodified
12:28:02.539 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, create new FileSnapshot: lastRead=2022-06-07 12:28:02.539071000, lastModified=2022-06-07 12:28:02.538028000, size=1, fileKey=(dev=38,ino=353469901)
12:28:02.539 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, lastModified changed from 2022-06-07 12:28:02.538028000 to 2022-06-07 12:28:02.539028000
12:28:02.542 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, create new FileSnapshot: lastRead=2022-06-07 12:28:02.542140000, lastModified=2022-06-07 12:28:02.539028000, size=1, fileKey=(dev=38,ino=353469901)
12:28:02.542 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, lastModified changed from 2022-06-07 12:28:02.539028000 to 2022-06-07 12:28:02.542028000
12:28:02.542 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, create new FileSnapshot: lastRead=2022-06-07 12:28:02.542559000, lastModified=2022-06-07 12:28:02.542028000, size=1, fileKey=(dev=38,ino=353469901)
12:28:02.542 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, isRacyClean=false, read=2022-06-07 12:28:02.542559000, lastModified=2022-06-07 12:28:02.542028000, delta=531000 ns, racy<=27500 ns
12:28:02.542 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, is unmodified
12:28:02.542 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, create new FileSnapshot: lastRead=2022-06-07 12:28:02.542888000, lastModified=2022-06-07 12:28:02.542028000, size=1, fileKey=(dev=38,ino=353469901)
12:28:02.543 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, isRacyClean=false, read=2022-06-07 12:28:02.542888000, lastModified=2022-06-07 12:28:02.542028000, delta=860000 ns, racy<=27500 ns
12:28:02.543 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, is unmodified
12:28:02.543 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, create new FileSnapshot: lastRead=2022-06-07 12:28:02.543282000, lastModified=2022-06-07 12:28:02.543028000, size=1, fileKey=(dev=38,ino=353469901)
12:28:02.543 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, isRacyClean=false, read=2022-06-07 12:28:02.543282000, lastModified=2022-06-07 12:28:02.543028000, delta=254000 ns, racy<=27500 ns
12:28:02.543 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, is unmodified
12:28:02.543 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, create new FileSnapshot: lastRead=2022-06-07 12:28:02.543654000, lastModified=2022-06-07 12:28:02.543028000, size=1, fileKey=(dev=38,ino=353469901)
12:28:02.543 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, isRacyClean=false, read=2022-06-07 12:28:02.543654000, lastModified=2022-06-07 12:28:02.543028000, delta=626000 ns, racy<=27500 ns
12:28:02.543 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, is unmodified
12:28:02.544 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, create new FileSnapshot: lastRead=2022-06-07 12:28:02.543997000, lastModified=2022-06-07 12:28:02.543028000, size=1, fileKey=(dev=38,ino=353469901)
12:28:02.546 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, lastModified changed from 2022-06-07 12:28:02.543028000 to 2022-06-07 12:28:02.544028000
12:28:02.546 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, create new FileSnapshot: lastRead=2022-06-07 12:28:02.546508000, lastModified=2022-06-07 12:28:02.546028000, size=1, fileKey=(dev=38,ino=353469901)
12:28:02.546 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, isRacyClean=false, read=2022-06-07 12:28:02.546508000, lastModified=2022-06-07 12:28:02.546028000, delta=480000 ns, racy<=27500 ns
12:28:02.546 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, is unmodified
12:28:02.546 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, create new FileSnapshot: lastRead=2022-06-07 12:28:02.546851000, lastModified=2022-06-07 12:28:02.546028000, size=1, fileKey=(dev=38,ino=353469901)
12:28:02.547 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, isRacyClean=false, read=2022-06-07 12:28:02.546851000, lastModified=2022-06-07 12:28:02.546028000, delta=823000 ns, racy<=27500 ns
12:28:02.547 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, is unmodified
12:28:02.547 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, create new FileSnapshot: lastRead=2022-06-07 12:28:02.547223000, lastModified=2022-06-07 12:28:02.547028000, size=1, fileKey=(dev=38,ino=353469901)
12:28:02.547 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, isRacyClean=false, read=2022-06-07 12:28:02.547223000, lastModified=2022-06-07 12:28:02.547028000, delta=195000 ns, racy<=27500 ns
12:28:02.547 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, is unmodified
12:28:02.547 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, create new FileSnapshot: lastRead=2022-06-07 12:28:02.547582000, lastModified=2022-06-07 12:28:02.547028000, size=1, fileKey=(dev=38,ino=353469901)
12:28:02.547 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, isRacyClean=false, read=2022-06-07 12:28:02.547582000, lastModified=2022-06-07 12:28:02.547028000, delta=554000 ns, racy<=27500 ns
12:28:02.547 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, is unmodified
12:28:02.547 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, create new FileSnapshot: lastRead=2022-06-07 12:28:02.547900000, lastModified=2022-06-07 12:28:02.547028000, size=1, fileKey=(dev=38,ino=353469901)
12:28:02.548 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, isRacyClean=false, read=2022-06-07 12:28:02.547900000, lastModified=2022-06-07 12:28:02.547028000, delta=872000 ns, racy<=27500 ns
12:28:02.548 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, is unmodified
12:28:02.550 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, create new FileSnapshot: lastRead=2022-06-07 12:28:02.550313000, lastModified=2022-06-07 12:28:02.548028000, size=1, fileKey=(dev=38,ino=353469901)
12:28:02.550 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, lastModified changed from 2022-06-07 12:28:02.548028000 to 2022-06-07 12:28:02.550028000
12:28:02.550 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, create new FileSnapshot: lastRead=2022-06-07 12:28:02.550678000, lastModified=2022-06-07 12:28:02.550028000, size=1, fileKey=(dev=38,ino=353469901)
12:28:02.550 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, isRacyClean=false, read=2022-06-07 12:28:02.550678000, lastModified=2022-06-07 12:28:02.550028000, delta=650000 ns, racy<=27500 ns
12:28:02.550 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, is unmodified
12:28:02.551 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, create new FileSnapshot: lastRead=2022-06-07 12:28:02.551002000, lastModified=2022-06-07 12:28:02.550028000, size=1, fileKey=(dev=38,ino=353469901)
12:28:02.551 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, lastModified changed from 2022-06-07 12:28:02.550028000 to 2022-06-07 12:28:02.551028000
12:28:02.551 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, create new FileSnapshot: lastRead=2022-06-07 12:28:02.551392000, lastModified=2022-06-07 12:28:02.551028000, size=1, fileKey=(dev=38,ino=353469901)
12:28:02.551 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, isRacyClean=false, read=2022-06-07 12:28:02.551392000, lastModified=2022-06-07 12:28:02.551028000, delta=364000 ns, racy<=27500 ns
12:28:02.551 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, is unmodified
12:28:02.551 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, create new FileSnapshot: lastRead=2022-06-07 12:28:02.551741000, lastModified=2022-06-07 12:28:02.551028000, size=1, fileKey=(dev=38,ino=353469901)
12:28:02.551 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, isRacyClean=false, read=2022-06-07 12:28:02.551741000, lastModified=2022-06-07 12:28:02.551028000, delta=713000 ns, racy<=27500 ns
12:28:02.551 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, is unmodified
12:28:02.552 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, create new FileSnapshot: lastRead=2022-06-07 12:28:02.552098000, lastModified=2022-06-07 12:28:02.551028000, size=1, fileKey=(dev=38,ino=353469901)
12:28:02.554 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, lastModified changed from 2022-06-07 12:28:02.551028000 to 2022-06-07 12:28:02.552028000
12:28:02.554 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, create new FileSnapshot: lastRead=2022-06-07 12:28:02.554629000, lastModified=2022-06-07 12:28:02.554028000, size=1, fileKey=(dev=38,ino=353469901)
12:28:02.554 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, isRacyClean=false, read=2022-06-07 12:28:02.554629000, lastModified=2022-06-07 12:28:02.554028000, delta=601000 ns, racy<=27500 ns
12:28:02.554 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, is unmodified
12:28:02.555 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, create new FileSnapshot: lastRead=2022-06-07 12:28:02.555127000, lastModified=2022-06-07 12:28:02.555028000, size=1, fileKey=(dev=38,ino=353469901)
12:28:02.574 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, isRacyClean=false, read=2022-06-07 12:28:02.555127000, lastModified=2022-06-07 12:28:02.555028000, delta=99000 ns, racy<=27500 ns
12:28:02.574 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, is unmodified
12:28:02.574 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, create new FileSnapshot: lastRead=2022-06-07 12:28:02.574217000, lastModified=2022-06-07 12:28:02.574028000, size=1, fileKey=(dev=38,ino=353469901)
12:28:02.574 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, isRacyClean=false, read=2022-06-07 12:28:02.574217000, lastModified=2022-06-07 12:28:02.574028000, delta=189000 ns, racy<=27500 ns
12:28:02.574 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, is unmodified
12:28:02.574 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, create new FileSnapshot: lastRead=2022-06-07 12:28:02.574644000, lastModified=2022-06-07 12:28:02.574028000, size=1, fileKey=(dev=38,ino=353469901)
12:28:02.574 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, isRacyClean=false, read=2022-06-07 12:28:02.574644000, lastModified=2022-06-07 12:28:02.574028000, delta=616000 ns, racy<=27500 ns
12:28:02.574 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, is unmodified
12:28:02.575 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, create new FileSnapshot: lastRead=2022-06-07 12:28:02.575008000, lastModified=2022-06-07 12:28:02.574028000, size=1, fileKey=(dev=38,ino=353469901)
12:28:02.575 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, lastModified changed from 2022-06-07 12:28:02.574028000 to 2022-06-07 12:28:02.575028000
12:28:02.577 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, create new FileSnapshot: lastRead=2022-06-07 12:28:02.577498000, lastModified=2022-06-07 12:28:02.575028000, size=1, fileKey=(dev=38,ino=353469901)
12:28:02.578 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, lastModified changed from 2022-06-07 12:28:02.575028000 to 2022-06-07 12:28:02.577028000
12:28:02.578 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, create new FileSnapshot: lastRead=2022-06-07 12:28:02.578293000, lastModified=2022-06-07 12:28:02.578028000, size=1, fileKey=(dev=38,ino=353469901)
12:28:02.578 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, isRacyClean=false, read=2022-06-07 12:28:02.578293000, lastModified=2022-06-07 12:28:02.578028000, delta=265000 ns, racy<=27500 ns
12:28:02.578 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, is unmodified
12:28:02.578 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, create new FileSnapshot: lastRead=2022-06-07 12:28:02.578876000, lastModified=2022-06-07 12:28:02.578028000, size=1, fileKey=(dev=38,ino=353469901)
12:28:02.579 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, lastModified changed from 2022-06-07 12:28:02.578028000 to 2022-06-07 12:28:02.579028000
12:28:02.579 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, create new FileSnapshot: lastRead=2022-06-07 12:28:02.579415000, lastModified=2022-06-07 12:28:02.579028000, size=1, fileKey=(dev=38,ino=353469901)
12:28:02.579 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, isRacyClean=false, read=2022-06-07 12:28:02.579415000, lastModified=2022-06-07 12:28:02.579028000, delta=387000 ns, racy<=27500 ns
12:28:02.579 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, is unmodified
12:28:02.579 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, create new FileSnapshot: lastRead=2022-06-07 12:28:02.579902000, lastModified=2022-06-07 12:28:02.579028000, size=1, fileKey=(dev=38,ino=353469901)
12:28:02.580 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, lastModified changed from 2022-06-07 12:28:02.579028000 to 2022-06-07 12:28:02.580028000
12:28:02.580 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, create new FileSnapshot: lastRead=2022-06-07 12:28:02.580388000, lastModified=2022-06-07 12:28:02.580028000, size=1, fileKey=(dev=38,ino=353469901)
12:28:02.582 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, isRacyClean=false, read=2022-06-07 12:28:02.580388000, lastModified=2022-06-07 12:28:02.580028000, delta=360000 ns, racy<=27500 ns
12:28:02.582 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, is unmodified
12:28:02.583 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, create new FileSnapshot: lastRead=2022-06-07 12:28:02.583163000, lastModified=2022-06-07 12:28:02.583028000, size=1, fileKey=(dev=38,ino=353469901)
12:28:02.583 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, isRacyClean=false, read=2022-06-07 12:28:02.583163000, lastModified=2022-06-07 12:28:02.583028000, delta=135000 ns, racy<=27500 ns
12:28:02.583 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, is unmodified
12:28:02.583 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, create new FileSnapshot: lastRead=2022-06-07 12:28:02.583674000, lastModified=2022-06-07 12:28:02.583028000, size=1, fileKey=(dev=38,ino=353469901)
12:28:02.583 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, isRacyClean=false, read=2022-06-07 12:28:02.583674000, lastModified=2022-06-07 12:28:02.583028000, delta=646000 ns, racy<=27500 ns
12:28:02.584 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, is unmodified
12:28:02.584 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, create new FileSnapshot: lastRead=2022-06-07 12:28:02.584185000, lastModified=2022-06-07 12:28:02.584028000, size=1, fileKey=(dev=38,ino=353469901)
12:28:02.584 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, isRacyClean=false, read=2022-06-07 12:28:02.584185000, lastModified=2022-06-07 12:28:02.584028000, delta=157000 ns, racy<=27500 ns
12:28:02.584 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, is unmodified
12:28:02.584 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, create new FileSnapshot: lastRead=2022-06-07 12:28:02.584684000, lastModified=2022-06-07 12:28:02.584028000, size=1, fileKey=(dev=38,ino=353469901)
12:28:02.584 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, isRacyClean=false, read=2022-06-07 12:28:02.584684000, lastModified=2022-06-07 12:28:02.584028000, delta=656000 ns, racy<=27500 ns
12:28:02.585 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, is unmodified
12:28:02.585 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, create new FileSnapshot: lastRead=2022-06-07 12:28:02.585190000, lastModified=2022-06-07 12:28:02.585028000, size=1, fileKey=(dev=38,ino=353469901)
12:28:02.585 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, isRacyClean=false, read=2022-06-07 12:28:02.585190000, lastModified=2022-06-07 12:28:02.585028000, delta=162000 ns, racy<=27500 ns
12:28:02.585 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, is unmodified
12:28:02.587 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, create new FileSnapshot: lastRead=2022-06-07 12:28:02.587795000, lastModified=2022-06-07 12:28:02.585028000, size=1, fileKey=(dev=38,ino=353469901)
12:28:02.588 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, lastModified changed from 2022-06-07 12:28:02.585028000 to 2022-06-07 12:28:02.588028000
12:28:02.588 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, create new FileSnapshot: lastRead=2022-06-07 12:28:02.588351000, lastModified=2022-06-07 12:28:02.588028000, size=1, fileKey=(dev=38,ino=353469901)
12:28:02.588 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, isRacyClean=false, read=2022-06-07 12:28:02.588351000, lastModified=2022-06-07 12:28:02.588028000, delta=323000 ns, racy<=27500 ns
12:28:02.588 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, is unmodified
12:28:02.588 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, create new FileSnapshot: lastRead=2022-06-07 12:28:02.588824000, lastModified=2022-06-07 12:28:02.588028000, size=1, fileKey=(dev=38,ino=353469901)
12:28:02.589 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, isRacyClean=false, read=2022-06-07 12:28:02.588824000, lastModified=2022-06-07 12:28:02.588028000, delta=796000 ns, racy<=27500 ns
12:28:02.589 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, is unmodified
12:28:02.589 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, create new FileSnapshot: lastRead=2022-06-07 12:28:02.589324000, lastModified=2022-06-07 12:28:02.589028000, size=1, fileKey=(dev=38,ino=353469901)
12:28:02.589 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, isRacyClean=false, read=2022-06-07 12:28:02.589324000, lastModified=2022-06-07 12:28:02.589028000, delta=296000 ns, racy<=27500 ns
12:28:02.589 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, is unmodified
12:28:02.589 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, create new FileSnapshot: lastRead=2022-06-07 12:28:02.589785000, lastModified=2022-06-07 12:28:02.589028000, size=1, fileKey=(dev=38,ino=353469901)
12:28:02.590 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, isRacyClean=false, read=2022-06-07 12:28:02.589785000, lastModified=2022-06-07 12:28:02.589028000, delta=757000 ns, racy<=27500 ns
12:28:02.590 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, is unmodified
12:28:02.590 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, create new FileSnapshot: lastRead=2022-06-07 12:28:02.590277000, lastModified=2022-06-07 12:28:02.590028000, size=1, fileKey=(dev=38,ino=353469901)
12:28:02.592 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, isRacyClean=false, read=2022-06-07 12:28:02.590277000, lastModified=2022-06-07 12:28:02.590028000, delta=249000 ns, racy<=27500 ns
12:28:02.592 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, is unmodified
12:28:02.592 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, create new FileSnapshot: lastRead=2022-06-07 12:28:02.592935000, lastModified=2022-06-07 12:28:02.592028000, size=1, fileKey=(dev=38,ino=353469901)
12:28:02.593 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, lastModified changed from 2022-06-07 12:28:02.592028000 to 2022-06-07 12:28:02.593028000
12:28:02.593 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, create new FileSnapshot: lastRead=2022-06-07 12:28:02.593464000, lastModified=2022-06-07 12:28:02.593028000, size=1, fileKey=(dev=38,ino=353469901)
12:28:02.593 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, isRacyClean=false, read=2022-06-07 12:28:02.593464000, lastModified=2022-06-07 12:28:02.593028000, delta=436000 ns, racy<=27500 ns
12:28:02.593 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, is unmodified
12:28:02.593 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, create new FileSnapshot: lastRead=2022-06-07 12:28:02.593936000, lastModified=2022-06-07 12:28:02.593028000, size=1, fileKey=(dev=38,ino=353469901)
12:28:02.594 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, lastModified changed from 2022-06-07 12:28:02.593028000 to 2022-06-07 12:28:02.594028000
12:28:02.594 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, create new FileSnapshot: lastRead=2022-06-07 12:28:02.594430000, lastModified=2022-06-07 12:28:02.594028000, size=1, fileKey=(dev=38,ino=353469901)
12:28:02.594 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, isRacyClean=false, read=2022-06-07 12:28:02.594430000, lastModified=2022-06-07 12:28:02.594028000, delta=402000 ns, racy<=27500 ns
12:28:02.594 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, is unmodified
12:28:02.594 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, create new FileSnapshot: lastRead=2022-06-07 12:28:02.594916000, lastModified=2022-06-07 12:28:02.594028000, size=1, fileKey=(dev=38,ino=353469901)
12:28:02.595 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, lastModified changed from 2022-06-07 12:28:02.594028000 to 2022-06-07 12:28:02.595028000
12:28:02.597 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, create new FileSnapshot: lastRead=2022-06-07 12:28:02.597508000, lastModified=2022-06-07 12:28:02.595028000, size=1, fileKey=(dev=38,ino=353469901)
12:28:02.597 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, lastModified changed from 2022-06-07 12:28:02.595028000 to 2022-06-07 12:28:02.597028000
12:28:02.598 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, create new FileSnapshot: lastRead=2022-06-07 12:28:02.598044000, lastModified=2022-06-07 12:28:02.597028000, size=1, fileKey=(dev=38,ino=353469901)
12:28:02.598 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, lastModified changed from 2022-06-07 12:28:02.597028000 to 2022-06-07 12:28:02.598028000
12:28:02.598 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, create new FileSnapshot: lastRead=2022-06-07 12:28:02.598532000, lastModified=2022-06-07 12:28:02.598028000, size=1, fileKey=(dev=38,ino=353469901)
12:28:02.598 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, isRacyClean=false, read=2022-06-07 12:28:02.598532000, lastModified=2022-06-07 12:28:02.598028000, delta=504000 ns, racy<=27500 ns
12:28:02.598 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, is unmodified
12:28:02.599 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, create new FileSnapshot: lastRead=2022-06-07 12:28:02.599022000, lastModified=2022-06-07 12:28:02.598028000, size=1, fileKey=(dev=38,ino=353469901)
12:28:02.599 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, lastModified changed from 2022-06-07 12:28:02.598028000 to 2022-06-07 12:28:02.599028000
12:28:02.599 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, create new FileSnapshot: lastRead=2022-06-07 12:28:02.599536000, lastModified=2022-06-07 12:28:02.599028000, size=1, fileKey=(dev=38,ino=353469901)
12:28:02.599 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, isRacyClean=false, read=2022-06-07 12:28:02.599536000, lastModified=2022-06-07 12:28:02.599028000, delta=508000 ns, racy<=27500 ns
12:28:02.599 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, is unmodified
12:28:02.600 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, create new FileSnapshot: lastRead=2022-06-07 12:28:02.599995000, lastModified=2022-06-07 12:28:02.599028000, size=1, fileKey=(dev=38,ino=353469901)
12:28:02.602 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, lastModified changed from 2022-06-07 12:28:02.599028000 to 2022-06-07 12:28:02.600028000
12:28:02.602 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, create new FileSnapshot: lastRead=2022-06-07 12:28:02.602725000, lastModified=2022-06-07 12:28:02.602028000, size=1, fileKey=(dev=38,ino=353469901)
12:28:02.603 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, isRacyClean=false, read=2022-06-07 12:28:02.602725000, lastModified=2022-06-07 12:28:02.602028000, delta=697000 ns, racy<=27500 ns
12:28:02.603 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, is unmodified
12:28:02.603 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, create new FileSnapshot: lastRead=2022-06-07 12:28:02.603252000, lastModified=2022-06-07 12:28:02.603028000, size=1, fileKey=(dev=38,ino=353469901)
12:28:02.603 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, isRacyClean=false, read=2022-06-07 12:28:02.603252000, lastModified=2022-06-07 12:28:02.603028000, delta=224000 ns, racy<=27500 ns
12:28:02.603 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, is unmodified
12:28:02.603 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, create new FileSnapshot: lastRead=2022-06-07 12:28:02.603761000, lastModified=2022-06-07 12:28:02.603028000, size=1, fileKey=(dev=38,ino=353469901)
12:28:02.604 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, isRacyClean=false, read=2022-06-07 12:28:02.603761000, lastModified=2022-06-07 12:28:02.603028000, delta=733000 ns, racy<=27500 ns
12:28:02.604 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, is unmodified
12:28:02.604 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, create new FileSnapshot: lastRead=2022-06-07 12:28:02.604408000, lastModified=2022-06-07 12:28:02.604028000, size=1, fileKey=(dev=38,ino=353469901)
12:28:02.604 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, isRacyClean=false, read=2022-06-07 12:28:02.604408000, lastModified=2022-06-07 12:28:02.604028000, delta=380000 ns, racy<=27500 ns
12:28:02.604 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, is unmodified
12:28:02.604 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, create new FileSnapshot: lastRead=2022-06-07 12:28:02.604936000, lastModified=2022-06-07 12:28:02.604028000, size=1, fileKey=(dev=38,ino=353469901)
12:28:02.605 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, lastModified changed from 2022-06-07 12:28:02.604028000 to 2022-06-07 12:28:02.605028000
12:28:02.607 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, create new FileSnapshot: lastRead=2022-06-07 12:28:02.607895000, lastModified=2022-06-07 12:28:02.605028000, size=1, fileKey=(dev=38,ino=353469901)
12:28:02.608 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, lastModified changed from 2022-06-07 12:28:02.605028000 to 2022-06-07 12:28:02.608028000
12:28:02.608 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, create new FileSnapshot: lastRead=2022-06-07 12:28:02.608514000, lastModified=2022-06-07 12:28:02.608028000, size=1, fileKey=(dev=38,ino=353469901)
12:28:02.608 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, isRacyClean=false, read=2022-06-07 12:28:02.608514000, lastModified=2022-06-07 12:28:02.608028000, delta=486000 ns, racy<=27500 ns
12:28:02.608 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, is unmodified
12:28:02.609 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, create new FileSnapshot: lastRead=2022-06-07 12:28:02.609039000, lastModified=2022-06-07 12:28:02.608028000, size=1, fileKey=(dev=38,ino=353469901)
12:28:02.609 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, lastModified changed from 2022-06-07 12:28:02.608028000 to 2022-06-07 12:28:02.609028000
12:28:02.609 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, create new FileSnapshot: lastRead=2022-06-07 12:28:02.609555000, lastModified=2022-06-07 12:28:02.609028000, size=1, fileKey=(dev=38,ino=353469901)
12:28:02.609 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, isRacyClean=false, read=2022-06-07 12:28:02.609555000, lastModified=2022-06-07 12:28:02.609028000, delta=527000 ns, racy<=27500 ns
12:28:02.609 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, is unmodified
12:28:02.610 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, create new FileSnapshot: lastRead=2022-06-07 12:28:02.610071000, lastModified=2022-06-07 12:28:02.609028000, size=1, fileKey=(dev=38,ino=353469901)
12:28:02.610 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, lastModified changed from 2022-06-07 12:28:02.609028000 to 2022-06-07 12:28:02.610028000
12:28:02.610 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, create new FileSnapshot: lastRead=2022-06-07 12:28:02.610527000, lastModified=2022-06-07 12:28:02.610028000, size=1, fileKey=(dev=38,ino=353469901)
12:28:02.613 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, isRacyClean=false, read=2022-06-07 12:28:02.610527000, lastModified=2022-06-07 12:28:02.610028000, delta=499000 ns, racy<=27500 ns
12:28:02.613 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, is unmodified
12:28:02.614 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, create new FileSnapshot: lastRead=2022-06-07 12:28:02.614000000, lastModified=2022-06-07 12:28:02.613028000, size=1, fileKey=(dev=38,ino=353469901)
12:28:02.614 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, lastModified changed from 2022-06-07 12:28:02.613028000 to 2022-06-07 12:28:02.614028000
12:28:02.614 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, create new FileSnapshot: lastRead=2022-06-07 12:28:02.614547000, lastModified=2022-06-07 12:28:02.614028000, size=1, fileKey=(dev=38,ino=353469901)
12:28:02.614 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, isRacyClean=false, read=2022-06-07 12:28:02.614547000, lastModified=2022-06-07 12:28:02.614028000, delta=519000 ns, racy<=27500 ns
12:28:02.614 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, is unmodified
12:28:02.615 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, create new FileSnapshot: lastRead=2022-06-07 12:28:02.615126000, lastModified=2022-06-07 12:28:02.615028000, size=1, fileKey=(dev=38,ino=353469901)
12:28:02.615 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, isRacyClean=false, read=2022-06-07 12:28:02.615126000, lastModified=2022-06-07 12:28:02.615028000, delta=98000 ns, racy<=27500 ns
12:28:02.615 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, is unmodified
12:28:02.615 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, create new FileSnapshot: lastRead=2022-06-07 12:28:02.615671000, lastModified=2022-06-07 12:28:02.615028000, size=1, fileKey=(dev=38,ino=353469901)
12:28:02.615 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, isRacyClean=false, read=2022-06-07 12:28:02.615671000, lastModified=2022-06-07 12:28:02.615028000, delta=643000 ns, racy<=27500 ns
12:28:02.615 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, is unmodified
12:28:02.616 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, create new FileSnapshot: lastRead=2022-06-07 12:28:02.616179000, lastModified=2022-06-07 12:28:02.616028000, size=1, fileKey=(dev=38,ino=353469901)
12:28:02.616 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, isRacyClean=false, read=2022-06-07 12:28:02.616179000, lastModified=2022-06-07 12:28:02.616028000, delta=151000 ns, racy<=27500 ns
12:28:02.616 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, is unmodified
12:28:02.619 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, create new FileSnapshot: lastRead=2022-06-07 12:28:02.619541000, lastModified=2022-06-07 12:28:02.616028000, size=1, fileKey=(dev=38,ino=353469901)
12:28:02.619 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, lastModified changed from 2022-06-07 12:28:02.616028000 to 2022-06-07 12:28:02.619028000
12:28:02.620 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, create new FileSnapshot: lastRead=2022-06-07 12:28:02.620118000, lastModified=2022-06-07 12:28:02.619028000, size=1, fileKey=(dev=38,ino=353469901)
12:28:02.620 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, lastModified changed from 2022-06-07 12:28:02.619028000 to 2022-06-07 12:28:02.620028000
12:28:02.620 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, create new FileSnapshot: lastRead=2022-06-07 12:28:02.620626000, lastModified=2022-06-07 12:28:02.620028000, size=1, fileKey=(dev=38,ino=353469901)
12:28:02.620 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, isRacyClean=false, read=2022-06-07 12:28:02.620626000, lastModified=2022-06-07 12:28:02.620028000, delta=598000 ns, racy<=27500 ns
12:28:02.621 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, is unmodified
12:28:02.621 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, create new FileSnapshot: lastRead=2022-06-07 12:28:02.621248000, lastModified=2022-06-07 12:28:02.621028000, size=1, fileKey=(dev=38,ino=353469901)
12:28:02.621 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, isRacyClean=false, read=2022-06-07 12:28:02.621248000, lastModified=2022-06-07 12:28:02.621028000, delta=220000 ns, racy<=27500 ns
12:28:02.621 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, is unmodified
12:28:02.621 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, create new FileSnapshot: lastRead=2022-06-07 12:28:02.621802000, lastModified=2022-06-07 12:28:02.621028000, size=1, fileKey=(dev=38,ino=353469901)
12:28:02.622 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, isRacyClean=false, read=2022-06-07 12:28:02.621802000, lastModified=2022-06-07 12:28:02.621028000, delta=774000 ns, racy<=27500 ns
12:28:02.622 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, is unmodified
12:28:02.622 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, create new FileSnapshot: lastRead=2022-06-07 12:28:02.622357000, lastModified=2022-06-07 12:28:02.622028000, size=1, fileKey=(dev=38,ino=353469901)
12:28:02.625 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, isRacyClean=false, read=2022-06-07 12:28:02.622357000, lastModified=2022-06-07 12:28:02.622028000, delta=329000 ns, racy<=27500 ns
12:28:02.625 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, is unmodified
12:28:02.625 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, create new FileSnapshot: lastRead=2022-06-07 12:28:02.625901000, lastModified=2022-06-07 12:28:02.625028000, size=1, fileKey=(dev=38,ino=353469901)
12:28:02.626 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, lastModified changed from 2022-06-07 12:28:02.625028000 to 2022-06-07 12:28:02.626028000
12:28:02.626 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, create new FileSnapshot: lastRead=2022-06-07 12:28:02.626414000, lastModified=2022-06-07 12:28:02.626028000, size=1, fileKey=(dev=38,ino=353469901)
12:28:02.626 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, isRacyClean=false, read=2022-06-07 12:28:02.626414000, lastModified=2022-06-07 12:28:02.626028000, delta=386000 ns, racy<=27500 ns
12:28:02.626 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, is unmodified
12:28:02.626 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, create new FileSnapshot: lastRead=2022-06-07 12:28:02.626906000, lastModified=2022-06-07 12:28:02.626028000, size=1, fileKey=(dev=38,ino=353469901)
12:28:02.627 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, lastModified changed from 2022-06-07 12:28:02.626028000 to 2022-06-07 12:28:02.627028000
12:28:02.627 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, create new FileSnapshot: lastRead=2022-06-07 12:28:02.627434000, lastModified=2022-06-07 12:28:02.627028000, size=1, fileKey=(dev=38,ino=353469901)
12:28:02.627 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, isRacyClean=false, read=2022-06-07 12:28:02.627434000, lastModified=2022-06-07 12:28:02.627028000, delta=406000 ns, racy<=27500 ns
12:28:02.627 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, is unmodified
12:28:02.627 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, create new FileSnapshot: lastRead=2022-06-07 12:28:02.627936000, lastModified=2022-06-07 12:28:02.627028000, size=1, fileKey=(dev=38,ino=353469901)
12:28:02.628 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, lastModified changed from 2022-06-07 12:28:02.627028000 to 2022-06-07 12:28:02.628028000
12:28:02.631 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, create new FileSnapshot: lastRead=2022-06-07 12:28:02.631487000, lastModified=2022-06-07 12:28:02.628028000, size=1, fileKey=(dev=38,ino=353469901)
12:28:02.631 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, lastModified changed from 2022-06-07 12:28:02.628028000 to 2022-06-07 12:28:02.631028000
12:28:02.632 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, create new FileSnapshot: lastRead=2022-06-07 12:28:02.631965000, lastModified=2022-06-07 12:28:02.631028000, size=1, fileKey=(dev=38,ino=353469901)
12:28:02.632 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, lastModified changed from 2022-06-07 12:28:02.631028000 to 2022-06-07 12:28:02.632028000
12:28:02.632 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, create new FileSnapshot: lastRead=2022-06-07 12:28:02.632482000, lastModified=2022-06-07 12:28:02.632028000, size=1, fileKey=(dev=38,ino=353469901)
12:28:02.632 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, isRacyClean=false, read=2022-06-07 12:28:02.632482000, lastModified=2022-06-07 12:28:02.632028000, delta=454000 ns, racy<=27500 ns
12:28:02.632 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, is unmodified
12:28:02.633 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, create new FileSnapshot: lastRead=2022-06-07 12:28:02.632961000, lastModified=2022-06-07 12:28:02.632028000, size=1, fileKey=(dev=38,ino=353469901)
12:28:02.633 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, lastModified changed from 2022-06-07 12:28:02.632028000 to 2022-06-07 12:28:02.633029000
12:28:02.633 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, create new FileSnapshot: lastRead=2022-06-07 12:28:02.633564000, lastModified=2022-06-07 12:28:02.633029000, size=1, fileKey=(dev=38,ino=353469901)
12:28:02.633 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, isRacyClean=false, read=2022-06-07 12:28:02.633564000, lastModified=2022-06-07 12:28:02.633029000, delta=535000 ns, racy<=27500 ns
12:28:02.633 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, is unmodified
12:28:02.634 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, create new FileSnapshot: lastRead=2022-06-07 12:28:02.634064000, lastModified=2022-06-07 12:28:02.633029000, size=1, fileKey=(dev=38,ino=353469901)
12:28:02.637 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, lastModified changed from 2022-06-07 12:28:02.633029000 to 2022-06-07 12:28:02.634029000
12:28:02.637 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, create new FileSnapshot: lastRead=2022-06-07 12:28:02.637585000, lastModified=2022-06-07 12:28:02.637029000, size=1, fileKey=(dev=38,ino=353469901)
12:28:02.637 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, isRacyClean=false, read=2022-06-07 12:28:02.637585000, lastModified=2022-06-07 12:28:02.637029000, delta=556000 ns, racy<=27500 ns
12:28:02.637 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, is unmodified
12:28:02.638 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, create new FileSnapshot: lastRead=2022-06-07 12:28:02.638106000, lastModified=2022-06-07 12:28:02.637029000, size=1, fileKey=(dev=38,ino=353469901)
12:28:02.638 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, lastModified changed from 2022-06-07 12:28:02.637029000 to 2022-06-07 12:28:02.638029000
12:28:02.674 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, create new FileSnapshot: lastRead=2022-06-07 12:28:02.674238000, lastModified=2022-06-07 12:28:02.674029000, size=1, fileKey=(dev=38,ino=353469901)
12:28:02.674 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, isRacyClean=false, read=2022-06-07 12:28:02.674238000, lastModified=2022-06-07 12:28:02.674029000, delta=209000 ns, racy<=27500 ns
12:28:02.674 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, is unmodified
12:28:02.675 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, create new FileSnapshot: lastRead=2022-06-07 12:28:02.675098000, lastModified=2022-06-07 12:28:02.674029000, size=1, fileKey=(dev=38,ino=353469901)
12:28:02.675 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, lastModified changed from 2022-06-07 12:28:02.674029000 to 2022-06-07 12:28:02.675029000
12:28:02.675 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, create new FileSnapshot: lastRead=2022-06-07 12:28:02.675664000, lastModified=2022-06-07 12:28:02.675029000, size=1, fileKey=(dev=38,ino=353469901)
12:28:02.676 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, isRacyClean=false, read=2022-06-07 12:28:02.675664000, lastModified=2022-06-07 12:28:02.675029000, delta=635000 ns, racy<=27500 ns
12:28:02.676 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, is unmodified
12:28:02.679 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, create new FileSnapshot: lastRead=2022-06-07 12:28:02.679100000, lastModified=2022-06-07 12:28:02.676029000, size=1, fileKey=(dev=38,ino=353469901)
12:28:02.679 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, lastModified changed from 2022-06-07 12:28:02.676029000 to 2022-06-07 12:28:02.679029000
12:28:02.679 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, create new FileSnapshot: lastRead=2022-06-07 12:28:02.679628000, lastModified=2022-06-07 12:28:02.679029000, size=1, fileKey=(dev=38,ino=353469901)
12:28:02.679 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, isRacyClean=false, read=2022-06-07 12:28:02.679628000, lastModified=2022-06-07 12:28:02.679029000, delta=599000 ns, racy<=27500 ns
12:28:02.679 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, is unmodified
12:28:02.680 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, create new FileSnapshot: lastRead=2022-06-07 12:28:02.680131000, lastModified=2022-06-07 12:28:02.680029000, size=1, fileKey=(dev=38,ino=353469901)
12:28:02.680 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, isRacyClean=false, read=2022-06-07 12:28:02.680131000, lastModified=2022-06-07 12:28:02.680029000, delta=102000 ns, racy<=27500 ns
12:28:02.680 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, is unmodified
12:28:02.680 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, create new FileSnapshot: lastRead=2022-06-07 12:28:02.680646000, lastModified=2022-06-07 12:28:02.680029000, size=1, fileKey=(dev=38,ino=353469901)
12:28:02.680 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, isRacyClean=false, read=2022-06-07 12:28:02.680646000, lastModified=2022-06-07 12:28:02.680029000, delta=617000 ns, racy<=27500 ns
12:28:02.680 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, is unmodified
12:28:02.681 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, create new FileSnapshot: lastRead=2022-06-07 12:28:02.681132000, lastModified=2022-06-07 12:28:02.681029000, size=1, fileKey=(dev=38,ino=353469901)
12:28:02.681 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, isRacyClean=false, read=2022-06-07 12:28:02.681132000, lastModified=2022-06-07 12:28:02.681029000, delta=103000 ns, racy<=27500 ns
12:28:02.681 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, is unmodified
12:28:02.681 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, create new FileSnapshot: lastRead=2022-06-07 12:28:02.681599000, lastModified=2022-06-07 12:28:02.681029000, size=1, fileKey=(dev=38,ino=353469901)
12:28:02.689 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, isRacyClean=false, read=2022-06-07 12:28:02.681599000, lastModified=2022-06-07 12:28:02.681029000, delta=570000 ns, racy<=27500 ns
12:28:02.689 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, is unmodified
12:28:02.690 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, create new FileSnapshot: lastRead=2022-06-07 12:28:02.689981000, lastModified=2022-06-07 12:28:02.689029000, size=1, fileKey=(dev=38,ino=353469901)
12:28:02.690 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, lastModified changed from 2022-06-07 12:28:02.689029000 to 2022-06-07 12:28:02.690029000
12:28:02.690 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, create new FileSnapshot: lastRead=2022-06-07 12:28:02.690495000, lastModified=2022-06-07 12:28:02.690029000, size=1, fileKey=(dev=38,ino=353469901)
12:28:02.690 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, isRacyClean=false, read=2022-06-07 12:28:02.690495000, lastModified=2022-06-07 12:28:02.690029000, delta=466000 ns, racy<=27500 ns
12:28:02.690 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, is unmodified
12:28:02.691 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, create new FileSnapshot: lastRead=2022-06-07 12:28:02.690982000, lastModified=2022-06-07 12:28:02.690029000, size=1, fileKey=(dev=38,ino=353469901)
12:28:02.691 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, lastModified changed from 2022-06-07 12:28:02.690029000 to 2022-06-07 12:28:02.691029000
12:28:02.691 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, create new FileSnapshot: lastRead=2022-06-07 12:28:02.691457000, lastModified=2022-06-07 12:28:02.691029000, size=1, fileKey=(dev=38,ino=353469901)
12:28:02.691 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, isRacyClean=false, read=2022-06-07 12:28:02.691457000, lastModified=2022-06-07 12:28:02.691029000, delta=428000 ns, racy<=27500 ns
12:28:02.691 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, is unmodified
12:28:02.691 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, create new FileSnapshot: lastRead=2022-06-07 12:28:02.691922000, lastModified=2022-06-07 12:28:02.691029000, size=1, fileKey=(dev=38,ino=353469901)
12:28:02.692 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, lastModified changed from 2022-06-07 12:28:02.691029000 to 2022-06-07 12:28:02.692029000
12:28:02.695 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, create new FileSnapshot: lastRead=2022-06-07 12:28:02.695398000, lastModified=2022-06-07 12:28:02.692029000, size=1, fileKey=(dev=38,ino=353469901)
12:28:02.695 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, lastModified changed from 2022-06-07 12:28:02.692029000 to 2022-06-07 12:28:02.695029000
12:28:02.695 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, create new FileSnapshot: lastRead=2022-06-07 12:28:02.695937000, lastModified=2022-06-07 12:28:02.695029000, size=1, fileKey=(dev=38,ino=353469901)
12:28:02.696 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, lastModified changed from 2022-06-07 12:28:02.695029000 to 2022-06-07 12:28:02.696029000
12:28:02.696 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, create new FileSnapshot: lastRead=2022-06-07 12:28:02.696411000, lastModified=2022-06-07 12:28:02.696029000, size=1, fileKey=(dev=38,ino=353469901)
12:28:02.696 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, isRacyClean=false, read=2022-06-07 12:28:02.696411000, lastModified=2022-06-07 12:28:02.696029000, delta=382000 ns, racy<=27500 ns
12:28:02.696 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, is unmodified
12:28:02.696 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, create new FileSnapshot: lastRead=2022-06-07 12:28:02.696896000, lastModified=2022-06-07 12:28:02.696029000, size=1, fileKey=(dev=38,ino=353469901)
12:28:02.697 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, lastModified changed from 2022-06-07 12:28:02.696029000 to 2022-06-07 12:28:02.697029000
12:28:02.697 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, create new FileSnapshot: lastRead=2022-06-07 12:28:02.697398000, lastModified=2022-06-07 12:28:02.697029000, size=1, fileKey=(dev=38,ino=353469901)
12:28:02.697 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, isRacyClean=false, read=2022-06-07 12:28:02.697398000, lastModified=2022-06-07 12:28:02.697029000, delta=369000 ns, racy<=27500 ns
12:28:02.697 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, is unmodified
12:28:02.697 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, create new FileSnapshot: lastRead=2022-06-07 12:28:02.697885000, lastModified=2022-06-07 12:28:02.697029000, size=1, fileKey=(dev=38,ino=353469901)
12:28:02.701 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, lastModified changed from 2022-06-07 12:28:02.697029000 to 2022-06-07 12:28:02.698029000
12:28:02.701 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, create new FileSnapshot: lastRead=2022-06-07 12:28:02.701446000, lastModified=2022-06-07 12:28:02.701029000, size=1, fileKey=(dev=38,ino=353469901)
12:28:02.701 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, isRacyClean=false, read=2022-06-07 12:28:02.701446000, lastModified=2022-06-07 12:28:02.701029000, delta=417000 ns, racy<=27500 ns
12:28:02.701 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, is unmodified
12:28:02.701 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, create new FileSnapshot: lastRead=2022-06-07 12:28:02.701937000, lastModified=2022-06-07 12:28:02.701029000, size=1, fileKey=(dev=38,ino=353469901)
12:28:02.702 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, lastModified changed from 2022-06-07 12:28:02.701029000 to 2022-06-07 12:28:02.702029000
12:28:02.702 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, create new FileSnapshot: lastRead=2022-06-07 12:28:02.702439000, lastModified=2022-06-07 12:28:02.702029000, size=1, fileKey=(dev=38,ino=353469901)
12:28:02.702 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, isRacyClean=false, read=2022-06-07 12:28:02.702439000, lastModified=2022-06-07 12:28:02.702029000, delta=410000 ns, racy<=27500 ns
12:28:02.702 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, is unmodified
12:28:02.702 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, create new FileSnapshot: lastRead=2022-06-07 12:28:02.702900000, lastModified=2022-06-07 12:28:02.702029000, size=1, fileKey=(dev=38,ino=353469901)
12:28:02.703 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, lastModified changed from 2022-06-07 12:28:02.702029000 to 2022-06-07 12:28:02.703029000
12:28:02.703 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, create new FileSnapshot: lastRead=2022-06-07 12:28:02.703371000, lastModified=2022-06-07 12:28:02.703029000, size=1, fileKey=(dev=38,ino=353469901)
12:28:02.703 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, isRacyClean=false, read=2022-06-07 12:28:02.703371000, lastModified=2022-06-07 12:28:02.703029000, delta=342000 ns, racy<=27500 ns
12:28:02.703 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, is unmodified
12:28:02.707 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, create new FileSnapshot: lastRead=2022-06-07 12:28:02.706939000, lastModified=2022-06-07 12:28:02.703029000, size=1, fileKey=(dev=38,ino=353469901)
12:28:02.707 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, lastModified changed from 2022-06-07 12:28:02.703029000 to 2022-06-07 12:28:02.707029000
12:28:02.707 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, create new FileSnapshot: lastRead=2022-06-07 12:28:02.707471000, lastModified=2022-06-07 12:28:02.707029000, size=1, fileKey=(dev=38,ino=353469901)
12:28:02.707 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, isRacyClean=false, read=2022-06-07 12:28:02.707471000, lastModified=2022-06-07 12:28:02.707029000, delta=442000 ns, racy<=27500 ns
12:28:02.707 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, is unmodified
12:28:02.708 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, create new FileSnapshot: lastRead=2022-06-07 12:28:02.708025000, lastModified=2022-06-07 12:28:02.707029000, size=1, fileKey=(dev=38,ino=353469901)
12:28:02.708 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, lastModified changed from 2022-06-07 12:28:02.707029000 to 2022-06-07 12:28:02.708029000
12:28:02.708 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, create new FileSnapshot: lastRead=2022-06-07 12:28:02.708480000, lastModified=2022-06-07 12:28:02.708029000, size=1, fileKey=(dev=38,ino=353469901)
12:28:02.708 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, isRacyClean=false, read=2022-06-07 12:28:02.708480000, lastModified=2022-06-07 12:28:02.708029000, delta=451000 ns, racy<=27500 ns
12:28:02.708 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, is unmodified
12:28:02.708 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, create new FileSnapshot: lastRead=2022-06-07 12:28:02.708944000, lastModified=2022-06-07 12:28:02.708029000, size=1, fileKey=(dev=38,ino=353469901)
12:28:02.709 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, lastModified changed from 2022-06-07 12:28:02.708029000 to 2022-06-07 12:28:02.709029000
12:28:02.709 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, create new FileSnapshot: lastRead=2022-06-07 12:28:02.709381000, lastModified=2022-06-07 12:28:02.709029000, size=1, fileKey=(dev=38,ino=353469901)
12:28:02.713 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, isRacyClean=false, read=2022-06-07 12:28:02.709381000, lastModified=2022-06-07 12:28:02.709029000, delta=352000 ns, racy<=27500 ns
12:28:02.713 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, is unmodified
12:28:02.713 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, create new FileSnapshot: lastRead=2022-06-07 12:28:02.713703000, lastModified=2022-06-07 12:28:02.713029000, size=1, fileKey=(dev=38,ino=353469901)
12:28:02.713 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, isRacyClean=false, read=2022-06-07 12:28:02.713703000, lastModified=2022-06-07 12:28:02.713029000, delta=674000 ns, racy<=27500 ns
12:28:02.714 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, is unmodified
12:28:02.714 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, create new FileSnapshot: lastRead=2022-06-07 12:28:02.714191000, lastModified=2022-06-07 12:28:02.714029000, size=1, fileKey=(dev=38,ino=353469901)
12:28:02.714 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, isRacyClean=false, read=2022-06-07 12:28:02.714191000, lastModified=2022-06-07 12:28:02.714029000, delta=162000 ns, racy<=27500 ns
12:28:02.714 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, is unmodified
12:28:02.714 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, create new FileSnapshot: lastRead=2022-06-07 12:28:02.714666000, lastModified=2022-06-07 12:28:02.714029000, size=1, fileKey=(dev=38,ino=353469901)
12:28:02.714 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, isRacyClean=false, read=2022-06-07 12:28:02.714666000, lastModified=2022-06-07 12:28:02.714029000, delta=637000 ns, racy<=27500 ns
12:28:02.715 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, is unmodified
12:28:02.715 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, create new FileSnapshot: lastRead=2022-06-07 12:28:02.715202000, lastModified=2022-06-07 12:28:02.715029000, size=1, fileKey=(dev=38,ino=353469901)
12:28:02.715 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, isRacyClean=false, read=2022-06-07 12:28:02.715202000, lastModified=2022-06-07 12:28:02.715029000, delta=173000 ns, racy<=27500 ns
12:28:02.715 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, is unmodified
12:28:02.715 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, create new FileSnapshot: lastRead=2022-06-07 12:28:02.715737000, lastModified=2022-06-07 12:28:02.715029000, size=1, fileKey=(dev=38,ino=353469901)
12:28:02.716 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, isRacyClean=false, read=2022-06-07 12:28:02.715737000, lastModified=2022-06-07 12:28:02.715029000, delta=708000 ns, racy<=27500 ns
12:28:02.716 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, is unmodified
12:28:02.720 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, create new FileSnapshot: lastRead=2022-06-07 12:28:02.720068000, lastModified=2022-06-07 12:28:02.716029000, size=1, fileKey=(dev=38,ino=353469901)
12:28:02.720 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, lastModified changed from 2022-06-07 12:28:02.716029000 to 2022-06-07 12:28:02.720029000
12:28:02.720 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, create new FileSnapshot: lastRead=2022-06-07 12:28:02.720615000, lastModified=2022-06-07 12:28:02.720029000, size=1, fileKey=(dev=38,ino=353469901)
12:28:02.720 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, isRacyClean=false, read=2022-06-07 12:28:02.720615000, lastModified=2022-06-07 12:28:02.720029000, delta=586000 ns, racy<=27500 ns
12:28:02.720 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, is unmodified
12:28:02.721 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, create new FileSnapshot: lastRead=2022-06-07 12:28:02.721132000, lastModified=2022-06-07 12:28:02.721029000, size=1, fileKey=(dev=38,ino=353469901)
12:28:02.721 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, isRacyClean=false, read=2022-06-07 12:28:02.721132000, lastModified=2022-06-07 12:28:02.721029000, delta=103000 ns, racy<=27500 ns
12:28:02.721 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, is unmodified
12:28:02.721 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, create new FileSnapshot: lastRead=2022-06-07 12:28:02.721668000, lastModified=2022-06-07 12:28:02.721029000, size=1, fileKey=(dev=38,ino=353469901)
12:28:02.721 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, isRacyClean=false, read=2022-06-07 12:28:02.721668000, lastModified=2022-06-07 12:28:02.721029000, delta=639000 ns, racy<=27500 ns
12:28:02.722 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, is unmodified
12:28:02.722 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, create new FileSnapshot: lastRead=2022-06-07 12:28:02.722206000, lastModified=2022-06-07 12:28:02.722029000, size=1, fileKey=(dev=38,ino=353469901)
12:28:02.722 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, isRacyClean=false, read=2022-06-07 12:28:02.722206000, lastModified=2022-06-07 12:28:02.722029000, delta=177000 ns, racy<=27500 ns
12:28:02.722 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, is unmodified
12:28:02.722 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, create new FileSnapshot: lastRead=2022-06-07 12:28:02.722632000, lastModified=2022-06-07 12:28:02.722029000, size=1, fileKey=(dev=38,ino=353469901)
12:28:02.726 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, isRacyClean=false, read=2022-06-07 12:28:02.722632000, lastModified=2022-06-07 12:28:02.722029000, delta=603000 ns, racy<=27500 ns
12:28:02.726 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, is unmodified
12:28:02.727 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, create new FileSnapshot: lastRead=2022-06-07 12:28:02.726990000, lastModified=2022-06-07 12:28:02.726029000, size=1, fileKey=(dev=38,ino=353469901)
12:28:02.727 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, lastModified changed from 2022-06-07 12:28:02.726029000 to 2022-06-07 12:28:02.727029000
12:28:02.727 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, create new FileSnapshot: lastRead=2022-06-07 12:28:02.727470000, lastModified=2022-06-07 12:28:02.727029000, size=1, fileKey=(dev=38,ino=353469901)
12:28:02.727 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, isRacyClean=false, read=2022-06-07 12:28:02.727470000, lastModified=2022-06-07 12:28:02.727029000, delta=441000 ns, racy<=27500 ns
12:28:02.727 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, is unmodified
12:28:02.727 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, create new FileSnapshot: lastRead=2022-06-07 12:28:02.727850000, lastModified=2022-06-07 12:28:02.727029000, size=1, fileKey=(dev=38,ino=353469901)
12:28:02.728 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, isRacyClean=false, read=2022-06-07 12:28:02.727850000, lastModified=2022-06-07 12:28:02.727029000, delta=821000 ns, racy<=27500 ns
12:28:02.728 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, is unmodified
12:28:02.728 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, create new FileSnapshot: lastRead=2022-06-07 12:28:02.728262000, lastModified=2022-06-07 12:28:02.728029000, size=1, fileKey=(dev=38,ino=353469901)
12:28:02.728 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, isRacyClean=false, read=2022-06-07 12:28:02.728262000, lastModified=2022-06-07 12:28:02.728029000, delta=233000 ns, racy<=27500 ns
12:28:02.728 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, is unmodified
12:28:02.728 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, create new FileSnapshot: lastRead=2022-06-07 12:28:02.728658000, lastModified=2022-06-07 12:28:02.728029000, size=1, fileKey=(dev=38,ino=353469901)
12:28:02.728 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, isRacyClean=false, read=2022-06-07 12:28:02.728658000, lastModified=2022-06-07 12:28:02.728029000, delta=629000 ns, racy<=27500 ns
12:28:02.728 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, is unmodified
12:28:02.733 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, create new FileSnapshot: lastRead=2022-06-07 12:28:02.732989000, lastModified=2022-06-07 12:28:02.728029000, size=1, fileKey=(dev=38,ino=353469901)
12:28:02.733 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, lastModified changed from 2022-06-07 12:28:02.728029000 to 2022-06-07 12:28:02.733029000
12:28:02.733 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, create new FileSnapshot: lastRead=2022-06-07 12:28:02.733611000, lastModified=2022-06-07 12:28:02.733029000, size=1, fileKey=(dev=38,ino=353469901)
12:28:02.733 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, isRacyClean=false, read=2022-06-07 12:28:02.733611000, lastModified=2022-06-07 12:28:02.733029000, delta=582000 ns, racy<=27500 ns
12:28:02.733 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, is unmodified
12:28:02.734 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, create new FileSnapshot: lastRead=2022-06-07 12:28:02.734021000, lastModified=2022-06-07 12:28:02.733029000, size=1, fileKey=(dev=38,ino=353469901)
12:28:02.734 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, lastModified changed from 2022-06-07 12:28:02.733029000 to 2022-06-07 12:28:02.734029000
12:28:02.734 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, create new FileSnapshot: lastRead=2022-06-07 12:28:02.734421000, lastModified=2022-06-07 12:28:02.734029000, size=1, fileKey=(dev=38,ino=353469901)
12:28:02.734 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, isRacyClean=false, read=2022-06-07 12:28:02.734421000, lastModified=2022-06-07 12:28:02.734029000, delta=392000 ns, racy<=27500 ns
12:28:02.734 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, is unmodified
12:28:02.734 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, create new FileSnapshot: lastRead=2022-06-07 12:28:02.734801000, lastModified=2022-06-07 12:28:02.734029000, size=1, fileKey=(dev=38,ino=353469901)
12:28:02.735 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, isRacyClean=false, read=2022-06-07 12:28:02.734801000, lastModified=2022-06-07 12:28:02.734029000, delta=772000 ns, racy<=27500 ns
12:28:02.735 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, is unmodified
12:28:02.735 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, create new FileSnapshot: lastRead=2022-06-07 12:28:02.735359000, lastModified=2022-06-07 12:28:02.735029000, size=1, fileKey=(dev=38,ino=353469901)
12:28:02.739 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, isRacyClean=false, read=2022-06-07 12:28:02.735359000, lastModified=2022-06-07 12:28:02.735029000, delta=330000 ns, racy<=27500 ns
12:28:02.739 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, is unmodified
12:28:02.739 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, create new FileSnapshot: lastRead=2022-06-07 12:28:02.739790000, lastModified=2022-06-07 12:28:02.739029000, size=1, fileKey=(dev=38,ino=353469901)
12:28:02.740 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, isRacyClean=false, read=2022-06-07 12:28:02.739790000, lastModified=2022-06-07 12:28:02.739029000, delta=761000 ns, racy<=27500 ns
12:28:02.740 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, is unmodified
12:28:02.740 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, create new FileSnapshot: lastRead=2022-06-07 12:28:02.740431000, lastModified=2022-06-07 12:28:02.740029000, size=1, fileKey=(dev=38,ino=353469901)
12:28:02.740 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, isRacyClean=false, read=2022-06-07 12:28:02.740431000, lastModified=2022-06-07 12:28:02.740029000, delta=402000 ns, racy<=27500 ns
12:28:02.740 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, is unmodified
12:28:02.741 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, create new FileSnapshot: lastRead=2022-06-07 12:28:02.740962000, lastModified=2022-06-07 12:28:02.740029000, size=1, fileKey=(dev=38,ino=353469901)
12:28:02.741 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, lastModified changed from 2022-06-07 12:28:02.740029000 to 2022-06-07 12:28:02.741029000
12:28:02.741 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, create new FileSnapshot: lastRead=2022-06-07 12:28:02.741520000, lastModified=2022-06-07 12:28:02.741029000, size=1, fileKey=(dev=38,ino=353469901)
12:28:02.741 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, isRacyClean=false, read=2022-06-07 12:28:02.741520000, lastModified=2022-06-07 12:28:02.741029000, delta=491000 ns, racy<=27500 ns
12:28:02.741 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, is unmodified
12:28:02.742 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, create new FileSnapshot: lastRead=2022-06-07 12:28:02.742031000, lastModified=2022-06-07 12:28:02.741029000, size=1, fileKey=(dev=38,ino=353469901)
12:28:02.742 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, lastModified changed from 2022-06-07 12:28:02.741029000 to 2022-06-07 12:28:02.742029000
12:28:02.746 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, create new FileSnapshot: lastRead=2022-06-07 12:28:02.746417000, lastModified=2022-06-07 12:28:02.742029000, size=1, fileKey=(dev=38,ino=353469901)
12:28:02.746 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, lastModified changed from 2022-06-07 12:28:02.742029000 to 2022-06-07 12:28:02.746029000
12:28:02.747 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, create new FileSnapshot: lastRead=2022-06-07 12:28:02.747027000, lastModified=2022-06-07 12:28:02.746029000, size=1, fileKey=(dev=38,ino=353469901)
12:28:02.747 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, lastModified changed from 2022-06-07 12:28:02.746029000 to 2022-06-07 12:28:02.747029000
12:28:02.747 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, create new FileSnapshot: lastRead=2022-06-07 12:28:02.747462000, lastModified=2022-06-07 12:28:02.747029000, size=1, fileKey=(dev=38,ino=353469901)
12:28:02.747 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, isRacyClean=false, read=2022-06-07 12:28:02.747462000, lastModified=2022-06-07 12:28:02.747029000, delta=433000 ns, racy<=27500 ns
12:28:02.749 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, is unmodified
12:28:02.749 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, create new FileSnapshot: lastRead=2022-06-07 12:28:02.749373000, lastModified=2022-06-07 12:28:02.749029000, size=1, fileKey=(dev=38,ino=353469901)
12:28:02.749 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, isRacyClean=false, read=2022-06-07 12:28:02.749373000, lastModified=2022-06-07 12:28:02.749029000, delta=344000 ns, racy<=27500 ns
12:28:02.749 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, is unmodified
12:28:02.749 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, create new FileSnapshot: lastRead=2022-06-07 12:28:02.749804000, lastModified=2022-06-07 12:28:02.749029000, size=1, fileKey=(dev=38,ino=353469901)
12:28:02.750 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, isRacyClean=false, read=2022-06-07 12:28:02.749804000, lastModified=2022-06-07 12:28:02.749029000, delta=775000 ns, racy<=27500 ns
12:28:02.750 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, is unmodified
12:28:02.750 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, create new FileSnapshot: lastRead=2022-06-07 12:28:02.750242000, lastModified=2022-06-07 12:28:02.750029000, size=1, fileKey=(dev=38,ino=353469901)
12:28:02.754 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, isRacyClean=false, read=2022-06-07 12:28:02.750242000, lastModified=2022-06-07 12:28:02.750029000, delta=213000 ns, racy<=27500 ns
12:28:02.754 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, is unmodified
12:28:02.754 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, create new FileSnapshot: lastRead=2022-06-07 12:28:02.754549000, lastModified=2022-06-07 12:28:02.754029000, size=1, fileKey=(dev=38,ino=353469901)
12:28:02.754 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, isRacyClean=false, read=2022-06-07 12:28:02.754549000, lastModified=2022-06-07 12:28:02.754029000, delta=520000 ns, racy<=27500 ns
12:28:02.754 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, is unmodified
12:28:02.754 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, create new FileSnapshot: lastRead=2022-06-07 12:28:02.754914000, lastModified=2022-06-07 12:28:02.754029000, size=1, fileKey=(dev=38,ino=353469901)
12:28:02.755 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, lastModified changed from 2022-06-07 12:28:02.754029000 to 2022-06-07 12:28:02.755029000
12:28:02.755 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, create new FileSnapshot: lastRead=2022-06-07 12:28:02.755290000, lastModified=2022-06-07 12:28:02.755029000, size=1, fileKey=(dev=38,ino=353469901)
12:28:02.755 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, isRacyClean=false, read=2022-06-07 12:28:02.755290000, lastModified=2022-06-07 12:28:02.755029000, delta=261000 ns, racy<=27500 ns
12:28:02.755 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, is unmodified
12:28:02.755 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, create new FileSnapshot: lastRead=2022-06-07 12:28:02.755665000, lastModified=2022-06-07 12:28:02.755029000, size=1, fileKey=(dev=38,ino=353469901)
12:28:02.755 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, isRacyClean=false, read=2022-06-07 12:28:02.755665000, lastModified=2022-06-07 12:28:02.755029000, delta=636000 ns, racy<=27500 ns
12:28:02.755 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, is unmodified
12:28:02.756 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, create new FileSnapshot: lastRead=2022-06-07 12:28:02.755997000, lastModified=2022-06-07 12:28:02.755029000, size=1, fileKey=(dev=38,ino=353469901)
12:28:02.756 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, lastModified changed from 2022-06-07 12:28:02.755029000 to 2022-06-07 12:28:02.756029000
12:28:02.760 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, create new FileSnapshot: lastRead=2022-06-07 12:28:02.760233000, lastModified=2022-06-07 12:28:02.756029000, size=1, fileKey=(dev=38,ino=353469901)
12:28:02.760 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, lastModified changed from 2022-06-07 12:28:02.756029000 to 2022-06-07 12:28:02.760029000
12:28:02.760 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, create new FileSnapshot: lastRead=2022-06-07 12:28:02.760731000, lastModified=2022-06-07 12:28:02.760029000, size=1, fileKey=(dev=38,ino=353469901)
12:28:02.760 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, isRacyClean=false, read=2022-06-07 12:28:02.760731000, lastModified=2022-06-07 12:28:02.760029000, delta=702000 ns, racy<=27500 ns
12:28:02.761 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, is unmodified
12:28:02.761 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, create new FileSnapshot: lastRead=2022-06-07 12:28:02.761243000, lastModified=2022-06-07 12:28:02.761029000, size=1, fileKey=(dev=38,ino=353469901)
12:28:02.761 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, isRacyClean=false, read=2022-06-07 12:28:02.761243000, lastModified=2022-06-07 12:28:02.761029000, delta=214000 ns, racy<=27500 ns
12:28:02.761 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, is unmodified
12:28:02.761 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, create new FileSnapshot: lastRead=2022-06-07 12:28:02.761686000, lastModified=2022-06-07 12:28:02.761029000, size=1, fileKey=(dev=38,ino=353469901)
12:28:02.761 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, isRacyClean=false, read=2022-06-07 12:28:02.761686000, lastModified=2022-06-07 12:28:02.761029000, delta=657000 ns, racy<=27500 ns
12:28:02.761 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, is unmodified
12:28:02.762 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, create new FileSnapshot: lastRead=2022-06-07 12:28:02.762099000, lastModified=2022-06-07 12:28:02.761029000, size=1, fileKey=(dev=38,ino=353469901)
12:28:02.762 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, lastModified changed from 2022-06-07 12:28:02.761029000 to 2022-06-07 12:28:02.762029000
12:28:02.762 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, create new FileSnapshot: lastRead=2022-06-07 12:28:02.762512000, lastModified=2022-06-07 12:28:02.762029000, size=1, fileKey=(dev=38,ino=353469901)
12:28:02.769 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, isRacyClean=false, read=2022-06-07 12:28:02.762512000, lastModified=2022-06-07 12:28:02.762029000, delta=483000 ns, racy<=27500 ns
12:28:02.769 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, is unmodified
12:28:02.769 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, create new FileSnapshot: lastRead=2022-06-07 12:28:02.769614000, lastModified=2022-06-07 12:28:02.769029000, size=1, fileKey=(dev=38,ino=353469901)
12:28:02.769 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, isRacyClean=false, read=2022-06-07 12:28:02.769614000, lastModified=2022-06-07 12:28:02.769029000, delta=585000 ns, racy<=27500 ns
12:28:02.769 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, is unmodified
12:28:02.770 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, create new FileSnapshot: lastRead=2022-06-07 12:28:02.769984000, lastModified=2022-06-07 12:28:02.769029000, size=1, fileKey=(dev=38,ino=353469901)
12:28:02.770 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, lastModified changed from 2022-06-07 12:28:02.769029000 to 2022-06-07 12:28:02.770029000
12:28:02.774 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, create new FileSnapshot: lastRead=2022-06-07 12:28:02.773988000, lastModified=2022-06-07 12:28:02.770029000, size=1, fileKey=(dev=38,ino=353469901)
12:28:02.774 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, lastModified changed from 2022-06-07 12:28:02.770029000 to 2022-06-07 12:28:02.774029000
12:28:02.774 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, create new FileSnapshot: lastRead=2022-06-07 12:28:02.774575000, lastModified=2022-06-07 12:28:02.774029000, size=1, fileKey=(dev=38,ino=353469901)
12:28:02.774 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, isRacyClean=false, read=2022-06-07 12:28:02.774575000, lastModified=2022-06-07 12:28:02.774029000, delta=546000 ns, racy<=27500 ns
12:28:02.774 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, is unmodified
12:28:02.775 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, create new FileSnapshot: lastRead=2022-06-07 12:28:02.774988000, lastModified=2022-06-07 12:28:02.774029000, size=1, fileKey=(dev=38,ino=353469901)
12:28:02.775 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, lastModified changed from 2022-06-07 12:28:02.774029000 to 2022-06-07 12:28:02.775029000
12:28:02.778 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, create new FileSnapshot: lastRead=2022-06-07 12:28:02.778103000, lastModified=2022-06-07 12:28:02.775029000, size=1, fileKey=(dev=38,ino=353469901)
12:28:02.778 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, lastModified changed from 2022-06-07 12:28:02.775029000 to 2022-06-07 12:28:02.778029000
12:28:02.778 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, create new FileSnapshot: lastRead=2022-06-07 12:28:02.778599000, lastModified=2022-06-07 12:28:02.778029000, size=1, fileKey=(dev=38,ino=353469901)
12:28:02.778 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, isRacyClean=false, read=2022-06-07 12:28:02.778599000, lastModified=2022-06-07 12:28:02.778029000, delta=570000 ns, racy<=27500 ns
12:28:02.778 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, is unmodified
12:28:02.779 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, create new FileSnapshot: lastRead=2022-06-07 12:28:02.779024000, lastModified=2022-06-07 12:28:02.778029000, size=1, fileKey=(dev=38,ino=353469901)
12:28:02.779 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, lastModified changed from 2022-06-07 12:28:02.778029000 to 2022-06-07 12:28:02.779029000
12:28:02.779 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, create new FileSnapshot: lastRead=2022-06-07 12:28:02.779428000, lastModified=2022-06-07 12:28:02.779029000, size=1, fileKey=(dev=38,ino=353469901)
12:28:02.779 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, isRacyClean=false, read=2022-06-07 12:28:02.779428000, lastModified=2022-06-07 12:28:02.779029000, delta=399000 ns, racy<=27500 ns
12:28:02.779 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, is unmodified
12:28:02.779 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, create new FileSnapshot: lastRead=2022-06-07 12:28:02.779809000, lastModified=2022-06-07 12:28:02.779029000, size=1, fileKey=(dev=38,ino=353469901)
12:28:02.780 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, isRacyClean=false, read=2022-06-07 12:28:02.779809000, lastModified=2022-06-07 12:28:02.779029000, delta=780000 ns, racy<=27500 ns
12:28:02.780 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, is unmodified
12:28:02.780 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, create new FileSnapshot: lastRead=2022-06-07 12:28:02.780206000, lastModified=2022-06-07 12:28:02.780029000, size=1, fileKey=(dev=38,ino=353469901)
12:28:02.782 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, isRacyClean=false, read=2022-06-07 12:28:02.780206000, lastModified=2022-06-07 12:28:02.780029000, delta=177000 ns, racy<=27500 ns
12:28:02.782 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, is unmodified
12:28:02.782 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, create new FileSnapshot: lastRead=2022-06-07 12:28:02.782751000, lastModified=2022-06-07 12:28:02.782029000, size=1, fileKey=(dev=38,ino=353469901)
12:28:02.783 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, isRacyClean=false, read=2022-06-07 12:28:02.782751000, lastModified=2022-06-07 12:28:02.782029000, delta=722000 ns, racy<=27500 ns
12:28:02.783 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, is unmodified
12:28:02.783 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, create new FileSnapshot: lastRead=2022-06-07 12:28:02.783274000, lastModified=2022-06-07 12:28:02.783029000, size=1, fileKey=(dev=38,ino=353469901)
12:28:02.783 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, isRacyClean=false, read=2022-06-07 12:28:02.783274000, lastModified=2022-06-07 12:28:02.783029000, delta=245000 ns, racy<=27500 ns
12:28:02.783 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, is unmodified
12:28:02.783 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, create new FileSnapshot: lastRead=2022-06-07 12:28:02.783812000, lastModified=2022-06-07 12:28:02.783029000, size=1, fileKey=(dev=38,ino=353469901)
12:28:02.784 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, isRacyClean=false, read=2022-06-07 12:28:02.783812000, lastModified=2022-06-07 12:28:02.783029000, delta=783000 ns, racy<=27500 ns
12:28:02.784 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, is unmodified
12:28:02.784 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, create new FileSnapshot: lastRead=2022-06-07 12:28:02.784236000, lastModified=2022-06-07 12:28:02.784029000, size=1, fileKey=(dev=38,ino=353469901)
12:28:02.784 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, isRacyClean=false, read=2022-06-07 12:28:02.784236000, lastModified=2022-06-07 12:28:02.784029000, delta=207000 ns, racy<=27500 ns
12:28:02.784 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, is unmodified
12:28:02.784 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, create new FileSnapshot: lastRead=2022-06-07 12:28:02.784621000, lastModified=2022-06-07 12:28:02.784029000, size=1, fileKey=(dev=38,ino=353469901)
12:28:02.784 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, isRacyClean=false, read=2022-06-07 12:28:02.784621000, lastModified=2022-06-07 12:28:02.784029000, delta=592000 ns, racy<=27500 ns
12:28:02.784 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, is unmodified
12:28:02.787 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, create new FileSnapshot: lastRead=2022-06-07 12:28:02.787128000, lastModified=2022-06-07 12:28:02.784029000, size=1, fileKey=(dev=38,ino=353469901)
12:28:02.787 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, lastModified changed from 2022-06-07 12:28:02.784029000 to 2022-06-07 12:28:02.787029000
12:28:02.787 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, create new FileSnapshot: lastRead=2022-06-07 12:28:02.787676000, lastModified=2022-06-07 12:28:02.787029000, size=1, fileKey=(dev=38,ino=353469901)
12:28:02.787 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, isRacyClean=false, read=2022-06-07 12:28:02.787676000, lastModified=2022-06-07 12:28:02.787029000, delta=647000 ns, racy<=27500 ns
12:28:02.787 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, is unmodified
12:28:02.788 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, create new FileSnapshot: lastRead=2022-06-07 12:28:02.788111000, lastModified=2022-06-07 12:28:02.788029000, size=1, fileKey=(dev=38,ino=353469901)
12:28:02.788 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, isRacyClean=false, read=2022-06-07 12:28:02.788111000, lastModified=2022-06-07 12:28:02.788029000, delta=82000 ns, racy<=27500 ns
12:28:02.788 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, is unmodified
12:28:02.788 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, create new FileSnapshot: lastRead=2022-06-07 12:28:02.788530000, lastModified=2022-06-07 12:28:02.788029000, size=1, fileKey=(dev=38,ino=353469901)
12:28:02.788 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, isRacyClean=false, read=2022-06-07 12:28:02.788530000, lastModified=2022-06-07 12:28:02.788029000, delta=501000 ns, racy<=27500 ns
12:28:02.788 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, is unmodified
12:28:02.788 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, create new FileSnapshot: lastRead=2022-06-07 12:28:02.788941000, lastModified=2022-06-07 12:28:02.788029000, size=1, fileKey=(dev=38,ino=353469901)
12:28:02.789 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, lastModified changed from 2022-06-07 12:28:02.788029000 to 2022-06-07 12:28:02.789029000
12:28:02.789 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, create new FileSnapshot: lastRead=2022-06-07 12:28:02.789479000, lastModified=2022-06-07 12:28:02.789029000, size=1, fileKey=(dev=38,ino=353469901)
12:28:02.791 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, isRacyClean=false, read=2022-06-07 12:28:02.789479000, lastModified=2022-06-07 12:28:02.789029000, delta=450000 ns, racy<=27500 ns
12:28:02.791 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, is unmodified
12:28:02.792 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, create new FileSnapshot: lastRead=2022-06-07 12:28:02.792083000, lastModified=2022-06-07 12:28:02.791029000, size=1, fileKey=(dev=38,ino=353469901)
12:28:02.792 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, lastModified changed from 2022-06-07 12:28:02.791029000 to 2022-06-07 12:28:02.792029000
12:28:02.792 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, create new FileSnapshot: lastRead=2022-06-07 12:28:02.792505000, lastModified=2022-06-07 12:28:02.792029000, size=1, fileKey=(dev=38,ino=353469901)
12:28:02.792 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, isRacyClean=false, read=2022-06-07 12:28:02.792505000, lastModified=2022-06-07 12:28:02.792029000, delta=476000 ns, racy<=27500 ns
12:28:02.792 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, is unmodified
12:28:02.793 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, create new FileSnapshot: lastRead=2022-06-07 12:28:02.793087000, lastModified=2022-06-07 12:28:02.792029000, size=1, fileKey=(dev=38,ino=353469901)
12:28:02.793 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, lastModified changed from 2022-06-07 12:28:02.792029000 to 2022-06-07 12:28:02.793029000
12:28:02.793 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, create new FileSnapshot: lastRead=2022-06-07 12:28:02.793482000, lastModified=2022-06-07 12:28:02.793029000, size=1, fileKey=(dev=38,ino=353469901)
12:28:02.793 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, isRacyClean=false, read=2022-06-07 12:28:02.793482000, lastModified=2022-06-07 12:28:02.793029000, delta=453000 ns, racy<=27500 ns
12:28:02.793 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, is unmodified
12:28:02.793 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, create new FileSnapshot: lastRead=2022-06-07 12:28:02.793870000, lastModified=2022-06-07 12:28:02.793029000, size=1, fileKey=(dev=38,ino=353469901)
12:28:02.794 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, isRacyClean=false, read=2022-06-07 12:28:02.793870000, lastModified=2022-06-07 12:28:02.793029000, delta=841000 ns, racy<=27500 ns
12:28:02.794 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, is unmodified
12:28:02.796 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, create new FileSnapshot: lastRead=2022-06-07 12:28:02.796364000, lastModified=2022-06-07 12:28:02.794029000, size=1, fileKey=(dev=38,ino=353469901)
12:28:02.796 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, lastModified changed from 2022-06-07 12:28:02.794029000 to 2022-06-07 12:28:02.796029000
12:28:02.796 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, create new FileSnapshot: lastRead=2022-06-07 12:28:02.796806000, lastModified=2022-06-07 12:28:02.796029000, size=1, fileKey=(dev=38,ino=353469901)
12:28:02.797 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, isRacyClean=false, read=2022-06-07 12:28:02.796806000, lastModified=2022-06-07 12:28:02.796029000, delta=777000 ns, racy<=27500 ns
12:28:02.797 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, is unmodified
12:28:02.797 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, create new FileSnapshot: lastRead=2022-06-07 12:28:02.797216000, lastModified=2022-06-07 12:28:02.797029000, size=1, fileKey=(dev=38,ino=353469901)
12:28:02.797 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, isRacyClean=false, read=2022-06-07 12:28:02.797216000, lastModified=2022-06-07 12:28:02.797029000, delta=187000 ns, racy<=27500 ns
12:28:02.797 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, is unmodified
12:28:02.797 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, create new FileSnapshot: lastRead=2022-06-07 12:28:02.797604000, lastModified=2022-06-07 12:28:02.797029000, size=1, fileKey=(dev=38,ino=353469901)
12:28:02.797 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, isRacyClean=false, read=2022-06-07 12:28:02.797604000, lastModified=2022-06-07 12:28:02.797029000, delta=575000 ns, racy<=27500 ns
12:28:02.797 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, is unmodified
12:28:02.798 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, create new FileSnapshot: lastRead=2022-06-07 12:28:02.798103000, lastModified=2022-06-07 12:28:02.797029000, size=1, fileKey=(dev=38,ino=353469901)
12:28:02.798 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, lastModified changed from 2022-06-07 12:28:02.797029000 to 2022-06-07 12:28:02.798029000
12:28:02.798 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, create new FileSnapshot: lastRead=2022-06-07 12:28:02.798548000, lastModified=2022-06-07 12:28:02.798029000, size=1, fileKey=(dev=38,ino=353469901)
12:28:02.800 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, isRacyClean=false, read=2022-06-07 12:28:02.798548000, lastModified=2022-06-07 12:28:02.798029000, delta=519000 ns, racy<=27500 ns
12:28:02.800 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, is unmodified
12:28:02.801 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, create new FileSnapshot: lastRead=2022-06-07 12:28:02.801156000, lastModified=2022-06-07 12:28:02.801029000, size=1, fileKey=(dev=38,ino=353469901)
12:28:02.801 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, isRacyClean=false, read=2022-06-07 12:28:02.801156000, lastModified=2022-06-07 12:28:02.801029000, delta=127000 ns, racy<=27500 ns
12:28:02.801 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, is unmodified
12:28:02.801 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, create new FileSnapshot: lastRead=2022-06-07 12:28:02.801572000, lastModified=2022-06-07 12:28:02.801029000, size=1, fileKey=(dev=38,ino=353469901)
12:28:02.801 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, isRacyClean=false, read=2022-06-07 12:28:02.801572000, lastModified=2022-06-07 12:28:02.801029000, delta=543000 ns, racy<=27500 ns
12:28:02.801 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, is unmodified
12:28:02.801 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, create new FileSnapshot: lastRead=2022-06-07 12:28:02.801938000, lastModified=2022-06-07 12:28:02.801029000, size=1, fileKey=(dev=38,ino=353469901)
12:28:02.802 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, lastModified changed from 2022-06-07 12:28:02.801029000 to 2022-06-07 12:28:02.802029000
12:28:02.802 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, create new FileSnapshot: lastRead=2022-06-07 12:28:02.802301000, lastModified=2022-06-07 12:28:02.802029000, size=1, fileKey=(dev=38,ino=353469901)
12:28:02.802 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, isRacyClean=false, read=2022-06-07 12:28:02.802301000, lastModified=2022-06-07 12:28:02.802029000, delta=272000 ns, racy<=27500 ns
12:28:02.802 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, is unmodified
12:28:02.802 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, create new FileSnapshot: lastRead=2022-06-07 12:28:02.802671000, lastModified=2022-06-07 12:28:02.802029000, size=1, fileKey=(dev=38,ino=353469901)
12:28:02.802 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, isRacyClean=false, read=2022-06-07 12:28:02.802671000, lastModified=2022-06-07 12:28:02.802029000, delta=642000 ns, racy<=27500 ns
12:28:02.802 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, is unmodified
12:28:02.805 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, create new FileSnapshot: lastRead=2022-06-07 12:28:02.805135000, lastModified=2022-06-07 12:28:02.802029000, size=1, fileKey=(dev=38,ino=353469901)
12:28:02.805 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, lastModified changed from 2022-06-07 12:28:02.802029000 to 2022-06-07 12:28:02.805029000
12:28:02.805 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, create new FileSnapshot: lastRead=2022-06-07 12:28:02.805620000, lastModified=2022-06-07 12:28:02.805029000, size=1, fileKey=(dev=38,ino=353469901)
12:28:02.805 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, isRacyClean=false, read=2022-06-07 12:28:02.805620000, lastModified=2022-06-07 12:28:02.805029000, delta=591000 ns, racy<=27500 ns
12:28:02.806 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, is unmodified
12:28:02.806 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, create new FileSnapshot: lastRead=2022-06-07 12:28:02.806186000, lastModified=2022-06-07 12:28:02.806029000, size=1, fileKey=(dev=38,ino=353469901)
12:28:02.806 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, isRacyClean=false, read=2022-06-07 12:28:02.806186000, lastModified=2022-06-07 12:28:02.806029000, delta=157000 ns, racy<=27500 ns
12:28:02.806 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, is unmodified
12:28:02.806 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, create new FileSnapshot: lastRead=2022-06-07 12:28:02.806594000, lastModified=2022-06-07 12:28:02.806029000, size=1, fileKey=(dev=38,ino=353469901)
12:28:02.806 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, isRacyClean=false, read=2022-06-07 12:28:02.806594000, lastModified=2022-06-07 12:28:02.806029000, delta=565000 ns, racy<=27500 ns
12:28:02.806 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, is unmodified
12:28:02.807 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, create new FileSnapshot: lastRead=2022-06-07 12:28:02.806991000, lastModified=2022-06-07 12:28:02.806029000, size=1, fileKey=(dev=38,ino=353469901)
12:28:02.807 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, lastModified changed from 2022-06-07 12:28:02.806029000 to 2022-06-07 12:28:02.807029000
12:28:02.807 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, create new FileSnapshot: lastRead=2022-06-07 12:28:02.807388000, lastModified=2022-06-07 12:28:02.807029000, size=1, fileKey=(dev=38,ino=353469901)
12:28:02.809 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, isRacyClean=false, read=2022-06-07 12:28:02.807388000, lastModified=2022-06-07 12:28:02.807029000, delta=359000 ns, racy<=27500 ns
12:28:02.810 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, is unmodified
12:28:02.810 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, create new FileSnapshot: lastRead=2022-06-07 12:28:02.810225000, lastModified=2022-06-07 12:28:02.810029000, size=1, fileKey=(dev=38,ino=353469901)
12:28:02.810 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, isRacyClean=false, read=2022-06-07 12:28:02.810225000, lastModified=2022-06-07 12:28:02.810029000, delta=196000 ns, racy<=27500 ns
12:28:02.810 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, is unmodified
12:28:02.810 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, create new FileSnapshot: lastRead=2022-06-07 12:28:02.810675000, lastModified=2022-06-07 12:28:02.810029000, size=1, fileKey=(dev=38,ino=353469901)
12:28:02.810 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, isRacyClean=false, read=2022-06-07 12:28:02.810675000, lastModified=2022-06-07 12:28:02.810029000, delta=646000 ns, racy<=27500 ns
12:28:02.810 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, is unmodified
12:28:02.811 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, create new FileSnapshot: lastRead=2022-06-07 12:28:02.811099000, lastModified=2022-06-07 12:28:02.810029000, size=1, fileKey=(dev=38,ino=353469901)
12:28:02.811 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, lastModified changed from 2022-06-07 12:28:02.810029000 to 2022-06-07 12:28:02.811029000
12:28:02.811 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, create new FileSnapshot: lastRead=2022-06-07 12:28:02.811516000, lastModified=2022-06-07 12:28:02.811029000, size=1, fileKey=(dev=38,ino=353469901)
12:28:02.811 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, isRacyClean=false, read=2022-06-07 12:28:02.811516000, lastModified=2022-06-07 12:28:02.811029000, delta=487000 ns, racy<=27500 ns
12:28:02.811 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, is unmodified
12:28:02.811 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, create new FileSnapshot: lastRead=2022-06-07 12:28:02.811898000, lastModified=2022-06-07 12:28:02.811029000, size=1, fileKey=(dev=38,ino=353469901)
12:28:02.812 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, lastModified changed from 2022-06-07 12:28:02.811029000 to 2022-06-07 12:28:02.812029000
12:28:02.814 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, create new FileSnapshot: lastRead=2022-06-07 12:28:02.814402000, lastModified=2022-06-07 12:28:02.812029000, size=1, fileKey=(dev=38,ino=353469901)
12:28:02.814 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, lastModified changed from 2022-06-07 12:28:02.812029000 to 2022-06-07 12:28:02.814029000
12:28:02.814 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, create new FileSnapshot: lastRead=2022-06-07 12:28:02.814850000, lastModified=2022-06-07 12:28:02.814029000, size=1, fileKey=(dev=38,ino=353469901)
12:28:02.815 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, isRacyClean=false, read=2022-06-07 12:28:02.814850000, lastModified=2022-06-07 12:28:02.814029000, delta=821000 ns, racy<=27500 ns
12:28:02.815 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, is unmodified
12:28:02.815 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, create new FileSnapshot: lastRead=2022-06-07 12:28:02.815292000, lastModified=2022-06-07 12:28:02.815029000, size=1, fileKey=(dev=38,ino=353469901)
12:28:02.815 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, isRacyClean=false, read=2022-06-07 12:28:02.815292000, lastModified=2022-06-07 12:28:02.815029000, delta=263000 ns, racy<=27500 ns
12:28:02.815 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, is unmodified
12:28:02.815 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, create new FileSnapshot: lastRead=2022-06-07 12:28:02.815767000, lastModified=2022-06-07 12:28:02.815029000, size=1, fileKey=(dev=38,ino=353469901)
12:28:02.816 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, isRacyClean=false, read=2022-06-07 12:28:02.815767000, lastModified=2022-06-07 12:28:02.815029000, delta=738000 ns, racy<=27500 ns
12:28:02.816 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, is unmodified
12:28:02.816 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, create new FileSnapshot: lastRead=2022-06-07 12:28:02.816187000, lastModified=2022-06-07 12:28:02.816029000, size=1, fileKey=(dev=38,ino=353469901)
12:28:02.816 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, isRacyClean=false, read=2022-06-07 12:28:02.816187000, lastModified=2022-06-07 12:28:02.816029000, delta=158000 ns, racy<=27500 ns
12:28:02.816 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, is unmodified
12:28:02.816 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, create new FileSnapshot: lastRead=2022-06-07 12:28:02.816575000, lastModified=2022-06-07 12:28:02.816029000, size=1, fileKey=(dev=38,ino=353469901)
12:28:02.819 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, isRacyClean=false, read=2022-06-07 12:28:02.816575000, lastModified=2022-06-07 12:28:02.816029000, delta=546000 ns, racy<=27500 ns
12:28:02.819 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, is unmodified
12:28:02.819 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, create new FileSnapshot: lastRead=2022-06-07 12:28:02.819454000, lastModified=2022-06-07 12:28:02.819029000, size=1, fileKey=(dev=38,ino=353469901)
12:28:02.819 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, isRacyClean=false, read=2022-06-07 12:28:02.819454000, lastModified=2022-06-07 12:28:02.819029000, delta=425000 ns, racy<=27500 ns
12:28:02.819 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, is unmodified
12:28:02.819 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, create new FileSnapshot: lastRead=2022-06-07 12:28:02.819839000, lastModified=2022-06-07 12:28:02.819029000, size=1, fileKey=(dev=38,ino=353469901)
12:28:02.820 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, isRacyClean=false, read=2022-06-07 12:28:02.819839000, lastModified=2022-06-07 12:28:02.819029000, delta=810000 ns, racy<=27500 ns
12:28:02.820 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, is unmodified
12:28:02.820 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, create new FileSnapshot: lastRead=2022-06-07 12:28:02.820254000, lastModified=2022-06-07 12:28:02.820029000, size=1, fileKey=(dev=38,ino=353469901)
12:28:02.820 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, isRacyClean=false, read=2022-06-07 12:28:02.820254000, lastModified=2022-06-07 12:28:02.820029000, delta=225000 ns, racy<=27500 ns
12:28:02.820 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, is unmodified
12:28:02.820 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, create new FileSnapshot: lastRead=2022-06-07 12:28:02.820696000, lastModified=2022-06-07 12:28:02.820029000, size=1, fileKey=(dev=38,ino=353469901)
12:28:02.821 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, isRacyClean=false, read=2022-06-07 12:28:02.820696000, lastModified=2022-06-07 12:28:02.820029000, delta=667000 ns, racy<=27500 ns
12:28:02.821 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, is unmodified
12:28:02.821 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, create new FileSnapshot: lastRead=2022-06-07 12:28:02.821265000, lastModified=2022-06-07 12:28:02.821029000, size=1, fileKey=(dev=38,ino=353469901)
12:28:02.821 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, isRacyClean=false, read=2022-06-07 12:28:02.821265000, lastModified=2022-06-07 12:28:02.821029000, delta=236000 ns, racy<=27500 ns
12:28:02.821 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, is unmodified
12:28:02.824 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, create new FileSnapshot: lastRead=2022-06-07 12:28:02.824687000, lastModified=2022-06-07 12:28:02.821029000, size=1, fileKey=(dev=38,ino=353469901)
12:28:02.825 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, lastModified changed from 2022-06-07 12:28:02.821029000 to 2022-06-07 12:28:02.824029000
12:28:02.825 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, create new FileSnapshot: lastRead=2022-06-07 12:28:02.825190000, lastModified=2022-06-07 12:28:02.825029000, size=1, fileKey=(dev=38,ino=353469901)
12:28:02.825 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, isRacyClean=false, read=2022-06-07 12:28:02.825190000, lastModified=2022-06-07 12:28:02.825029000, delta=161000 ns, racy<=27500 ns
12:28:02.825 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, is unmodified
12:28:02.825 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, create new FileSnapshot: lastRead=2022-06-07 12:28:02.825591000, lastModified=2022-06-07 12:28:02.825029000, size=1, fileKey=(dev=38,ino=353469901)
12:28:02.825 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, isRacyClean=false, read=2022-06-07 12:28:02.825591000, lastModified=2022-06-07 12:28:02.825029000, delta=562000 ns, racy<=27500 ns
12:28:02.825 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, is unmodified
12:28:02.826 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, create new FileSnapshot: lastRead=2022-06-07 12:28:02.825975000, lastModified=2022-06-07 12:28:02.825029000, size=1, fileKey=(dev=38,ino=353469901)
12:28:02.826 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, lastModified changed from 2022-06-07 12:28:02.825029000 to 2022-06-07 12:28:02.826029000
12:28:02.826 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, create new FileSnapshot: lastRead=2022-06-07 12:28:02.826350000, lastModified=2022-06-07 12:28:02.826029000, size=1, fileKey=(dev=38,ino=353469901)
12:28:02.826 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, isRacyClean=false, read=2022-06-07 12:28:02.826350000, lastModified=2022-06-07 12:28:02.826029000, delta=321000 ns, racy<=27500 ns
12:28:02.826 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, is unmodified
12:28:02.826 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, create new FileSnapshot: lastRead=2022-06-07 12:28:02.826705000, lastModified=2022-06-07 12:28:02.826029000, size=1, fileKey=(dev=38,ino=353469901)
12:28:02.830 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, isRacyClean=false, read=2022-06-07 12:28:02.826705000, lastModified=2022-06-07 12:28:02.826029000, delta=676000 ns, racy<=27500 ns
12:28:02.830 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, is unmodified
12:28:02.830 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, create new FileSnapshot: lastRead=2022-06-07 12:28:02.830416000, lastModified=2022-06-07 12:28:02.830029000, size=1, fileKey=(dev=38,ino=353469901)
12:28:02.830 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, isRacyClean=false, read=2022-06-07 12:28:02.830416000, lastModified=2022-06-07 12:28:02.830029000, delta=387000 ns, racy<=27500 ns
12:28:02.830 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, is unmodified
12:28:02.830 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, create new FileSnapshot: lastRead=2022-06-07 12:28:02.830795000, lastModified=2022-06-07 12:28:02.830029000, size=1, fileKey=(dev=38,ino=353469901)
12:28:02.831 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, isRacyClean=false, read=2022-06-07 12:28:02.830795000, lastModified=2022-06-07 12:28:02.830029000, delta=766000 ns, racy<=27500 ns
12:28:02.831 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, is unmodified
12:28:02.874 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, create new FileSnapshot: lastRead=2022-06-07 12:28:02.831190000, lastModified=2022-06-07 12:28:02.831029000, size=1, fileKey=(dev=38,ino=353469901)
12:28:02.874 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, lastModified changed from 2022-06-07 12:28:02.831029000 to 2022-06-07 12:28:02.874030000
12:28:02.874 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, create new FileSnapshot: lastRead=2022-06-07 12:28:02.874934000, lastModified=2022-06-07 12:28:02.874030000, size=1, fileKey=(dev=38,ino=353469901)
12:28:02.875 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, lastModified changed from 2022-06-07 12:28:02.874030000 to 2022-06-07 12:28:02.875030000
12:28:02.875 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, create new FileSnapshot: lastRead=2022-06-07 12:28:02.875533000, lastModified=2022-06-07 12:28:02.875030000, size=1, fileKey=(dev=38,ino=353469901)
12:28:02.875 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, isRacyClean=false, read=2022-06-07 12:28:02.875533000, lastModified=2022-06-07 12:28:02.875030000, delta=503000 ns, racy<=27500 ns
12:28:02.875 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, is unmodified
12:28:02.881 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, create new FileSnapshot: lastRead=2022-06-07 12:28:02.881516000, lastModified=2022-06-07 12:28:02.876030000, size=1, fileKey=(dev=38,ino=353469901)
12:28:02.882 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, lastModified changed from 2022-06-07 12:28:02.876030000 to 2022-06-07 12:28:02.881030000
12:28:02.882 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, create new FileSnapshot: lastRead=2022-06-07 12:28:02.882350000, lastModified=2022-06-07 12:28:02.882030000, size=1, fileKey=(dev=38,ino=353469901)
12:28:02.882 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, isRacyClean=false, read=2022-06-07 12:28:02.882350000, lastModified=2022-06-07 12:28:02.882030000, delta=320000 ns, racy<=27500 ns
12:28:02.882 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, is unmodified
12:28:02.883 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, create new FileSnapshot: lastRead=2022-06-07 12:28:02.882958000, lastModified=2022-06-07 12:28:02.882030000, size=1, fileKey=(dev=38,ino=353469901)
12:28:02.883 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, lastModified changed from 2022-06-07 12:28:02.882030000 to 2022-06-07 12:28:02.883030000
12:28:02.883 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, create new FileSnapshot: lastRead=2022-06-07 12:28:02.883544000, lastModified=2022-06-07 12:28:02.883030000, size=1, fileKey=(dev=38,ino=353469901)
12:28:02.883 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, isRacyClean=false, read=2022-06-07 12:28:02.883544000, lastModified=2022-06-07 12:28:02.883030000, delta=514000 ns, racy<=27500 ns
12:28:02.883 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, is unmodified
12:28:02.884 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, create new FileSnapshot: lastRead=2022-06-07 12:28:02.884127000, lastModified=2022-06-07 12:28:02.884030000, size=1, fileKey=(dev=38,ino=353469901)
12:28:02.884 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, isRacyClean=false, read=2022-06-07 12:28:02.884127000, lastModified=2022-06-07 12:28:02.884030000, delta=97000 ns, racy<=27500 ns
12:28:02.884 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, is unmodified
12:28:02.884 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, create new FileSnapshot: lastRead=2022-06-07 12:28:02.884743000, lastModified=2022-06-07 12:28:02.884030000, size=1, fileKey=(dev=38,ino=353469901)
12:28:02.890 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, isRacyClean=false, read=2022-06-07 12:28:02.884743000, lastModified=2022-06-07 12:28:02.884030000, delta=713000 ns, racy<=27500 ns
12:28:02.890 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, is unmodified
12:28:02.890 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, create new FileSnapshot: lastRead=2022-06-07 12:28:02.890926000, lastModified=2022-06-07 12:28:02.890030000, size=1, fileKey=(dev=38,ino=353469901)
12:28:02.891 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, lastModified changed from 2022-06-07 12:28:02.890030000 to 2022-06-07 12:28:02.891030000
12:28:02.891 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, create new FileSnapshot: lastRead=2022-06-07 12:28:02.891516000, lastModified=2022-06-07 12:28:02.891030000, size=1, fileKey=(dev=38,ino=353469901)
12:28:02.891 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, isRacyClean=false, read=2022-06-07 12:28:02.891516000, lastModified=2022-06-07 12:28:02.891030000, delta=486000 ns, racy<=27500 ns
12:28:02.891 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, is unmodified
12:28:02.892 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, create new FileSnapshot: lastRead=2022-06-07 12:28:02.892120000, lastModified=2022-06-07 12:28:02.892030000, size=1, fileKey=(dev=38,ino=353469901)
12:28:02.892 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, isRacyClean=false, read=2022-06-07 12:28:02.892120000, lastModified=2022-06-07 12:28:02.892030000, delta=90000 ns, racy<=27500 ns
12:28:02.892 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, is unmodified
12:28:02.892 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, create new FileSnapshot: lastRead=2022-06-07 12:28:02.892781000, lastModified=2022-06-07 12:28:02.892030000, size=1, fileKey=(dev=38,ino=353469901)
12:28:02.893 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, isRacyClean=false, read=2022-06-07 12:28:02.892781000, lastModified=2022-06-07 12:28:02.892030000, delta=751000 ns, racy<=27500 ns
12:28:02.893 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, is unmodified
12:28:02.893 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, create new FileSnapshot: lastRead=2022-06-07 12:28:02.893406000, lastModified=2022-06-07 12:28:02.893030000, size=1, fileKey=(dev=38,ino=353469901)
12:28:02.893 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, isRacyClean=false, read=2022-06-07 12:28:02.893406000, lastModified=2022-06-07 12:28:02.893030000, delta=376000 ns, racy<=27500 ns
12:28:02.893 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, is unmodified
12:28:02.899 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, create new FileSnapshot: lastRead=2022-06-07 12:28:02.899258000, lastModified=2022-06-07 12:28:02.893030000, size=1, fileKey=(dev=38,ino=353469901)
12:28:02.899 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, lastModified changed from 2022-06-07 12:28:02.893030000 to 2022-06-07 12:28:02.899030000
12:28:02.900 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, create new FileSnapshot: lastRead=2022-06-07 12:28:02.900060000, lastModified=2022-06-07 12:28:02.899030000, size=1, fileKey=(dev=38,ino=353469901)
12:28:02.900 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, lastModified changed from 2022-06-07 12:28:02.899030000 to 2022-06-07 12:28:02.900030000
12:28:02.900 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, create new FileSnapshot: lastRead=2022-06-07 12:28:02.900660000, lastModified=2022-06-07 12:28:02.900030000, size=1, fileKey=(dev=38,ino=353469901)
12:28:02.901 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, isRacyClean=false, read=2022-06-07 12:28:02.900660000, lastModified=2022-06-07 12:28:02.900030000, delta=630000 ns, racy<=27500 ns
12:28:02.901 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, is unmodified
12:28:02.901 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, create new FileSnapshot: lastRead=2022-06-07 12:28:02.901255000, lastModified=2022-06-07 12:28:02.901030000, size=1, fileKey=(dev=38,ino=353469901)
12:28:02.901 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, isRacyClean=false, read=2022-06-07 12:28:02.901255000, lastModified=2022-06-07 12:28:02.901030000, delta=225000 ns, racy<=27500 ns
12:28:02.901 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, is unmodified
12:28:02.901 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, create new FileSnapshot: lastRead=2022-06-07 12:28:02.901824000, lastModified=2022-06-07 12:28:02.901030000, size=1, fileKey=(dev=38,ino=353469901)
12:28:02.902 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, lastModified changed from 2022-06-07 12:28:02.901030000 to 2022-06-07 12:28:02.902030000
12:28:02.902 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, create new FileSnapshot: lastRead=2022-06-07 12:28:02.902386000, lastModified=2022-06-07 12:28:02.902030000, size=1, fileKey=(dev=38,ino=353469901)
12:28:02.908 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, isRacyClean=false, read=2022-06-07 12:28:02.902386000, lastModified=2022-06-07 12:28:02.902030000, delta=356000 ns, racy<=27500 ns
12:28:02.908 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, is unmodified
12:28:02.909 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, create new FileSnapshot: lastRead=2022-06-07 12:28:02.909164000, lastModified=2022-06-07 12:28:02.909030000, size=1, fileKey=(dev=38,ino=353469901)
12:28:02.909 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, isRacyClean=false, read=2022-06-07 12:28:02.909164000, lastModified=2022-06-07 12:28:02.909030000, delta=134000 ns, racy<=27500 ns
12:28:02.909 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, is unmodified
12:28:02.909 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, create new FileSnapshot: lastRead=2022-06-07 12:28:02.909875000, lastModified=2022-06-07 12:28:02.909030000, size=1, fileKey=(dev=38,ino=353469901)
12:28:02.910 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, lastModified changed from 2022-06-07 12:28:02.909030000 to 2022-06-07 12:28:02.910030000
12:28:02.910 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, create new FileSnapshot: lastRead=2022-06-07 12:28:02.910453000, lastModified=2022-06-07 12:28:02.910030000, size=1, fileKey=(dev=38,ino=353469901)
12:28:02.910 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, isRacyClean=false, read=2022-06-07 12:28:02.910453000, lastModified=2022-06-07 12:28:02.910030000, delta=423000 ns, racy<=27500 ns
12:28:02.910 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, is unmodified
12:28:02.911 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, create new FileSnapshot: lastRead=2022-06-07 12:28:02.911079000, lastModified=2022-06-07 12:28:02.910030000, size=1, fileKey=(dev=38,ino=353469901)
12:28:02.911 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, lastModified changed from 2022-06-07 12:28:02.910030000 to 2022-06-07 12:28:02.911030000
12:28:02.911 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, create new FileSnapshot: lastRead=2022-06-07 12:28:02.911538000, lastModified=2022-06-07 12:28:02.911030000, size=1, fileKey=(dev=38,ino=353469901)
12:28:02.911 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, isRacyClean=false, read=2022-06-07 12:28:02.911538000, lastModified=2022-06-07 12:28:02.911030000, delta=508000 ns, racy<=27500 ns
12:28:02.911 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, is unmodified
12:28:02.916 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, create new FileSnapshot: lastRead=2022-06-07 12:28:02.916443000, lastModified=2022-06-07 12:28:02.912030000, size=1, fileKey=(dev=38,ino=353469901)
12:28:02.916 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, lastModified changed from 2022-06-07 12:28:02.912030000 to 2022-06-07 12:28:02.916030000
12:28:02.916 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, create new FileSnapshot: lastRead=2022-06-07 12:28:02.916939000, lastModified=2022-06-07 12:28:02.916030000, size=1, fileKey=(dev=38,ino=353469901)
12:28:02.917 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, lastModified changed from 2022-06-07 12:28:02.916030000 to 2022-06-07 12:28:02.917030000
12:28:02.917 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, create new FileSnapshot: lastRead=2022-06-07 12:28:02.917327000, lastModified=2022-06-07 12:28:02.917030000, size=1, fileKey=(dev=38,ino=353469901)
12:28:02.917 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, isRacyClean=false, read=2022-06-07 12:28:02.917327000, lastModified=2022-06-07 12:28:02.917030000, delta=297000 ns, racy<=27500 ns
12:28:02.917 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, is unmodified
12:28:02.917 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, create new FileSnapshot: lastRead=2022-06-07 12:28:02.917710000, lastModified=2022-06-07 12:28:02.917030000, size=1, fileKey=(dev=38,ino=353469901)
12:28:02.917 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, isRacyClean=false, read=2022-06-07 12:28:02.917710000, lastModified=2022-06-07 12:28:02.917030000, delta=680000 ns, racy<=27500 ns
12:28:02.917 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, is unmodified
12:28:02.918 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, create new FileSnapshot: lastRead=2022-06-07 12:28:02.918074000, lastModified=2022-06-07 12:28:02.917030000, size=1, fileKey=(dev=38,ino=353469901)
12:28:02.918 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, lastModified changed from 2022-06-07 12:28:02.917030000 to 2022-06-07 12:28:02.918030000
12:28:02.918 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, create new FileSnapshot: lastRead=2022-06-07 12:28:02.918452000, lastModified=2022-06-07 12:28:02.918030000, size=1, fileKey=(dev=38,ino=353469901)
12:28:02.925 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, isRacyClean=false, read=2022-06-07 12:28:02.918452000, lastModified=2022-06-07 12:28:02.918030000, delta=422000 ns, racy<=27500 ns
12:28:02.925 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, is unmodified
12:28:02.925 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, create new FileSnapshot: lastRead=2022-06-07 12:28:02.925465000, lastModified=2022-06-07 12:28:02.925030000, size=1, fileKey=(dev=38,ino=353469901)
12:28:02.925 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, isRacyClean=false, read=2022-06-07 12:28:02.925465000, lastModified=2022-06-07 12:28:02.925030000, delta=435000 ns, racy<=27500 ns
12:28:02.925 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, is unmodified
12:28:02.925 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, create new FileSnapshot: lastRead=2022-06-07 12:28:02.925890000, lastModified=2022-06-07 12:28:02.925030000, size=1, fileKey=(dev=38,ino=353469901)
12:28:02.926 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, lastModified changed from 2022-06-07 12:28:02.925030000 to 2022-06-07 12:28:02.926030000
12:28:02.926 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, create new FileSnapshot: lastRead=2022-06-07 12:28:02.926286000, lastModified=2022-06-07 12:28:02.926030000, size=1, fileKey=(dev=38,ino=353469901)
12:28:02.926 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, isRacyClean=false, read=2022-06-07 12:28:02.926286000, lastModified=2022-06-07 12:28:02.926030000, delta=256000 ns, racy<=27500 ns
12:28:02.926 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, is unmodified
12:28:02.926 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, create new FileSnapshot: lastRead=2022-06-07 12:28:02.926672000, lastModified=2022-06-07 12:28:02.926030000, size=1, fileKey=(dev=38,ino=353469901)
12:28:02.926 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, isRacyClean=false, read=2022-06-07 12:28:02.926672000, lastModified=2022-06-07 12:28:02.926030000, delta=642000 ns, racy<=27500 ns
12:28:02.926 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, is unmodified
12:28:02.927 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, create new FileSnapshot: lastRead=2022-06-07 12:28:02.927061000, lastModified=2022-06-07 12:28:02.926030000, size=1, fileKey=(dev=38,ino=353469901)
12:28:02.927 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, lastModified changed from 2022-06-07 12:28:02.926030000 to 2022-06-07 12:28:02.927030000
12:28:02.934 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, create new FileSnapshot: lastRead=2022-06-07 12:28:02.934018000, lastModified=2022-06-07 12:28:02.927030000, size=1, fileKey=(dev=38,ino=353469901)
12:28:02.934 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, lastModified changed from 2022-06-07 12:28:02.927030000 to 2022-06-07 12:28:02.934030000
12:28:02.934 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, create new FileSnapshot: lastRead=2022-06-07 12:28:02.934517000, lastModified=2022-06-07 12:28:02.934030000, size=1, fileKey=(dev=38,ino=353469901)
12:28:02.934 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, isRacyClean=false, read=2022-06-07 12:28:02.934517000, lastModified=2022-06-07 12:28:02.934030000, delta=487000 ns, racy<=27500 ns
12:28:02.934 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, is unmodified
12:28:02.934 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, create new FileSnapshot: lastRead=2022-06-07 12:28:02.934922000, lastModified=2022-06-07 12:28:02.934030000, size=1, fileKey=(dev=38,ino=353469901)
12:28:02.935 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, lastModified changed from 2022-06-07 12:28:02.934030000 to 2022-06-07 12:28:02.935030000
12:28:02.935 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, create new FileSnapshot: lastRead=2022-06-07 12:28:02.935290000, lastModified=2022-06-07 12:28:02.935030000, size=1, fileKey=(dev=38,ino=353469901)
12:28:02.935 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, isRacyClean=false, read=2022-06-07 12:28:02.935290000, lastModified=2022-06-07 12:28:02.935030000, delta=260000 ns, racy<=27500 ns
12:28:02.935 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, is unmodified
12:28:02.935 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, create new FileSnapshot: lastRead=2022-06-07 12:28:02.935691000, lastModified=2022-06-07 12:28:02.935030000, size=1, fileKey=(dev=38,ino=353469901)
12:28:02.935 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, isRacyClean=false, read=2022-06-07 12:28:02.935691000, lastModified=2022-06-07 12:28:02.935030000, delta=661000 ns, racy<=27500 ns
12:28:02.935 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, is unmodified
12:28:02.936 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, create new FileSnapshot: lastRead=2022-06-07 12:28:02.936079000, lastModified=2022-06-07 12:28:02.935030000, size=1, fileKey=(dev=38,ino=353469901)
12:28:02.943 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, lastModified changed from 2022-06-07 12:28:02.935030000 to 2022-06-07 12:28:02.936030000
12:28:02.943 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, create new FileSnapshot: lastRead=2022-06-07 12:28:02.943530000, lastModified=2022-06-07 12:28:02.943030000, size=1, fileKey=(dev=38,ino=353469901)
12:28:02.943 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, isRacyClean=false, read=2022-06-07 12:28:02.943530000, lastModified=2022-06-07 12:28:02.943030000, delta=500000 ns, racy<=27500 ns
12:28:02.943 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, is unmodified
12:28:02.943 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, create new FileSnapshot: lastRead=2022-06-07 12:28:02.943882000, lastModified=2022-06-07 12:28:02.943030000, size=1, fileKey=(dev=38,ino=353469901)
12:28:02.944 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, isRacyClean=false, read=2022-06-07 12:28:02.943882000, lastModified=2022-06-07 12:28:02.943030000, delta=852000 ns, racy<=27500 ns
12:28:02.944 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, is unmodified
12:28:02.944 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, create new FileSnapshot: lastRead=2022-06-07 12:28:02.944245000, lastModified=2022-06-07 12:28:02.944030000, size=1, fileKey=(dev=38,ino=353469901)
12:28:02.944 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, isRacyClean=false, read=2022-06-07 12:28:02.944245000, lastModified=2022-06-07 12:28:02.944030000, delta=215000 ns, racy<=27500 ns
12:28:02.944 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, is unmodified
12:28:02.944 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, create new FileSnapshot: lastRead=2022-06-07 12:28:02.944597000, lastModified=2022-06-07 12:28:02.944030000, size=1, fileKey=(dev=38,ino=353469901)
12:28:02.974 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, isRacyClean=false, read=2022-06-07 12:28:02.944597000, lastModified=2022-06-07 12:28:02.944030000, delta=567000 ns, racy<=27500 ns
12:28:02.974 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, is unmodified
12:28:02.974 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, create new FileSnapshot: lastRead=2022-06-07 12:28:02.974337000, lastModified=2022-06-07 12:28:02.974030000, size=1, fileKey=(dev=38,ino=353469901)
12:28:02.974 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, isRacyClean=false, read=2022-06-07 12:28:02.974337000, lastModified=2022-06-07 12:28:02.974030000, delta=307000 ns, racy<=27500 ns
12:28:02.974 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, is unmodified
12:28:02.979 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, create new FileSnapshot: lastRead=2022-06-07 12:28:02.979476000, lastModified=2022-06-07 12:28:02.974030000, size=1, fileKey=(dev=38,ino=353469901)
12:28:02.980 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, lastModified changed from 2022-06-07 12:28:02.974030000 to 2022-06-07 12:28:02.979030000
12:28:02.980 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, create new FileSnapshot: lastRead=2022-06-07 12:28:02.980254000, lastModified=2022-06-07 12:28:02.980030000, size=1, fileKey=(dev=38,ino=353469901)
12:28:02.980 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, isRacyClean=false, read=2022-06-07 12:28:02.980254000, lastModified=2022-06-07 12:28:02.980030000, delta=224000 ns, racy<=27500 ns
12:28:02.980 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, is unmodified
12:28:02.980 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, create new FileSnapshot: lastRead=2022-06-07 12:28:02.980817000, lastModified=2022-06-07 12:28:02.980030000, size=1, fileKey=(dev=38,ino=353469901)
12:28:02.981 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, isRacyClean=false, read=2022-06-07 12:28:02.980817000, lastModified=2022-06-07 12:28:02.980030000, delta=787000 ns, racy<=27500 ns
12:28:02.981 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, is unmodified
12:28:02.981 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, create new FileSnapshot: lastRead=2022-06-07 12:28:02.981373000, lastModified=2022-06-07 12:28:02.981030000, size=1, fileKey=(dev=38,ino=353469901)
12:28:02.981 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, isRacyClean=false, read=2022-06-07 12:28:02.981373000, lastModified=2022-06-07 12:28:02.981030000, delta=343000 ns, racy<=27500 ns
12:28:02.981 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, is unmodified
12:28:02.981 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, create new FileSnapshot: lastRead=2022-06-07 12:28:02.981925000, lastModified=2022-06-07 12:28:02.981030000, size=1, fileKey=(dev=38,ino=353469901)
12:28:02.982 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, lastModified changed from 2022-06-07 12:28:02.981030000 to 2022-06-07 12:28:02.982030000
12:28:02.982 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, create new FileSnapshot: lastRead=2022-06-07 12:28:02.982457000, lastModified=2022-06-07 12:28:02.982030000, size=1, fileKey=(dev=38,ino=353469901)
12:28:02.989 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, isRacyClean=false, read=2022-06-07 12:28:02.982457000, lastModified=2022-06-07 12:28:02.982030000, delta=427000 ns, racy<=27500 ns
12:28:02.989 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, is unmodified
12:28:02.989 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, create new FileSnapshot: lastRead=2022-06-07 12:28:02.989480000, lastModified=2022-06-07 12:28:02.989030000, size=1, fileKey=(dev=38,ino=353469901)
12:28:02.989 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, isRacyClean=false, read=2022-06-07 12:28:02.989480000, lastModified=2022-06-07 12:28:02.989030000, delta=450000 ns, racy<=27500 ns
12:28:02.989 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, is unmodified
12:28:02.990 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, create new FileSnapshot: lastRead=2022-06-07 12:28:02.990085000, lastModified=2022-06-07 12:28:02.989030000, size=1, fileKey=(dev=38,ino=353469901)
12:28:02.990 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, lastModified changed from 2022-06-07 12:28:02.989030000 to 2022-06-07 12:28:02.990030000
12:28:02.990 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, create new FileSnapshot: lastRead=2022-06-07 12:28:02.990623000, lastModified=2022-06-07 12:28:02.990030000, size=1, fileKey=(dev=38,ino=353469901)
12:28:02.990 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, isRacyClean=false, read=2022-06-07 12:28:02.990623000, lastModified=2022-06-07 12:28:02.990030000, delta=593000 ns, racy<=27500 ns
12:28:02.991 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, is unmodified
12:28:02.991 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, create new FileSnapshot: lastRead=2022-06-07 12:28:02.991213000, lastModified=2022-06-07 12:28:02.991030000, size=1, fileKey=(dev=38,ino=353469901)
12:28:02.991 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, isRacyClean=false, read=2022-06-07 12:28:02.991213000, lastModified=2022-06-07 12:28:02.991030000, delta=183000 ns, racy<=27500 ns
12:28:02.991 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, is unmodified
12:28:02.991 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, create new FileSnapshot: lastRead=2022-06-07 12:28:02.991772000, lastModified=2022-06-07 12:28:02.991030000, size=1, fileKey=(dev=38,ino=353469901)
12:28:02.992 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, isRacyClean=false, read=2022-06-07 12:28:02.991772000, lastModified=2022-06-07 12:28:02.991030000, delta=742000 ns, racy<=27500 ns
12:28:02.992 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, is unmodified
12:28:02.995 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, create new FileSnapshot: lastRead=2022-06-07 12:28:02.995538000, lastModified=2022-06-07 12:28:02.992030000, size=1, fileKey=(dev=38,ino=353469901)
12:28:02.996 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, lastModified changed from 2022-06-07 12:28:02.992030000 to 2022-06-07 12:28:02.995030000
12:28:02.996 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, create new FileSnapshot: lastRead=2022-06-07 12:28:02.996279000, lastModified=2022-06-07 12:28:02.996030000, size=1, fileKey=(dev=38,ino=353469901)
12:28:02.996 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, isRacyClean=false, read=2022-06-07 12:28:02.996279000, lastModified=2022-06-07 12:28:02.996030000, delta=249000 ns, racy<=27500 ns
12:28:02.996 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, is unmodified
12:28:02.996 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, create new FileSnapshot: lastRead=2022-06-07 12:28:02.996869000, lastModified=2022-06-07 12:28:02.996030000, size=1, fileKey=(dev=38,ino=353469901)
12:28:02.997 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, lastModified changed from 2022-06-07 12:28:02.996030000 to 2022-06-07 12:28:02.997030000
12:28:02.997 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, create new FileSnapshot: lastRead=2022-06-07 12:28:02.997379000, lastModified=2022-06-07 12:28:02.997030000, size=1, fileKey=(dev=38,ino=353469901)
12:28:02.997 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, isRacyClean=false, read=2022-06-07 12:28:02.997379000, lastModified=2022-06-07 12:28:02.997030000, delta=349000 ns, racy<=27500 ns
12:28:02.997 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, is unmodified
12:28:02.997 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, create new FileSnapshot: lastRead=2022-06-07 12:28:02.997876000, lastModified=2022-06-07 12:28:02.997030000, size=1, fileKey=(dev=38,ino=353469901)
12:28:02.998 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, lastModified changed from 2022-06-07 12:28:02.997030000 to 2022-06-07 12:28:02.998030000
12:28:02.998 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, create new FileSnapshot: lastRead=2022-06-07 12:28:02.998423000, lastModified=2022-06-07 12:28:02.998030000, size=1, fileKey=(dev=38,ino=353469901)
12:28:03.000 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, isRacyClean=false, read=2022-06-07 12:28:02.998423000, lastModified=2022-06-07 12:28:02.998030000, delta=393000 ns, racy<=27500 ns
12:28:03.001 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, is unmodified
12:28:03.001 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, create new FileSnapshot: lastRead=2022-06-07 12:28:03.001214000, lastModified=2022-06-07 12:28:03.001030000, size=1, fileKey=(dev=38,ino=353469901)
12:28:03.001 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, isRacyClean=false, read=2022-06-07 12:28:03.001214000, lastModified=2022-06-07 12:28:03.001030000, delta=184000 ns, racy<=27500 ns
12:28:03.001 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, is unmodified
12:28:03.001 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, create new FileSnapshot: lastRead=2022-06-07 12:28:03.001767000, lastModified=2022-06-07 12:28:03.001030000, size=1, fileKey=(dev=38,ino=353469901)
12:28:03.002 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, isRacyClean=false, read=2022-06-07 12:28:03.001767000, lastModified=2022-06-07 12:28:03.001030000, delta=737000 ns, racy<=27500 ns
12:28:03.002 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, is unmodified
12:28:03.002 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, create new FileSnapshot: lastRead=2022-06-07 12:28:03.002307000, lastModified=2022-06-07 12:28:03.002030000, size=1, fileKey=(dev=38,ino=353469901)
12:28:03.002 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, isRacyClean=false, read=2022-06-07 12:28:03.002307000, lastModified=2022-06-07 12:28:03.002030000, delta=277000 ns, racy<=27500 ns
12:28:03.002 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, is unmodified
12:28:03.002 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, create new FileSnapshot: lastRead=2022-06-07 12:28:03.002839000, lastModified=2022-06-07 12:28:03.002030000, size=1, fileKey=(dev=38,ino=353469901)
12:28:03.003 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, lastModified changed from 2022-06-07 12:28:03.002030000 to 2022-06-07 12:28:03.003030000
12:28:03.003 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, create new FileSnapshot: lastRead=2022-06-07 12:28:03.003374000, lastModified=2022-06-07 12:28:03.003030000, size=1, fileKey=(dev=38,ino=353469901)
12:28:03.003 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, isRacyClean=false, read=2022-06-07 12:28:03.003374000, lastModified=2022-06-07 12:28:03.003030000, delta=344000 ns, racy<=27500 ns
12:28:03.003 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, is unmodified
12:28:03.006 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, create new FileSnapshot: lastRead=2022-06-07 12:28:03.006243000, lastModified=2022-06-07 12:28:03.003030000, size=1, fileKey=(dev=38,ino=353469901)
12:28:03.006 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, lastModified changed from 2022-06-07 12:28:03.003030000 to 2022-06-07 12:28:03.006030000
12:28:03.006 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, create new FileSnapshot: lastRead=2022-06-07 12:28:03.006914000, lastModified=2022-06-07 12:28:03.006030000, size=1, fileKey=(dev=38,ino=353469901)
12:28:03.007 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, lastModified changed from 2022-06-07 12:28:03.006030000 to 2022-06-07 12:28:03.007030000
12:28:03.007 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, create new FileSnapshot: lastRead=2022-06-07 12:28:03.007405000, lastModified=2022-06-07 12:28:03.007030000, size=1, fileKey=(dev=38,ino=353469901)
12:28:03.007 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, isRacyClean=false, read=2022-06-07 12:28:03.007405000, lastModified=2022-06-07 12:28:03.007030000, delta=375000 ns, racy<=27500 ns
12:28:03.007 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, is unmodified
12:28:03.007 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, create new FileSnapshot: lastRead=2022-06-07 12:28:03.007920000, lastModified=2022-06-07 12:28:03.007030000, size=1, fileKey=(dev=38,ino=353469901)
12:28:03.008 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, lastModified changed from 2022-06-07 12:28:03.007030000 to 2022-06-07 12:28:03.008030000
12:28:03.008 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, create new FileSnapshot: lastRead=2022-06-07 12:28:03.008435000, lastModified=2022-06-07 12:28:03.008030000, size=1, fileKey=(dev=38,ino=353469901)
12:28:03.008 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, isRacyClean=false, read=2022-06-07 12:28:03.008435000, lastModified=2022-06-07 12:28:03.008030000, delta=405000 ns, racy<=27500 ns
12:28:03.008 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, is unmodified
12:28:03.008 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, create new FileSnapshot: lastRead=2022-06-07 12:28:03.008935000, lastModified=2022-06-07 12:28:03.008030000, size=1, fileKey=(dev=38,ino=353469901)
12:28:03.011 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, lastModified changed from 2022-06-07 12:28:03.008030000 to 2022-06-07 12:28:03.009030000
12:28:03.011 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, create new FileSnapshot: lastRead=2022-06-07 12:28:03.011649000, lastModified=2022-06-07 12:28:03.011030000, size=1, fileKey=(dev=38,ino=353469901)
12:28:03.011 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, isRacyClean=false, read=2022-06-07 12:28:03.011649000, lastModified=2022-06-07 12:28:03.011030000, delta=619000 ns, racy<=27500 ns
12:28:03.011 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, is unmodified
12:28:03.012 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, create new FileSnapshot: lastRead=2022-06-07 12:28:03.012022000, lastModified=2022-06-07 12:28:03.011030000, size=1, fileKey=(dev=38,ino=353469901)
12:28:03.012 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, lastModified changed from 2022-06-07 12:28:03.011030000 to 2022-06-07 12:28:03.012030000
12:28:03.012 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, create new FileSnapshot: lastRead=2022-06-07 12:28:03.012377000, lastModified=2022-06-07 12:28:03.012030000, size=1, fileKey=(dev=38,ino=353469901)
12:28:03.012 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, isRacyClean=false, read=2022-06-07 12:28:03.012377000, lastModified=2022-06-07 12:28:03.012030000, delta=347000 ns, racy<=27500 ns
12:28:03.012 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, is unmodified
12:28:03.012 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, create new FileSnapshot: lastRead=2022-06-07 12:28:03.012786000, lastModified=2022-06-07 12:28:03.012030000, size=1, fileKey=(dev=38,ino=353469901)
12:28:03.013 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, isRacyClean=false, read=2022-06-07 12:28:03.012786000, lastModified=2022-06-07 12:28:03.012030000, delta=756000 ns, racy<=27500 ns
12:28:03.013 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, is unmodified
12:28:03.013 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, create new FileSnapshot: lastRead=2022-06-07 12:28:03.013155000, lastModified=2022-06-07 12:28:03.013030000, size=1, fileKey=(dev=38,ino=353469901)
12:28:03.013 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, isRacyClean=false, read=2022-06-07 12:28:03.013155000, lastModified=2022-06-07 12:28:03.013030000, delta=125000 ns, racy<=27500 ns
12:28:03.013 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, is unmodified
12:28:03.015 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, create new FileSnapshot: lastRead=2022-06-07 12:28:03.015790000, lastModified=2022-06-07 12:28:03.013030000, size=1, fileKey=(dev=38,ino=353469901)
12:28:03.016 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, lastModified changed from 2022-06-07 12:28:03.013030000 to 2022-06-07 12:28:03.016030000
12:28:03.016 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, create new FileSnapshot: lastRead=2022-06-07 12:28:03.016350000, lastModified=2022-06-07 12:28:03.016030000, size=1, fileKey=(dev=38,ino=353469901)
12:28:03.016 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, isRacyClean=false, read=2022-06-07 12:28:03.016350000, lastModified=2022-06-07 12:28:03.016030000, delta=320000 ns, racy<=27500 ns
12:28:03.016 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, is unmodified
12:28:03.016 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, create new FileSnapshot: lastRead=2022-06-07 12:28:03.016762000, lastModified=2022-06-07 12:28:03.016030000, size=1, fileKey=(dev=38,ino=353469901)
12:28:03.017 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, isRacyClean=false, read=2022-06-07 12:28:03.016762000, lastModified=2022-06-07 12:28:03.016030000, delta=732000 ns, racy<=27500 ns
12:28:03.017 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, is unmodified
12:28:03.017 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, create new FileSnapshot: lastRead=2022-06-07 12:28:03.017207000, lastModified=2022-06-07 12:28:03.017030000, size=1, fileKey=(dev=38,ino=353469901)
12:28:03.017 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, isRacyClean=false, read=2022-06-07 12:28:03.017207000, lastModified=2022-06-07 12:28:03.017030000, delta=177000 ns, racy<=27500 ns
12:28:03.017 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, is unmodified
12:28:03.017 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, create new FileSnapshot: lastRead=2022-06-07 12:28:03.017695000, lastModified=2022-06-07 12:28:03.017030000, size=1, fileKey=(dev=38,ino=353469901)
12:28:03.018 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, isRacyClean=false, read=2022-06-07 12:28:03.017695000, lastModified=2022-06-07 12:28:03.017030000, delta=665000 ns, racy<=27500 ns
12:28:03.018 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, is unmodified
12:28:03.018 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, create new FileSnapshot: lastRead=2022-06-07 12:28:03.018197000, lastModified=2022-06-07 12:28:03.018030000, size=1, fileKey=(dev=38,ino=353469901)
12:28:03.020 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, isRacyClean=false, read=2022-06-07 12:28:03.018197000, lastModified=2022-06-07 12:28:03.018030000, delta=167000 ns, racy<=27500 ns
12:28:03.021 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, is unmodified
12:28:03.021 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, create new FileSnapshot: lastRead=2022-06-07 12:28:03.021197000, lastModified=2022-06-07 12:28:03.021030000, size=1, fileKey=(dev=38,ino=353469901)
12:28:03.021 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, isRacyClean=false, read=2022-06-07 12:28:03.021197000, lastModified=2022-06-07 12:28:03.021030000, delta=167000 ns, racy<=27500 ns
12:28:03.021 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, is unmodified
12:28:03.021 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, create new FileSnapshot: lastRead=2022-06-07 12:28:03.021623000, lastModified=2022-06-07 12:28:03.021030000, size=1, fileKey=(dev=38,ino=353469901)
12:28:03.021 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, isRacyClean=false, read=2022-06-07 12:28:03.021623000, lastModified=2022-06-07 12:28:03.021030000, delta=593000 ns, racy<=27500 ns
12:28:03.021 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, is unmodified
12:28:03.022 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, create new FileSnapshot: lastRead=2022-06-07 12:28:03.022045000, lastModified=2022-06-07 12:28:03.021030000, size=1, fileKey=(dev=38,ino=353469901)
12:28:03.022 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, lastModified changed from 2022-06-07 12:28:03.021030000 to 2022-06-07 12:28:03.022030000
12:28:03.022 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, create new FileSnapshot: lastRead=2022-06-07 12:28:03.022428000, lastModified=2022-06-07 12:28:03.022030000, size=1, fileKey=(dev=38,ino=353469901)
12:28:03.022 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, isRacyClean=false, read=2022-06-07 12:28:03.022428000, lastModified=2022-06-07 12:28:03.022030000, delta=398000 ns, racy<=27500 ns
12:28:03.022 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, is unmodified
12:28:03.022 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, create new FileSnapshot: lastRead=2022-06-07 12:28:03.022791000, lastModified=2022-06-07 12:28:03.022030000, size=1, fileKey=(dev=38,ino=353469901)
12:28:03.023 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, isRacyClean=false, read=2022-06-07 12:28:03.022791000, lastModified=2022-06-07 12:28:03.022030000, delta=761000 ns, racy<=27500 ns
12:28:03.023 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, is unmodified
12:28:03.025 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, create new FileSnapshot: lastRead=2022-06-07 12:28:03.025483000, lastModified=2022-06-07 12:28:03.023030000, size=1, fileKey=(dev=38,ino=353469901)
12:28:03.025 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, lastModified changed from 2022-06-07 12:28:03.023030000 to 2022-06-07 12:28:03.025030000
12:28:03.025 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, create new FileSnapshot: lastRead=2022-06-07 12:28:03.025868000, lastModified=2022-06-07 12:28:03.025030000, size=1, fileKey=(dev=38,ino=353469901)
12:28:03.026 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, isRacyClean=false, read=2022-06-07 12:28:03.025868000, lastModified=2022-06-07 12:28:03.025030000, delta=838000 ns, racy<=27500 ns
12:28:03.026 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, is unmodified
12:28:03.026 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, create new FileSnapshot: lastRead=2022-06-07 12:28:03.026279000, lastModified=2022-06-07 12:28:03.026030000, size=1, fileKey=(dev=38,ino=353469901)
12:28:03.026 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, isRacyClean=false, read=2022-06-07 12:28:03.026279000, lastModified=2022-06-07 12:28:03.026030000, delta=249000 ns, racy<=27500 ns
12:28:03.026 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, is unmodified
12:28:03.026 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, create new FileSnapshot: lastRead=2022-06-07 12:28:03.026674000, lastModified=2022-06-07 12:28:03.026030000, size=1, fileKey=(dev=38,ino=353469901)
12:28:03.026 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, isRacyClean=false, read=2022-06-07 12:28:03.026674000, lastModified=2022-06-07 12:28:03.026030000, delta=644000 ns, racy<=27500 ns
12:28:03.026 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, is unmodified
12:28:03.027 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, create new FileSnapshot: lastRead=2022-06-07 12:28:03.027003000, lastModified=2022-06-07 12:28:03.026030000, size=1, fileKey=(dev=38,ino=353469901)
12:28:03.027 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, lastModified changed from 2022-06-07 12:28:03.026030000 to 2022-06-07 12:28:03.027030000
12:28:03.027 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, create new FileSnapshot: lastRead=2022-06-07 12:28:03.027394000, lastModified=2022-06-07 12:28:03.027030000, size=1, fileKey=(dev=38,ino=353469901)
12:28:03.030 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, isRacyClean=false, read=2022-06-07 12:28:03.027394000, lastModified=2022-06-07 12:28:03.027030000, delta=364000 ns, racy<=27500 ns
12:28:03.030 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, is unmodified
12:28:03.030 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, create new FileSnapshot: lastRead=2022-06-07 12:28:03.030426000, lastModified=2022-06-07 12:28:03.030030000, size=1, fileKey=(dev=38,ino=353469901)
12:28:03.030 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, isRacyClean=false, read=2022-06-07 12:28:03.030426000, lastModified=2022-06-07 12:28:03.030030000, delta=396000 ns, racy<=27500 ns
12:28:03.030 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, is unmodified
12:28:03.030 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, create new FileSnapshot: lastRead=2022-06-07 12:28:03.030776000, lastModified=2022-06-07 12:28:03.030030000, size=1, fileKey=(dev=38,ino=353469901)
12:28:03.030 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, isRacyClean=false, read=2022-06-07 12:28:03.030776000, lastModified=2022-06-07 12:28:03.030030000, delta=746000 ns, racy<=27500 ns
12:28:03.031 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, is unmodified
12:28:03.031 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, create new FileSnapshot: lastRead=2022-06-07 12:28:03.031141000, lastModified=2022-06-07 12:28:03.031030000, size=1, fileKey=(dev=38,ino=353469901)
12:28:03.031 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, isRacyClean=false, read=2022-06-07 12:28:03.031141000, lastModified=2022-06-07 12:28:03.031030000, delta=111000 ns, racy<=27500 ns
12:28:03.031 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, is unmodified
12:28:03.031 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, create new FileSnapshot: lastRead=2022-06-07 12:28:03.031535000, lastModified=2022-06-07 12:28:03.031030000, size=1, fileKey=(dev=38,ino=353469901)
12:28:03.031 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, isRacyClean=false, read=2022-06-07 12:28:03.031535000, lastModified=2022-06-07 12:28:03.031030000, delta=505000 ns, racy<=27500 ns
12:28:03.031 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, is unmodified
12:28:03.031 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, create new FileSnapshot: lastRead=2022-06-07 12:28:03.031847000, lastModified=2022-06-07 12:28:03.031030000, size=1, fileKey=(dev=38,ino=353469901)
12:28:03.032 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, isRacyClean=false, read=2022-06-07 12:28:03.031847000, lastModified=2022-06-07 12:28:03.031030000, delta=817000 ns, racy<=27500 ns
12:28:03.032 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, is unmodified
12:28:03.035 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, create new FileSnapshot: lastRead=2022-06-07 12:28:03.035531000, lastModified=2022-06-07 12:28:03.032030000, size=1, fileKey=(dev=38,ino=353469901)
12:28:03.035 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, lastModified changed from 2022-06-07 12:28:03.032030000 to 2022-06-07 12:28:03.035030000
12:28:03.036 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, create new FileSnapshot: lastRead=2022-06-07 12:28:03.035967000, lastModified=2022-06-07 12:28:03.035030000, size=1, fileKey=(dev=38,ino=353469901)
12:28:03.036 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, lastModified changed from 2022-06-07 12:28:03.035030000 to 2022-06-07 12:28:03.036030000
12:28:03.036 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, create new FileSnapshot: lastRead=2022-06-07 12:28:03.036355000, lastModified=2022-06-07 12:28:03.036030000, size=1, fileKey=(dev=38,ino=353469901)
12:28:03.036 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, isRacyClean=false, read=2022-06-07 12:28:03.036355000, lastModified=2022-06-07 12:28:03.036030000, delta=325000 ns, racy<=27500 ns
12:28:03.036 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, is unmodified
12:28:03.036 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, create new FileSnapshot: lastRead=2022-06-07 12:28:03.036654000, lastModified=2022-06-07 12:28:03.036030000, size=1, fileKey=(dev=38,ino=353469901)
12:28:03.036 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, isRacyClean=false, read=2022-06-07 12:28:03.036654000, lastModified=2022-06-07 12:28:03.036030000, delta=624000 ns, racy<=27500 ns
12:28:03.036 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, is unmodified
12:28:03.036 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, create new FileSnapshot: lastRead=2022-06-07 12:28:03.036944000, lastModified=2022-06-07 12:28:03.036030000, size=1, fileKey=(dev=38,ino=353469901)
12:28:03.037 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, lastModified changed from 2022-06-07 12:28:03.036030000 to 2022-06-07 12:28:03.037030000
12:28:03.037 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, create new FileSnapshot: lastRead=2022-06-07 12:28:03.037252000, lastModified=2022-06-07 12:28:03.037030000, size=1, fileKey=(dev=38,ino=353469901)
12:28:03.040 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, isRacyClean=false, read=2022-06-07 12:28:03.037252000, lastModified=2022-06-07 12:28:03.037030000, delta=222000 ns, racy<=27500 ns
12:28:03.040 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, is unmodified
12:28:03.041 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, create new FileSnapshot: lastRead=2022-06-07 12:28:03.041092000, lastModified=2022-06-07 12:28:03.040030000, size=1, fileKey=(dev=38,ino=353469901)
12:28:03.041 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, lastModified changed from 2022-06-07 12:28:03.040030000 to 2022-06-07 12:28:03.041030000
12:28:03.041 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, create new FileSnapshot: lastRead=2022-06-07 12:28:03.041443000, lastModified=2022-06-07 12:28:03.041030000, size=1, fileKey=(dev=38,ino=353469901)
12:28:03.041 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, isRacyClean=false, read=2022-06-07 12:28:03.041443000, lastModified=2022-06-07 12:28:03.041030000, delta=413000 ns, racy<=27500 ns
12:28:03.041 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, is unmodified
12:28:03.041 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, create new FileSnapshot: lastRead=2022-06-07 12:28:03.041724000, lastModified=2022-06-07 12:28:03.041030000, size=1, fileKey=(dev=38,ino=353469901)
12:28:03.041 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, isRacyClean=false, read=2022-06-07 12:28:03.041724000, lastModified=2022-06-07 12:28:03.041030000, delta=694000 ns, racy<=27500 ns
12:28:03.041 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, is unmodified
12:28:03.042 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, create new FileSnapshot: lastRead=2022-06-07 12:28:03.041997000, lastModified=2022-06-07 12:28:03.041030000, size=1, fileKey=(dev=38,ino=353469901)
12:28:03.042 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, lastModified changed from 2022-06-07 12:28:03.041030000 to 2022-06-07 12:28:03.042030000
12:28:03.042 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, create new FileSnapshot: lastRead=2022-06-07 12:28:03.042321000, lastModified=2022-06-07 12:28:03.042030000, size=1, fileKey=(dev=38,ino=353469901)
12:28:03.042 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, isRacyClean=false, read=2022-06-07 12:28:03.042321000, lastModified=2022-06-07 12:28:03.042030000, delta=291000 ns, racy<=27500 ns
12:28:03.042 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, is unmodified
12:28:03.045 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, create new FileSnapshot: lastRead=2022-06-07 12:28:03.045898000, lastModified=2022-06-07 12:28:03.042030000, size=1, fileKey=(dev=38,ino=353469901)
12:28:03.046 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, lastModified changed from 2022-06-07 12:28:03.042030000 to 2022-06-07 12:28:03.046030000
12:28:03.046 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, create new FileSnapshot: lastRead=2022-06-07 12:28:03.046324000, lastModified=2022-06-07 12:28:03.046030000, size=1, fileKey=(dev=38,ino=353469901)
12:28:03.046 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, isRacyClean=false, read=2022-06-07 12:28:03.046324000, lastModified=2022-06-07 12:28:03.046030000, delta=294000 ns, racy<=27500 ns
12:28:03.046 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, is unmodified
12:28:03.046 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, create new FileSnapshot: lastRead=2022-06-07 12:28:03.046660000, lastModified=2022-06-07 12:28:03.046030000, size=1, fileKey=(dev=38,ino=353469901)
12:28:03.046 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, isRacyClean=false, read=2022-06-07 12:28:03.046660000, lastModified=2022-06-07 12:28:03.046030000, delta=630000 ns, racy<=27500 ns
12:28:03.046 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, is unmodified
12:28:03.046 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, create new FileSnapshot: lastRead=2022-06-07 12:28:03.046933000, lastModified=2022-06-07 12:28:03.046030000, size=1, fileKey=(dev=38,ino=353469901)
12:28:03.047 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, isRacyClean=false, read=2022-06-07 12:28:03.046933000, lastModified=2022-06-07 12:28:03.046030000, delta=903000 ns, racy<=27500 ns
12:28:03.047 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, is unmodified
12:28:03.047 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, create new FileSnapshot: lastRead=2022-06-07 12:28:03.047259000, lastModified=2022-06-07 12:28:03.047030000, size=1, fileKey=(dev=38,ino=353469901)
12:28:03.047 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, isRacyClean=false, read=2022-06-07 12:28:03.047259000, lastModified=2022-06-07 12:28:03.047030000, delta=229000 ns, racy<=27500 ns
12:28:03.047 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, is unmodified
12:28:03.047 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, create new FileSnapshot: lastRead=2022-06-07 12:28:03.047589000, lastModified=2022-06-07 12:28:03.047030000, size=1, fileKey=(dev=38,ino=353469901)
12:28:03.051 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, isRacyClean=false, read=2022-06-07 12:28:03.047589000, lastModified=2022-06-07 12:28:03.047030000, delta=559000 ns, racy<=27500 ns
12:28:03.051 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, is unmodified
12:28:03.051 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, create new FileSnapshot: lastRead=2022-06-07 12:28:03.051360000, lastModified=2022-06-07 12:28:03.051030000, size=1, fileKey=(dev=38,ino=353469901)
12:28:03.051 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, isRacyClean=false, read=2022-06-07 12:28:03.051360000, lastModified=2022-06-07 12:28:03.051030000, delta=330000 ns, racy<=27500 ns
12:28:03.051 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, is unmodified
12:28:03.051 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, create new FileSnapshot: lastRead=2022-06-07 12:28:03.051702000, lastModified=2022-06-07 12:28:03.051030000, size=1, fileKey=(dev=38,ino=353469901)
12:28:03.051 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, isRacyClean=false, read=2022-06-07 12:28:03.051702000, lastModified=2022-06-07 12:28:03.051030000, delta=672000 ns, racy<=27500 ns
12:28:03.051 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, is unmodified
12:28:03.052 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, create new FileSnapshot: lastRead=2022-06-07 12:28:03.052012000, lastModified=2022-06-07 12:28:03.051030000, size=1, fileKey=(dev=38,ino=353469901)
12:28:03.052 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, lastModified changed from 2022-06-07 12:28:03.051030000 to 2022-06-07 12:28:03.052030000
12:28:03.052 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, create new FileSnapshot: lastRead=2022-06-07 12:28:03.052372000, lastModified=2022-06-07 12:28:03.052030000, size=1, fileKey=(dev=38,ino=353469901)
12:28:03.052 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, isRacyClean=false, read=2022-06-07 12:28:03.052372000, lastModified=2022-06-07 12:28:03.052030000, delta=342000 ns, racy<=27500 ns
12:28:03.052 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, is unmodified
12:28:03.052 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, create new FileSnapshot: lastRead=2022-06-07 12:28:03.052663000, lastModified=2022-06-07 12:28:03.052030000, size=1, fileKey=(dev=38,ino=353469901)
12:28:03.052 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, isRacyClean=false, read=2022-06-07 12:28:03.052663000, lastModified=2022-06-07 12:28:03.052030000, delta=633000 ns, racy<=27500 ns
12:28:03.052 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, is unmodified
12:28:03.056 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, create new FileSnapshot: lastRead=2022-06-07 12:28:03.056198000, lastModified=2022-06-07 12:28:03.052030000, size=1, fileKey=(dev=38,ino=353469901)
12:28:03.056 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, lastModified changed from 2022-06-07 12:28:03.052030000 to 2022-06-07 12:28:03.056030000
12:28:03.056 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, create new FileSnapshot: lastRead=2022-06-07 12:28:03.056641000, lastModified=2022-06-07 12:28:03.056030000, size=1, fileKey=(dev=38,ino=353469901)
12:28:03.056 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, isRacyClean=false, read=2022-06-07 12:28:03.056641000, lastModified=2022-06-07 12:28:03.056030000, delta=611000 ns, racy<=27500 ns
12:28:03.056 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, is unmodified
12:28:03.057 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, create new FileSnapshot: lastRead=2022-06-07 12:28:03.057012000, lastModified=2022-06-07 12:28:03.056030000, size=1, fileKey=(dev=38,ino=353469901)
12:28:03.057 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, lastModified changed from 2022-06-07 12:28:03.056030000 to 2022-06-07 12:28:03.057030000
12:28:03.057 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, create new FileSnapshot: lastRead=2022-06-07 12:28:03.057365000, lastModified=2022-06-07 12:28:03.057030000, size=1, fileKey=(dev=38,ino=353469901)
12:28:03.057 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, isRacyClean=false, read=2022-06-07 12:28:03.057365000, lastModified=2022-06-07 12:28:03.057030000, delta=335000 ns, racy<=27500 ns
12:28:03.057 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, is unmodified
12:28:03.057 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, create new FileSnapshot: lastRead=2022-06-07 12:28:03.057650000, lastModified=2022-06-07 12:28:03.057030000, size=1, fileKey=(dev=38,ino=353469901)
12:28:03.057 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, isRacyClean=false, read=2022-06-07 12:28:03.057650000, lastModified=2022-06-07 12:28:03.057030000, delta=620000 ns, racy<=27500 ns
12:28:03.057 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, is unmodified
12:28:03.057 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, create new FileSnapshot: lastRead=2022-06-07 12:28:03.057932000, lastModified=2022-06-07 12:28:03.057030000, size=1, fileKey=(dev=38,ino=353469901)
12:28:03.061 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, lastModified changed from 2022-06-07 12:28:03.057030000 to 2022-06-07 12:28:03.058030000
12:28:03.061 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, create new FileSnapshot: lastRead=2022-06-07 12:28:03.061494000, lastModified=2022-06-07 12:28:03.061030000, size=1, fileKey=(dev=38,ino=353469901)
12:28:03.061 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, isRacyClean=false, read=2022-06-07 12:28:03.061494000, lastModified=2022-06-07 12:28:03.061030000, delta=464000 ns, racy<=27500 ns
12:28:03.061 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, is unmodified
12:28:03.061 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, create new FileSnapshot: lastRead=2022-06-07 12:28:03.061820000, lastModified=2022-06-07 12:28:03.061030000, size=1, fileKey=(dev=38,ino=353469901)
12:28:03.061 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, isRacyClean=false, read=2022-06-07 12:28:03.061820000, lastModified=2022-06-07 12:28:03.061030000, delta=790000 ns, racy<=27500 ns
12:28:03.062 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, is unmodified
12:28:03.062 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, create new FileSnapshot: lastRead=2022-06-07 12:28:03.062129000, lastModified=2022-06-07 12:28:03.062030000, size=1, fileKey=(dev=38,ino=353469901)
12:28:03.062 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, isRacyClean=false, read=2022-06-07 12:28:03.062129000, lastModified=2022-06-07 12:28:03.062030000, delta=99000 ns, racy<=27500 ns
12:28:03.062 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, is unmodified
12:28:03.062 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, create new FileSnapshot: lastRead=2022-06-07 12:28:03.062449000, lastModified=2022-06-07 12:28:03.062030000, size=1, fileKey=(dev=38,ino=353469901)
12:28:03.074 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, isRacyClean=false, read=2022-06-07 12:28:03.062449000, lastModified=2022-06-07 12:28:03.062030000, delta=419000 ns, racy<=27500 ns
12:28:03.074 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, is unmodified
12:28:03.074 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, create new FileSnapshot: lastRead=2022-06-07 12:28:03.074298000, lastModified=2022-06-07 12:28:03.074030000, size=1, fileKey=(dev=38,ino=353469901)
12:28:03.074 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, isRacyClean=false, read=2022-06-07 12:28:03.074298000, lastModified=2022-06-07 12:28:03.074030000, delta=268000 ns, racy<=27500 ns
12:28:03.074 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, is unmodified
12:28:03.078 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, create new FileSnapshot: lastRead=2022-06-07 12:28:03.077976000, lastModified=2022-06-07 12:28:03.074030000, size=1, fileKey=(dev=38,ino=353469901)
12:28:03.078 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, lastModified changed from 2022-06-07 12:28:03.074030000 to 2022-06-07 12:28:03.078030000
12:28:03.078 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, create new FileSnapshot: lastRead=2022-06-07 12:28:03.078696000, lastModified=2022-06-07 12:28:03.078030000, size=1, fileKey=(dev=38,ino=353469901)
12:28:03.079 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, isRacyClean=false, read=2022-06-07 12:28:03.078696000, lastModified=2022-06-07 12:28:03.078030000, delta=666000 ns, racy<=27500 ns
12:28:03.079 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, is unmodified
12:28:03.079 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, create new FileSnapshot: lastRead=2022-06-07 12:28:03.079270000, lastModified=2022-06-07 12:28:03.079030000, size=1, fileKey=(dev=38,ino=353469901)
12:28:03.079 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, isRacyClean=false, read=2022-06-07 12:28:03.079270000, lastModified=2022-06-07 12:28:03.079030000, delta=240000 ns, racy<=27500 ns
12:28:03.079 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, is unmodified
12:28:03.079 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, create new FileSnapshot: lastRead=2022-06-07 12:28:03.079850000, lastModified=2022-06-07 12:28:03.079030000, size=1, fileKey=(dev=38,ino=353469901)
12:28:03.080 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, lastModified changed from 2022-06-07 12:28:03.079030000 to 2022-06-07 12:28:03.080030000
12:28:03.080 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, create new FileSnapshot: lastRead=2022-06-07 12:28:03.080369000, lastModified=2022-06-07 12:28:03.080030000, size=1, fileKey=(dev=38,ino=353469901)
12:28:03.080 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, isRacyClean=false, read=2022-06-07 12:28:03.080369000, lastModified=2022-06-07 12:28:03.080030000, delta=339000 ns, racy<=27500 ns
12:28:03.080 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, is unmodified
12:28:03.080 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, create new FileSnapshot: lastRead=2022-06-07 12:28:03.080923000, lastModified=2022-06-07 12:28:03.080030000, size=1, fileKey=(dev=38,ino=353469901)
12:28:03.086 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, lastModified changed from 2022-06-07 12:28:03.080030000 to 2022-06-07 12:28:03.081030000
12:28:03.086 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, create new FileSnapshot: lastRead=2022-06-07 12:28:03.086652000, lastModified=2022-06-07 12:28:03.086030000, size=1, fileKey=(dev=38,ino=353469901)
12:28:03.087 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, isRacyClean=false, read=2022-06-07 12:28:03.086652000, lastModified=2022-06-07 12:28:03.086030000, delta=622000 ns, racy<=27500 ns
12:28:03.087 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, is unmodified
12:28:03.087 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, create new FileSnapshot: lastRead=2022-06-07 12:28:03.087250000, lastModified=2022-06-07 12:28:03.087030000, size=1, fileKey=(dev=38,ino=353469901)
12:28:03.087 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, isRacyClean=false, read=2022-06-07 12:28:03.087250000, lastModified=2022-06-07 12:28:03.087030000, delta=220000 ns, racy<=27500 ns
12:28:03.087 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, is unmodified
12:28:03.087 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, create new FileSnapshot: lastRead=2022-06-07 12:28:03.087810000, lastModified=2022-06-07 12:28:03.087030000, size=1, fileKey=(dev=38,ino=353469901)
12:28:03.088 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, isRacyClean=false, read=2022-06-07 12:28:03.087810000, lastModified=2022-06-07 12:28:03.087030000, delta=780000 ns, racy<=27500 ns
12:28:03.088 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, is unmodified
12:28:03.088 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, create new FileSnapshot: lastRead=2022-06-07 12:28:03.088380000, lastModified=2022-06-07 12:28:03.088030000, size=1, fileKey=(dev=38,ino=353469901)
12:28:03.088 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, isRacyClean=false, read=2022-06-07 12:28:03.088380000, lastModified=2022-06-07 12:28:03.088030000, delta=350000 ns, racy<=27500 ns
12:28:03.088 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, is unmodified
12:28:03.088 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, create new FileSnapshot: lastRead=2022-06-07 12:28:03.088895000, lastModified=2022-06-07 12:28:03.088030000, size=1, fileKey=(dev=38,ino=353469901)
12:28:03.089 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, lastModified changed from 2022-06-07 12:28:03.088030000 to 2022-06-07 12:28:03.089031000
12:28:03.093 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, create new FileSnapshot: lastRead=2022-06-07 12:28:03.093681000, lastModified=2022-06-07 12:28:03.089031000, size=1, fileKey=(dev=38,ino=353469901)
12:28:03.094 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, lastModified changed from 2022-06-07 12:28:03.089031000 to 2022-06-07 12:28:03.094031000
12:28:03.094 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, create new FileSnapshot: lastRead=2022-06-07 12:28:03.094405000, lastModified=2022-06-07 12:28:03.094031000, size=1, fileKey=(dev=38,ino=353469901)
12:28:03.094 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, isRacyClean=false, read=2022-06-07 12:28:03.094405000, lastModified=2022-06-07 12:28:03.094031000, delta=374000 ns, racy<=27500 ns
12:28:03.094 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, is unmodified
12:28:03.094 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, create new FileSnapshot: lastRead=2022-06-07 12:28:03.094917000, lastModified=2022-06-07 12:28:03.094031000, size=1, fileKey=(dev=38,ino=353469901)
12:28:03.095 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, lastModified changed from 2022-06-07 12:28:03.094031000 to 2022-06-07 12:28:03.095031000
12:28:03.095 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, create new FileSnapshot: lastRead=2022-06-07 12:28:03.095449000, lastModified=2022-06-07 12:28:03.095031000, size=1, fileKey=(dev=38,ino=353469901)
12:28:03.095 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, isRacyClean=false, read=2022-06-07 12:28:03.095449000, lastModified=2022-06-07 12:28:03.095031000, delta=418000 ns, racy<=27500 ns
12:28:03.095 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, is unmodified
12:28:03.096 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, create new FileSnapshot: lastRead=2022-06-07 12:28:03.095977000, lastModified=2022-06-07 12:28:03.095031000, size=1, fileKey=(dev=38,ino=353469901)
12:28:03.096 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, lastModified changed from 2022-06-07 12:28:03.095031000 to 2022-06-07 12:28:03.096031000
12:28:03.096 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, create new FileSnapshot: lastRead=2022-06-07 12:28:03.096472000, lastModified=2022-06-07 12:28:03.096031000, size=1, fileKey=(dev=38,ino=353469901)
12:28:03.103 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, isRacyClean=false, read=2022-06-07 12:28:03.096472000, lastModified=2022-06-07 12:28:03.096031000, delta=441000 ns, racy<=27500 ns
12:28:03.103 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, is unmodified
12:28:03.103 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, create new FileSnapshot: lastRead=2022-06-07 12:28:03.103477000, lastModified=2022-06-07 12:28:03.103031000, size=1, fileKey=(dev=38,ino=353469901)
12:28:03.103 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, isRacyClean=false, read=2022-06-07 12:28:03.103477000, lastModified=2022-06-07 12:28:03.103031000, delta=446000 ns, racy<=27500 ns
12:28:03.103 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, is unmodified
12:28:03.104 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, create new FileSnapshot: lastRead=2022-06-07 12:28:03.104107000, lastModified=2022-06-07 12:28:03.103031000, size=1, fileKey=(dev=38,ino=353469901)
12:28:03.104 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, lastModified changed from 2022-06-07 12:28:03.103031000 to 2022-06-07 12:28:03.104031000
12:28:03.104 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, create new FileSnapshot: lastRead=2022-06-07 12:28:03.104632000, lastModified=2022-06-07 12:28:03.104031000, size=1, fileKey=(dev=38,ino=353469901)
12:28:03.104 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, isRacyClean=false, read=2022-06-07 12:28:03.104632000, lastModified=2022-06-07 12:28:03.104031000, delta=601000 ns, racy<=27500 ns
12:28:03.104 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, is unmodified
12:28:03.105 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, create new FileSnapshot: lastRead=2022-06-07 12:28:03.105162000, lastModified=2022-06-07 12:28:03.105031000, size=1, fileKey=(dev=38,ino=353469901)
12:28:03.105 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, isRacyClean=false, read=2022-06-07 12:28:03.105162000, lastModified=2022-06-07 12:28:03.105031000, delta=131000 ns, racy<=27500 ns
12:28:03.105 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, is unmodified
12:28:03.105 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, create new FileSnapshot: lastRead=2022-06-07 12:28:03.105689000, lastModified=2022-06-07 12:28:03.105031000, size=1, fileKey=(dev=38,ino=353469901)
12:28:03.106 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, isRacyClean=false, read=2022-06-07 12:28:03.105689000, lastModified=2022-06-07 12:28:03.105031000, delta=658000 ns, racy<=27500 ns
12:28:03.106 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, is unmodified
12:28:03.110 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, create new FileSnapshot: lastRead=2022-06-07 12:28:03.110712000, lastModified=2022-06-07 12:28:03.106031000, size=1, fileKey=(dev=38,ino=353469901)
12:28:03.111 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, lastModified changed from 2022-06-07 12:28:03.106031000 to 2022-06-07 12:28:03.111031000
12:28:03.111 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, create new FileSnapshot: lastRead=2022-06-07 12:28:03.111521000, lastModified=2022-06-07 12:28:03.111031000, size=1, fileKey=(dev=38,ino=353469901)
12:28:03.111 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, isRacyClean=false, read=2022-06-07 12:28:03.111521000, lastModified=2022-06-07 12:28:03.111031000, delta=490000 ns, racy<=27500 ns
12:28:03.111 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, is unmodified
12:28:03.112 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, create new FileSnapshot: lastRead=2022-06-07 12:28:03.112093000, lastModified=2022-06-07 12:28:03.111031000, size=1, fileKey=(dev=38,ino=353469901)
12:28:03.112 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, lastModified changed from 2022-06-07 12:28:03.111031000 to 2022-06-07 12:28:03.112031000
12:28:03.112 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, create new FileSnapshot: lastRead=2022-06-07 12:28:03.112647000, lastModified=2022-06-07 12:28:03.112031000, size=1, fileKey=(dev=38,ino=353469901)
12:28:03.113 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, isRacyClean=false, read=2022-06-07 12:28:03.112647000, lastModified=2022-06-07 12:28:03.112031000, delta=616000 ns, racy<=27500 ns
12:28:03.113 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, is unmodified
12:28:03.113 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, create new FileSnapshot: lastRead=2022-06-07 12:28:03.113237000, lastModified=2022-06-07 12:28:03.113031000, size=1, fileKey=(dev=38,ino=353469901)
12:28:03.113 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, isRacyClean=false, read=2022-06-07 12:28:03.113237000, lastModified=2022-06-07 12:28:03.113031000, delta=206000 ns, racy<=27500 ns
12:28:03.113 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, is unmodified
12:28:03.113 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, create new FileSnapshot: lastRead=2022-06-07 12:28:03.113778000, lastModified=2022-06-07 12:28:03.113031000, size=1, fileKey=(dev=38,ino=353469901)
12:28:03.118 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, isRacyClean=false, read=2022-06-07 12:28:03.113778000, lastModified=2022-06-07 12:28:03.113031000, delta=747000 ns, racy<=27500 ns
12:28:03.118 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, is unmodified
12:28:03.119 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, create new FileSnapshot: lastRead=2022-06-07 12:28:03.119011000, lastModified=2022-06-07 12:28:03.118031000, size=1, fileKey=(dev=38,ino=353469901)
12:28:03.119 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, lastModified changed from 2022-06-07 12:28:03.118031000 to 2022-06-07 12:28:03.119031000
12:28:03.119 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, create new FileSnapshot: lastRead=2022-06-07 12:28:03.119593000, lastModified=2022-06-07 12:28:03.119031000, size=1, fileKey=(dev=38,ino=353469901)
12:28:03.119 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, isRacyClean=false, read=2022-06-07 12:28:03.119593000, lastModified=2022-06-07 12:28:03.119031000, delta=562000 ns, racy<=27500 ns
12:28:03.119 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, is unmodified
12:28:03.120 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, create new FileSnapshot: lastRead=2022-06-07 12:28:03.120115000, lastModified=2022-06-07 12:28:03.119031000, size=1, fileKey=(dev=38,ino=353469901)
12:28:03.120 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, lastModified changed from 2022-06-07 12:28:03.119031000 to 2022-06-07 12:28:03.120031000
12:28:03.120 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, create new FileSnapshot: lastRead=2022-06-07 12:28:03.120619000, lastModified=2022-06-07 12:28:03.120031000, size=1, fileKey=(dev=38,ino=353469901)
12:28:03.120 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, isRacyClean=false, read=2022-06-07 12:28:03.120619000, lastModified=2022-06-07 12:28:03.120031000, delta=588000 ns, racy<=27500 ns
12:28:03.120 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, is unmodified
12:28:03.121 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, create new FileSnapshot: lastRead=2022-06-07 12:28:03.121106000, lastModified=2022-06-07 12:28:03.120031000, size=1, fileKey=(dev=38,ino=353469901)
12:28:03.121 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, lastModified changed from 2022-06-07 12:28:03.120031000 to 2022-06-07 12:28:03.121031000
12:28:03.126 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, create new FileSnapshot: lastRead=2022-06-07 12:28:03.126217000, lastModified=2022-06-07 12:28:03.121031000, size=1, fileKey=(dev=38,ino=353469901)
12:28:03.126 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, lastModified changed from 2022-06-07 12:28:03.121031000 to 2022-06-07 12:28:03.126031000
12:28:03.126 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, create new FileSnapshot: lastRead=2022-06-07 12:28:03.126811000, lastModified=2022-06-07 12:28:03.126031000, size=1, fileKey=(dev=38,ino=353469901)
12:28:03.127 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, isRacyClean=false, read=2022-06-07 12:28:03.126811000, lastModified=2022-06-07 12:28:03.126031000, delta=780000 ns, racy<=27500 ns
12:28:03.127 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, is unmodified
12:28:03.127 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, create new FileSnapshot: lastRead=2022-06-07 12:28:03.127437000, lastModified=2022-06-07 12:28:03.127031000, size=1, fileKey=(dev=38,ino=353469901)
12:28:03.127 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, isRacyClean=false, read=2022-06-07 12:28:03.127437000, lastModified=2022-06-07 12:28:03.127031000, delta=406000 ns, racy<=27500 ns
12:28:03.127 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, is unmodified
12:28:03.127 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, create new FileSnapshot: lastRead=2022-06-07 12:28:03.127933000, lastModified=2022-06-07 12:28:03.127031000, size=1, fileKey=(dev=38,ino=353469901)
12:28:03.128 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, lastModified changed from 2022-06-07 12:28:03.127031000 to 2022-06-07 12:28:03.128031000
12:28:03.128 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, create new FileSnapshot: lastRead=2022-06-07 12:28:03.128552000, lastModified=2022-06-07 12:28:03.128031000, size=1, fileKey=(dev=38,ino=353469901)
12:28:03.128 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, isRacyClean=false, read=2022-06-07 12:28:03.128552000, lastModified=2022-06-07 12:28:03.128031000, delta=521000 ns, racy<=27500 ns
12:28:03.128 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, is unmodified
12:28:03.129 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, create new FileSnapshot: lastRead=2022-06-07 12:28:03.129098000, lastModified=2022-06-07 12:28:03.128031000, size=1, fileKey=(dev=38,ino=353469901)
12:28:03.136 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, lastModified changed from 2022-06-07 12:28:03.128031000 to 2022-06-07 12:28:03.129031000
12:28:03.136 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, create new FileSnapshot: lastRead=2022-06-07 12:28:03.136460000, lastModified=2022-06-07 12:28:03.136031000, size=1, fileKey=(dev=38,ino=353469901)
12:28:03.136 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, isRacyClean=false, read=2022-06-07 12:28:03.136460000, lastModified=2022-06-07 12:28:03.136031000, delta=429000 ns, racy<=27500 ns
12:28:03.136 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, is unmodified
12:28:03.137 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, create new FileSnapshot: lastRead=2022-06-07 12:28:03.137145000, lastModified=2022-06-07 12:28:03.137031000, size=1, fileKey=(dev=38,ino=353469901)
12:28:03.137 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, isRacyClean=false, read=2022-06-07 12:28:03.137145000, lastModified=2022-06-07 12:28:03.137031000, delta=114000 ns, racy<=27500 ns
12:28:03.137 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, is unmodified
12:28:03.137 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, create new FileSnapshot: lastRead=2022-06-07 12:28:03.137735000, lastModified=2022-06-07 12:28:03.137031000, size=1, fileKey=(dev=38,ino=353469901)
12:28:03.138 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, isRacyClean=false, read=2022-06-07 12:28:03.137735000, lastModified=2022-06-07 12:28:03.137031000, delta=704000 ns, racy<=27500 ns
12:28:03.138 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, is unmodified
12:28:03.138 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, create new FileSnapshot: lastRead=2022-06-07 12:28:03.138316000, lastModified=2022-06-07 12:28:03.138031000, size=1, fileKey=(dev=38,ino=353469901)
12:28:03.138 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, isRacyClean=false, read=2022-06-07 12:28:03.138316000, lastModified=2022-06-07 12:28:03.138031000, delta=285000 ns, racy<=27500 ns
12:28:03.138 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, is unmodified
12:28:03.139 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, create new FileSnapshot: lastRead=2022-06-07 12:28:03.138954000, lastModified=2022-06-07 12:28:03.138031000, size=1, fileKey=(dev=38,ino=353469901)
12:28:03.139 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, lastModified changed from 2022-06-07 12:28:03.138031000 to 2022-06-07 12:28:03.139031000
12:28:03.142 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, create new FileSnapshot: lastRead=2022-06-07 12:28:03.142791000, lastModified=2022-06-07 12:28:03.139031000, size=1, fileKey=(dev=38,ino=353469901)
12:28:03.143 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, lastModified changed from 2022-06-07 12:28:03.139031000 to 2022-06-07 12:28:03.142031000
12:28:03.143 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, create new FileSnapshot: lastRead=2022-06-07 12:28:03.143348000, lastModified=2022-06-07 12:28:03.143031000, size=1, fileKey=(dev=38,ino=353469901)
12:28:03.143 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, isRacyClean=false, read=2022-06-07 12:28:03.143348000, lastModified=2022-06-07 12:28:03.143031000, delta=317000 ns, racy<=27500 ns
12:28:03.143 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, is unmodified
12:28:03.143 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, create new FileSnapshot: lastRead=2022-06-07 12:28:03.143885000, lastModified=2022-06-07 12:28:03.143031000, size=1, fileKey=(dev=38,ino=353469901)
12:28:03.144 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, lastModified changed from 2022-06-07 12:28:03.143031000 to 2022-06-07 12:28:03.144031000
12:28:03.144 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, create new FileSnapshot: lastRead=2022-06-07 12:28:03.144426000, lastModified=2022-06-07 12:28:03.144031000, size=1, fileKey=(dev=38,ino=353469901)
12:28:03.144 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, isRacyClean=false, read=2022-06-07 12:28:03.144426000, lastModified=2022-06-07 12:28:03.144031000, delta=395000 ns, racy<=27500 ns
12:28:03.144 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, is unmodified
12:28:03.145 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, create new FileSnapshot: lastRead=2022-06-07 12:28:03.144969000, lastModified=2022-06-07 12:28:03.144031000, size=1, fileKey=(dev=38,ino=353469901)
12:28:03.145 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, lastModified changed from 2022-06-07 12:28:03.144031000 to 2022-06-07 12:28:03.145031000
12:28:03.145 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, create new FileSnapshot: lastRead=2022-06-07 12:28:03.145489000, lastModified=2022-06-07 12:28:03.145031000, size=1, fileKey=(dev=38,ino=353469901)
12:28:03.148 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, isRacyClean=false, read=2022-06-07 12:28:03.145489000, lastModified=2022-06-07 12:28:03.145031000, delta=458000 ns, racy<=27500 ns
12:28:03.148 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, is unmodified
12:28:03.148 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, create new FileSnapshot: lastRead=2022-06-07 12:28:03.148387000, lastModified=2022-06-07 12:28:03.148031000, size=1, fileKey=(dev=38,ino=353469901)
12:28:03.148 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, isRacyClean=false, read=2022-06-07 12:28:03.148387000, lastModified=2022-06-07 12:28:03.148031000, delta=356000 ns, racy<=27500 ns
12:28:03.148 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, is unmodified
12:28:03.148 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, create new FileSnapshot: lastRead=2022-06-07 12:28:03.148927000, lastModified=2022-06-07 12:28:03.148031000, size=1, fileKey=(dev=38,ino=353469901)
12:28:03.149 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, lastModified changed from 2022-06-07 12:28:03.148031000 to 2022-06-07 12:28:03.149031000
12:28:03.149 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, create new FileSnapshot: lastRead=2022-06-07 12:28:03.149491000, lastModified=2022-06-07 12:28:03.149031000, size=1, fileKey=(dev=38,ino=353469901)
12:28:03.149 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, isRacyClean=false, read=2022-06-07 12:28:03.149491000, lastModified=2022-06-07 12:28:03.149031000, delta=460000 ns, racy<=27500 ns
12:28:03.149 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, is unmodified
12:28:03.150 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, create new FileSnapshot: lastRead=2022-06-07 12:28:03.149969000, lastModified=2022-06-07 12:28:03.149031000, size=1, fileKey=(dev=38,ino=353469901)
12:28:03.150 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, lastModified changed from 2022-06-07 12:28:03.149031000 to 2022-06-07 12:28:03.150031000
12:28:03.150 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, create new FileSnapshot: lastRead=2022-06-07 12:28:03.150374000, lastModified=2022-06-07 12:28:03.150031000, size=1, fileKey=(dev=38,ino=353469901)
12:28:03.150 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, isRacyClean=false, read=2022-06-07 12:28:03.150374000, lastModified=2022-06-07 12:28:03.150031000, delta=343000 ns, racy<=27500 ns
12:28:03.150 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, is unmodified
12:28:03.152 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, create new FileSnapshot: lastRead=2022-06-07 12:28:03.152944000, lastModified=2022-06-07 12:28:03.150031000, size=1, fileKey=(dev=38,ino=353469901)
12:28:03.153 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, lastModified changed from 2022-06-07 12:28:03.150031000 to 2022-06-07 12:28:03.153031000
12:28:03.153 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, create new FileSnapshot: lastRead=2022-06-07 12:28:03.153351000, lastModified=2022-06-07 12:28:03.153031000, size=1, fileKey=(dev=38,ino=353469901)
12:28:03.153 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, isRacyClean=false, read=2022-06-07 12:28:03.153351000, lastModified=2022-06-07 12:28:03.153031000, delta=320000 ns, racy<=27500 ns
12:28:03.153 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, is unmodified
12:28:03.153 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, create new FileSnapshot: lastRead=2022-06-07 12:28:03.153703000, lastModified=2022-06-07 12:28:03.153031000, size=1, fileKey=(dev=38,ino=353469901)
12:28:03.153 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, isRacyClean=false, read=2022-06-07 12:28:03.153703000, lastModified=2022-06-07 12:28:03.153031000, delta=672000 ns, racy<=27500 ns
12:28:03.153 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, is unmodified
12:28:03.154 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, create new FileSnapshot: lastRead=2022-06-07 12:28:03.154012000, lastModified=2022-06-07 12:28:03.153031000, size=1, fileKey=(dev=38,ino=353469901)
12:28:03.154 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, lastModified changed from 2022-06-07 12:28:03.153031000 to 2022-06-07 12:28:03.154031000
12:28:03.154 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, create new FileSnapshot: lastRead=2022-06-07 12:28:03.154356000, lastModified=2022-06-07 12:28:03.154031000, size=1, fileKey=(dev=38,ino=353469901)
12:28:03.154 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, isRacyClean=false, read=2022-06-07 12:28:03.154356000, lastModified=2022-06-07 12:28:03.154031000, delta=325000 ns, racy<=27500 ns
12:28:03.154 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, is unmodified
12:28:03.154 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, create new FileSnapshot: lastRead=2022-06-07 12:28:03.154675000, lastModified=2022-06-07 12:28:03.154031000, size=1, fileKey=(dev=38,ino=353469901)
12:28:03.157 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, isRacyClean=false, read=2022-06-07 12:28:03.154675000, lastModified=2022-06-07 12:28:03.154031000, delta=644000 ns, racy<=27500 ns
12:28:03.157 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, is unmodified
12:28:03.157 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, create new FileSnapshot: lastRead=2022-06-07 12:28:03.157256000, lastModified=2022-06-07 12:28:03.157031000, size=1, fileKey=(dev=38,ino=353469901)
12:28:03.157 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, isRacyClean=false, read=2022-06-07 12:28:03.157256000, lastModified=2022-06-07 12:28:03.157031000, delta=225000 ns, racy<=27500 ns
12:28:03.157 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, is unmodified
12:28:03.157 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, create new FileSnapshot: lastRead=2022-06-07 12:28:03.157598000, lastModified=2022-06-07 12:28:03.157031000, size=1, fileKey=(dev=38,ino=353469901)
12:28:03.157 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, isRacyClean=false, read=2022-06-07 12:28:03.157598000, lastModified=2022-06-07 12:28:03.157031000, delta=567000 ns, racy<=27500 ns
12:28:03.157 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, is unmodified
12:28:03.157 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, create new FileSnapshot: lastRead=2022-06-07 12:28:03.157887000, lastModified=2022-06-07 12:28:03.157031000, size=1, fileKey=(dev=38,ino=353469901)
12:28:03.158 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, isRacyClean=false, read=2022-06-07 12:28:03.157887000, lastModified=2022-06-07 12:28:03.157031000, delta=856000 ns, racy<=27500 ns
12:28:03.158 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, is unmodified
12:28:03.158 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, create new FileSnapshot: lastRead=2022-06-07 12:28:03.158214000, lastModified=2022-06-07 12:28:03.158031000, size=1, fileKey=(dev=38,ino=353469901)
12:28:03.158 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, isRacyClean=false, read=2022-06-07 12:28:03.158214000, lastModified=2022-06-07 12:28:03.158031000, delta=183000 ns, racy<=27500 ns
12:28:03.158 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, is unmodified
12:28:03.158 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, create new FileSnapshot: lastRead=2022-06-07 12:28:03.158540000, lastModified=2022-06-07 12:28:03.158031000, size=1, fileKey=(dev=38,ino=353469901)
12:28:03.158 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, isRacyClean=false, read=2022-06-07 12:28:03.158540000, lastModified=2022-06-07 12:28:03.158031000, delta=509000 ns, racy<=27500 ns
12:28:03.158 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, is unmodified
12:28:03.161 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, create new FileSnapshot: lastRead=2022-06-07 12:28:03.161021000, lastModified=2022-06-07 12:28:03.158031000, size=1, fileKey=(dev=38,ino=353469901)
12:28:03.161 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, lastModified changed from 2022-06-07 12:28:03.158031000 to 2022-06-07 12:28:03.161031000
12:28:03.161 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, create new FileSnapshot: lastRead=2022-06-07 12:28:03.161426000, lastModified=2022-06-07 12:28:03.161031000, size=1, fileKey=(dev=38,ino=353469901)
12:28:03.161 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, isRacyClean=false, read=2022-06-07 12:28:03.161426000, lastModified=2022-06-07 12:28:03.161031000, delta=395000 ns, racy<=27500 ns
12:28:03.161 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, is unmodified
12:28:03.161 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, create new FileSnapshot: lastRead=2022-06-07 12:28:03.161732000, lastModified=2022-06-07 12:28:03.161031000, size=1, fileKey=(dev=38,ino=353469901)
12:28:03.161 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, isRacyClean=false, read=2022-06-07 12:28:03.161732000, lastModified=2022-06-07 12:28:03.161031000, delta=701000 ns, racy<=27500 ns
12:28:03.161 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, is unmodified
12:28:03.162 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, create new FileSnapshot: lastRead=2022-06-07 12:28:03.162067000, lastModified=2022-06-07 12:28:03.161031000, size=1, fileKey=(dev=38,ino=353469901)
12:28:03.162 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, lastModified changed from 2022-06-07 12:28:03.161031000 to 2022-06-07 12:28:03.162031000
12:28:03.162 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, create new FileSnapshot: lastRead=2022-06-07 12:28:03.162436000, lastModified=2022-06-07 12:28:03.162031000, size=1, fileKey=(dev=38,ino=353469901)
12:28:03.162 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, isRacyClean=false, read=2022-06-07 12:28:03.162436000, lastModified=2022-06-07 12:28:03.162031000, delta=405000 ns, racy<=27500 ns
12:28:03.162 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, is unmodified
12:28:03.162 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, create new FileSnapshot: lastRead=2022-06-07 12:28:03.162724000, lastModified=2022-06-07 12:28:03.162031000, size=1, fileKey=(dev=38,ino=353469901)
12:28:03.165 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, isRacyClean=false, read=2022-06-07 12:28:03.162724000, lastModified=2022-06-07 12:28:03.162031000, delta=693000 ns, racy<=27500 ns
12:28:03.165 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, is unmodified
12:28:03.165 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, create new FileSnapshot: lastRead=2022-06-07 12:28:03.165415000, lastModified=2022-06-07 12:28:03.165031000, size=1, fileKey=(dev=38,ino=353469901)
12:28:03.165 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, isRacyClean=false, read=2022-06-07 12:28:03.165415000, lastModified=2022-06-07 12:28:03.165031000, delta=384000 ns, racy<=27500 ns
12:28:03.165 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, is unmodified
12:28:03.165 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, create new FileSnapshot: lastRead=2022-06-07 12:28:03.165700000, lastModified=2022-06-07 12:28:03.165031000, size=1, fileKey=(dev=38,ino=353469901)
12:28:03.165 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, isRacyClean=false, read=2022-06-07 12:28:03.165700000, lastModified=2022-06-07 12:28:03.165031000, delta=669000 ns, racy<=27500 ns
12:28:03.165 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, is unmodified
12:28:03.165 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, create new FileSnapshot: lastRead=2022-06-07 12:28:03.165969000, lastModified=2022-06-07 12:28:03.165031000, size=1, fileKey=(dev=38,ino=353469901)
12:28:03.166 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, lastModified changed from 2022-06-07 12:28:03.165031000 to 2022-06-07 12:28:03.166031000
12:28:03.166 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, create new FileSnapshot: lastRead=2022-06-07 12:28:03.166284000, lastModified=2022-06-07 12:28:03.166031000, size=1, fileKey=(dev=38,ino=353469901)
12:28:03.166 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, isRacyClean=false, read=2022-06-07 12:28:03.166284000, lastModified=2022-06-07 12:28:03.166031000, delta=253000 ns, racy<=27500 ns
12:28:03.166 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, is unmodified
12:28:03.166 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, create new FileSnapshot: lastRead=2022-06-07 12:28:03.166610000, lastModified=2022-06-07 12:28:03.166031000, size=1, fileKey=(dev=38,ino=353469901)
12:28:03.166 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, isRacyClean=false, read=2022-06-07 12:28:03.166610000, lastModified=2022-06-07 12:28:03.166031000, delta=579000 ns, racy<=27500 ns
12:28:03.166 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, is unmodified
12:28:03.169 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, create new FileSnapshot: lastRead=2022-06-07 12:28:03.169136000, lastModified=2022-06-07 12:28:03.166031000, size=1, fileKey=(dev=38,ino=353469901)
12:28:03.169 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, lastModified changed from 2022-06-07 12:28:03.166031000 to 2022-06-07 12:28:03.169031000
12:28:03.169 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, create new FileSnapshot: lastRead=2022-06-07 12:28:03.169507000, lastModified=2022-06-07 12:28:03.169031000, size=1, fileKey=(dev=38,ino=353469901)
12:28:03.169 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, isRacyClean=false, read=2022-06-07 12:28:03.169507000, lastModified=2022-06-07 12:28:03.169031000, delta=476000 ns, racy<=27500 ns
12:28:03.169 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, is unmodified
12:28:03.169 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, create new FileSnapshot: lastRead=2022-06-07 12:28:03.169781000, lastModified=2022-06-07 12:28:03.169031000, size=1, fileKey=(dev=38,ino=353469901)
12:28:03.169 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, isRacyClean=false, read=2022-06-07 12:28:03.169781000, lastModified=2022-06-07 12:28:03.169031000, delta=750000 ns, racy<=27500 ns
12:28:03.169 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, is unmodified
12:28:03.170 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, create new FileSnapshot: lastRead=2022-06-07 12:28:03.170068000, lastModified=2022-06-07 12:28:03.169031000, size=1, fileKey=(dev=38,ino=353469901)
12:28:03.170 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, lastModified changed from 2022-06-07 12:28:03.169031000 to 2022-06-07 12:28:03.170031000
12:28:03.170 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, create new FileSnapshot: lastRead=2022-06-07 12:28:03.170408000, lastModified=2022-06-07 12:28:03.170031000, size=1, fileKey=(dev=38,ino=353469901)
12:28:03.170 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, isRacyClean=false, read=2022-06-07 12:28:03.170408000, lastModified=2022-06-07 12:28:03.170031000, delta=377000 ns, racy<=27500 ns
12:28:03.170 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, is unmodified
12:28:03.170 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, create new FileSnapshot: lastRead=2022-06-07 12:28:03.170678000, lastModified=2022-06-07 12:28:03.170031000, size=1, fileKey=(dev=38,ino=353469901)
12:28:03.173 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, isRacyClean=false, read=2022-06-07 12:28:03.170678000, lastModified=2022-06-07 12:28:03.170031000, delta=647000 ns, racy<=27500 ns
12:28:03.173 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, is unmodified
12:28:03.173 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, create new FileSnapshot: lastRead=2022-06-07 12:28:03.173491000, lastModified=2022-06-07 12:28:03.173031000, size=1, fileKey=(dev=38,ino=353469901)
12:28:03.173 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, isRacyClean=false, read=2022-06-07 12:28:03.173491000, lastModified=2022-06-07 12:28:03.173031000, delta=460000 ns, racy<=27500 ns
12:28:03.173 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, is unmodified
12:28:03.173 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, create new FileSnapshot: lastRead=2022-06-07 12:28:03.173778000, lastModified=2022-06-07 12:28:03.173031000, size=1, fileKey=(dev=38,ino=353469901)
12:28:03.174 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, isRacyClean=false, read=2022-06-07 12:28:03.173778000, lastModified=2022-06-07 12:28:03.173031000, delta=747000 ns, racy<=27500 ns
12:28:03.174 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, is unmodified
12:28:03.174 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, create new FileSnapshot: lastRead=2022-06-07 12:28:03.174294000, lastModified=2022-06-07 12:28:03.174031000, size=1, fileKey=(dev=38,ino=353469901)
12:28:03.174 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, isRacyClean=false, read=2022-06-07 12:28:03.174294000, lastModified=2022-06-07 12:28:03.174031000, delta=263000 ns, racy<=27500 ns
12:28:03.174 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, is unmodified
12:28:03.174 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, create new FileSnapshot: lastRead=2022-06-07 12:28:03.174781000, lastModified=2022-06-07 12:28:03.174031000, size=1, fileKey=(dev=38,ino=353469901)
12:28:03.175 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, isRacyClean=false, read=2022-06-07 12:28:03.174781000, lastModified=2022-06-07 12:28:03.174031000, delta=750000 ns, racy<=27500 ns
12:28:03.175 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, is unmodified
12:28:03.175 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, create new FileSnapshot: lastRead=2022-06-07 12:28:03.175295000, lastModified=2022-06-07 12:28:03.175031000, size=1, fileKey=(dev=38,ino=353469901)
12:28:03.175 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, isRacyClean=false, read=2022-06-07 12:28:03.175295000, lastModified=2022-06-07 12:28:03.175031000, delta=264000 ns, racy<=27500 ns
12:28:03.175 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, is unmodified
12:28:03.178 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, create new FileSnapshot: lastRead=2022-06-07 12:28:03.178417000, lastModified=2022-06-07 12:28:03.175031000, size=1, fileKey=(dev=38,ino=353469901)
12:28:03.178 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, lastModified changed from 2022-06-07 12:28:03.175031000 to 2022-06-07 12:28:03.178031000
12:28:03.179 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, create new FileSnapshot: lastRead=2022-06-07 12:28:03.179003000, lastModified=2022-06-07 12:28:03.178031000, size=1, fileKey=(dev=38,ino=353469901)
12:28:03.179 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, lastModified changed from 2022-06-07 12:28:03.178031000 to 2022-06-07 12:28:03.179031000
12:28:03.179 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, create new FileSnapshot: lastRead=2022-06-07 12:28:03.179577000, lastModified=2022-06-07 12:28:03.179031000, size=1, fileKey=(dev=38,ino=353469901)
12:28:03.179 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, isRacyClean=false, read=2022-06-07 12:28:03.179577000, lastModified=2022-06-07 12:28:03.179031000, delta=546000 ns, racy<=27500 ns
12:28:03.179 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, is unmodified
12:28:03.180 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, create new FileSnapshot: lastRead=2022-06-07 12:28:03.180172000, lastModified=2022-06-07 12:28:03.180031000, size=1, fileKey=(dev=38,ino=353469901)
12:28:03.180 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, isRacyClean=false, read=2022-06-07 12:28:03.180172000, lastModified=2022-06-07 12:28:03.180031000, delta=141000 ns, racy<=27500 ns
12:28:03.180 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, is unmodified
12:28:03.180 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, create new FileSnapshot: lastRead=2022-06-07 12:28:03.180843000, lastModified=2022-06-07 12:28:03.180031000, size=1, fileKey=(dev=38,ino=353469901)
12:28:03.181 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, lastModified changed from 2022-06-07 12:28:03.180031000 to 2022-06-07 12:28:03.181031000
12:28:03.181 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, create new FileSnapshot: lastRead=2022-06-07 12:28:03.181353000, lastModified=2022-06-07 12:28:03.181031000, size=1, fileKey=(dev=38,ino=353469901)
12:28:03.185 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, isRacyClean=false, read=2022-06-07 12:28:03.181353000, lastModified=2022-06-07 12:28:03.181031000, delta=322000 ns, racy<=27500 ns
12:28:03.185 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, is unmodified
12:28:03.185 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, create new FileSnapshot: lastRead=2022-06-07 12:28:03.185296000, lastModified=2022-06-07 12:28:03.185031000, size=1, fileKey=(dev=38,ino=353469901)
12:28:03.185 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, isRacyClean=false, read=2022-06-07 12:28:03.185296000, lastModified=2022-06-07 12:28:03.185031000, delta=265000 ns, racy<=27500 ns
12:28:03.185 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, is unmodified
12:28:03.185 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, create new FileSnapshot: lastRead=2022-06-07 12:28:03.185882000, lastModified=2022-06-07 12:28:03.185031000, size=1, fileKey=(dev=38,ino=353469901)
12:28:03.186 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, lastModified changed from 2022-06-07 12:28:03.185031000 to 2022-06-07 12:28:03.186031000
12:28:03.186 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, create new FileSnapshot: lastRead=2022-06-07 12:28:03.186463000, lastModified=2022-06-07 12:28:03.186031000, size=1, fileKey=(dev=38,ino=353469901)
12:28:03.186 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, isRacyClean=false, read=2022-06-07 12:28:03.186463000, lastModified=2022-06-07 12:28:03.186031000, delta=432000 ns, racy<=27500 ns
12:28:03.186 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, is unmodified
12:28:03.187 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, create new FileSnapshot: lastRead=2022-06-07 12:28:03.187039000, lastModified=2022-06-07 12:28:03.186031000, size=1, fileKey=(dev=38,ino=353469901)
12:28:03.187 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, lastModified changed from 2022-06-07 12:28:03.186031000 to 2022-06-07 12:28:03.187031000
12:28:03.187 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, create new FileSnapshot: lastRead=2022-06-07 12:28:03.187493000, lastModified=2022-06-07 12:28:03.187031000, size=1, fileKey=(dev=38,ino=353469901)
12:28:03.187 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, isRacyClean=false, read=2022-06-07 12:28:03.187493000, lastModified=2022-06-07 12:28:03.187031000, delta=462000 ns, racy<=27500 ns
12:28:03.187 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, is unmodified
12:28:03.191 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, create new FileSnapshot: lastRead=2022-06-07 12:28:03.191259000, lastModified=2022-06-07 12:28:03.187031000, size=1, fileKey=(dev=38,ino=353469901)
12:28:03.191 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, lastModified changed from 2022-06-07 12:28:03.187031000 to 2022-06-07 12:28:03.191031000
12:28:03.191 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, create new FileSnapshot: lastRead=2022-06-07 12:28:03.191795000, lastModified=2022-06-07 12:28:03.191031000, size=1, fileKey=(dev=38,ino=353469901)
12:28:03.192 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, isRacyClean=false, read=2022-06-07 12:28:03.191795000, lastModified=2022-06-07 12:28:03.191031000, delta=764000 ns, racy<=27500 ns
12:28:03.192 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, is unmodified
12:28:03.192 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, create new FileSnapshot: lastRead=2022-06-07 12:28:03.192178000, lastModified=2022-06-07 12:28:03.192031000, size=1, fileKey=(dev=38,ino=353469901)
12:28:03.192 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, isRacyClean=false, read=2022-06-07 12:28:03.192178000, lastModified=2022-06-07 12:28:03.192031000, delta=147000 ns, racy<=27500 ns
12:28:03.192 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, is unmodified
12:28:03.192 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, create new FileSnapshot: lastRead=2022-06-07 12:28:03.192589000, lastModified=2022-06-07 12:28:03.192031000, size=1, fileKey=(dev=38,ino=353469901)
12:28:03.192 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, isRacyClean=false, read=2022-06-07 12:28:03.192589000, lastModified=2022-06-07 12:28:03.192031000, delta=558000 ns, racy<=27500 ns
12:28:03.192 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, is unmodified
12:28:03.193 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, create new FileSnapshot: lastRead=2022-06-07 12:28:03.192993000, lastModified=2022-06-07 12:28:03.192031000, size=1, fileKey=(dev=38,ino=353469901)
12:28:03.193 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, lastModified changed from 2022-06-07 12:28:03.192031000 to 2022-06-07 12:28:03.193031000
12:28:03.193 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, create new FileSnapshot: lastRead=2022-06-07 12:28:03.193385000, lastModified=2022-06-07 12:28:03.193031000, size=1, fileKey=(dev=38,ino=353469901)
12:28:03.197 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, isRacyClean=false, read=2022-06-07 12:28:03.193385000, lastModified=2022-06-07 12:28:03.193031000, delta=354000 ns, racy<=27500 ns
12:28:03.197 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, is unmodified
12:28:03.197 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, create new FileSnapshot: lastRead=2022-06-07 12:28:03.197411000, lastModified=2022-06-07 12:28:03.197031000, size=1, fileKey=(dev=38,ino=353469901)
12:28:03.197 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, isRacyClean=false, read=2022-06-07 12:28:03.197411000, lastModified=2022-06-07 12:28:03.197031000, delta=380000 ns, racy<=27500 ns
12:28:03.197 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, is unmodified
12:28:03.198 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, create new FileSnapshot: lastRead=2022-06-07 12:28:03.198012000, lastModified=2022-06-07 12:28:03.197031000, size=1, fileKey=(dev=38,ino=353469901)
12:28:03.198 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, lastModified changed from 2022-06-07 12:28:03.197031000 to 2022-06-07 12:28:03.198031000
12:28:03.198 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, create new FileSnapshot: lastRead=2022-06-07 12:28:03.198593000, lastModified=2022-06-07 12:28:03.198031000, size=1, fileKey=(dev=38,ino=353469901)
12:28:03.198 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, isRacyClean=false, read=2022-06-07 12:28:03.198593000, lastModified=2022-06-07 12:28:03.198031000, delta=562000 ns, racy<=27500 ns
12:28:03.198 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, is unmodified
12:28:03.199 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, create new FileSnapshot: lastRead=2022-06-07 12:28:03.199145000, lastModified=2022-06-07 12:28:03.199031000, size=1, fileKey=(dev=38,ino=353469901)
12:28:03.199 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, isRacyClean=false, read=2022-06-07 12:28:03.199145000, lastModified=2022-06-07 12:28:03.199031000, delta=114000 ns, racy<=27500 ns
12:28:03.199 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, is unmodified
12:28:03.199 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, create new FileSnapshot: lastRead=2022-06-07 12:28:03.199764000, lastModified=2022-06-07 12:28:03.199031000, size=1, fileKey=(dev=38,ino=353469901)
12:28:03.200 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, isRacyClean=false, read=2022-06-07 12:28:03.199764000, lastModified=2022-06-07 12:28:03.199031000, delta=733000 ns, racy<=27500 ns
12:28:03.200 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, is unmodified
12:28:03.203 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, create new FileSnapshot: lastRead=2022-06-07 12:28:03.203820000, lastModified=2022-06-07 12:28:03.200031000, size=1, fileKey=(dev=38,ino=353469901)
12:28:03.204 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, lastModified changed from 2022-06-07 12:28:03.200031000 to 2022-06-07 12:28:03.204031000
12:28:03.204 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, create new FileSnapshot: lastRead=2022-06-07 12:28:03.204501000, lastModified=2022-06-07 12:28:03.204031000, size=1, fileKey=(dev=38,ino=353469901)
12:28:03.204 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, isRacyClean=false, read=2022-06-07 12:28:03.204501000, lastModified=2022-06-07 12:28:03.204031000, delta=470000 ns, racy<=27500 ns
12:28:03.204 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, is unmodified
12:28:03.205 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, create new FileSnapshot: lastRead=2022-06-07 12:28:03.205069000, lastModified=2022-06-07 12:28:03.204031000, size=1, fileKey=(dev=38,ino=353469901)
12:28:03.205 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, lastModified changed from 2022-06-07 12:28:03.204031000 to 2022-06-07 12:28:03.205031000
12:28:03.205 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, create new FileSnapshot: lastRead=2022-06-07 12:28:03.205590000, lastModified=2022-06-07 12:28:03.205031000, size=1, fileKey=(dev=38,ino=353469901)
12:28:03.205 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, isRacyClean=false, read=2022-06-07 12:28:03.205590000, lastModified=2022-06-07 12:28:03.205031000, delta=559000 ns, racy<=27500 ns
12:28:03.205 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, is unmodified
12:28:03.206 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, create new FileSnapshot: lastRead=2022-06-07 12:28:03.206143000, lastModified=2022-06-07 12:28:03.206031000, size=1, fileKey=(dev=38,ino=353469901)
12:28:03.206 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, isRacyClean=false, read=2022-06-07 12:28:03.206143000, lastModified=2022-06-07 12:28:03.206031000, delta=112000 ns, racy<=27500 ns
12:28:03.206 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, is unmodified
12:28:03.206 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, create new FileSnapshot: lastRead=2022-06-07 12:28:03.206724000, lastModified=2022-06-07 12:28:03.206031000, size=1, fileKey=(dev=38,ino=353469901)
12:28:03.210 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, isRacyClean=false, read=2022-06-07 12:28:03.206724000, lastModified=2022-06-07 12:28:03.206031000, delta=693000 ns, racy<=27500 ns
12:28:03.210 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, is unmodified
12:28:03.211 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, create new FileSnapshot: lastRead=2022-06-07 12:28:03.210992000, lastModified=2022-06-07 12:28:03.210031000, size=1, fileKey=(dev=38,ino=353469901)
12:28:03.211 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, lastModified changed from 2022-06-07 12:28:03.210031000 to 2022-06-07 12:28:03.211031000
12:28:03.211 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, create new FileSnapshot: lastRead=2022-06-07 12:28:03.211598000, lastModified=2022-06-07 12:28:03.211031000, size=1, fileKey=(dev=38,ino=353469901)
12:28:03.211 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, isRacyClean=false, read=2022-06-07 12:28:03.211598000, lastModified=2022-06-07 12:28:03.211031000, delta=567000 ns, racy<=27500 ns
12:28:03.211 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, is unmodified
12:28:03.212 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, create new FileSnapshot: lastRead=2022-06-07 12:28:03.212190000, lastModified=2022-06-07 12:28:03.212031000, size=1, fileKey=(dev=38,ino=353469901)
12:28:03.212 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, isRacyClean=false, read=2022-06-07 12:28:03.212190000, lastModified=2022-06-07 12:28:03.212031000, delta=159000 ns, racy<=27500 ns
12:28:03.212 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, is unmodified
12:28:03.212 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, create new FileSnapshot: lastRead=2022-06-07 12:28:03.212789000, lastModified=2022-06-07 12:28:03.212031000, size=1, fileKey=(dev=38,ino=353469901)
12:28:03.213 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, isRacyClean=false, read=2022-06-07 12:28:03.212789000, lastModified=2022-06-07 12:28:03.212031000, delta=758000 ns, racy<=27500 ns
12:28:03.213 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, is unmodified
12:28:03.213 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, create new FileSnapshot: lastRead=2022-06-07 12:28:03.213367000, lastModified=2022-06-07 12:28:03.213031000, size=1, fileKey=(dev=38,ino=353469901)
12:28:03.213 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, isRacyClean=false, read=2022-06-07 12:28:03.213367000, lastModified=2022-06-07 12:28:03.213031000, delta=336000 ns, racy<=27500 ns
12:28:03.213 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, is unmodified
12:28:03.217 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, create new FileSnapshot: lastRead=2022-06-07 12:28:03.217760000, lastModified=2022-06-07 12:28:03.213031000, size=1, fileKey=(dev=38,ino=353469901)
12:28:03.218 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, lastModified changed from 2022-06-07 12:28:03.213031000 to 2022-06-07 12:28:03.218031000
12:28:03.218 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, create new FileSnapshot: lastRead=2022-06-07 12:28:03.218453000, lastModified=2022-06-07 12:28:03.218031000, size=1, fileKey=(dev=38,ino=353469901)
12:28:03.218 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, isRacyClean=false, read=2022-06-07 12:28:03.218453000, lastModified=2022-06-07 12:28:03.218031000, delta=422000 ns, racy<=27500 ns
12:28:03.218 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, is unmodified
12:28:03.219 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, create new FileSnapshot: lastRead=2022-06-07 12:28:03.219112000, lastModified=2022-06-07 12:28:03.218031000, size=1, fileKey=(dev=38,ino=353469901)
12:28:03.219 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, lastModified changed from 2022-06-07 12:28:03.218031000 to 2022-06-07 12:28:03.219031000
12:28:03.219 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, create new FileSnapshot: lastRead=2022-06-07 12:28:03.219603000, lastModified=2022-06-07 12:28:03.219031000, size=1, fileKey=(dev=38,ino=353469901)
12:28:03.219 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, isRacyClean=false, read=2022-06-07 12:28:03.219603000, lastModified=2022-06-07 12:28:03.219031000, delta=572000 ns, racy<=27500 ns
12:28:03.219 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, is unmodified
12:28:03.220 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, create new FileSnapshot: lastRead=2022-06-07 12:28:03.220112000, lastModified=2022-06-07 12:28:03.219031000, size=1, fileKey=(dev=38,ino=353469901)
12:28:03.220 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, lastModified changed from 2022-06-07 12:28:03.219031000 to 2022-06-07 12:28:03.220031000
12:28:03.220 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, create new FileSnapshot: lastRead=2022-06-07 12:28:03.220634000, lastModified=2022-06-07 12:28:03.220031000, size=1, fileKey=(dev=38,ino=353469901)
12:28:03.224 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, isRacyClean=false, read=2022-06-07 12:28:03.220634000, lastModified=2022-06-07 12:28:03.220031000, delta=603000 ns, racy<=27500 ns
12:28:03.224 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, is unmodified
12:28:03.224 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, create new FileSnapshot: lastRead=2022-06-07 12:28:03.224840000, lastModified=2022-06-07 12:28:03.224031000, size=1, fileKey=(dev=38,ino=353469901)
12:28:03.225 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, isRacyClean=false, read=2022-06-07 12:28:03.224840000, lastModified=2022-06-07 12:28:03.224031000, delta=809000 ns, racy<=27500 ns
12:28:03.225 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, is unmodified
12:28:03.225 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, create new FileSnapshot: lastRead=2022-06-07 12:28:03.225415000, lastModified=2022-06-07 12:28:03.225031000, size=1, fileKey=(dev=38,ino=353469901)
12:28:03.225 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, isRacyClean=false, read=2022-06-07 12:28:03.225415000, lastModified=2022-06-07 12:28:03.225031000, delta=384000 ns, racy<=27500 ns
12:28:03.225 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, is unmodified
12:28:03.226 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, create new FileSnapshot: lastRead=2022-06-07 12:28:03.225949000, lastModified=2022-06-07 12:28:03.225031000, size=1, fileKey=(dev=38,ino=353469901)
12:28:03.226 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, lastModified changed from 2022-06-07 12:28:03.225031000 to 2022-06-07 12:28:03.226031000
12:28:03.226 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, create new FileSnapshot: lastRead=2022-06-07 12:28:03.226555000, lastModified=2022-06-07 12:28:03.226031000, size=1, fileKey=(dev=38,ino=353469901)
12:28:03.226 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, isRacyClean=false, read=2022-06-07 12:28:03.226555000, lastModified=2022-06-07 12:28:03.226031000, delta=524000 ns, racy<=27500 ns
12:28:03.226 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, is unmodified
12:28:03.227 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, create new FileSnapshot: lastRead=2022-06-07 12:28:03.227077000, lastModified=2022-06-07 12:28:03.226031000, size=1, fileKey=(dev=38,ino=353469901)
12:28:03.227 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, lastModified changed from 2022-06-07 12:28:03.226031000 to 2022-06-07 12:28:03.227031000
12:28:03.231 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, create new FileSnapshot: lastRead=2022-06-07 12:28:03.231784000, lastModified=2022-06-07 12:28:03.227031000, size=1, fileKey=(dev=38,ino=353469901)
12:28:03.232 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, lastModified changed from 2022-06-07 12:28:03.227031000 to 2022-06-07 12:28:03.232031000
12:28:03.232 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, create new FileSnapshot: lastRead=2022-06-07 12:28:03.232456000, lastModified=2022-06-07 12:28:03.232031000, size=1, fileKey=(dev=38,ino=353469901)
12:28:03.232 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, isRacyClean=false, read=2022-06-07 12:28:03.232456000, lastModified=2022-06-07 12:28:03.232031000, delta=425000 ns, racy<=27500 ns
12:28:03.232 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, is unmodified
12:28:03.233 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, create new FileSnapshot: lastRead=2022-06-07 12:28:03.233041000, lastModified=2022-06-07 12:28:03.232031000, size=1, fileKey=(dev=38,ino=353469901)
12:28:03.233 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, lastModified changed from 2022-06-07 12:28:03.232031000 to 2022-06-07 12:28:03.233031000
12:28:03.233 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, create new FileSnapshot: lastRead=2022-06-07 12:28:03.233595000, lastModified=2022-06-07 12:28:03.233031000, size=1, fileKey=(dev=38,ino=353469901)
12:28:03.233 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, isRacyClean=false, read=2022-06-07 12:28:03.233595000, lastModified=2022-06-07 12:28:03.233031000, delta=564000 ns, racy<=27500 ns
12:28:03.233 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, is unmodified
12:28:03.234 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, create new FileSnapshot: lastRead=2022-06-07 12:28:03.234022000, lastModified=2022-06-07 12:28:03.233031000, size=1, fileKey=(dev=38,ino=353469901)
12:28:03.234 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, lastModified changed from 2022-06-07 12:28:03.233031000 to 2022-06-07 12:28:03.234031000
12:28:03.234 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, create new FileSnapshot: lastRead=2022-06-07 12:28:03.234565000, lastModified=2022-06-07 12:28:03.234031000, size=1, fileKey=(dev=38,ino=353469901)
12:28:03.239 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, isRacyClean=false, read=2022-06-07 12:28:03.234565000, lastModified=2022-06-07 12:28:03.234031000, delta=534000 ns, racy<=27500 ns
12:28:03.239 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, is unmodified
12:28:03.239 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, create new FileSnapshot: lastRead=2022-06-07 12:28:03.239546000, lastModified=2022-06-07 12:28:03.239031000, size=1, fileKey=(dev=38,ino=353469901)
12:28:03.239 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, isRacyClean=false, read=2022-06-07 12:28:03.239546000, lastModified=2022-06-07 12:28:03.239031000, delta=515000 ns, racy<=27500 ns
12:28:03.239 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, is unmodified
12:28:03.240 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, create new FileSnapshot: lastRead=2022-06-07 12:28:03.240056000, lastModified=2022-06-07 12:28:03.239031000, size=1, fileKey=(dev=38,ino=353469901)
12:28:03.240 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, lastModified changed from 2022-06-07 12:28:03.239031000 to 2022-06-07 12:28:03.240031000
12:28:03.240 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, create new FileSnapshot: lastRead=2022-06-07 12:28:03.240508000, lastModified=2022-06-07 12:28:03.240031000, size=1, fileKey=(dev=38,ino=353469901)
12:28:03.240 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, isRacyClean=false, read=2022-06-07 12:28:03.240508000, lastModified=2022-06-07 12:28:03.240031000, delta=477000 ns, racy<=27500 ns
12:28:03.240 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, is unmodified
12:28:03.241 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, create new FileSnapshot: lastRead=2022-06-07 12:28:03.240971000, lastModified=2022-06-07 12:28:03.240031000, size=1, fileKey=(dev=38,ino=353469901)
12:28:03.241 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, lastModified changed from 2022-06-07 12:28:03.240031000 to 2022-06-07 12:28:03.241031000
12:28:03.241 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, create new FileSnapshot: lastRead=2022-06-07 12:28:03.241449000, lastModified=2022-06-07 12:28:03.241031000, size=1, fileKey=(dev=38,ino=353469901)
12:28:03.241 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, isRacyClean=false, read=2022-06-07 12:28:03.241449000, lastModified=2022-06-07 12:28:03.241031000, delta=418000 ns, racy<=27500 ns
12:28:03.241 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, is unmodified
12:28:03.246 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, create new FileSnapshot: lastRead=2022-06-07 12:28:03.246198000, lastModified=2022-06-07 12:28:03.241031000, size=1, fileKey=(dev=38,ino=353469901)
12:28:03.246 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, lastModified changed from 2022-06-07 12:28:03.241031000 to 2022-06-07 12:28:03.246031000
12:28:03.246 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, create new FileSnapshot: lastRead=2022-06-07 12:28:03.246876000, lastModified=2022-06-07 12:28:03.246031000, size=1, fileKey=(dev=38,ino=353469901)
12:28:03.247 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, isRacyClean=false, read=2022-06-07 12:28:03.246876000, lastModified=2022-06-07 12:28:03.246031000, delta=845000 ns, racy<=27500 ns
12:28:03.247 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, is unmodified
12:28:03.247 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, create new FileSnapshot: lastRead=2022-06-07 12:28:03.247417000, lastModified=2022-06-07 12:28:03.247031000, size=1, fileKey=(dev=38,ino=353469901)
12:28:03.247 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, isRacyClean=false, read=2022-06-07 12:28:03.247417000, lastModified=2022-06-07 12:28:03.247031000, delta=386000 ns, racy<=27500 ns
12:28:03.247 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, is unmodified
12:28:03.247 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, create new FileSnapshot: lastRead=2022-06-07 12:28:03.247924000, lastModified=2022-06-07 12:28:03.247031000, size=1, fileKey=(dev=38,ino=353469901)
12:28:03.248 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, lastModified changed from 2022-06-07 12:28:03.247031000 to 2022-06-07 12:28:03.248031000
12:28:03.248 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, create new FileSnapshot: lastRead=2022-06-07 12:28:03.248480000, lastModified=2022-06-07 12:28:03.248031000, size=1, fileKey=(dev=38,ino=353469901)
12:28:03.248 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, isRacyClean=false, read=2022-06-07 12:28:03.248480000, lastModified=2022-06-07 12:28:03.248031000, delta=449000 ns, racy<=27500 ns
12:28:03.248 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, is unmodified
12:28:03.248 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, create new FileSnapshot: lastRead=2022-06-07 12:28:03.248883000, lastModified=2022-06-07 12:28:03.248031000, size=1, fileKey=(dev=38,ino=353469901)
12:28:03.253 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, lastModified changed from 2022-06-07 12:28:03.248031000 to 2022-06-07 12:28:03.249031000
12:28:03.253 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, create new FileSnapshot: lastRead=2022-06-07 12:28:03.253637000, lastModified=2022-06-07 12:28:03.253031000, size=1, fileKey=(dev=38,ino=353469901)
12:28:03.253 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, isRacyClean=false, read=2022-06-07 12:28:03.253637000, lastModified=2022-06-07 12:28:03.253031000, delta=606000 ns, racy<=27500 ns
12:28:03.253 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, is unmodified
12:28:03.254 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, create new FileSnapshot: lastRead=2022-06-07 12:28:03.253999000, lastModified=2022-06-07 12:28:03.253031000, size=1, fileKey=(dev=38,ino=353469901)
12:28:03.254 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, lastModified changed from 2022-06-07 12:28:03.253031000 to 2022-06-07 12:28:03.254031000
12:28:03.254 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, create new FileSnapshot: lastRead=2022-06-07 12:28:03.254427000, lastModified=2022-06-07 12:28:03.254031000, size=1, fileKey=(dev=38,ino=353469901)
12:28:03.254 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, isRacyClean=false, read=2022-06-07 12:28:03.254427000, lastModified=2022-06-07 12:28:03.254031000, delta=396000 ns, racy<=27500 ns
12:28:03.254 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, is unmodified
12:28:03.254 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, create new FileSnapshot: lastRead=2022-06-07 12:28:03.254732000, lastModified=2022-06-07 12:28:03.254031000, size=1, fileKey=(dev=38,ino=353469901)
12:28:03.254 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, isRacyClean=false, read=2022-06-07 12:28:03.254732000, lastModified=2022-06-07 12:28:03.254031000, delta=701000 ns, racy<=27500 ns
12:28:03.254 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, is unmodified
12:28:03.255 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, create new FileSnapshot: lastRead=2022-06-07 12:28:03.255025000, lastModified=2022-06-07 12:28:03.254031000, size=1, fileKey=(dev=38,ino=353469901)
12:28:03.255 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, lastModified changed from 2022-06-07 12:28:03.254031000 to 2022-06-07 12:28:03.255031000
12:28:03.259 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, create new FileSnapshot: lastRead=2022-06-07 12:28:03.259633000, lastModified=2022-06-07 12:28:03.255031000, size=1, fileKey=(dev=38,ino=353469901)
12:28:03.259 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, lastModified changed from 2022-06-07 12:28:03.255031000 to 2022-06-07 12:28:03.259031000
12:28:03.259 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, create new FileSnapshot: lastRead=2022-06-07 12:28:03.259936000, lastModified=2022-06-07 12:28:03.259031000, size=1, fileKey=(dev=38,ino=353469901)
12:28:03.260 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, lastModified changed from 2022-06-07 12:28:03.259031000 to 2022-06-07 12:28:03.260031000
12:28:03.260 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, create new FileSnapshot: lastRead=2022-06-07 12:28:03.260275000, lastModified=2022-06-07 12:28:03.260031000, size=1, fileKey=(dev=38,ino=353469901)
12:28:03.260 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, isRacyClean=false, read=2022-06-07 12:28:03.260275000, lastModified=2022-06-07 12:28:03.260031000, delta=244000 ns, racy<=27500 ns
12:28:03.260 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, is unmodified
12:28:03.260 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, create new FileSnapshot: lastRead=2022-06-07 12:28:03.260597000, lastModified=2022-06-07 12:28:03.260031000, size=1, fileKey=(dev=38,ino=353469901)
12:28:03.260 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, isRacyClean=false, read=2022-06-07 12:28:03.260597000, lastModified=2022-06-07 12:28:03.260031000, delta=566000 ns, racy<=27500 ns
12:28:03.260 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, is unmodified
12:28:03.260 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, create new FileSnapshot: lastRead=2022-06-07 12:28:03.260909000, lastModified=2022-06-07 12:28:03.260031000, size=1, fileKey=(dev=38,ino=353469901)
12:28:03.261 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, isRacyClean=false, read=2022-06-07 12:28:03.260909000, lastModified=2022-06-07 12:28:03.260031000, delta=878000 ns, racy<=27500 ns
12:28:03.261 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, is unmodified
12:28:03.261 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, create new FileSnapshot: lastRead=2022-06-07 12:28:03.261239000, lastModified=2022-06-07 12:28:03.261031000, size=1, fileKey=(dev=38,ino=353469901)
12:28:03.265 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, isRacyClean=false, read=2022-06-07 12:28:03.261239000, lastModified=2022-06-07 12:28:03.261031000, delta=208000 ns, racy<=27500 ns
12:28:03.265 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, is unmodified
12:28:03.265 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, create new FileSnapshot: lastRead=2022-06-07 12:28:03.265951000, lastModified=2022-06-07 12:28:03.265031000, size=1, fileKey=(dev=38,ino=353469901)
12:28:03.266 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, lastModified changed from 2022-06-07 12:28:03.265031000 to 2022-06-07 12:28:03.266031000
12:28:03.266 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, create new FileSnapshot: lastRead=2022-06-07 12:28:03.266309000, lastModified=2022-06-07 12:28:03.266031000, size=1, fileKey=(dev=38,ino=353469901)
12:28:03.266 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, isRacyClean=false, read=2022-06-07 12:28:03.266309000, lastModified=2022-06-07 12:28:03.266031000, delta=278000 ns, racy<=27500 ns
12:28:03.266 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, is unmodified
12:28:03.266 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, create new FileSnapshot: lastRead=2022-06-07 12:28:03.266634000, lastModified=2022-06-07 12:28:03.266031000, size=1, fileKey=(dev=38,ino=353469901)
12:28:03.266 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, isRacyClean=false, read=2022-06-07 12:28:03.266634000, lastModified=2022-06-07 12:28:03.266031000, delta=603000 ns, racy<=27500 ns
12:28:03.266 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, is unmodified
12:28:03.266 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, create new FileSnapshot: lastRead=2022-06-07 12:28:03.266924000, lastModified=2022-06-07 12:28:03.266031000, size=1, fileKey=(dev=38,ino=353469901)
12:28:03.267 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, isRacyClean=false, read=2022-06-07 12:28:03.266924000, lastModified=2022-06-07 12:28:03.266031000, delta=893000 ns, racy<=27500 ns
12:28:03.267 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, is unmodified
12:28:03.267 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, create new FileSnapshot: lastRead=2022-06-07 12:28:03.267267000, lastModified=2022-06-07 12:28:03.267031000, size=1, fileKey=(dev=38,ino=353469901)
12:28:03.267 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, isRacyClean=false, read=2022-06-07 12:28:03.267267000, lastModified=2022-06-07 12:28:03.267031000, delta=236000 ns, racy<=27500 ns
12:28:03.267 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, is unmodified
12:28:03.271 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, create new FileSnapshot: lastRead=2022-06-07 12:28:03.271871000, lastModified=2022-06-07 12:28:03.267031000, size=1, fileKey=(dev=38,ino=353469901)
12:28:03.272 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, lastModified changed from 2022-06-07 12:28:03.267031000 to 2022-06-07 12:28:03.272031000
12:28:03.272 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, create new FileSnapshot: lastRead=2022-06-07 12:28:03.272252000, lastModified=2022-06-07 12:28:03.272031000, size=1, fileKey=(dev=38,ino=353469901)
12:28:03.272 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, isRacyClean=false, read=2022-06-07 12:28:03.272252000, lastModified=2022-06-07 12:28:03.272031000, delta=221000 ns, racy<=27500 ns
12:28:03.272 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, is unmodified
12:28:03.272 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, create new FileSnapshot: lastRead=2022-06-07 12:28:03.272567000, lastModified=2022-06-07 12:28:03.272031000, size=1, fileKey=(dev=38,ino=353469901)
12:28:03.272 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, isRacyClean=false, read=2022-06-07 12:28:03.272567000, lastModified=2022-06-07 12:28:03.272031000, delta=536000 ns, racy<=27500 ns
12:28:03.272 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, is unmodified
12:28:03.272 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, create new FileSnapshot: lastRead=2022-06-07 12:28:03.272858000, lastModified=2022-06-07 12:28:03.272031000, size=1, fileKey=(dev=38,ino=353469901)
12:28:03.273 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, isRacyClean=false, read=2022-06-07 12:28:03.272858000, lastModified=2022-06-07 12:28:03.272031000, delta=827000 ns, racy<=27500 ns
12:28:03.273 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, is unmodified
12:28:03.273 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, create new FileSnapshot: lastRead=2022-06-07 12:28:03.273179000, lastModified=2022-06-07 12:28:03.273031000, size=1, fileKey=(dev=38,ino=353469901)
12:28:03.273 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, isRacyClean=false, read=2022-06-07 12:28:03.273179000, lastModified=2022-06-07 12:28:03.273031000, delta=148000 ns, racy<=27500 ns
12:28:03.273 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, is unmodified
12:28:03.273 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, create new FileSnapshot: lastRead=2022-06-07 12:28:03.273489000, lastModified=2022-06-07 12:28:03.273031000, size=1, fileKey=(dev=38,ino=353469901)
12:28:03.281 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, isRacyClean=false, read=2022-06-07 12:28:03.273489000, lastModified=2022-06-07 12:28:03.273031000, delta=458000 ns, racy<=27500 ns
12:28:03.281 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, is unmodified
12:28:03.282 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, create new FileSnapshot: lastRead=2022-06-07 12:28:03.282155000, lastModified=2022-06-07 12:28:03.282031000, size=1, fileKey=(dev=38,ino=353469901)
12:28:03.282 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, isRacyClean=false, read=2022-06-07 12:28:03.282155000, lastModified=2022-06-07 12:28:03.282031000, delta=124000 ns, racy<=27500 ns
12:28:03.282 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, is unmodified
12:28:03.282 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, create new FileSnapshot: lastRead=2022-06-07 12:28:03.282588000, lastModified=2022-06-07 12:28:03.282031000, size=1, fileKey=(dev=38,ino=353469901)
12:28:03.282 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, isRacyClean=false, read=2022-06-07 12:28:03.282588000, lastModified=2022-06-07 12:28:03.282031000, delta=557000 ns, racy<=27500 ns
12:28:03.282 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, is unmodified
12:28:03.283 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, create new FileSnapshot: lastRead=2022-06-07 12:28:03.283112000, lastModified=2022-06-07 12:28:03.282031000, size=1, fileKey=(dev=38,ino=353469901)
12:28:03.283 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, lastModified changed from 2022-06-07 12:28:03.282031000 to 2022-06-07 12:28:03.283031000
12:28:03.283 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, create new FileSnapshot: lastRead=2022-06-07 12:28:03.283580000, lastModified=2022-06-07 12:28:03.283031000, size=1, fileKey=(dev=38,ino=353469901)
12:28:03.283 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, isRacyClean=false, read=2022-06-07 12:28:03.283580000, lastModified=2022-06-07 12:28:03.283031000, delta=549000 ns, racy<=27500 ns
12:28:03.283 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, is unmodified
12:28:03.284 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, create new FileSnapshot: lastRead=2022-06-07 12:28:03.284080000, lastModified=2022-06-07 12:28:03.283031000, size=1, fileKey=(dev=38,ino=353469901)
12:28:03.284 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, lastModified changed from 2022-06-07 12:28:03.283031000 to 2022-06-07 12:28:03.284031000
12:28:03.290 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, create new FileSnapshot: lastRead=2022-06-07 12:28:03.290259000, lastModified=2022-06-07 12:28:03.284031000, size=1, fileKey=(dev=38,ino=353469901)
12:28:03.290 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, lastModified changed from 2022-06-07 12:28:03.284031000 to 2022-06-07 12:28:03.290031000
12:28:03.290 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, create new FileSnapshot: lastRead=2022-06-07 12:28:03.290939000, lastModified=2022-06-07 12:28:03.290031000, size=1, fileKey=(dev=38,ino=353469901)
12:28:03.291 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, lastModified changed from 2022-06-07 12:28:03.290031000 to 2022-06-07 12:28:03.291031000
12:28:03.291 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, create new FileSnapshot: lastRead=2022-06-07 12:28:03.291394000, lastModified=2022-06-07 12:28:03.291031000, size=1, fileKey=(dev=38,ino=353469901)
12:28:03.291 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, isRacyClean=false, read=2022-06-07 12:28:03.291394000, lastModified=2022-06-07 12:28:03.291031000, delta=363000 ns, racy<=27500 ns
12:28:03.291 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, is unmodified
12:28:03.291 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, create new FileSnapshot: lastRead=2022-06-07 12:28:03.291830000, lastModified=2022-06-07 12:28:03.291031000, size=1, fileKey=(dev=38,ino=353469901)
12:28:03.292 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, isRacyClean=false, read=2022-06-07 12:28:03.291830000, lastModified=2022-06-07 12:28:03.291031000, delta=799000 ns, racy<=27500 ns
12:28:03.292 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, is unmodified
12:28:03.292 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, create new FileSnapshot: lastRead=2022-06-07 12:28:03.292235000, lastModified=2022-06-07 12:28:03.292031000, size=1, fileKey=(dev=38,ino=353469901)
12:28:03.292 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, isRacyClean=false, read=2022-06-07 12:28:03.292235000, lastModified=2022-06-07 12:28:03.292031000, delta=204000 ns, racy<=27500 ns
12:28:03.292 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, is unmodified
12:28:03.292 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, create new FileSnapshot: lastRead=2022-06-07 12:28:03.292581000, lastModified=2022-06-07 12:28:03.292031000, size=1, fileKey=(dev=38,ino=353469901)
12:28:03.294 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, isRacyClean=false, read=2022-06-07 12:28:03.292581000, lastModified=2022-06-07 12:28:03.292031000, delta=550000 ns, racy<=27500 ns
12:28:03.294 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, is unmodified
12:28:03.295 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, create new FileSnapshot: lastRead=2022-06-07 12:28:03.294968000, lastModified=2022-06-07 12:28:03.294031000, size=1, fileKey=(dev=38,ino=353469901)
12:28:03.295 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, lastModified changed from 2022-06-07 12:28:03.294031000 to 2022-06-07 12:28:03.295031000
12:28:03.295 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, create new FileSnapshot: lastRead=2022-06-07 12:28:03.295329000, lastModified=2022-06-07 12:28:03.295031000, size=1, fileKey=(dev=38,ino=353469901)
12:28:03.295 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, isRacyClean=false, read=2022-06-07 12:28:03.295329000, lastModified=2022-06-07 12:28:03.295031000, delta=298000 ns, racy<=27500 ns
12:28:03.295 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, is unmodified
12:28:03.295 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, create new FileSnapshot: lastRead=2022-06-07 12:28:03.295696000, lastModified=2022-06-07 12:28:03.295031000, size=1, fileKey=(dev=38,ino=353469901)
12:28:03.295 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, isRacyClean=false, read=2022-06-07 12:28:03.295696000, lastModified=2022-06-07 12:28:03.295031000, delta=665000 ns, racy<=27500 ns
12:28:03.295 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, is unmodified
12:28:03.296 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, create new FileSnapshot: lastRead=2022-06-07 12:28:03.296024000, lastModified=2022-06-07 12:28:03.295031000, size=1, fileKey=(dev=38,ino=353469901)
12:28:03.296 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, lastModified changed from 2022-06-07 12:28:03.295031000 to 2022-06-07 12:28:03.296031000
12:28:03.296 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, create new FileSnapshot: lastRead=2022-06-07 12:28:03.296399000, lastModified=2022-06-07 12:28:03.296031000, size=1, fileKey=(dev=38,ino=353469901)
12:28:03.296 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, isRacyClean=false, read=2022-06-07 12:28:03.296399000, lastModified=2022-06-07 12:28:03.296031000, delta=368000 ns, racy<=27500 ns
12:28:03.296 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, is unmodified
12:28:03.298 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, create new FileSnapshot: lastRead=2022-06-07 12:28:03.298922000, lastModified=2022-06-07 12:28:03.296031000, size=1, fileKey=(dev=38,ino=353469901)
12:28:03.299 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, lastModified changed from 2022-06-07 12:28:03.296031000 to 2022-06-07 12:28:03.299031000
12:28:03.299 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, create new FileSnapshot: lastRead=2022-06-07 12:28:03.299337000, lastModified=2022-06-07 12:28:03.299031000, size=1, fileKey=(dev=38,ino=353469901)
12:28:03.299 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, isRacyClean=false, read=2022-06-07 12:28:03.299337000, lastModified=2022-06-07 12:28:03.299031000, delta=306000 ns, racy<=27500 ns
12:28:03.299 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, is unmodified
12:28:03.299 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, create new FileSnapshot: lastRead=2022-06-07 12:28:03.299688000, lastModified=2022-06-07 12:28:03.299031000, size=1, fileKey=(dev=38,ino=353469901)
12:28:03.299 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, isRacyClean=false, read=2022-06-07 12:28:03.299688000, lastModified=2022-06-07 12:28:03.299031000, delta=657000 ns, racy<=27500 ns
12:28:03.299 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, is unmodified
12:28:03.300 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, create new FileSnapshot: lastRead=2022-06-07 12:28:03.300019000, lastModified=2022-06-07 12:28:03.299031000, size=1, fileKey=(dev=38,ino=353469901)
12:28:03.300 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, lastModified changed from 2022-06-07 12:28:03.299031000 to 2022-06-07 12:28:03.300031000
12:28:03.300 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, create new FileSnapshot: lastRead=2022-06-07 12:28:03.300352000, lastModified=2022-06-07 12:28:03.300031000, size=1, fileKey=(dev=38,ino=353469901)
12:28:03.300 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, isRacyClean=false, read=2022-06-07 12:28:03.300352000, lastModified=2022-06-07 12:28:03.300031000, delta=321000 ns, racy<=27500 ns
12:28:03.300 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, is unmodified
12:28:03.300 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, create new FileSnapshot: lastRead=2022-06-07 12:28:03.300695000, lastModified=2022-06-07 12:28:03.300031000, size=1, fileKey=(dev=38,ino=353469901)
12:28:03.303 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, isRacyClean=false, read=2022-06-07 12:28:03.300695000, lastModified=2022-06-07 12:28:03.300031000, delta=664000 ns, racy<=27500 ns
12:28:03.303 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, is unmodified
12:28:03.303 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, create new FileSnapshot: lastRead=2022-06-07 12:28:03.303269000, lastModified=2022-06-07 12:28:03.303031000, size=1, fileKey=(dev=38,ino=353469901)
12:28:03.303 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, isRacyClean=false, read=2022-06-07 12:28:03.303269000, lastModified=2022-06-07 12:28:03.303031000, delta=238000 ns, racy<=27500 ns
12:28:03.303 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, is unmodified
12:28:03.303 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, create new FileSnapshot: lastRead=2022-06-07 12:28:03.303631000, lastModified=2022-06-07 12:28:03.303031000, size=1, fileKey=(dev=38,ino=353469901)
12:28:03.303 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, isRacyClean=false, read=2022-06-07 12:28:03.303631000, lastModified=2022-06-07 12:28:03.303031000, delta=600000 ns, racy<=27500 ns
12:28:03.303 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, is unmodified
12:28:03.304 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, create new FileSnapshot: lastRead=2022-06-07 12:28:03.303969000, lastModified=2022-06-07 12:28:03.303031000, size=1, fileKey=(dev=38,ino=353469901)
12:28:03.304 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, lastModified changed from 2022-06-07 12:28:03.303031000 to 2022-06-07 12:28:03.304031000
12:28:03.304 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, create new FileSnapshot: lastRead=2022-06-07 12:28:03.304305000, lastModified=2022-06-07 12:28:03.304031000, size=1, fileKey=(dev=38,ino=353469901)
12:28:03.304 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, isRacyClean=false, read=2022-06-07 12:28:03.304305000, lastModified=2022-06-07 12:28:03.304031000, delta=274000 ns, racy<=27500 ns
12:28:03.304 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, is unmodified
12:28:03.304 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, create new FileSnapshot: lastRead=2022-06-07 12:28:03.304653000, lastModified=2022-06-07 12:28:03.304031000, size=1, fileKey=(dev=38,ino=353469901)
12:28:03.304 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, isRacyClean=false, read=2022-06-07 12:28:03.304653000, lastModified=2022-06-07 12:28:03.304031000, delta=622000 ns, racy<=27500 ns
12:28:03.304 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, is unmodified
12:28:03.307 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, create new FileSnapshot: lastRead=2022-06-07 12:28:03.307108000, lastModified=2022-06-07 12:28:03.304031000, size=1, fileKey=(dev=38,ino=353469901)
12:28:03.307 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, lastModified changed from 2022-06-07 12:28:03.304031000 to 2022-06-07 12:28:03.307031000
12:28:03.307 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, create new FileSnapshot: lastRead=2022-06-07 12:28:03.307516000, lastModified=2022-06-07 12:28:03.307031000, size=1, fileKey=(dev=38,ino=353469901)
12:28:03.307 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, isRacyClean=false, read=2022-06-07 12:28:03.307516000, lastModified=2022-06-07 12:28:03.307031000, delta=485000 ns, racy<=27500 ns
12:28:03.307 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, is unmodified
12:28:03.307 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, create new FileSnapshot: lastRead=2022-06-07 12:28:03.307866000, lastModified=2022-06-07 12:28:03.307031000, size=1, fileKey=(dev=38,ino=353469901)
12:28:03.308 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, isRacyClean=false, read=2022-06-07 12:28:03.307866000, lastModified=2022-06-07 12:28:03.307031000, delta=835000 ns, racy<=27500 ns
12:28:03.308 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, is unmodified
12:28:03.308 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, create new FileSnapshot: lastRead=2022-06-07 12:28:03.308275000, lastModified=2022-06-07 12:28:03.308031000, size=1, fileKey=(dev=38,ino=353469901)
12:28:03.308 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, isRacyClean=false, read=2022-06-07 12:28:03.308275000, lastModified=2022-06-07 12:28:03.308031000, delta=244000 ns, racy<=27500 ns
12:28:03.308 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, is unmodified
12:28:03.308 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, create new FileSnapshot: lastRead=2022-06-07 12:28:03.308604000, lastModified=2022-06-07 12:28:03.308031000, size=1, fileKey=(dev=38,ino=353469901)
12:28:03.308 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, isRacyClean=false, read=2022-06-07 12:28:03.308604000, lastModified=2022-06-07 12:28:03.308031000, delta=573000 ns, racy<=27500 ns
12:28:03.308 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, is unmodified
12:28:03.308 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, create new FileSnapshot: lastRead=2022-06-07 12:28:03.308928000, lastModified=2022-06-07 12:28:03.308031000, size=1, fileKey=(dev=38,ino=353469901)
12:28:03.311 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, lastModified changed from 2022-06-07 12:28:03.308031000 to 2022-06-07 12:28:03.309031000
12:28:03.311 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, create new FileSnapshot: lastRead=2022-06-07 12:28:03.311477000, lastModified=2022-06-07 12:28:03.311031000, size=1, fileKey=(dev=38,ino=353469901)
12:28:03.311 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, isRacyClean=false, read=2022-06-07 12:28:03.311477000, lastModified=2022-06-07 12:28:03.311031000, delta=446000 ns, racy<=27500 ns
12:28:03.311 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, is unmodified
12:28:03.311 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, create new FileSnapshot: lastRead=2022-06-07 12:28:03.311844000, lastModified=2022-06-07 12:28:03.311031000, size=1, fileKey=(dev=38,ino=353469901)
12:28:03.312 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, isRacyClean=false, read=2022-06-07 12:28:03.311844000, lastModified=2022-06-07 12:28:03.311031000, delta=813000 ns, racy<=27500 ns
12:28:03.312 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, is unmodified
12:28:03.312 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, create new FileSnapshot: lastRead=2022-06-07 12:28:03.312226000, lastModified=2022-06-07 12:28:03.312031000, size=1, fileKey=(dev=38,ino=353469901)
12:28:03.312 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, isRacyClean=false, read=2022-06-07 12:28:03.312226000, lastModified=2022-06-07 12:28:03.312031000, delta=195000 ns, racy<=27500 ns
12:28:03.312 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, is unmodified
12:28:03.312 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, create new FileSnapshot: lastRead=2022-06-07 12:28:03.312600000, lastModified=2022-06-07 12:28:03.312031000, size=1, fileKey=(dev=38,ino=353469901)
12:28:03.312 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, isRacyClean=false, read=2022-06-07 12:28:03.312600000, lastModified=2022-06-07 12:28:03.312031000, delta=569000 ns, racy<=27500 ns
12:28:03.312 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, is unmodified
12:28:03.312 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, create new FileSnapshot: lastRead=2022-06-07 12:28:03.312941000, lastModified=2022-06-07 12:28:03.312031000, size=1, fileKey=(dev=38,ino=353469901)
12:28:03.313 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, lastModified changed from 2022-06-07 12:28:03.312031000 to 2022-06-07 12:28:03.313031000
12:28:03.315 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, create new FileSnapshot: lastRead=2022-06-07 12:28:03.315370000, lastModified=2022-06-07 12:28:03.313031000, size=1, fileKey=(dev=38,ino=353469901)
12:28:03.315 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, lastModified changed from 2022-06-07 12:28:03.313031000 to 2022-06-07 12:28:03.315031000
12:28:03.315 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, create new FileSnapshot: lastRead=2022-06-07 12:28:03.315748000, lastModified=2022-06-07 12:28:03.315031000, size=1, fileKey=(dev=38,ino=353469901)
12:28:03.315 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, isRacyClean=false, read=2022-06-07 12:28:03.315748000, lastModified=2022-06-07 12:28:03.315031000, delta=717000 ns, racy<=27500 ns
12:28:03.315 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, is unmodified
12:28:03.316 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, create new FileSnapshot: lastRead=2022-06-07 12:28:03.316109000, lastModified=2022-06-07 12:28:03.316031000, size=1, fileKey=(dev=38,ino=353469901)
12:28:03.316 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, isRacyClean=false, read=2022-06-07 12:28:03.316109000, lastModified=2022-06-07 12:28:03.316031000, delta=78000 ns, racy<=27500 ns
12:28:03.316 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, is unmodified
12:28:03.316 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, create new FileSnapshot: lastRead=2022-06-07 12:28:03.316463000, lastModified=2022-06-07 12:28:03.316031000, size=1, fileKey=(dev=38,ino=353469901)
12:28:03.316 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, isRacyClean=false, read=2022-06-07 12:28:03.316463000, lastModified=2022-06-07 12:28:03.316031000, delta=432000 ns, racy<=27500 ns
12:28:03.316 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, is unmodified
12:28:03.316 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, create new FileSnapshot: lastRead=2022-06-07 12:28:03.316771000, lastModified=2022-06-07 12:28:03.316031000, size=1, fileKey=(dev=38,ino=353469901)
12:28:03.316 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, isRacyClean=false, read=2022-06-07 12:28:03.316771000, lastModified=2022-06-07 12:28:03.316031000, delta=740000 ns, racy<=27500 ns
12:28:03.316 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, is unmodified
12:28:03.317 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, create new FileSnapshot: lastRead=2022-06-07 12:28:03.317116000, lastModified=2022-06-07 12:28:03.317032000, size=1, fileKey=(dev=38,ino=353469901)
12:28:03.319 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, isRacyClean=false, read=2022-06-07 12:28:03.317116000, lastModified=2022-06-07 12:28:03.317032000, delta=84000 ns, racy<=27500 ns
12:28:03.319 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, is unmodified
12:28:03.319 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, create new FileSnapshot: lastRead=2022-06-07 12:28:03.319623000, lastModified=2022-06-07 12:28:03.319032000, size=1, fileKey=(dev=38,ino=353469901)
12:28:03.319 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, isRacyClean=false, read=2022-06-07 12:28:03.319623000, lastModified=2022-06-07 12:28:03.319032000, delta=591000 ns, racy<=27500 ns
12:28:03.319 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, is unmodified
12:28:03.319 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, create new FileSnapshot: lastRead=2022-06-07 12:28:03.319944000, lastModified=2022-06-07 12:28:03.319032000, size=1, fileKey=(dev=38,ino=353469901)
12:28:03.320 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, lastModified changed from 2022-06-07 12:28:03.319032000 to 2022-06-07 12:28:03.320032000
12:28:03.320 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, create new FileSnapshot: lastRead=2022-06-07 12:28:03.320280000, lastModified=2022-06-07 12:28:03.320032000, size=1, fileKey=(dev=38,ino=353469901)
12:28:03.320 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, isRacyClean=false, read=2022-06-07 12:28:03.320280000, lastModified=2022-06-07 12:28:03.320032000, delta=248000 ns, racy<=27500 ns
12:28:03.320 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, is unmodified
12:28:03.320 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, create new FileSnapshot: lastRead=2022-06-07 12:28:03.320654000, lastModified=2022-06-07 12:28:03.320032000, size=1, fileKey=(dev=38,ino=353469901)
12:28:03.320 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, isRacyClean=false, read=2022-06-07 12:28:03.320654000, lastModified=2022-06-07 12:28:03.320032000, delta=622000 ns, racy<=27500 ns
12:28:03.320 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, is unmodified
12:28:03.321 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, create new FileSnapshot: lastRead=2022-06-07 12:28:03.321022000, lastModified=2022-06-07 12:28:03.320032000, size=1, fileKey=(dev=38,ino=353469901)
12:28:03.321 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, lastModified changed from 2022-06-07 12:28:03.320032000 to 2022-06-07 12:28:03.321032000
12:28:03.323 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, create new FileSnapshot: lastRead=2022-06-07 12:28:03.323662000, lastModified=2022-06-07 12:28:03.321032000, size=1, fileKey=(dev=38,ino=353469901)
12:28:03.323 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, lastModified changed from 2022-06-07 12:28:03.321032000 to 2022-06-07 12:28:03.323032000
12:28:03.324 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, create new FileSnapshot: lastRead=2022-06-07 12:28:03.324097000, lastModified=2022-06-07 12:28:03.323032000, size=1, fileKey=(dev=38,ino=353469901)
12:28:03.324 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, lastModified changed from 2022-06-07 12:28:03.323032000 to 2022-06-07 12:28:03.324032000
12:28:03.324 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, create new FileSnapshot: lastRead=2022-06-07 12:28:03.324475000, lastModified=2022-06-07 12:28:03.324032000, size=1, fileKey=(dev=38,ino=353469901)
12:28:03.324 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, isRacyClean=false, read=2022-06-07 12:28:03.324475000, lastModified=2022-06-07 12:28:03.324032000, delta=443000 ns, racy<=27500 ns
12:28:03.324 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, is unmodified
12:28:03.324 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, create new FileSnapshot: lastRead=2022-06-07 12:28:03.324851000, lastModified=2022-06-07 12:28:03.324032000, size=1, fileKey=(dev=38,ino=353469901)
12:28:03.325 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, isRacyClean=false, read=2022-06-07 12:28:03.324851000, lastModified=2022-06-07 12:28:03.324032000, delta=819000 ns, racy<=27500 ns
12:28:03.325 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, is unmodified
12:28:03.325 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, create new FileSnapshot: lastRead=2022-06-07 12:28:03.325226000, lastModified=2022-06-07 12:28:03.325032000, size=1, fileKey=(dev=38,ino=353469901)
12:28:03.325 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, isRacyClean=false, read=2022-06-07 12:28:03.325226000, lastModified=2022-06-07 12:28:03.325032000, delta=194000 ns, racy<=27500 ns
12:28:03.325 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, is unmodified
12:28:03.325 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, create new FileSnapshot: lastRead=2022-06-07 12:28:03.325594000, lastModified=2022-06-07 12:28:03.325032000, size=1, fileKey=(dev=38,ino=353469901)
12:28:03.328 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, isRacyClean=false, read=2022-06-07 12:28:03.325594000, lastModified=2022-06-07 12:28:03.325032000, delta=562000 ns, racy<=27500 ns
12:28:03.328 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, is unmodified
12:28:03.328 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, create new FileSnapshot: lastRead=2022-06-07 12:28:03.328247000, lastModified=2022-06-07 12:28:03.328032000, size=1, fileKey=(dev=38,ino=353469901)
12:28:03.328 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, isRacyClean=false, read=2022-06-07 12:28:03.328247000, lastModified=2022-06-07 12:28:03.328032000, delta=215000 ns, racy<=27500 ns
12:28:03.328 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, is unmodified
12:28:03.328 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, create new FileSnapshot: lastRead=2022-06-07 12:28:03.328632000, lastModified=2022-06-07 12:28:03.328032000, size=1, fileKey=(dev=38,ino=353469901)
12:28:03.328 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, isRacyClean=false, read=2022-06-07 12:28:03.328632000, lastModified=2022-06-07 12:28:03.328032000, delta=600000 ns, racy<=27500 ns
12:28:03.328 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, is unmodified
12:28:03.328 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, create new FileSnapshot: lastRead=2022-06-07 12:28:03.328953000, lastModified=2022-06-07 12:28:03.328032000, size=1, fileKey=(dev=38,ino=353469901)
12:28:03.329 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, lastModified changed from 2022-06-07 12:28:03.328032000 to 2022-06-07 12:28:03.329032000
12:28:03.329 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, create new FileSnapshot: lastRead=2022-06-07 12:28:03.329313000, lastModified=2022-06-07 12:28:03.329032000, size=1, fileKey=(dev=38,ino=353469901)
12:28:03.329 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, isRacyClean=false, read=2022-06-07 12:28:03.329313000, lastModified=2022-06-07 12:28:03.329032000, delta=281000 ns, racy<=27500 ns
12:28:03.329 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, is unmodified
12:28:03.329 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, create new FileSnapshot: lastRead=2022-06-07 12:28:03.329717000, lastModified=2022-06-07 12:28:03.329032000, size=1, fileKey=(dev=38,ino=353469901)
12:28:03.329 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, isRacyClean=false, read=2022-06-07 12:28:03.329717000, lastModified=2022-06-07 12:28:03.329032000, delta=685000 ns, racy<=27500 ns
12:28:03.329 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, is unmodified
12:28:03.332 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, create new FileSnapshot: lastRead=2022-06-07 12:28:03.332458000, lastModified=2022-06-07 12:28:03.329032000, size=1, fileKey=(dev=38,ino=353469901)
12:28:03.332 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, lastModified changed from 2022-06-07 12:28:03.329032000 to 2022-06-07 12:28:03.332032000
12:28:03.332 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, create new FileSnapshot: lastRead=2022-06-07 12:28:03.332850000, lastModified=2022-06-07 12:28:03.332032000, size=1, fileKey=(dev=38,ino=353469901)
12:28:03.333 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, isRacyClean=false, read=2022-06-07 12:28:03.332850000, lastModified=2022-06-07 12:28:03.332032000, delta=818000 ns, racy<=27500 ns
12:28:03.333 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, is unmodified
12:28:03.333 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, create new FileSnapshot: lastRead=2022-06-07 12:28:03.333215000, lastModified=2022-06-07 12:28:03.333032000, size=1, fileKey=(dev=38,ino=353469901)
12:28:03.333 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, isRacyClean=false, read=2022-06-07 12:28:03.333215000, lastModified=2022-06-07 12:28:03.333032000, delta=183000 ns, racy<=27500 ns
12:28:03.333 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, is unmodified
12:28:03.333 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, create new FileSnapshot: lastRead=2022-06-07 12:28:03.333554000, lastModified=2022-06-07 12:28:03.333032000, size=1, fileKey=(dev=38,ino=353469901)
12:28:03.333 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, isRacyClean=false, read=2022-06-07 12:28:03.333554000, lastModified=2022-06-07 12:28:03.333032000, delta=522000 ns, racy<=27500 ns
12:28:03.333 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, is unmodified
12:28:03.333 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, create new FileSnapshot: lastRead=2022-06-07 12:28:03.333869000, lastModified=2022-06-07 12:28:03.333032000, size=1, fileKey=(dev=38,ino=353469901)
12:28:03.334 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, isRacyClean=false, read=2022-06-07 12:28:03.333869000, lastModified=2022-06-07 12:28:03.333032000, delta=837000 ns, racy<=27500 ns
12:28:03.334 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, is unmodified
12:28:03.334 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, create new FileSnapshot: lastRead=2022-06-07 12:28:03.334225000, lastModified=2022-06-07 12:28:03.334032000, size=1, fileKey=(dev=38,ino=353469901)
12:28:03.337 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, isRacyClean=false, read=2022-06-07 12:28:03.334225000, lastModified=2022-06-07 12:28:03.334032000, delta=193000 ns, racy<=27500 ns
12:28:03.337 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, is unmodified
12:28:03.337 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, create new FileSnapshot: lastRead=2022-06-07 12:28:03.337648000, lastModified=2022-06-07 12:28:03.337032000, size=1, fileKey=(dev=38,ino=353469901)
12:28:03.337 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, isRacyClean=false, read=2022-06-07 12:28:03.337648000, lastModified=2022-06-07 12:28:03.337032000, delta=616000 ns, racy<=27500 ns
12:28:03.337 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, is unmodified
12:28:03.338 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, create new FileSnapshot: lastRead=2022-06-07 12:28:03.338000000, lastModified=2022-06-07 12:28:03.337032000, size=1, fileKey=(dev=38,ino=353469901)
12:28:03.338 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, lastModified changed from 2022-06-07 12:28:03.337032000 to 2022-06-07 12:28:03.338032000
12:28:03.338 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, create new FileSnapshot: lastRead=2022-06-07 12:28:03.338379000, lastModified=2022-06-07 12:28:03.338032000, size=1, fileKey=(dev=38,ino=353469901)
12:28:03.338 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, isRacyClean=false, read=2022-06-07 12:28:03.338379000, lastModified=2022-06-07 12:28:03.338032000, delta=347000 ns, racy<=27500 ns
12:28:03.338 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, is unmodified
12:28:03.338 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, create new FileSnapshot: lastRead=2022-06-07 12:28:03.338710000, lastModified=2022-06-07 12:28:03.338032000, size=1, fileKey=(dev=38,ino=353469901)
12:28:03.338 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, isRacyClean=false, read=2022-06-07 12:28:03.338710000, lastModified=2022-06-07 12:28:03.338032000, delta=678000 ns, racy<=27500 ns
12:28:03.338 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, is unmodified
12:28:03.339 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, create new FileSnapshot: lastRead=2022-06-07 12:28:03.339084000, lastModified=2022-06-07 12:28:03.338032000, size=1, fileKey=(dev=38,ino=353469901)
12:28:03.339 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, lastModified changed from 2022-06-07 12:28:03.338032000 to 2022-06-07 12:28:03.339032000
12:28:03.342 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, create new FileSnapshot: lastRead=2022-06-07 12:28:03.342429000, lastModified=2022-06-07 12:28:03.339032000, size=1, fileKey=(dev=38,ino=353469901)
12:28:03.342 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, lastModified changed from 2022-06-07 12:28:03.339032000 to 2022-06-07 12:28:03.342032000
12:28:03.342 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, create new FileSnapshot: lastRead=2022-06-07 12:28:03.342846000, lastModified=2022-06-07 12:28:03.342032000, size=1, fileKey=(dev=38,ino=353469901)
12:28:03.343 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, isRacyClean=false, read=2022-06-07 12:28:03.342846000, lastModified=2022-06-07 12:28:03.342032000, delta=814000 ns, racy<=27500 ns
12:28:03.343 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, is unmodified
12:28:03.343 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, create new FileSnapshot: lastRead=2022-06-07 12:28:03.343236000, lastModified=2022-06-07 12:28:03.343032000, size=1, fileKey=(dev=38,ino=353469901)
12:28:03.343 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, isRacyClean=false, read=2022-06-07 12:28:03.343236000, lastModified=2022-06-07 12:28:03.343032000, delta=204000 ns, racy<=27500 ns
12:28:03.343 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, is unmodified
12:28:03.343 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, create new FileSnapshot: lastRead=2022-06-07 12:28:03.343623000, lastModified=2022-06-07 12:28:03.343032000, size=1, fileKey=(dev=38,ino=353469901)
12:28:03.343 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, isRacyClean=false, read=2022-06-07 12:28:03.343623000, lastModified=2022-06-07 12:28:03.343032000, delta=591000 ns, racy<=27500 ns
12:28:03.343 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, is unmodified
12:28:03.343 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, create new FileSnapshot: lastRead=2022-06-07 12:28:03.343956000, lastModified=2022-06-07 12:28:03.343032000, size=1, fileKey=(dev=38,ino=353469901)
12:28:03.344 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, lastModified changed from 2022-06-07 12:28:03.343032000 to 2022-06-07 12:28:03.344032000
12:28:03.344 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, create new FileSnapshot: lastRead=2022-06-07 12:28:03.344280000, lastModified=2022-06-07 12:28:03.344032000, size=1, fileKey=(dev=38,ino=353469901)
12:28:03.347 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, isRacyClean=false, read=2022-06-07 12:28:03.344280000, lastModified=2022-06-07 12:28:03.344032000, delta=248000 ns, racy<=27500 ns
12:28:03.347 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, is unmodified
12:28:03.347 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, create new FileSnapshot: lastRead=2022-06-07 12:28:03.347695000, lastModified=2022-06-07 12:28:03.347032000, size=1, fileKey=(dev=38,ino=353469901)
12:28:03.347 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, isRacyClean=false, read=2022-06-07 12:28:03.347695000, lastModified=2022-06-07 12:28:03.347032000, delta=663000 ns, racy<=27500 ns
12:28:03.347 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, is unmodified
12:28:03.348 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, create new FileSnapshot: lastRead=2022-06-07 12:28:03.348062000, lastModified=2022-06-07 12:28:03.347032000, size=1, fileKey=(dev=38,ino=353469901)
12:28:03.348 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, lastModified changed from 2022-06-07 12:28:03.347032000 to 2022-06-07 12:28:03.348032000
12:28:03.348 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, create new FileSnapshot: lastRead=2022-06-07 12:28:03.348425000, lastModified=2022-06-07 12:28:03.348032000, size=1, fileKey=(dev=38,ino=353469901)
12:28:03.348 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, isRacyClean=false, read=2022-06-07 12:28:03.348425000, lastModified=2022-06-07 12:28:03.348032000, delta=393000 ns, racy<=27500 ns
12:28:03.348 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, is unmodified
12:28:03.348 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, create new FileSnapshot: lastRead=2022-06-07 12:28:03.348782000, lastModified=2022-06-07 12:28:03.348032000, size=1, fileKey=(dev=38,ino=353469901)
12:28:03.348 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, isRacyClean=false, read=2022-06-07 12:28:03.348782000, lastModified=2022-06-07 12:28:03.348032000, delta=750000 ns, racy<=27500 ns
12:28:03.348 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, is unmodified
12:28:03.349 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, create new FileSnapshot: lastRead=2022-06-07 12:28:03.349129000, lastModified=2022-06-07 12:28:03.349032000, size=1, fileKey=(dev=38,ino=353469901)
12:28:03.349 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, isRacyClean=false, read=2022-06-07 12:28:03.349129000, lastModified=2022-06-07 12:28:03.349032000, delta=97000 ns, racy<=27500 ns
12:28:03.349 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, is unmodified
12:28:03.352 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, create new FileSnapshot: lastRead=2022-06-07 12:28:03.352482000, lastModified=2022-06-07 12:28:03.349032000, size=1, fileKey=(dev=38,ino=353469901)
12:28:03.352 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, lastModified changed from 2022-06-07 12:28:03.349032000 to 2022-06-07 12:28:03.352032000
12:28:03.352 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, create new FileSnapshot: lastRead=2022-06-07 12:28:03.352870000, lastModified=2022-06-07 12:28:03.352032000, size=1, fileKey=(dev=38,ino=353469901)
12:28:03.353 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, isRacyClean=false, read=2022-06-07 12:28:03.352870000, lastModified=2022-06-07 12:28:03.352032000, delta=838000 ns, racy<=27500 ns
12:28:03.353 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, is unmodified
12:28:03.353 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, create new FileSnapshot: lastRead=2022-06-07 12:28:03.353239000, lastModified=2022-06-07 12:28:03.353032000, size=1, fileKey=(dev=38,ino=353469901)
12:28:03.353 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, isRacyClean=false, read=2022-06-07 12:28:03.353239000, lastModified=2022-06-07 12:28:03.353032000, delta=207000 ns, racy<=27500 ns
12:28:03.353 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, is unmodified
12:28:03.353 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, create new FileSnapshot: lastRead=2022-06-07 12:28:03.353575000, lastModified=2022-06-07 12:28:03.353032000, size=1, fileKey=(dev=38,ino=353469901)
12:28:03.353 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, isRacyClean=false, read=2022-06-07 12:28:03.353575000, lastModified=2022-06-07 12:28:03.353032000, delta=543000 ns, racy<=27500 ns
12:28:03.353 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, is unmodified
12:28:03.353 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, create new FileSnapshot: lastRead=2022-06-07 12:28:03.353881000, lastModified=2022-06-07 12:28:03.353032000, size=1, fileKey=(dev=38,ino=353469901)
12:28:03.354 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, isRacyClean=false, read=2022-06-07 12:28:03.353881000, lastModified=2022-06-07 12:28:03.353032000, delta=849000 ns, racy<=27500 ns
12:28:03.354 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, is unmodified
12:28:03.354 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, create new FileSnapshot: lastRead=2022-06-07 12:28:03.354257000, lastModified=2022-06-07 12:28:03.354032000, size=1, fileKey=(dev=38,ino=353469901)
12:28:03.357 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, isRacyClean=false, read=2022-06-07 12:28:03.354257000, lastModified=2022-06-07 12:28:03.354032000, delta=225000 ns, racy<=27500 ns
12:28:03.357 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, is unmodified
12:28:03.357 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, create new FileSnapshot: lastRead=2022-06-07 12:28:03.357655000, lastModified=2022-06-07 12:28:03.357032000, size=1, fileKey=(dev=38,ino=353469901)
12:28:03.357 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, isRacyClean=false, read=2022-06-07 12:28:03.357655000, lastModified=2022-06-07 12:28:03.357032000, delta=623000 ns, racy<=27500 ns
12:28:03.357 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, is unmodified
12:28:03.357 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, create new FileSnapshot: lastRead=2022-06-07 12:28:03.357973000, lastModified=2022-06-07 12:28:03.357032000, size=1, fileKey=(dev=38,ino=353469901)
12:28:03.358 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, lastModified changed from 2022-06-07 12:28:03.357032000 to 2022-06-07 12:28:03.358032000
12:28:03.358 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, create new FileSnapshot: lastRead=2022-06-07 12:28:03.358289000, lastModified=2022-06-07 12:28:03.358032000, size=1, fileKey=(dev=38,ino=353469901)
12:28:03.358 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, isRacyClean=false, read=2022-06-07 12:28:03.358289000, lastModified=2022-06-07 12:28:03.358032000, delta=257000 ns, racy<=27500 ns
12:28:03.358 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, is unmodified
12:28:03.358 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, create new FileSnapshot: lastRead=2022-06-07 12:28:03.358611000, lastModified=2022-06-07 12:28:03.358032000, size=1, fileKey=(dev=38,ino=353469901)
12:28:03.358 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, isRacyClean=false, read=2022-06-07 12:28:03.358611000, lastModified=2022-06-07 12:28:03.358032000, delta=579000 ns, racy<=27500 ns
12:28:03.358 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, is unmodified
12:28:03.358 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, create new FileSnapshot: lastRead=2022-06-07 12:28:03.358889000, lastModified=2022-06-07 12:28:03.358032000, size=1, fileKey=(dev=38,ino=353469901)
12:28:03.359 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, isRacyClean=false, read=2022-06-07 12:28:03.358889000, lastModified=2022-06-07 12:28:03.358032000, delta=857000 ns, racy<=27500 ns
12:28:03.359 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, is unmodified
12:28:03.362 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, create new FileSnapshot: lastRead=2022-06-07 12:28:03.362181000, lastModified=2022-06-07 12:28:03.359032000, size=1, fileKey=(dev=38,ino=353469901)
12:28:03.362 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, lastModified changed from 2022-06-07 12:28:03.359032000 to 2022-06-07 12:28:03.362032000
12:28:03.362 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, create new FileSnapshot: lastRead=2022-06-07 12:28:03.362554000, lastModified=2022-06-07 12:28:03.362032000, size=1, fileKey=(dev=38,ino=353469901)
12:28:03.362 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, isRacyClean=false, read=2022-06-07 12:28:03.362554000, lastModified=2022-06-07 12:28:03.362032000, delta=522000 ns, racy<=27500 ns
12:28:03.362 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, is unmodified
12:28:03.362 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, create new FileSnapshot: lastRead=2022-06-07 12:28:03.362838000, lastModified=2022-06-07 12:28:03.362032000, size=1, fileKey=(dev=38,ino=353469901)
12:28:03.363 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, isRacyClean=false, read=2022-06-07 12:28:03.362838000, lastModified=2022-06-07 12:28:03.362032000, delta=806000 ns, racy<=27500 ns
12:28:03.363 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, is unmodified
12:28:03.363 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, create new FileSnapshot: lastRead=2022-06-07 12:28:03.363164000, lastModified=2022-06-07 12:28:03.363032000, size=1, fileKey=(dev=38,ino=353469901)
12:28:03.363 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, isRacyClean=false, read=2022-06-07 12:28:03.363164000, lastModified=2022-06-07 12:28:03.363032000, delta=132000 ns, racy<=27500 ns
12:28:03.363 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, is unmodified
12:28:03.363 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, create new FileSnapshot: lastRead=2022-06-07 12:28:03.363506000, lastModified=2022-06-07 12:28:03.363032000, size=1, fileKey=(dev=38,ino=353469901)
12:28:03.363 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, isRacyClean=false, read=2022-06-07 12:28:03.363506000, lastModified=2022-06-07 12:28:03.363032000, delta=474000 ns, racy<=27500 ns
12:28:03.363 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, is unmodified
12:28:03.363 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, create new FileSnapshot: lastRead=2022-06-07 12:28:03.363784000, lastModified=2022-06-07 12:28:03.363032000, size=1, fileKey=(dev=38,ino=353469901)
12:28:03.367 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, isRacyClean=false, read=2022-06-07 12:28:03.363784000, lastModified=2022-06-07 12:28:03.363032000, delta=752000 ns, racy<=27500 ns
12:28:03.367 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, is unmodified
12:28:03.367 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, create new FileSnapshot: lastRead=2022-06-07 12:28:03.367267000, lastModified=2022-06-07 12:28:03.367032000, size=1, fileKey=(dev=38,ino=353469901)
12:28:03.367 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, isRacyClean=false, read=2022-06-07 12:28:03.367267000, lastModified=2022-06-07 12:28:03.367032000, delta=235000 ns, racy<=27500 ns
12:28:03.367 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, is unmodified
12:28:03.367 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, create new FileSnapshot: lastRead=2022-06-07 12:28:03.367629000, lastModified=2022-06-07 12:28:03.367032000, size=1, fileKey=(dev=38,ino=353469901)
12:28:03.367 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, isRacyClean=false, read=2022-06-07 12:28:03.367629000, lastModified=2022-06-07 12:28:03.367032000, delta=597000 ns, racy<=27500 ns
12:28:03.367 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, is unmodified
12:28:03.367 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, create new FileSnapshot: lastRead=2022-06-07 12:28:03.367922000, lastModified=2022-06-07 12:28:03.367032000, size=1, fileKey=(dev=38,ino=353469901)
12:28:03.368 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, isRacyClean=false, read=2022-06-07 12:28:03.367922000, lastModified=2022-06-07 12:28:03.367032000, delta=890000 ns, racy<=27500 ns
12:28:03.368 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, is unmodified
12:28:03.368 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, create new FileSnapshot: lastRead=2022-06-07 12:28:03.368257000, lastModified=2022-06-07 12:28:03.368032000, size=1, fileKey=(dev=38,ino=353469901)
12:28:03.368 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, isRacyClean=false, read=2022-06-07 12:28:03.368257000, lastModified=2022-06-07 12:28:03.368032000, delta=225000 ns, racy<=27500 ns
12:28:03.368 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, is unmodified
12:28:03.368 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, create new FileSnapshot: lastRead=2022-06-07 12:28:03.368571000, lastModified=2022-06-07 12:28:03.368032000, size=1, fileKey=(dev=38,ino=353469901)
12:28:03.368 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, isRacyClean=false, read=2022-06-07 12:28:03.368571000, lastModified=2022-06-07 12:28:03.368032000, delta=539000 ns, racy<=27500 ns
12:28:03.368 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, is unmodified
12:28:03.372 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, create new FileSnapshot: lastRead=2022-06-07 12:28:03.371970000, lastModified=2022-06-07 12:28:03.368032000, size=1, fileKey=(dev=38,ino=353469901)
12:28:03.372 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, lastModified changed from 2022-06-07 12:28:03.368032000 to 2022-06-07 12:28:03.372032000
12:28:03.372 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, create new FileSnapshot: lastRead=2022-06-07 12:28:03.372321000, lastModified=2022-06-07 12:28:03.372032000, size=1, fileKey=(dev=38,ino=353469901)
12:28:03.372 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, isRacyClean=false, read=2022-06-07 12:28:03.372321000, lastModified=2022-06-07 12:28:03.372032000, delta=289000 ns, racy<=27500 ns
12:28:03.372 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, is unmodified
12:28:03.372 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, create new FileSnapshot: lastRead=2022-06-07 12:28:03.372635000, lastModified=2022-06-07 12:28:03.372032000, size=1, fileKey=(dev=38,ino=353469901)
12:28:03.372 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, isRacyClean=false, read=2022-06-07 12:28:03.372635000, lastModified=2022-06-07 12:28:03.372032000, delta=603000 ns, racy<=27500 ns
12:28:03.372 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, is unmodified
12:28:03.372 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, create new FileSnapshot: lastRead=2022-06-07 12:28:03.372914000, lastModified=2022-06-07 12:28:03.372032000, size=1, fileKey=(dev=38,ino=353469901)
12:28:03.373 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, isRacyClean=false, read=2022-06-07 12:28:03.372914000, lastModified=2022-06-07 12:28:03.372032000, delta=882000 ns, racy<=27500 ns
12:28:03.373 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, is unmodified
12:28:03.373 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, create new FileSnapshot: lastRead=2022-06-07 12:28:03.373240000, lastModified=2022-06-07 12:28:03.373032000, size=1, fileKey=(dev=38,ino=353469901)
12:28:03.373 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, isRacyClean=false, read=2022-06-07 12:28:03.373240000, lastModified=2022-06-07 12:28:03.373032000, delta=208000 ns, racy<=27500 ns
12:28:03.373 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, is unmodified
12:28:03.373 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, create new FileSnapshot: lastRead=2022-06-07 12:28:03.373534000, lastModified=2022-06-07 12:28:03.373032000, size=1, fileKey=(dev=38,ino=353469901)
12:28:03.376 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, isRacyClean=false, read=2022-06-07 12:28:03.373534000, lastModified=2022-06-07 12:28:03.373032000, delta=502000 ns, racy<=27500 ns
12:28:03.376 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, is unmodified
12:28:03.377 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, create new FileSnapshot: lastRead=2022-06-07 12:28:03.376976000, lastModified=2022-06-07 12:28:03.376032000, size=1, fileKey=(dev=38,ino=353469901)
12:28:03.377 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, lastModified changed from 2022-06-07 12:28:03.376032000 to 2022-06-07 12:28:03.377032000
12:28:03.377 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, create new FileSnapshot: lastRead=2022-06-07 12:28:03.377321000, lastModified=2022-06-07 12:28:03.377032000, size=1, fileKey=(dev=38,ino=353469901)
12:28:03.377 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, isRacyClean=false, read=2022-06-07 12:28:03.377321000, lastModified=2022-06-07 12:28:03.377032000, delta=289000 ns, racy<=27500 ns
12:28:03.377 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, is unmodified
12:28:03.377 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, create new FileSnapshot: lastRead=2022-06-07 12:28:03.377634000, lastModified=2022-06-07 12:28:03.377032000, size=1, fileKey=(dev=38,ino=353469901)
12:28:03.377 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, isRacyClean=false, read=2022-06-07 12:28:03.377634000, lastModified=2022-06-07 12:28:03.377032000, delta=602000 ns, racy<=27500 ns
12:28:03.377 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, is unmodified
12:28:03.378 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, create new FileSnapshot: lastRead=2022-06-07 12:28:03.377966000, lastModified=2022-06-07 12:28:03.377032000, size=1, fileKey=(dev=38,ino=353469901)
12:28:03.378 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, lastModified changed from 2022-06-07 12:28:03.377032000 to 2022-06-07 12:28:03.378032000
12:28:03.378 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, create new FileSnapshot: lastRead=2022-06-07 12:28:03.378301000, lastModified=2022-06-07 12:28:03.378032000, size=1, fileKey=(dev=38,ino=353469901)
12:28:03.378 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, isRacyClean=false, read=2022-06-07 12:28:03.378301000, lastModified=2022-06-07 12:28:03.378032000, delta=269000 ns, racy<=27500 ns
12:28:03.378 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, is unmodified
12:28:03.382 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, create new FileSnapshot: lastRead=2022-06-07 12:28:03.382001000, lastModified=2022-06-07 12:28:03.378032000, size=1, fileKey=(dev=38,ino=353469901)
12:28:03.382 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, lastModified changed from 2022-06-07 12:28:03.378032000 to 2022-06-07 12:28:03.382032000
12:28:03.382 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, create new FileSnapshot: lastRead=2022-06-07 12:28:03.382504000, lastModified=2022-06-07 12:28:03.382032000, size=1, fileKey=(dev=38,ino=353469901)
12:28:03.382 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, isRacyClean=false, read=2022-06-07 12:28:03.382504000, lastModified=2022-06-07 12:28:03.382032000, delta=472000 ns, racy<=27500 ns
12:28:03.382 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, is unmodified
12:28:03.382 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, create new FileSnapshot: lastRead=2022-06-07 12:28:03.382838000, lastModified=2022-06-07 12:28:03.382032000, size=1, fileKey=(dev=38,ino=353469901)
12:28:03.383 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, isRacyClean=false, read=2022-06-07 12:28:03.382838000, lastModified=2022-06-07 12:28:03.382032000, delta=806000 ns, racy<=27500 ns
12:28:03.383 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, is unmodified
12:28:03.383 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, create new FileSnapshot: lastRead=2022-06-07 12:28:03.383207000, lastModified=2022-06-07 12:28:03.383032000, size=1, fileKey=(dev=38,ino=353469901)
12:28:03.383 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, isRacyClean=false, read=2022-06-07 12:28:03.383207000, lastModified=2022-06-07 12:28:03.383032000, delta=175000 ns, racy<=27500 ns
12:28:03.383 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, is unmodified
12:28:03.383 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, create new FileSnapshot: lastRead=2022-06-07 12:28:03.383554000, lastModified=2022-06-07 12:28:03.383032000, size=1, fileKey=(dev=38,ino=353469901)
12:28:03.383 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, isRacyClean=false, read=2022-06-07 12:28:03.383554000, lastModified=2022-06-07 12:28:03.383032000, delta=522000 ns, racy<=27500 ns
12:28:03.383 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, is unmodified
12:28:03.383 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, create new FileSnapshot: lastRead=2022-06-07 12:28:03.383876000, lastModified=2022-06-07 12:28:03.383032000, size=1, fileKey=(dev=38,ino=353469901)
12:28:03.388 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, isRacyClean=false, read=2022-06-07 12:28:03.383876000, lastModified=2022-06-07 12:28:03.383032000, delta=844000 ns, racy<=27500 ns
12:28:03.388 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, is unmodified
12:28:03.388 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, create new FileSnapshot: lastRead=2022-06-07 12:28:03.388409000, lastModified=2022-06-07 12:28:03.388032000, size=1, fileKey=(dev=38,ino=353469901)
12:28:03.388 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, isRacyClean=false, read=2022-06-07 12:28:03.388409000, lastModified=2022-06-07 12:28:03.388032000, delta=377000 ns, racy<=27500 ns
12:28:03.388 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, is unmodified
12:28:03.388 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, create new FileSnapshot: lastRead=2022-06-07 12:28:03.388784000, lastModified=2022-06-07 12:28:03.388032000, size=1, fileKey=(dev=38,ino=353469901)
12:28:03.388 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, isRacyClean=false, read=2022-06-07 12:28:03.388784000, lastModified=2022-06-07 12:28:03.388032000, delta=752000 ns, racy<=27500 ns
12:28:03.389 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, is unmodified
12:28:03.389 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, create new FileSnapshot: lastRead=2022-06-07 12:28:03.389135000, lastModified=2022-06-07 12:28:03.389032000, size=1, fileKey=(dev=38,ino=353469901)
12:28:03.389 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, isRacyClean=false, read=2022-06-07 12:28:03.389135000, lastModified=2022-06-07 12:28:03.389032000, delta=103000 ns, racy<=27500 ns
12:28:03.389 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, is unmodified
12:28:03.389 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, create new FileSnapshot: lastRead=2022-06-07 12:28:03.389480000, lastModified=2022-06-07 12:28:03.389032000, size=1, fileKey=(dev=38,ino=353469901)
12:28:03.389 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, isRacyClean=false, read=2022-06-07 12:28:03.389480000, lastModified=2022-06-07 12:28:03.389032000, delta=448000 ns, racy<=27500 ns
12:28:03.389 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, is unmodified
12:28:03.389 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, create new FileSnapshot: lastRead=2022-06-07 12:28:03.389789000, lastModified=2022-06-07 12:28:03.389032000, size=1, fileKey=(dev=38,ino=353469901)
12:28:03.390 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, isRacyClean=false, read=2022-06-07 12:28:03.389789000, lastModified=2022-06-07 12:28:03.389032000, delta=757000 ns, racy<=27500 ns
12:28:03.390 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, is unmodified
12:28:03.394 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, create new FileSnapshot: lastRead=2022-06-07 12:28:03.394160000, lastModified=2022-06-07 12:28:03.390032000, size=1, fileKey=(dev=38,ino=353469901)
12:28:03.394 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, lastModified changed from 2022-06-07 12:28:03.390032000 to 2022-06-07 12:28:03.394032000
12:28:03.394 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, create new FileSnapshot: lastRead=2022-06-07 12:28:03.394585000, lastModified=2022-06-07 12:28:03.394032000, size=1, fileKey=(dev=38,ino=353469901)
12:28:03.394 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, isRacyClean=false, read=2022-06-07 12:28:03.394585000, lastModified=2022-06-07 12:28:03.394032000, delta=553000 ns, racy<=27500 ns
12:28:03.394 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, is unmodified
12:28:03.394 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, create new FileSnapshot: lastRead=2022-06-07 12:28:03.394910000, lastModified=2022-06-07 12:28:03.394032000, size=1, fileKey=(dev=38,ino=353469901)
12:28:03.395 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, lastModified changed from 2022-06-07 12:28:03.394032000 to 2022-06-07 12:28:03.395032000
12:28:03.395 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, create new FileSnapshot: lastRead=2022-06-07 12:28:03.395256000, lastModified=2022-06-07 12:28:03.395032000, size=1, fileKey=(dev=38,ino=353469901)
12:28:03.395 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, isRacyClean=false, read=2022-06-07 12:28:03.395256000, lastModified=2022-06-07 12:28:03.395032000, delta=224000 ns, racy<=27500 ns
12:28:03.395 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, is unmodified
12:28:03.395 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, create new FileSnapshot: lastRead=2022-06-07 12:28:03.395569000, lastModified=2022-06-07 12:28:03.395032000, size=1, fileKey=(dev=38,ino=353469901)
12:28:03.395 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, isRacyClean=false, read=2022-06-07 12:28:03.395569000, lastModified=2022-06-07 12:28:03.395032000, delta=537000 ns, racy<=27500 ns
12:28:03.395 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, is unmodified
12:28:03.395 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, create new FileSnapshot: lastRead=2022-06-07 12:28:03.395876000, lastModified=2022-06-07 12:28:03.395032000, size=1, fileKey=(dev=38,ino=353469901)
12:28:03.400 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, isRacyClean=false, read=2022-06-07 12:28:03.395876000, lastModified=2022-06-07 12:28:03.395032000, delta=844000 ns, racy<=27500 ns
12:28:03.400 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/.probe-481b527b-2fe6-490e-b24a-3b3245373d33, is unmodified
12:28:03.401 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.util.FS - delta [ns] since modification FileSnapshot failed to detect
count, failures, racy limit [ns], delta min [ns], delta max [ns], delta avg [ns], delta stddev [ns]
1763, 1200, 27500, 66000.0, 903000.0, 461615.8333333334, 216800.0387376259
12:28:03.402 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.util.FS - FileStoreAttributes[fsTimestampResolution=11 µs, minimalRacyInterval=903 µs]
12:28:03.403 [JGit-FileStoreAttributeWriter-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, isRacyClean=false, read=2022-06-07 12:28:00.095281000, lastModified=2022-06-07 12:22:33.800585000, delta=326294696000 ns, racy<=2500000000 ns
12:28:03.403 [JGit-FileStoreAttributeWriter-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, is unmodified
12:28:03.403 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/pack, isRacyClean=false, read=2022-06-07 12:28:00.391775000, lastModified=2022-06-07 12:28:00.205018000, delta=186757000 ns, racy<=2257500 ns
12:28:03.403 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/pack, is unmodified
12:28:03.404 [JGit-FileStoreAttributeWriter-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, create new FileSnapshot: lastRead=2022-06-07 12:28:03.404421000, lastModified=2022-06-07 12:28:03.404032000, size=259, fileKey=(dev=804,ino=1711877496)
12:28:03.405 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=null, size changed from -1 to 0 bytes
12:28:03.406 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/pack/preserved, isRacyClean=false, read=2022-06-07 12:28:03.405128000, lastModified=1970-01-01 00:00:00.000000000, delta=1654604883405128000 ns, racy<=2257500 ns
12:28:03.406 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/pack/preserved, is unmodified
12:28:03.408 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/pack, isRacyClean=false, read=2022-06-07 12:28:00.391775000, lastModified=2022-06-07 12:28:00.205018000, delta=186757000 ns, racy<=2257500 ns
12:28:03.408 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/pack, is unmodified
12:28:03.408 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/pack/preserved, isRacyClean=false, read=2022-06-07 12:28:03.405128000, lastModified=1970-01-01 00:00:00.000000000, delta=1654604883405128000 ns, racy<=2257500 ns
12:28:03.409 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/pack/preserved, is unmodified
12:28:03.410 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-07 12:28:03.404421000, lastModified=2022-06-07 12:28:03.404032000, delta=389000 ns, racy<=2500000000 ns
12:28:03.410 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean
12:28:03.410 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config]
12:28:03.410 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2022-06-07 12:28:03.410415000, lastModified=2022-06-07 12:28:03.404032000, size=259, fileKey=(dev=804,ino=1711877496)
12:28:03.410 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-07 12:28:03.410415000, lastModified=2022-06-07 12:28:03.404032000, delta=6383000 ns, racy<=2500000000 ns
12:28:03.410 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2022-06-07 12:28:00.179451000, lastModified=1970-01-01 00:00:00.000000000, delta=1654604880179451000 ns, racy<=2500000000 ns
12:28:03.410 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified
12:28:03.410 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/config, isRacyClean=true, read=2022-06-07 12:28:00.387408000, lastModified=2022-06-07 12:28:00.287018000, delta=100390000 ns, racy<=2500000000 ns
12:28:03.410 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/config, is racily clean
12:28:03.411 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/config, create new FileSnapshot: lastRead=2022-06-07 12:28:03.410974000, lastModified=2022-06-07 12:28:00.287018000, size=78, fileKey=(dev=38,ino=346030233)
12:28:03.411 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/config, isRacyClean=false, read=2022-06-07 12:28:03.410974000, lastModified=2022-06-07 12:28:00.287018000, delta=3123956000 ns, racy<=2500000000 ns
12:28:03.412 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/index.lock, create new FileSnapshot: lastRead=2022-06-07 12:28:03.412691000, lastModified=2022-06-07 12:28:00.311018000, size=0, fileKey=(dev=38,ino=346030234)
12:28:03.412 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-07 12:28:03.410415000, lastModified=2022-06-07 12:28:03.404032000, delta=6383000 ns, racy<=2500000000 ns
12:28:03.412 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean
12:28:03.412 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config]
12:28:03.413 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2022-06-07 12:28:03.412981000, lastModified=2022-06-07 12:28:03.404032000, size=259, fileKey=(dev=804,ino=1711877496)
12:28:03.413 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-07 12:28:03.412981000, lastModified=2022-06-07 12:28:03.404032000, delta=8949000 ns, racy<=2500000000 ns
12:28:03.413 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2022-06-07 12:28:00.179451000, lastModified=1970-01-01 00:00:00.000000000, delta=1654604880179451000 ns, racy<=2500000000 ns
12:28:03.413 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified
12:28:03.413 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/config, cannot be racily clean
12:28:03.414 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/index.lock, create new FileSnapshot: lastRead=2022-06-07 12:28:03.414063000, lastModified=2022-06-07 12:28:03.413032000, size=104, fileKey=(dev=38,ino=346030234)
12:28:03.414 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/index, create new FileSnapshot: lastRead=2022-06-07 12:28:03.414357000, lastModified=2022-06-07 12:28:03.413032000, size=104, fileKey=(dev=38,ino=346030234)
12:28:03.430 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-07 12:28:03.412981000, lastModified=2022-06-07 12:28:03.404032000, delta=8949000 ns, racy<=2500000000 ns
12:28:03.431 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean
12:28:03.431 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config]
12:28:03.431 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2022-06-07 12:28:03.431181000, lastModified=2022-06-07 12:28:03.404032000, size=259, fileKey=(dev=804,ino=1711877496)
12:28:03.431 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-07 12:28:03.431181000, lastModified=2022-06-07 12:28:03.404032000, delta=27149000 ns, racy<=2500000000 ns
12:28:03.431 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2022-06-07 12:28:00.179451000, lastModified=1970-01-01 00:00:00.000000000, delta=1654604880179451000 ns, racy<=2500000000 ns
12:28:03.431 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified
12:28:03.431 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/config, cannot be racily clean
12:28:03.432 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-07 12:28:03.431181000, lastModified=2022-06-07 12:28:03.404032000, delta=27149000 ns, racy<=2500000000 ns
12:28:03.432 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean
12:28:03.432 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config]
12:28:03.432 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2022-06-07 12:28:03.432545000, lastModified=2022-06-07 12:28:03.404032000, size=259, fileKey=(dev=804,ino=1711877496)
12:28:03.432 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-07 12:28:03.432545000, lastModified=2022-06-07 12:28:03.404032000, delta=28513000 ns, racy<=2500000000 ns
12:28:03.432 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2022-06-07 12:28:00.179451000, lastModified=1970-01-01 00:00:00.000000000, delta=1654604880179451000 ns, racy<=2500000000 ns
12:28:03.432 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified
12:28:03.432 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/config, cannot be racily clean
12:28:03.436 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-07 12:28:03.432545000, lastModified=2022-06-07 12:28:03.404032000, delta=28513000 ns, racy<=2500000000 ns
12:28:03.436 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean
12:28:03.436 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config]
12:28:03.436 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2022-06-07 12:28:03.436939000, lastModified=2022-06-07 12:28:03.404032000, size=259, fileKey=(dev=804,ino=1711877496)
12:28:03.437 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-07 12:28:03.436939000, lastModified=2022-06-07 12:28:03.404032000, delta=32907000 ns, racy<=2500000000 ns
12:28:03.437 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2022-06-07 12:28:00.179451000, lastModified=1970-01-01 00:00:00.000000000, delta=1654604880179451000 ns, racy<=2500000000 ns
12:28:03.437 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified
12:28:03.437 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/config, cannot be racily clean
12:28:03.438 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-07 12:28:03.436939000, lastModified=2022-06-07 12:28:03.404032000, delta=32907000 ns, racy<=2500000000 ns
12:28:03.438 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean
12:28:03.438 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config]
12:28:03.438 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2022-06-07 12:28:03.438856000, lastModified=2022-06-07 12:28:03.404032000, size=259, fileKey=(dev=804,ino=1711877496)
12:28:03.439 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-07 12:28:03.438856000, lastModified=2022-06-07 12:28:03.404032000, delta=34824000 ns, racy<=2500000000 ns
12:28:03.439 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2022-06-07 12:28:00.179451000, lastModified=1970-01-01 00:00:00.000000000, delta=1654604880179451000 ns, racy<=2500000000 ns
12:28:03.439 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified
12:28:03.439 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/config, cannot be racily clean
12:28:03.439 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/HEAD, create new FileSnapshot: lastRead=2022-06-07 12:28:03.439410000, lastModified=2022-06-07 12:28:00.279018000, size=23, fileKey=(dev=38,ino=346030232)
12:28:03.440 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-07 12:28:03.438856000, lastModified=2022-06-07 12:28:03.404032000, delta=34824000 ns, racy<=2500000000 ns
12:28:03.440 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean
12:28:03.440 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config]
12:28:03.440 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2022-06-07 12:28:03.440176000, lastModified=2022-06-07 12:28:03.404032000, size=259, fileKey=(dev=804,ino=1711877496)
12:28:03.440 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-07 12:28:03.440176000, lastModified=2022-06-07 12:28:03.404032000, delta=36144000 ns, racy<=2500000000 ns
12:28:03.440 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2022-06-07 12:28:00.179451000, lastModified=1970-01-01 00:00:00.000000000, delta=1654604880179451000 ns, racy<=2500000000 ns
12:28:03.440 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified
12:28:03.440 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/config, cannot be racily clean
12:28:03.441 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/HEAD, isRacyClean=false, read=2022-06-07 12:28:03.439410000, lastModified=2022-06-07 12:28:00.279018000, delta=3160392000 ns, racy<=2257500 ns
12:28:03.441 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/HEAD, is unmodified
12:28:03.442 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-07 12:28:03.440176000, lastModified=2022-06-07 12:28:03.404032000, delta=36144000 ns, racy<=2500000000 ns
12:28:03.442 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean
12:28:03.442 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config]
12:28:03.442 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2022-06-07 12:28:03.442412000, lastModified=2022-06-07 12:28:03.404032000, size=259, fileKey=(dev=804,ino=1711877496)
12:28:03.442 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-07 12:28:03.442412000, lastModified=2022-06-07 12:28:03.404032000, delta=38380000 ns, racy<=2500000000 ns
12:28:03.442 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2022-06-07 12:28:00.179451000, lastModified=1970-01-01 00:00:00.000000000, delta=1654604880179451000 ns, racy<=2500000000 ns
12:28:03.442 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified
12:28:03.442 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/config, cannot be racily clean
12:28:03.444 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/index, create new FileSnapshot: lastRead=2022-06-07 12:28:03.444406000, lastModified=2022-06-07 12:28:03.413032000, size=104, fileKey=(dev=38,ino=346030234)
12:28:03.444 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/index, create new FileSnapshot: lastRead=2022-06-07 12:28:03.444617000, lastModified=2022-06-07 12:28:03.413032000, size=104, fileKey=(dev=38,ino=346030234)
12:28:03.475 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/pack, isRacyClean=false, read=2022-06-07 12:28:00.391775000, lastModified=2022-06-07 12:28:00.205018000, delta=186757000 ns, racy<=2257500 ns
12:28:03.475 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/pack, is unmodified
12:28:03.475 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/pack/preserved, isRacyClean=false, read=2022-06-07 12:28:03.405128000, lastModified=1970-01-01 00:00:00.000000000, delta=1654604883405128000 ns, racy<=2257500 ns
12:28:03.475 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/pack/preserved, is unmodified
12:28:03.476 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/pack, isRacyClean=false, read=2022-06-07 12:28:00.391775000, lastModified=2022-06-07 12:28:00.205018000, delta=186757000 ns, racy<=2257500 ns
12:28:03.476 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/pack, is unmodified
12:28:03.476 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/pack/preserved, isRacyClean=false, read=2022-06-07 12:28:03.405128000, lastModified=1970-01-01 00:00:00.000000000, delta=1654604883405128000 ns, racy<=2257500 ns
12:28:03.476 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/pack/preserved, is unmodified
12:28:03.477 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/pack, isRacyClean=false, read=2022-06-07 12:28:00.391775000, lastModified=2022-06-07 12:28:00.205018000, delta=186757000 ns, racy<=2257500 ns
12:28:03.477 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/pack, is unmodified
12:28:03.478 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/pack/preserved, isRacyClean=false, read=2022-06-07 12:28:03.405128000, lastModified=1970-01-01 00:00:00.000000000, delta=1654604883405128000 ns, racy<=2257500 ns
12:28:03.478 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/pack/preserved, is unmodified
12:28:03.478 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/pack, isRacyClean=false, read=2022-06-07 12:28:00.391775000, lastModified=2022-06-07 12:28:00.205018000, delta=186757000 ns, racy<=2257500 ns
12:28:03.478 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/pack, is unmodified
12:28:03.478 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/pack/preserved, isRacyClean=false, read=2022-06-07 12:28:03.405128000, lastModified=1970-01-01 00:00:00.000000000, delta=1654604883405128000 ns, racy<=2257500 ns
12:28:03.478 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/pack/preserved, is unmodified
12:28:03.483 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-07 12:28:03.442412000, lastModified=2022-06-07 12:28:03.404032000, delta=38380000 ns, racy<=2500000000 ns
12:28:03.483 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean
12:28:03.483 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config]
12:28:03.483 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2022-06-07 12:28:03.483214000, lastModified=2022-06-07 12:28:03.404032000, size=259, fileKey=(dev=804,ino=1711877496)
12:28:03.483 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-07 12:28:03.483214000, lastModified=2022-06-07 12:28:03.404032000, delta=79182000 ns, racy<=2500000000 ns
12:28:03.483 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2022-06-07 12:28:00.179451000, lastModified=1970-01-01 00:00:00.000000000, delta=1654604880179451000 ns, racy<=2500000000 ns
12:28:03.483 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified
12:28:03.483 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/config, cannot be racily clean
12:28:03.483 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/HEAD, isRacyClean=false, read=2022-06-07 12:28:03.439410000, lastModified=2022-06-07 12:28:00.279018000, delta=3160392000 ns, racy<=2257500 ns
12:28:03.483 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/HEAD, is unmodified
12:28:03.484 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-07 12:28:03.483214000, lastModified=2022-06-07 12:28:03.404032000, delta=79182000 ns, racy<=2500000000 ns
12:28:03.484 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean
12:28:03.484 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config]
12:28:03.484 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2022-06-07 12:28:03.484430000, lastModified=2022-06-07 12:28:03.404032000, size=259, fileKey=(dev=804,ino=1711877496)
12:28:03.484 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-07 12:28:03.484430000, lastModified=2022-06-07 12:28:03.404032000, delta=80398000 ns, racy<=2500000000 ns
12:28:03.484 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2022-06-07 12:28:00.179451000, lastModified=1970-01-01 00:00:00.000000000, delta=1654604880179451000 ns, racy<=2500000000 ns
12:28:03.484 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified
12:28:03.484 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/config, cannot be racily clean
12:28:03.485 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-07 12:28:03.484430000, lastModified=2022-06-07 12:28:03.404032000, delta=80398000 ns, racy<=2500000000 ns
12:28:03.485 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean
12:28:03.485 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config]
12:28:03.485 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2022-06-07 12:28:03.485283000, lastModified=2022-06-07 12:28:03.404032000, size=259, fileKey=(dev=804,ino=1711877496)
12:28:03.485 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-07 12:28:03.485283000, lastModified=2022-06-07 12:28:03.404032000, delta=81251000 ns, racy<=2500000000 ns
12:28:03.485 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2022-06-07 12:28:00.179451000, lastModified=1970-01-01 00:00:00.000000000, delta=1654604880179451000 ns, racy<=2500000000 ns
12:28:03.485 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified
12:28:03.485 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/config, cannot be racily clean
12:28:03.486 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-07 12:28:03.485283000, lastModified=2022-06-07 12:28:03.404032000, delta=81251000 ns, racy<=2500000000 ns
12:28:03.486 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean
12:28:03.486 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config]
12:28:03.486 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2022-06-07 12:28:03.486789000, lastModified=2022-06-07 12:28:03.404032000, size=259, fileKey=(dev=804,ino=1711877496)
12:28:03.486 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-07 12:28:03.486789000, lastModified=2022-06-07 12:28:03.404032000, delta=82757000 ns, racy<=2500000000 ns
12:28:03.487 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2022-06-07 12:28:00.179451000, lastModified=1970-01-01 00:00:00.000000000, delta=1654604880179451000 ns, racy<=2500000000 ns
12:28:03.487 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified
12:28:03.487 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/config, cannot be racily clean
12:28:03.487 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-07 12:28:03.486789000, lastModified=2022-06-07 12:28:03.404032000, delta=82757000 ns, racy<=2500000000 ns
12:28:03.487 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean
12:28:03.487 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config]
12:28:03.487 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2022-06-07 12:28:03.487410000, lastModified=2022-06-07 12:28:03.404032000, size=259, fileKey=(dev=804,ino=1711877496)
12:28:03.487 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-07 12:28:03.487410000, lastModified=2022-06-07 12:28:03.404032000, delta=83378000 ns, racy<=2500000000 ns
12:28:03.487 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2022-06-07 12:28:00.179451000, lastModified=1970-01-01 00:00:00.000000000, delta=1654604880179451000 ns, racy<=2500000000 ns
12:28:03.487 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified
12:28:03.487 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/config, cannot be racily clean
12:28:03.488 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-07 12:28:03.487410000, lastModified=2022-06-07 12:28:03.404032000, delta=83378000 ns, racy<=2500000000 ns
12:28:03.488 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean
12:28:03.488 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config]
12:28:03.488 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2022-06-07 12:28:03.488162000, lastModified=2022-06-07 12:28:03.404032000, size=259, fileKey=(dev=804,ino=1711877496)
12:28:03.488 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-07 12:28:03.488162000, lastModified=2022-06-07 12:28:03.404032000, delta=84130000 ns, racy<=2500000000 ns
12:28:03.488 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2022-06-07 12:28:00.179451000, lastModified=1970-01-01 00:00:00.000000000, delta=1654604880179451000 ns, racy<=2500000000 ns
12:28:03.488 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified
12:28:03.488 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/config, cannot be racily clean
12:28:03.488 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-07 12:28:03.488162000, lastModified=2022-06-07 12:28:03.404032000, delta=84130000 ns, racy<=2500000000 ns
12:28:03.488 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean
12:28:03.488 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config]
12:28:03.488 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2022-06-07 12:28:03.488698000, lastModified=2022-06-07 12:28:03.404032000, size=259, fileKey=(dev=804,ino=1711877496)
12:28:03.488 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-07 12:28:03.488698000, lastModified=2022-06-07 12:28:03.404032000, delta=84666000 ns, racy<=2500000000 ns
12:28:03.488 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2022-06-07 12:28:00.179451000, lastModified=1970-01-01 00:00:00.000000000, delta=1654604880179451000 ns, racy<=2500000000 ns
12:28:03.488 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified
12:28:03.488 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/config, cannot be racily clean
12:28:03.489 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-07 12:28:03.488698000, lastModified=2022-06-07 12:28:03.404032000, delta=84666000 ns, racy<=2500000000 ns
12:28:03.489 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean
12:28:03.489 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config]
12:28:03.489 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2022-06-07 12:28:03.489351000, lastModified=2022-06-07 12:28:03.404032000, size=259, fileKey=(dev=804,ino=1711877496)
12:28:03.489 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-07 12:28:03.489351000, lastModified=2022-06-07 12:28:03.404032000, delta=85319000 ns, racy<=2500000000 ns
12:28:03.489 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2022-06-07 12:28:00.179451000, lastModified=1970-01-01 00:00:00.000000000, delta=1654604880179451000 ns, racy<=2500000000 ns
12:28:03.489 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified
12:28:03.489 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/config, cannot be racily clean
12:28:03.489 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-07 12:28:03.489351000, lastModified=2022-06-07 12:28:03.404032000, delta=85319000 ns, racy<=2500000000 ns
12:28:03.489 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean
12:28:03.489 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config]
12:28:03.489 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2022-06-07 12:28:03.489852000, lastModified=2022-06-07 12:28:03.404032000, size=259, fileKey=(dev=804,ino=1711877496)
12:28:03.489 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-07 12:28:03.489852000, lastModified=2022-06-07 12:28:03.404032000, delta=85820000 ns, racy<=2500000000 ns
12:28:03.490 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2022-06-07 12:28:00.179451000, lastModified=1970-01-01 00:00:00.000000000, delta=1654604880179451000 ns, racy<=2500000000 ns
12:28:03.490 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified
12:28:03.490 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/config, cannot be racily clean
12:28:03.490 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/refs/heads/master.lock, create new FileSnapshot: lastRead=2022-06-07 12:28:03.490371000, lastModified=2022-06-07 12:28:03.487032000, size=41, fileKey=(dev=38,ino=348127414)
12:28:03.491 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-07 12:28:03.489852000, lastModified=2022-06-07 12:28:03.404032000, delta=85820000 ns, racy<=2500000000 ns
12:28:03.491 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean
12:28:03.491 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config]
12:28:03.491 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2022-06-07 12:28:03.491769000, lastModified=2022-06-07 12:28:03.404032000, size=259, fileKey=(dev=804,ino=1711877496)
12:28:03.491 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-07 12:28:03.491769000, lastModified=2022-06-07 12:28:03.404032000, delta=87737000 ns, racy<=2500000000 ns
12:28:03.492 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2022-06-07 12:28:00.179451000, lastModified=1970-01-01 00:00:00.000000000, delta=1654604880179451000 ns, racy<=2500000000 ns
12:28:03.492 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified
12:28:03.492 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/config, cannot be racily clean
12:28:03.493 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-07 12:28:03.491769000, lastModified=2022-06-07 12:28:03.404032000, delta=87737000 ns, racy<=2500000000 ns
12:28:03.493 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean
12:28:03.493 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config]
12:28:03.493 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2022-06-07 12:28:03.493692000, lastModified=2022-06-07 12:28:03.404032000, size=259, fileKey=(dev=804,ino=1711877496)
12:28:03.493 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-07 12:28:03.493692000, lastModified=2022-06-07 12:28:03.404032000, delta=89660000 ns, racy<=2500000000 ns
12:28:03.493 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2022-06-07 12:28:00.179451000, lastModified=1970-01-01 00:00:00.000000000, delta=1654604880179451000 ns, racy<=2500000000 ns
12:28:03.494 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified
12:28:03.494 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/config, cannot be racily clean
12:28:03.494 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-07 12:28:03.493692000, lastModified=2022-06-07 12:28:03.404032000, delta=89660000 ns, racy<=2500000000 ns
12:28:03.494 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean
12:28:03.494 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config]
12:28:03.494 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2022-06-07 12:28:03.494236000, lastModified=2022-06-07 12:28:03.404032000, size=259, fileKey=(dev=804,ino=1711877496)
12:28:03.494 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-07 12:28:03.494236000, lastModified=2022-06-07 12:28:03.404032000, delta=90204000 ns, racy<=2500000000 ns
12:28:03.494 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2022-06-07 12:28:00.179451000, lastModified=1970-01-01 00:00:00.000000000, delta=1654604880179451000 ns, racy<=2500000000 ns
12:28:03.494 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified
12:28:03.494 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/config, cannot be racily clean
12:28:03.494 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-07 12:28:03.494236000, lastModified=2022-06-07 12:28:03.404032000, delta=90204000 ns, racy<=2500000000 ns
12:28:03.494 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean
12:28:03.494 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config]
12:28:03.494 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2022-06-07 12:28:03.494700000, lastModified=2022-06-07 12:28:03.404032000, size=259, fileKey=(dev=804,ino=1711877496)
12:28:03.494 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-07 12:28:03.494700000, lastModified=2022-06-07 12:28:03.404032000, delta=90668000 ns, racy<=2500000000 ns
12:28:03.494 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2022-06-07 12:28:00.179451000, lastModified=1970-01-01 00:00:00.000000000, delta=1654604880179451000 ns, racy<=2500000000 ns
12:28:03.494 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified
12:28:03.494 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/config, cannot be racily clean
12:28:03.495 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-07 12:28:03.494700000, lastModified=2022-06-07 12:28:03.404032000, delta=90668000 ns, racy<=2500000000 ns
12:28:03.495 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean
12:28:03.495 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config]
12:28:03.495 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2022-06-07 12:28:03.495265000, lastModified=2022-06-07 12:28:03.404032000, size=259, fileKey=(dev=804,ino=1711877496)
12:28:03.495 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-07 12:28:03.495265000, lastModified=2022-06-07 12:28:03.404032000, delta=91233000 ns, racy<=2500000000 ns
12:28:03.495 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2022-06-07 12:28:00.179451000, lastModified=1970-01-01 00:00:00.000000000, delta=1654604880179451000 ns, racy<=2500000000 ns
12:28:03.495 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified
12:28:03.495 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/config, cannot be racily clean
12:28:03.495 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/index, create new FileSnapshot: lastRead=2022-06-07 12:28:03.495857000, lastModified=2022-06-07 12:28:03.413032000, size=104, fileKey=(dev=38,ino=346030234)
12:28:03.495 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/index, create new FileSnapshot: lastRead=2022-06-07 12:28:03.495975000, lastModified=2022-06-07 12:28:03.413032000, size=104, fileKey=(dev=38,ino=346030234)
12:28:03.496 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-07 12:28:03.495265000, lastModified=2022-06-07 12:28:03.404032000, delta=91233000 ns, racy<=2500000000 ns
12:28:03.496 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean
12:28:03.496 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config]
12:28:03.496 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2022-06-07 12:28:03.496255000, lastModified=2022-06-07 12:28:03.404032000, size=259, fileKey=(dev=804,ino=1711877496)
12:28:03.496 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-07 12:28:03.496255000, lastModified=2022-06-07 12:28:03.404032000, delta=92223000 ns, racy<=2500000000 ns
12:28:03.496 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2022-06-07 12:28:00.179451000, lastModified=1970-01-01 00:00:00.000000000, delta=1654604880179451000 ns, racy<=2500000000 ns
12:28:03.496 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified
12:28:03.496 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/config, cannot be racily clean
12:28:03.496 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-07 12:28:03.496255000, lastModified=2022-06-07 12:28:03.404032000, delta=92223000 ns, racy<=2500000000 ns
12:28:03.496 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean
12:28:03.496 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config]
12:28:03.496 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2022-06-07 12:28:03.496881000, lastModified=2022-06-07 12:28:03.404032000, size=259, fileKey=(dev=804,ino=1711877496)
12:28:03.497 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-07 12:28:03.496881000, lastModified=2022-06-07 12:28:03.404032000, delta=92849000 ns, racy<=2500000000 ns
12:28:03.497 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2022-06-07 12:28:00.179451000, lastModified=1970-01-01 00:00:00.000000000, delta=1654604880179451000 ns, racy<=2500000000 ns
12:28:03.497 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified
12:28:03.497 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/config, cannot be racily clean
12:28:03.498 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-07 12:28:03.496881000, lastModified=2022-06-07 12:28:03.404032000, delta=92849000 ns, racy<=2500000000 ns
12:28:03.498 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean
12:28:03.498 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config]
12:28:03.498 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2022-06-07 12:28:03.498213000, lastModified=2022-06-07 12:28:03.404032000, size=259, fileKey=(dev=804,ino=1711877496)
12:28:03.498 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-07 12:28:03.498213000, lastModified=2022-06-07 12:28:03.404032000, delta=94181000 ns, racy<=2500000000 ns
12:28:03.498 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2022-06-07 12:28:00.179451000, lastModified=1970-01-01 00:00:00.000000000, delta=1654604880179451000 ns, racy<=2500000000 ns
12:28:03.498 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified
12:28:03.498 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/config, cannot be racily clean
12:28:03.498 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/pack, isRacyClean=false, read=2022-06-07 12:28:00.391775000, lastModified=2022-06-07 12:28:00.205018000, delta=186757000 ns, racy<=2257500 ns
12:28:03.499 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/pack, is unmodified
12:28:03.499 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/pack/preserved, isRacyClean=false, read=2022-06-07 12:28:03.405128000, lastModified=1970-01-01 00:00:00.000000000, delta=1654604883405128000 ns, racy<=2257500 ns
12:28:03.499 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/pack/preserved, is unmodified
12:28:03.499 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/pack, isRacyClean=false, read=2022-06-07 12:28:00.391775000, lastModified=2022-06-07 12:28:00.205018000, delta=186757000 ns, racy<=2257500 ns
12:28:03.499 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/pack, is unmodified
12:28:03.499 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/pack/preserved, isRacyClean=false, read=2022-06-07 12:28:03.405128000, lastModified=1970-01-01 00:00:00.000000000, delta=1654604883405128000 ns, racy<=2257500 ns
12:28:03.499 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/pack/preserved, is unmodified
12:28:03.500 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/index.lock, create new FileSnapshot: lastRead=2022-06-07 12:28:03.500282000, lastModified=2022-06-07 12:28:03.495032000, size=0, fileKey=(dev=38,ino=346030246)
12:28:03.500 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-07 12:28:03.498213000, lastModified=2022-06-07 12:28:03.404032000, delta=94181000 ns, racy<=2500000000 ns
12:28:03.500 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean
12:28:03.500 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config]
12:28:03.500 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2022-06-07 12:28:03.500518000, lastModified=2022-06-07 12:28:03.404032000, size=259, fileKey=(dev=804,ino=1711877496)
12:28:03.500 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-07 12:28:03.500518000, lastModified=2022-06-07 12:28:03.404032000, delta=96486000 ns, racy<=2500000000 ns
12:28:03.500 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2022-06-07 12:28:00.179451000, lastModified=1970-01-01 00:00:00.000000000, delta=1654604880179451000 ns, racy<=2500000000 ns
12:28:03.500 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified
12:28:03.500 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/config, cannot be racily clean
12:28:03.500 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/index.lock, create new FileSnapshot: lastRead=2022-06-07 12:28:03.500950000, lastModified=2022-06-07 12:28:03.500032000, size=104, fileKey=(dev=38,ino=346030246)
12:28:03.501 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/index, create new FileSnapshot: lastRead=2022-06-07 12:28:03.501122000, lastModified=2022-06-07 12:28:03.500032000, size=104, fileKey=(dev=38,ino=346030246)
12:28:03.501 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-07 12:28:03.500518000, lastModified=2022-06-07 12:28:03.404032000, delta=96486000 ns, racy<=2500000000 ns
12:28:03.501 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean
12:28:03.501 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config]
12:28:03.501 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2022-06-07 12:28:03.501328000, lastModified=2022-06-07 12:28:03.404032000, size=259, fileKey=(dev=804,ino=1711877496)
12:28:03.501 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-07 12:28:03.501328000, lastModified=2022-06-07 12:28:03.404032000, delta=97296000 ns, racy<=2500000000 ns
12:28:03.501 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2022-06-07 12:28:00.179451000, lastModified=1970-01-01 00:00:00.000000000, delta=1654604880179451000 ns, racy<=2500000000 ns
12:28:03.501 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified
12:28:03.501 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/config, cannot be racily clean
12:28:03.501 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/HEAD, isRacyClean=false, read=2022-06-07 12:28:03.439410000, lastModified=2022-06-07 12:28:00.279018000, delta=3160392000 ns, racy<=2257500 ns
12:28:03.501 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/HEAD, is unmodified
12:28:03.502 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/refs/heads/master.lock, isRacyClean=false, read=2022-06-07 12:28:03.490371000, lastModified=2022-06-07 12:28:03.487032000, delta=3339000 ns, racy<=2257500 ns
12:28:03.502 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/refs/heads/master.lock, is unmodified
12:28:03.502 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-07 12:28:03.501328000, lastModified=2022-06-07 12:28:03.404032000, delta=97296000 ns, racy<=2500000000 ns
12:28:03.502 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean
12:28:03.502 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config]
12:28:03.502 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2022-06-07 12:28:03.502898000, lastModified=2022-06-07 12:28:03.404032000, size=259, fileKey=(dev=804,ino=1711877496)
12:28:03.503 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-07 12:28:03.502898000, lastModified=2022-06-07 12:28:03.404032000, delta=98866000 ns, racy<=2500000000 ns
12:28:03.503 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2022-06-07 12:28:00.179451000, lastModified=1970-01-01 00:00:00.000000000, delta=1654604880179451000 ns, racy<=2500000000 ns
12:28:03.503 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified
12:28:03.503 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/config, cannot be racily clean
12:28:03.503 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/HEAD, isRacyClean=false, read=2022-06-07 12:28:03.439410000, lastModified=2022-06-07 12:28:00.279018000, delta=3160392000 ns, racy<=2257500 ns
12:28:03.503 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/HEAD, is unmodified
12:28:03.503 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/refs/heads/master.lock, isRacyClean=false, read=2022-06-07 12:28:03.490371000, lastModified=2022-06-07 12:28:03.487032000, delta=3339000 ns, racy<=2257500 ns
12:28:03.503 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/refs/heads/master.lock, is unmodified
12:28:03.504 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-07 12:28:03.502898000, lastModified=2022-06-07 12:28:03.404032000, delta=98866000 ns, racy<=2500000000 ns
12:28:03.504 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean
12:28:03.504 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config]
12:28:03.504 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2022-06-07 12:28:03.504306000, lastModified=2022-06-07 12:28:03.404032000, size=259, fileKey=(dev=804,ino=1711877496)
12:28:03.504 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-07 12:28:03.504306000, lastModified=2022-06-07 12:28:03.404032000, delta=100274000 ns, racy<=2500000000 ns
12:28:03.504 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2022-06-07 12:28:00.179451000, lastModified=1970-01-01 00:00:00.000000000, delta=1654604880179451000 ns, racy<=2500000000 ns
12:28:03.504 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified
12:28:03.504 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/config, cannot be racily clean
12:28:03.504 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/index, create new FileSnapshot: lastRead=2022-06-07 12:28:03.504931000, lastModified=2022-06-07 12:28:03.500032000, size=104, fileKey=(dev=38,ino=346030246)
12:28:03.505 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/index, create new FileSnapshot: lastRead=2022-06-07 12:28:03.505057000, lastModified=2022-06-07 12:28:03.500032000, size=104, fileKey=(dev=38,ino=346030246)
12:28:03.505 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/pack, isRacyClean=false, read=2022-06-07 12:28:00.391775000, lastModified=2022-06-07 12:28:00.205018000, delta=186757000 ns, racy<=2257500 ns
12:28:03.505 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/pack, is unmodified
12:28:03.505 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/pack/preserved, isRacyClean=false, read=2022-06-07 12:28:03.405128000, lastModified=1970-01-01 00:00:00.000000000, delta=1654604883405128000 ns, racy<=2257500 ns
12:28:03.505 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/pack/preserved, is unmodified
12:28:03.505 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/pack, isRacyClean=false, read=2022-06-07 12:28:00.391775000, lastModified=2022-06-07 12:28:00.205018000, delta=186757000 ns, racy<=2257500 ns
12:28:03.505 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/pack, is unmodified
12:28:03.506 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/pack/preserved, isRacyClean=false, read=2022-06-07 12:28:03.405128000, lastModified=1970-01-01 00:00:00.000000000, delta=1654604883405128000 ns, racy<=2257500 ns
12:28:03.506 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/pack/preserved, is unmodified
12:28:03.506 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/pack, isRacyClean=false, read=2022-06-07 12:28:00.391775000, lastModified=2022-06-07 12:28:00.205018000, delta=186757000 ns, racy<=2257500 ns
12:28:03.506 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/pack, is unmodified
12:28:03.507 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/pack/preserved, isRacyClean=false, read=2022-06-07 12:28:03.405128000, lastModified=1970-01-01 00:00:00.000000000, delta=1654604883405128000 ns, racy<=2257500 ns
12:28:03.507 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/pack/preserved, is unmodified
12:28:03.507 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/pack, isRacyClean=false, read=2022-06-07 12:28:00.391775000, lastModified=2022-06-07 12:28:00.205018000, delta=186757000 ns, racy<=2257500 ns
12:28:03.507 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/pack, is unmodified
12:28:03.507 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/pack/preserved, isRacyClean=false, read=2022-06-07 12:28:03.405128000, lastModified=1970-01-01 00:00:00.000000000, delta=1654604883405128000 ns, racy<=2257500 ns
12:28:03.507 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/pack/preserved, is unmodified
12:28:03.508 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-07 12:28:03.504306000, lastModified=2022-06-07 12:28:03.404032000, delta=100274000 ns, racy<=2500000000 ns
12:28:03.508 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean
12:28:03.508 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config]
12:28:03.508 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2022-06-07 12:28:03.508313000, lastModified=2022-06-07 12:28:03.404032000, size=259, fileKey=(dev=804,ino=1711877496)
12:28:03.508 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-07 12:28:03.508313000, lastModified=2022-06-07 12:28:03.404032000, delta=104281000 ns, racy<=2500000000 ns
12:28:03.508 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2022-06-07 12:28:00.179451000, lastModified=1970-01-01 00:00:00.000000000, delta=1654604880179451000 ns, racy<=2500000000 ns
12:28:03.508 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified
12:28:03.508 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/config, cannot be racily clean
12:28:03.508 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/HEAD, isRacyClean=false, read=2022-06-07 12:28:03.439410000, lastModified=2022-06-07 12:28:00.279018000, delta=3160392000 ns, racy<=2257500 ns
12:28:03.508 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/HEAD, is unmodified
12:28:03.508 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/refs/heads/master.lock, isRacyClean=false, read=2022-06-07 12:28:03.490371000, lastModified=2022-06-07 12:28:03.487032000, delta=3339000 ns, racy<=2257500 ns
12:28:03.508 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/refs/heads/master.lock, is unmodified
12:28:03.509 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-07 12:28:03.508313000, lastModified=2022-06-07 12:28:03.404032000, delta=104281000 ns, racy<=2500000000 ns
12:28:03.509 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean
12:28:03.509 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config]
12:28:03.509 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2022-06-07 12:28:03.509307000, lastModified=2022-06-07 12:28:03.404032000, size=259, fileKey=(dev=804,ino=1711877496)
12:28:03.509 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-07 12:28:03.509307000, lastModified=2022-06-07 12:28:03.404032000, delta=105275000 ns, racy<=2500000000 ns
12:28:03.509 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2022-06-07 12:28:00.179451000, lastModified=1970-01-01 00:00:00.000000000, delta=1654604880179451000 ns, racy<=2500000000 ns
12:28:03.509 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified
12:28:03.509 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/config, cannot be racily clean
12:28:03.509 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/refs/heads/master.lock, isRacyClean=false, read=2022-06-07 12:28:03.490371000, lastModified=2022-06-07 12:28:03.487032000, delta=3339000 ns, racy<=2257500 ns
12:28:03.509 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/refs/heads/master.lock, is unmodified
12:28:03.510 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-07 12:28:03.509307000, lastModified=2022-06-07 12:28:03.404032000, delta=105275000 ns, racy<=2500000000 ns
12:28:03.510 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean
12:28:03.510 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config]
12:28:03.510 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2022-06-07 12:28:03.510313000, lastModified=2022-06-07 12:28:03.404032000, size=259, fileKey=(dev=804,ino=1711877496)
12:28:03.510 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-07 12:28:03.510313000, lastModified=2022-06-07 12:28:03.404032000, delta=106281000 ns, racy<=2500000000 ns
12:28:03.510 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2022-06-07 12:28:00.179451000, lastModified=1970-01-01 00:00:00.000000000, delta=1654604880179451000 ns, racy<=2500000000 ns
12:28:03.510 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified
12:28:03.510 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/config, cannot be racily clean
12:28:03.510 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-07 12:28:03.510313000, lastModified=2022-06-07 12:28:03.404032000, delta=106281000 ns, racy<=2500000000 ns
12:28:03.510 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean
12:28:03.510 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config]
12:28:03.510 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2022-06-07 12:28:03.510859000, lastModified=2022-06-07 12:28:03.404032000, size=259, fileKey=(dev=804,ino=1711877496)
12:28:03.510 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-07 12:28:03.510859000, lastModified=2022-06-07 12:28:03.404032000, delta=106827000 ns, racy<=2500000000 ns
12:28:03.511 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2022-06-07 12:28:00.179451000, lastModified=1970-01-01 00:00:00.000000000, delta=1654604880179451000 ns, racy<=2500000000 ns
12:28:03.511 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified
12:28:03.511 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/config, cannot be racily clean
12:28:03.511 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-07 12:28:03.510859000, lastModified=2022-06-07 12:28:03.404032000, delta=106827000 ns, racy<=2500000000 ns
12:28:03.511 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean
12:28:03.511 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config]
12:28:03.511 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2022-06-07 12:28:03.511532000, lastModified=2022-06-07 12:28:03.404032000, size=259, fileKey=(dev=804,ino=1711877496)
12:28:03.511 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-07 12:28:03.511532000, lastModified=2022-06-07 12:28:03.404032000, delta=107500000 ns, racy<=2500000000 ns
12:28:03.511 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2022-06-07 12:28:00.179451000, lastModified=1970-01-01 00:00:00.000000000, delta=1654604880179451000 ns, racy<=2500000000 ns
12:28:03.511 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified
12:28:03.511 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/config, cannot be racily clean
12:28:03.511 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-07 12:28:03.511532000, lastModified=2022-06-07 12:28:03.404032000, delta=107500000 ns, racy<=2500000000 ns
12:28:03.512 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean
12:28:03.512 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config]
12:28:03.512 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2022-06-07 12:28:03.512116000, lastModified=2022-06-07 12:28:03.404032000, size=259, fileKey=(dev=804,ino=1711877496)
12:28:03.512 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-07 12:28:03.512116000, lastModified=2022-06-07 12:28:03.404032000, delta=108084000 ns, racy<=2500000000 ns
12:28:03.512 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2022-06-07 12:28:00.179451000, lastModified=1970-01-01 00:00:00.000000000, delta=1654604880179451000 ns, racy<=2500000000 ns
12:28:03.512 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified
12:28:03.512 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/config, cannot be racily clean
12:28:03.512 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-07 12:28:03.512116000, lastModified=2022-06-07 12:28:03.404032000, delta=108084000 ns, racy<=2500000000 ns
12:28:03.512 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean
12:28:03.512 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config]
12:28:03.512 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2022-06-07 12:28:03.512637000, lastModified=2022-06-07 12:28:03.404032000, size=259, fileKey=(dev=804,ino=1711877496)
12:28:03.512 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-07 12:28:03.512637000, lastModified=2022-06-07 12:28:03.404032000, delta=108605000 ns, racy<=2500000000 ns
12:28:03.512 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2022-06-07 12:28:00.179451000, lastModified=1970-01-01 00:00:00.000000000, delta=1654604880179451000 ns, racy<=2500000000 ns
12:28:03.512 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified
12:28:03.512 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/config, cannot be racily clean
12:28:03.513 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-07 12:28:03.512637000, lastModified=2022-06-07 12:28:03.404032000, delta=108605000 ns, racy<=2500000000 ns
12:28:03.513 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean
12:28:03.513 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config]
12:28:03.513 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2022-06-07 12:28:03.513123000, lastModified=2022-06-07 12:28:03.404032000, size=259, fileKey=(dev=804,ino=1711877496)
12:28:03.513 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-07 12:28:03.513123000, lastModified=2022-06-07 12:28:03.404032000, delta=109091000 ns, racy<=2500000000 ns
12:28:03.513 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2022-06-07 12:28:00.179451000, lastModified=1970-01-01 00:00:00.000000000, delta=1654604880179451000 ns, racy<=2500000000 ns
12:28:03.513 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified
12:28:03.513 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/config, cannot be racily clean
12:28:03.513 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/refs/heads/master.lock, create new FileSnapshot: lastRead=2022-06-07 12:28:03.513537000, lastModified=2022-06-07 12:28:03.510032000, size=41, fileKey=(dev=38,ino=348127415)
12:28:03.513 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-07 12:28:03.513123000, lastModified=2022-06-07 12:28:03.404032000, delta=109091000 ns, racy<=2500000000 ns
12:28:03.513 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean
12:28:03.513 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config]
12:28:03.513 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2022-06-07 12:28:03.513965000, lastModified=2022-06-07 12:28:03.404032000, size=259, fileKey=(dev=804,ino=1711877496)
12:28:03.514 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-07 12:28:03.513965000, lastModified=2022-06-07 12:28:03.404032000, delta=109933000 ns, racy<=2500000000 ns
12:28:03.514 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2022-06-07 12:28:00.179451000, lastModified=1970-01-01 00:00:00.000000000, delta=1654604880179451000 ns, racy<=2500000000 ns
12:28:03.514 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified
12:28:03.514 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/config, cannot be racily clean
12:28:03.579 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/config, create new FileSnapshot: lastRead=2022-06-07 12:28:03.579446000, lastModified=2022-06-07 12:28:00.287018000, size=78, fileKey=(dev=38,ino=346030233)
12:28:03.579 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-07 12:28:03.513965000, lastModified=2022-06-07 12:28:03.404032000, delta=109933000 ns, racy<=2500000000 ns
12:28:03.580 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean
12:28:03.580 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config]
12:28:03.580 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2022-06-07 12:28:03.580118000, lastModified=2022-06-07 12:28:03.404032000, size=259, fileKey=(dev=804,ino=1711877496)
12:28:03.580 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-07 12:28:03.580118000, lastModified=2022-06-07 12:28:03.404032000, delta=176086000 ns, racy<=2500000000 ns
12:28:03.580 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2022-06-07 12:28:00.179451000, lastModified=1970-01-01 00:00:00.000000000, delta=1654604880179451000 ns, racy<=2500000000 ns
12:28:03.580 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified
12:28:03.580 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/config, create new FileSnapshot: lastRead=2022-06-07 12:28:03.580484000, lastModified=2022-06-07 12:28:00.287018000, size=78, fileKey=(dev=38,ino=346030233)
12:28:03.580 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-07 12:28:03.580118000, lastModified=2022-06-07 12:28:03.404032000, delta=176086000 ns, racy<=2500000000 ns
12:28:03.580 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean
12:28:03.580 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config]
12:28:03.580 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2022-06-07 12:28:03.580788000, lastModified=2022-06-07 12:28:03.404032000, size=259, fileKey=(dev=804,ino=1711877496)
12:28:03.580 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-07 12:28:03.580788000, lastModified=2022-06-07 12:28:03.404032000, delta=176756000 ns, racy<=2500000000 ns
12:28:03.581 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2022-06-07 12:28:00.179451000, lastModified=1970-01-01 00:00:00.000000000, delta=1654604880179451000 ns, racy<=2500000000 ns
12:28:03.581 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified
12:28:03.581 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/config, isRacyClean=false, read=2022-06-07 12:28:03.580484000, lastModified=2022-06-07 12:28:00.287018000, delta=3293466000 ns, racy<=2500000000 ns
12:28:03.581 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/config, is unmodified
12:28:03.581 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/index, create new FileSnapshot: lastRead=2022-06-07 12:28:03.581322000, lastModified=2022-06-07 12:28:03.500032000, size=104, fileKey=(dev=38,ino=346030246)
12:28:03.581 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-07 12:28:03.580788000, lastModified=2022-06-07 12:28:03.404032000, delta=176756000 ns, racy<=2500000000 ns
12:28:03.581 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean
12:28:03.581 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config]
12:28:03.581 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2022-06-07 12:28:03.581561000, lastModified=2022-06-07 12:28:03.404032000, size=259, fileKey=(dev=804,ino=1711877496)
12:28:03.581 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-07 12:28:03.581561000, lastModified=2022-06-07 12:28:03.404032000, delta=177529000 ns, racy<=2500000000 ns
12:28:03.581 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2022-06-07 12:28:00.179451000, lastModified=1970-01-01 00:00:00.000000000, delta=1654604880179451000 ns, racy<=2500000000 ns
12:28:03.581 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified
12:28:03.581 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/config, isRacyClean=false, read=2022-06-07 12:28:03.580484000, lastModified=2022-06-07 12:28:00.287018000, delta=3293466000 ns, racy<=2500000000 ns
12:28:03.581 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/config, is unmodified
12:28:03.582 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/HEAD, create new FileSnapshot: lastRead=2022-06-07 12:28:03.582016000, lastModified=2022-06-07 12:28:00.279018000, size=23, fileKey=(dev=38,ino=346030232)
12:28:03.582 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/refs/heads/master, create new FileSnapshot: lastRead=2022-06-07 12:28:03.582163000, lastModified=2022-06-07 12:28:03.510032000, size=41, fileKey=(dev=38,ino=348127415)
12:28:03.582 [main] INFO  o.e.h.c.r.CompositeStateListener - Saving Hawk metadata...
adding: /tmp/junit14917994855145780601:org.eclipse.hawk.git.JGitRepository:false
12:28:03.586 [main] INFO  o.e.h.c.r.CompositeStateListener - Saved Hawk metadata.
12:28:03.586 [pool-64-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating Hawk...
updating indexer: 
12:28:03.602 [pool-64-thread-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-07 12:28:03.581561000, lastModified=2022-06-07 12:28:03.404032000, delta=177529000 ns, racy<=2500000000 ns
12:28:03.602 [pool-64-thread-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean
12:28:03.602 [pool-64-thread-1] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config]
12:28:03.602 [pool-64-thread-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2022-06-07 12:28:03.602496000, lastModified=2022-06-07 12:28:03.404032000, size=259, fileKey=(dev=804,ino=1711877496)
12:28:03.602 [pool-64-thread-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-07 12:28:03.602496000, lastModified=2022-06-07 12:28:03.404032000, delta=198464000 ns, racy<=2500000000 ns
12:28:03.602 [pool-64-thread-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2022-06-07 12:28:00.179451000, lastModified=1970-01-01 00:00:00.000000000, delta=1654604880179451000 ns, racy<=2500000000 ns
12:28:03.602 [pool-64-thread-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified
12:28:03.602 [pool-64-thread-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/config, isRacyClean=false, read=2022-06-07 12:28:03.580484000, lastModified=2022-06-07 12:28:00.287018000, delta=3293466000 ns, racy<=2500000000 ns
12:28:03.602 [pool-64-thread-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/config, is unmodified
12:28:03.602 [pool-64-thread-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/refs/heads/master, isRacyClean=false, read=2022-06-07 12:28:03.582163000, lastModified=2022-06-07 12:28:03.510032000, delta=72131000 ns, racy<=2257500 ns
12:28:03.602 [pool-64-thread-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/refs/heads/master, is unmodified
12:28:03.602 [pool-64-thread-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-07 12:28:03.602496000, lastModified=2022-06-07 12:28:03.404032000, delta=198464000 ns, racy<=2500000000 ns
12:28:03.603 [pool-64-thread-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean
12:28:03.603 [pool-64-thread-1] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config]
12:28:03.603 [pool-64-thread-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2022-06-07 12:28:03.603085000, lastModified=2022-06-07 12:28:03.404032000, size=259, fileKey=(dev=804,ino=1711877496)
12:28:03.603 [pool-64-thread-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-07 12:28:03.603085000, lastModified=2022-06-07 12:28:03.404032000, delta=199053000 ns, racy<=2500000000 ns
12:28:03.603 [pool-64-thread-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2022-06-07 12:28:00.179451000, lastModified=1970-01-01 00:00:00.000000000, delta=1654604880179451000 ns, racy<=2500000000 ns
12:28:03.603 [pool-64-thread-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified
12:28:03.603 [pool-64-thread-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/config, isRacyClean=false, read=2022-06-07 12:28:03.580484000, lastModified=2022-06-07 12:28:00.287018000, delta=3293466000 ns, racy<=2500000000 ns
12:28:03.603 [pool-64-thread-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/config, is unmodified
12:28:03.603 [pool-64-thread-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/refs/heads/master, isRacyClean=false, read=2022-06-07 12:28:03.582163000, lastModified=2022-06-07 12:28:03.510032000, delta=72131000 ns, racy<=2257500 ns
12:28:03.603 [pool-64-thread-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/refs/heads/master, is unmodified
12:28:03.604 [pool-64-thread-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/config, create new FileSnapshot: lastRead=2022-06-07 12:28:03.604171000, lastModified=2022-06-07 12:28:00.287018000, size=78, fileKey=(dev=38,ino=346030233)
12:28:03.604 [pool-64-thread-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-07 12:28:03.603085000, lastModified=2022-06-07 12:28:03.404032000, delta=199053000 ns, racy<=2500000000 ns
12:28:03.604 [pool-64-thread-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean
12:28:03.604 [pool-64-thread-1] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config]
12:28:03.604 [pool-64-thread-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2022-06-07 12:28:03.604456000, lastModified=2022-06-07 12:28:03.404032000, size=259, fileKey=(dev=804,ino=1711877496)
12:28:03.604 [pool-64-thread-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-07 12:28:03.604456000, lastModified=2022-06-07 12:28:03.404032000, delta=200424000 ns, racy<=2500000000 ns
12:28:03.604 [pool-64-thread-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2022-06-07 12:28:00.179451000, lastModified=1970-01-01 00:00:00.000000000, delta=1654604880179451000 ns, racy<=2500000000 ns
12:28:03.604 [pool-64-thread-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified
12:28:03.604 [pool-64-thread-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/config, create new FileSnapshot: lastRead=2022-06-07 12:28:03.604669000, lastModified=2022-06-07 12:28:00.287018000, size=78, fileKey=(dev=38,ino=346030233)
12:28:03.604 [pool-64-thread-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-07 12:28:03.604456000, lastModified=2022-06-07 12:28:03.404032000, delta=200424000 ns, racy<=2500000000 ns
12:28:03.604 [pool-64-thread-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean
12:28:03.604 [pool-64-thread-1] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config]
12:28:03.604 [pool-64-thread-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2022-06-07 12:28:03.604853000, lastModified=2022-06-07 12:28:03.404032000, size=259, fileKey=(dev=804,ino=1711877496)
12:28:03.604 [pool-64-thread-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-07 12:28:03.604853000, lastModified=2022-06-07 12:28:03.404032000, delta=200821000 ns, racy<=2500000000 ns
12:28:03.604 [pool-64-thread-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2022-06-07 12:28:00.179451000, lastModified=1970-01-01 00:00:00.000000000, delta=1654604880179451000 ns, racy<=2500000000 ns
12:28:03.605 [pool-64-thread-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified
12:28:03.605 [pool-64-thread-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/config, isRacyClean=false, read=2022-06-07 12:28:03.604669000, lastModified=2022-06-07 12:28:00.287018000, delta=3317651000 ns, racy<=2500000000 ns
12:28:03.605 [pool-64-thread-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/config, is unmodified
12:28:03.605 [pool-64-thread-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/index, create new FileSnapshot: lastRead=2022-06-07 12:28:03.605175000, lastModified=2022-06-07 12:28:03.500032000, size=104, fileKey=(dev=38,ino=346030246)
12:28:03.605 [pool-64-thread-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=null, size changed from -1 to 6 bytes
12:28:03.606 [pool-64-thread-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/pack, create new FileSnapshot: lastRead=2022-06-07 12:28:03.606031000, lastModified=2022-06-07 12:28:00.205018000, size=6, fileKey=(dev=38,ino=355485497)
12:28:03.606 [pool-64-thread-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/pack, isRacyClean=false, read=2022-06-07 12:28:03.606031000, lastModified=2022-06-07 12:28:00.205018000, delta=3401013000 ns, racy<=2257500 ns
12:28:03.606 [pool-64-thread-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/pack, is unmodified
12:28:03.606 [pool-64-thread-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/pack, isRacyClean=false, read=2022-06-07 12:28:03.606031000, lastModified=2022-06-07 12:28:00.205018000, delta=3401013000 ns, racy<=2257500 ns
12:28:03.606 [pool-64-thread-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/pack, is unmodified
12:28:03.674 [pool-64-thread-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-07 12:28:03.604853000, lastModified=2022-06-07 12:28:03.404032000, delta=200821000 ns, racy<=2500000000 ns
12:28:03.674 [pool-64-thread-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean
12:28:03.674 [pool-64-thread-1] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config]
12:28:03.674 [pool-64-thread-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2022-06-07 12:28:03.674641000, lastModified=2022-06-07 12:28:03.404032000, size=259, fileKey=(dev=804,ino=1711877496)
12:28:03.674 [pool-64-thread-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-07 12:28:03.674641000, lastModified=2022-06-07 12:28:03.404032000, delta=270609000 ns, racy<=2500000000 ns
12:28:03.674 [pool-64-thread-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2022-06-07 12:28:00.179451000, lastModified=1970-01-01 00:00:00.000000000, delta=1654604880179451000 ns, racy<=2500000000 ns
12:28:03.675 [pool-64-thread-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified
12:28:03.675 [pool-64-thread-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/config, isRacyClean=false, read=2022-06-07 12:28:03.580484000, lastModified=2022-06-07 12:28:00.287018000, delta=3293466000 ns, racy<=2500000000 ns
12:28:03.675 [pool-64-thread-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/config, is unmodified
12:28:03.678 [pool-64-thread-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=null, size changed from -1 to 6 bytes
12:28:03.679 [pool-64-thread-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/pack, create new FileSnapshot: lastRead=2022-06-07 12:28:03.679012000, lastModified=2022-06-07 12:28:00.205018000, size=6, fileKey=(dev=38,ino=355485497)
12:28:03.679 [pool-64-thread-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/pack, isRacyClean=false, read=2022-06-07 12:28:03.679012000, lastModified=2022-06-07 12:28:00.205018000, delta=3473994000 ns, racy<=2257500 ns
12:28:03.679 [pool-64-thread-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/pack, is unmodified
12:28:03.679 [pool-64-thread-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/pack, isRacyClean=false, read=2022-06-07 12:28:03.679012000, lastModified=2022-06-07 12:28:00.205018000, delta=3473994000 ns, racy<=2257500 ns
12:28:03.679 [pool-64-thread-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/pack, is unmodified
12:28:03.680 [pool-64-thread-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/pack, isRacyClean=false, read=2022-06-07 12:28:03.679012000, lastModified=2022-06-07 12:28:00.205018000, delta=3473994000 ns, racy<=2257500 ns
12:28:03.680 [pool-64-thread-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/pack, is unmodified
12:28:03.680 [pool-64-thread-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/pack, isRacyClean=false, read=2022-06-07 12:28:03.679012000, lastModified=2022-06-07 12:28:00.205018000, delta=3473994000 ns, racy<=2257500 ns
12:28:03.680 [pool-64-thread-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/pack, is unmodified
12:28:03.680 [pool-64-thread-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-07 12:28:03.674641000, lastModified=2022-06-07 12:28:03.404032000, delta=270609000 ns, racy<=2500000000 ns
12:28:03.680 [pool-64-thread-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean
12:28:03.680 [pool-64-thread-1] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config]
12:28:03.680 [pool-64-thread-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2022-06-07 12:28:03.680631000, lastModified=2022-06-07 12:28:03.404032000, size=259, fileKey=(dev=804,ino=1711877496)
12:28:03.680 [pool-64-thread-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-07 12:28:03.680631000, lastModified=2022-06-07 12:28:03.404032000, delta=276599000 ns, racy<=2500000000 ns
12:28:03.680 [pool-64-thread-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2022-06-07 12:28:00.179451000, lastModified=1970-01-01 00:00:00.000000000, delta=1654604880179451000 ns, racy<=2500000000 ns
12:28:03.680 [pool-64-thread-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified
12:28:03.680 [pool-64-thread-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/config, isRacyClean=false, read=2022-06-07 12:28:03.580484000, lastModified=2022-06-07 12:28:00.287018000, delta=3293466000 ns, racy<=2500000000 ns
12:28:03.680 [pool-64-thread-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/config, is unmodified
12:28:03.682 [pool-64-thread-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-07 12:28:03.680631000, lastModified=2022-06-07 12:28:03.404032000, delta=276599000 ns, racy<=2500000000 ns
12:28:03.682 [pool-64-thread-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean
12:28:03.682 [pool-64-thread-1] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config]
12:28:03.682 [pool-64-thread-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2022-06-07 12:28:03.682765000, lastModified=2022-06-07 12:28:03.404032000, size=259, fileKey=(dev=804,ino=1711877496)
12:28:03.682 [pool-64-thread-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-07 12:28:03.682765000, lastModified=2022-06-07 12:28:03.404032000, delta=278733000 ns, racy<=2500000000 ns
12:28:03.683 [pool-64-thread-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2022-06-07 12:28:00.179451000, lastModified=1970-01-01 00:00:00.000000000, delta=1654604880179451000 ns, racy<=2500000000 ns
12:28:03.683 [pool-64-thread-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified
12:28:03.683 [pool-64-thread-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/config, isRacyClean=false, read=2022-06-07 12:28:03.580484000, lastModified=2022-06-07 12:28:00.287018000, delta=3293466000 ns, racy<=2500000000 ns
12:28:03.683 [pool-64-thread-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/config, is unmodified
12:28:03.685 [pool-64-thread-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-07 12:28:03.682765000, lastModified=2022-06-07 12:28:03.404032000, delta=278733000 ns, racy<=2500000000 ns
12:28:03.685 [pool-64-thread-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean
12:28:03.685 [pool-64-thread-1] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config]
12:28:03.685 [pool-64-thread-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2022-06-07 12:28:03.685689000, lastModified=2022-06-07 12:28:03.404032000, size=259, fileKey=(dev=804,ino=1711877496)
12:28:03.685 [pool-64-thread-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-07 12:28:03.685689000, lastModified=2022-06-07 12:28:03.404032000, delta=281657000 ns, racy<=2500000000 ns
12:28:03.685 [pool-64-thread-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2022-06-07 12:28:00.179451000, lastModified=1970-01-01 00:00:00.000000000, delta=1654604880179451000 ns, racy<=2500000000 ns
12:28:03.685 [pool-64-thread-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified
12:28:03.685 [pool-64-thread-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/config, isRacyClean=false, read=2022-06-07 12:28:03.580484000, lastModified=2022-06-07 12:28:00.287018000, delta=3293466000 ns, racy<=2500000000 ns
12:28:03.685 [pool-64-thread-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/config, is unmodified
12:28:03.686 [pool-64-thread-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-07 12:28:03.685689000, lastModified=2022-06-07 12:28:03.404032000, delta=281657000 ns, racy<=2500000000 ns
12:28:03.686 [pool-64-thread-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean
12:28:03.686 [pool-64-thread-1] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config]
12:28:03.686 [pool-64-thread-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2022-06-07 12:28:03.686333000, lastModified=2022-06-07 12:28:03.404032000, size=259, fileKey=(dev=804,ino=1711877496)
12:28:03.686 [pool-64-thread-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-07 12:28:03.686333000, lastModified=2022-06-07 12:28:03.404032000, delta=282301000 ns, racy<=2500000000 ns
12:28:03.686 [pool-64-thread-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2022-06-07 12:28:00.179451000, lastModified=1970-01-01 00:00:00.000000000, delta=1654604880179451000 ns, racy<=2500000000 ns
12:28:03.686 [pool-64-thread-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified
12:28:03.686 [pool-64-thread-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/config, isRacyClean=false, read=2022-06-07 12:28:03.580484000, lastModified=2022-06-07 12:28:00.287018000, delta=3293466000 ns, racy<=2500000000 ns
12:28:03.686 [pool-64-thread-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/config, is unmodified
12:28:03.686 [pool-64-thread-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-07 12:28:03.686333000, lastModified=2022-06-07 12:28:03.404032000, delta=282301000 ns, racy<=2500000000 ns
12:28:03.686 [pool-64-thread-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean
12:28:03.686 [pool-64-thread-1] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config]
12:28:03.686 [pool-64-thread-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2022-06-07 12:28:03.686724000, lastModified=2022-06-07 12:28:03.404032000, size=259, fileKey=(dev=804,ino=1711877496)
12:28:03.686 [pool-64-thread-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-07 12:28:03.686724000, lastModified=2022-06-07 12:28:03.404032000, delta=282692000 ns, racy<=2500000000 ns
12:28:03.686 [pool-64-thread-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2022-06-07 12:28:00.179451000, lastModified=1970-01-01 00:00:00.000000000, delta=1654604880179451000 ns, racy<=2500000000 ns
12:28:03.686 [pool-64-thread-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified
12:28:03.686 [pool-64-thread-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/config, isRacyClean=false, read=2022-06-07 12:28:03.580484000, lastModified=2022-06-07 12:28:00.287018000, delta=3293466000 ns, racy<=2500000000 ns
12:28:03.686 [pool-64-thread-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/config, is unmodified
12:28:03.687 [pool-64-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating relevant changed model files...
12:28:03.691 [pool-64-thread-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-07 12:28:03.686724000, lastModified=2022-06-07 12:28:03.404032000, delta=282692000 ns, racy<=2500000000 ns
12:28:03.691 [pool-64-thread-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean
12:28:03.691 [pool-64-thread-1] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config]
12:28:03.691 [pool-64-thread-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2022-06-07 12:28:03.691423000, lastModified=2022-06-07 12:28:03.404032000, size=259, fileKey=(dev=804,ino=1711877496)
12:28:03.691 [pool-64-thread-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-07 12:28:03.691423000, lastModified=2022-06-07 12:28:03.404032000, delta=287391000 ns, racy<=2500000000 ns
12:28:03.691 [pool-64-thread-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2022-06-07 12:28:00.179451000, lastModified=1970-01-01 00:00:00.000000000, delta=1654604880179451000 ns, racy<=2500000000 ns
12:28:03.691 [pool-64-thread-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified
12:28:03.691 [pool-64-thread-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/config, isRacyClean=false, read=2022-06-07 12:28:03.580484000, lastModified=2022-06-07 12:28:00.287018000, delta=3293466000 ns, racy<=2500000000 ns
12:28:03.691 [pool-64-thread-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/config, is unmodified
12:28:03.692 [pool-64-thread-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/pack, isRacyClean=false, read=2022-06-07 12:28:03.679012000, lastModified=2022-06-07 12:28:00.205018000, delta=3473994000 ns, racy<=2257500 ns
12:28:03.692 [pool-64-thread-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/pack, is unmodified
12:28:03.692 [pool-64-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Deleting models removed from repository...
12:28:03.692 [pool-64-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating models to the new version...
12:28:03.708 [pool-64-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /root.xmi...
12:28:03.776 [pool-64-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
12:28:03.779 [pool-64-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
12:28:03.779 [pool-64-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performing batch insert on file: /root.xmi...
12:28:03.783 [pool-64-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding elements of file /root.xmi
12:28:03.789 [pool-64-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~0sec)
12:28:03.789 [pool-64-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding edges of file /root.xmi
12:28:03.789 [pool-64-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec)
12:28:03.789 [pool-64-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performed batch insert on file: /root.xmi.
0s81ms [pure insertion]
marking any relevant derived attributes for update...12:28:03.790 [pool-64-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s3ms
12:28:03.792 [pool-64-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s3ms
12:28:03.792 [pool-64-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating proxies...
attempting to resolve any leftover cross-file references...
12:28:03.792 [pool-64-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Resolving any leftover cross-file references...
12:28:03.793 [pool-64-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - 0 proxy ref lists left after resolving 0 refs
12:28:03.793 [pool-64-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - proxy resolution took: ~0.0s
attempting to resolve any uninitialized derived attributes...
12:28:03.793 [pool-64-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Resolving any uninitialized derived attributes...
12:28:03.793 [pool-64-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - Deriving attributes...
12:28:03.793 [pool-64-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...
12:28:03.793 [pool-64-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating any affected derived attributes...
0s2ms [proxy update]
12:28:03.794 [pool-64-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updated proxies.
Indexed successfully revision 06d916303d9601094e538da82497401c6cd6f5ed (timepoint 1654604883000) of /tmp/junit14917994855145780601
12:28:03.794 [pool-64-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating relevant changed model files...
12:28:03.796 [pool-64-thread-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-07 12:28:03.691423000, lastModified=2022-06-07 12:28:03.404032000, delta=287391000 ns, racy<=2500000000 ns
12:28:03.796 [pool-64-thread-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean
12:28:03.796 [pool-64-thread-1] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config]
12:28:03.796 [pool-64-thread-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2022-06-07 12:28:03.796520000, lastModified=2022-06-07 12:28:03.404032000, size=259, fileKey=(dev=804,ino=1711877496)
12:28:03.796 [pool-64-thread-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-07 12:28:03.796520000, lastModified=2022-06-07 12:28:03.404032000, delta=392488000 ns, racy<=2500000000 ns
12:28:03.796 [pool-64-thread-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2022-06-07 12:28:00.179451000, lastModified=1970-01-01 00:00:00.000000000, delta=1654604880179451000 ns, racy<=2500000000 ns
12:28:03.796 [pool-64-thread-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified
12:28:03.796 [pool-64-thread-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/config, isRacyClean=false, read=2022-06-07 12:28:03.580484000, lastModified=2022-06-07 12:28:00.287018000, delta=3293466000 ns, racy<=2500000000 ns
12:28:03.796 [pool-64-thread-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/config, is unmodified
12:28:03.797 [pool-64-thread-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/pack, isRacyClean=false, read=2022-06-07 12:28:03.679012000, lastModified=2022-06-07 12:28:00.205018000, delta=3473994000 ns, racy<=2257500 ns
12:28:03.797 [pool-64-thread-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit14917994855145780601/.git/objects/pack, is unmodified
12:28:03.797 [pool-64-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Deleting models removed from repository...
12:28:03.797 [pool-64-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating models to the new version...
12:28:03.808 [pool-64-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /root.xmi...
12:28:03.808 [pool-64-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
12:28:03.808 [pool-64-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File contains: 1 (1) nodes in store
12:28:03.809 [pool-64-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - Update contains | a:1 u:1 d:0 ratio: 2.0
12:28:03.809 [pool-64-thread-1] DEBUG o.e.h.g.updater.GraphModelInserter - File already present, calculating deltas with respect to graph storage
12:28:03.809 [pool-64-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performing transactional update (ratio:0.0) on file: /root.xmi...
12:28:03.809 [pool-64-thread-1] DEBUG o.e.h.g.updater.GraphModelInserter - transactional update called
12:28:03.880 [pool-64-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performed transactional update on file: /root.xmi.
0s72ms [pure insertion]
marking any relevant derived attributes for update...12:28:03.880 [pool-64-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
12:28:03.880 [pool-64-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
12:28:03.880 [pool-64-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating proxies...
attempting to resolve any leftover cross-file references...
12:28:03.880 [pool-64-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Resolving any leftover cross-file references...
12:28:03.880 [pool-64-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - 0 proxy ref lists left after resolving 0 refs
12:28:03.880 [pool-64-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - proxy resolution took: ~0.0s
attempting to resolve any uninitialized derived attributes...
12:28:03.880 [pool-64-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Resolving any uninitialized derived attributes...
12:28:03.880 [pool-64-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - Deriving attributes...
12:28:03.880 [pool-64-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...
12:28:03.880 [pool-64-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating any affected derived attributes...
0s1ms [proxy update]
12:28:03.881 [pool-64-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updated proxies.
Indexed successfully revision 6f99e1a0b9b4c70d53e98b1663bcd600ed7c6a76 (timepoint 1654604883002) of /tmp/junit14917994855145780601
12:28:03.882 [pool-64-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performing optional post-sync operations.
12:28:03.882 [pool-64-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updated Hawk instance test (success). 0 s 296 ms
12:28:03.890 [main] INFO  o.e.h.c.r.CompositeStateListener - Hawk shutting down...
12:28:03.890 [main] INFO  o.e.h.c.r.CompositeStateListener - Saving Hawk metadata...
adding: /tmp/junit14917994855145780601:org.eclipse.hawk.git.JGitRepository:false
12:28:03.893 [main] INFO  o.e.h.c.r.CompositeStateListener - Saved Hawk metadata.
12:28:03.894 [main] INFO  o.e.h.core.runtime.BaseModelIndexer - Waiting 120s for all scheduled tasks to complete
12:28:04.001 [main] INFO  o.e.hawk.greycat.lucene.SoftTxLucene - Shutdown of Lucene complete.
12:28:04.002 [main] INFO  o.e.h.g.AbstractGreycatDatabase - Disconnected from GreyCat graph at /tmp/junit3607491102630857910/test_defaultBranch[LevelDB GreyCat]
12:28:04.002 [main] INFO  o.e.h.c.r.CompositeStateListener - Hawk shut down.
12:28:04.405 [main] INFO  o.e.h.c.r.CompositeStateListener - Saving Hawk metadata...
12:28:04.408 [main] INFO  o.e.h.c.r.CompositeStateListener - Saved Hawk metadata.
12:28:04.408 [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
12:28:04.408 [main] INFO  o.e.h.g.u.GraphMetaModelResourceInjector - ADDING METAMODELS: 
12:28:04.408 [main] INFO  o.e.h.g.u.GraphMetaModelResourceInjector - ADDING: 
12:28:04.412 [main] INFO  o.e.h.g.u.GraphMetaModelResourceInjector - 0 METAMODEL NODES! (took ~0 sec)
inserting static metamodels complete
12:28:04.412 [main] INFO  o.e.h.c.r.CompositeStateListener - Registering metamodels...
12:28:04.412 [main] INFO  o.e.h.c.r.CompositeStateListener - Registered metamodels.
12:28:04.413 [main] INFO  o.e.h.c.r.CompositeStateListener - Initialized Hawk.
12:28:04.413 [pool-68-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating Hawk...
updating indexer: 
12:28:04.413 [main] INFO  o.e.h.c.r.CompositeStateListener - Adding metamodel(s)...
12:28:04.413 [pool-68-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performing optional post-sync operations.
12:28:04.413 [pool-68-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updated Hawk instance test (success). 0 s 0 ms
Adding metamodels in: ../../core/tests/org.eclipse.hawk.integration.tests/resources/metamodels/Ecore.ecore to store
12:28:04.422 [main] INFO  o.e.h.g.u.GraphMetaModelResourceInjector - ADDING METAMODELS: 
12:28:04.422 [main] INFO  o.e.h.g.u.GraphMetaModelResourceInjector - ADDING: 
12:28:04.429 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EBooleanObject will be handled as its instance type java.lang.Boolean
12:28:04.429 [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
12:28:04.429 [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
12:28:04.429 [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
12:28:04.429 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EBigInteger will be handled as its instance type java.math.BigInteger
12:28:04.429 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EChar will be handled as its instance type char
12:28:04.430 [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
12:28:04.431 [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
12:28:04.431 [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
12:28:04.432 [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
12:28:04.432 [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
12:28:04.432 [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
12:28:04.432 [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
12:28:04.432 [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
12:28:04.432 [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
12:28:04.432 [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
12:28:04.432 [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
12:28:04.433 [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
12:28:04.433 [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
12:28:04.433 [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
12:28:04.435 [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
12:28:04.435 [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
12:28:04.437 [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
12:28:04.437 [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
12:28:04.437 [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
12:28:04.437 [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
12:28:04.437 [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
12:28:04.437 [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
12:28:04.438 [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[]
12:28:04.438 [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
12:28:04.438 [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
12:28:04.439 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EDate will be handled as its instance type java.util.Date
12:28:04.439 [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
12:28:04.481 [main] INFO  o.e.h.g.u.GraphMetaModelResourceInjector - 20 METAMODEL NODES! (took ~0 sec)
12:28:04.481 [main] INFO  o.e.h.c.r.CompositeStateListener - Added metamodel(s).
12:28:04.481 [main] INFO  o.e.h.c.r.CompositeStateListener - Adding metamodel(s)...
Adding metamodels in: ../../core/tests/org.eclipse.hawk.integration.tests/resources/metamodels/XMLType.ecore to store
12:28:04.487 [main] INFO  o.e.h.g.u.GraphMetaModelResourceInjector - ADDING METAMODELS: 
12:28:04.487 [main] INFO  o.e.h.g.u.GraphMetaModelResourceInjector - ADDING: 
12:28:04.494 [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
12:28:04.494 [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
12:28:04.495 [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
12:28:04.495 [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
12:28:04.495 [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
12:28:04.495 [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
12:28:04.495 [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
12:28:04.495 [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
12:28:04.495 [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
12:28:04.495 [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
12:28:04.495 [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
12:28:04.495 [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
12:28:04.495 [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
12:28:04.495 [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[]
12:28:04.495 [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
12:28:04.495 [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
12:28:04.495 [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
12:28:04.495 [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
12:28:04.495 [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
12:28:04.496 [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
12:28:04.496 [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
12:28:04.496 [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
12:28:04.496 [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
12:28:04.496 [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
12:28:04.496 [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
12:28:04.496 [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
12:28:04.496 [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
12:28:04.496 [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
12:28:04.496 [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
12:28:04.496 [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
12:28:04.496 [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
12:28:04.496 [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
12:28:04.496 [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
12:28:04.496 [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
12:28:04.496 [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
12:28:04.496 [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
12:28:04.496 [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
12:28:04.496 [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
12:28:04.496 [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
12:28:04.496 [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
12:28:04.496 [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
12:28:04.496 [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
12:28:04.496 [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
12:28:04.496 [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
12:28:04.496 [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
12:28:04.497 [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
12:28:04.497 [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[]
12:28:04.497 [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
12:28:04.497 [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
12:28:04.499 [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
12:28:04.499 [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
12:28:04.499 [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
12:28:04.499 [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
12:28:04.500 [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
12:28:04.500 [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
12:28:04.500 [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
12:28:04.500 [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
12:28:04.500 [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
12:28:04.500 [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
12:28:04.506 [main] INFO  o.e.h.g.u.GraphMetaModelResourceInjector - 4 METAMODEL NODES! (took ~0 sec)
12:28:04.506 [main] INFO  o.e.h.c.r.CompositeStateListener - Added metamodel(s).
12:28:04.506 [main] INFO  o.e.h.c.r.CompositeStateListener - Adding metamodel(s)...
Adding metamodels in: ../../core/tests/org.eclipse.hawk.integration.tests/resources/metamodels/Tree.ecore to store
12:28:04.508 [main] INFO  o.e.h.g.u.GraphMetaModelResourceInjector - ADDING METAMODELS: 
12:28:04.508 [main] INFO  o.e.h.g.u.GraphMetaModelResourceInjector - ADDING: 
12:28:04.515 [main] DEBUG o.e.h.g.u.GraphMetaModelResourceInjector - supertype dependency from Tree to http://www.eclipse.org/emf/2002/Ecore
12:28:04.575 [main] INFO  o.e.h.g.u.GraphMetaModelResourceInjector - 1 METAMODEL NODES! (took ~0 sec)
12:28:04.575 [main] INFO  o.e.h.c.r.CompositeStateListener - Added metamodel(s).
12:28:04.575 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-07 12:28:03.796520000, lastModified=2022-06-07 12:28:03.404032000, delta=392488000 ns, racy<=2500000000 ns
12:28:04.575 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean
12:28:04.575 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config]
12:28:04.575 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2022-06-07 12:28:04.575748000, lastModified=2022-06-07 12:28:03.404032000, size=259, fileKey=(dev=804,ino=1711877496)
12:28:04.575 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-07 12:28:04.575748000, lastModified=2022-06-07 12:28:03.404032000, delta=1171716000 ns, racy<=2500000000 ns
12:28:04.576 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2022-06-07 12:28:00.179451000, lastModified=1970-01-01 00:00:00.000000000, delta=1654604880179451000 ns, racy<=2500000000 ns
12:28:04.576 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified
12:28:04.576 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-07 12:28:04.575748000, lastModified=2022-06-07 12:28:03.404032000, delta=1171716000 ns, racy<=2500000000 ns
12:28:04.576 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean
12:28:04.576 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config]
12:28:04.576 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2022-06-07 12:28:04.576254000, lastModified=2022-06-07 12:28:03.404032000, size=259, fileKey=(dev=804,ino=1711877496)
12:28:04.576 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-07 12:28:04.576254000, lastModified=2022-06-07 12:28:03.404032000, delta=1172222000 ns, racy<=2500000000 ns
12:28:04.576 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2022-06-07 12:28:00.179451000, lastModified=1970-01-01 00:00:00.000000000, delta=1654604880179451000 ns, racy<=2500000000 ns
12:28:04.576 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified
12:28:04.576 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-07 12:28:04.576254000, lastModified=2022-06-07 12:28:03.404032000, delta=1172222000 ns, racy<=2500000000 ns
12:28:04.576 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean
12:28:04.576 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config]
12:28:04.576 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2022-06-07 12:28:04.576825000, lastModified=2022-06-07 12:28:03.404032000, size=259, fileKey=(dev=804,ino=1711877496)
12:28:04.576 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-07 12:28:04.576825000, lastModified=2022-06-07 12:28:03.404032000, delta=1172793000 ns, racy<=2500000000 ns
12:28:04.577 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2022-06-07 12:28:00.179451000, lastModified=1970-01-01 00:00:00.000000000, delta=1654604880179451000 ns, racy<=2500000000 ns
12:28:04.577 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified
12:28:04.577 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit5312567350496795951/.git/config, isRacyClean=false, read=2022-06-07 12:28:04.576524000, lastModified=1970-01-01 00:00:00.000000000, delta=1654604884576524000 ns, racy<=2500000000 ns
12:28:04.577 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit5312567350496795951/.git/config, is unmodified
12:28:04.577 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-07 12:28:04.576825000, lastModified=2022-06-07 12:28:03.404032000, delta=1172793000 ns, racy<=2500000000 ns
12:28:04.577 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean
12:28:04.577 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config]
12:28:04.577 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2022-06-07 12:28:04.577500000, lastModified=2022-06-07 12:28:03.404032000, size=259, fileKey=(dev=804,ino=1711877496)
12:28:04.577 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-07 12:28:04.577500000, lastModified=2022-06-07 12:28:03.404032000, delta=1173468000 ns, racy<=2500000000 ns
12:28:04.577 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2022-06-07 12:28:00.179451000, lastModified=1970-01-01 00:00:00.000000000, delta=1654604880179451000 ns, racy<=2500000000 ns
12:28:04.577 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified
12:28:04.577 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit5312567350496795951/.git/config, isRacyClean=false, read=2022-06-07 12:28:04.576524000, lastModified=1970-01-01 00:00:00.000000000, delta=1654604884576524000 ns, racy<=2500000000 ns
12:28:04.577 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit5312567350496795951/.git/config, is unmodified
12:28:04.578 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-07 12:28:04.577500000, lastModified=2022-06-07 12:28:03.404032000, delta=1173468000 ns, racy<=2500000000 ns
12:28:04.578 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean
12:28:04.578 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config]
12:28:04.578 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2022-06-07 12:28:04.578096000, lastModified=2022-06-07 12:28:03.404032000, size=259, fileKey=(dev=804,ino=1711877496)
12:28:04.578 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-07 12:28:04.578096000, lastModified=2022-06-07 12:28:03.404032000, delta=1174064000 ns, racy<=2500000000 ns
12:28:04.578 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2022-06-07 12:28:00.179451000, lastModified=1970-01-01 00:00:00.000000000, delta=1654604880179451000 ns, racy<=2500000000 ns
12:28:04.578 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified
12:28:04.578 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit5312567350496795951/.git/config, isRacyClean=false, read=2022-06-07 12:28:04.576524000, lastModified=1970-01-01 00:00:00.000000000, delta=1654604884576524000 ns, racy<=2500000000 ns
12:28:04.578 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit5312567350496795951/.git/config, is unmodified
12:28:04.579 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-07 12:28:04.578096000, lastModified=2022-06-07 12:28:03.404032000, delta=1174064000 ns, racy<=2500000000 ns
12:28:04.579 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean
12:28:04.579 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config]
12:28:04.579 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2022-06-07 12:28:04.579297000, lastModified=2022-06-07 12:28:03.404032000, size=259, fileKey=(dev=804,ino=1711877496)
12:28:04.579 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-07 12:28:04.579297000, lastModified=2022-06-07 12:28:03.404032000, delta=1175265000 ns, racy<=2500000000 ns
12:28:04.579 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2022-06-07 12:28:00.179451000, lastModified=1970-01-01 00:00:00.000000000, delta=1654604880179451000 ns, racy<=2500000000 ns
12:28:04.579 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified
12:28:04.579 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit5312567350496795951/.git/config, isRacyClean=false, read=2022-06-07 12:28:04.576524000, lastModified=1970-01-01 00:00:00.000000000, delta=1654604884576524000 ns, racy<=2500000000 ns
12:28:04.579 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit5312567350496795951/.git/config, is unmodified
12:28:04.579 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-07 12:28:04.579297000, lastModified=2022-06-07 12:28:03.404032000, delta=1175265000 ns, racy<=2500000000 ns
12:28:04.580 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean
12:28:04.580 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config]
12:28:04.580 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2022-06-07 12:28:04.580069000, lastModified=2022-06-07 12:28:03.404032000, size=259, fileKey=(dev=804,ino=1711877496)
12:28:04.580 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-07 12:28:04.580069000, lastModified=2022-06-07 12:28:03.404032000, delta=1176037000 ns, racy<=2500000000 ns
12:28:04.580 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2022-06-07 12:28:00.179451000, lastModified=1970-01-01 00:00:00.000000000, delta=1654604880179451000 ns, racy<=2500000000 ns
12:28:04.580 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified
12:28:04.580 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit5312567350496795951/.git/config, isRacyClean=false, read=2022-06-07 12:28:04.576524000, lastModified=1970-01-01 00:00:00.000000000, delta=1654604884576524000 ns, racy<=2500000000 ns
12:28:04.580 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit5312567350496795951/.git/config, is unmodified
12:28:04.580 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-07 12:28:04.580069000, lastModified=2022-06-07 12:28:03.404032000, delta=1176037000 ns, racy<=2500000000 ns
12:28:04.580 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean
12:28:04.580 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config]
12:28:04.580 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2022-06-07 12:28:04.580850000, lastModified=2022-06-07 12:28:03.404032000, size=259, fileKey=(dev=804,ino=1711877496)
12:28:04.580 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-07 12:28:04.580850000, lastModified=2022-06-07 12:28:03.404032000, delta=1176818000 ns, racy<=2500000000 ns
12:28:04.581 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2022-06-07 12:28:00.179451000, lastModified=1970-01-01 00:00:00.000000000, delta=1654604880179451000 ns, racy<=2500000000 ns
12:28:04.581 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified
12:28:04.581 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit5312567350496795951/.git/config, isRacyClean=false, read=2022-06-07 12:28:04.576524000, lastModified=1970-01-01 00:00:00.000000000, delta=1654604884576524000 ns, racy<=2500000000 ns
12:28:04.581 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit5312567350496795951/.git/config, is unmodified
12:28:04.581 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-07 12:28:04.580850000, lastModified=2022-06-07 12:28:03.404032000, delta=1176818000 ns, racy<=2500000000 ns
12:28:04.582 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean
12:28:04.582 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config]
12:28:04.582 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2022-06-07 12:28:04.582063000, lastModified=2022-06-07 12:28:03.404032000, size=259, fileKey=(dev=804,ino=1711877496)
12:28:04.582 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-07 12:28:04.582063000, lastModified=2022-06-07 12:28:03.404032000, delta=1178031000 ns, racy<=2500000000 ns
12:28:04.582 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2022-06-07 12:28:00.179451000, lastModified=1970-01-01 00:00:00.000000000, delta=1654604880179451000 ns, racy<=2500000000 ns
12:28:04.582 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified
12:28:04.582 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit5312567350496795951/.git/config, isRacyClean=false, read=2022-06-07 12:28:04.576524000, lastModified=1970-01-01 00:00:00.000000000, delta=1654604884576524000 ns, racy<=2500000000 ns
12:28:04.582 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit5312567350496795951/.git/config, is unmodified
12:28:04.582 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-07 12:28:04.582063000, lastModified=2022-06-07 12:28:03.404032000, delta=1178031000 ns, racy<=2500000000 ns
12:28:04.582 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean
12:28:04.582 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config]
12:28:04.582 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2022-06-07 12:28:04.582818000, lastModified=2022-06-07 12:28:03.404032000, size=259, fileKey=(dev=804,ino=1711877496)
12:28:04.582 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-07 12:28:04.582818000, lastModified=2022-06-07 12:28:03.404032000, delta=1178786000 ns, racy<=2500000000 ns
12:28:04.583 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2022-06-07 12:28:00.179451000, lastModified=1970-01-01 00:00:00.000000000, delta=1654604880179451000 ns, racy<=2500000000 ns
12:28:04.583 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified
12:28:04.583 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit5312567350496795951/.git/config, isRacyClean=false, read=2022-06-07 12:28:04.576524000, lastModified=1970-01-01 00:00:00.000000000, delta=1654604884576524000 ns, racy<=2500000000 ns
12:28:04.583 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit5312567350496795951/.git/config, is unmodified
12:28:04.583 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-07 12:28:04.582818000, lastModified=2022-06-07 12:28:03.404032000, delta=1178786000 ns, racy<=2500000000 ns
12:28:04.583 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean
12:28:04.583 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config]
12:28:04.583 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2022-06-07 12:28:04.583510000, lastModified=2022-06-07 12:28:03.404032000, size=259, fileKey=(dev=804,ino=1711877496)
12:28:04.583 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-07 12:28:04.583510000, lastModified=2022-06-07 12:28:03.404032000, delta=1179478000 ns, racy<=2500000000 ns
12:28:04.583 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2022-06-07 12:28:00.179451000, lastModified=1970-01-01 00:00:00.000000000, delta=1654604880179451000 ns, racy<=2500000000 ns
12:28:04.583 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified
12:28:04.583 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit5312567350496795951/.git/config, isRacyClean=false, read=2022-06-07 12:28:04.576524000, lastModified=1970-01-01 00:00:00.000000000, delta=1654604884576524000 ns, racy<=2500000000 ns
12:28:04.583 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit5312567350496795951/.git/config, is unmodified
12:28:04.584 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit5312567350496795951/.git/HEAD.lock, create new FileSnapshot: lastRead=2022-06-07 12:28:04.584103000, lastModified=2022-06-07 12:28:04.583037000, size=23, fileKey=(dev=38,ino=633340784)
12:28:04.585 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit5312567350496795951/.git/config.lock, create new FileSnapshot: lastRead=2022-06-07 12:28:04.585239000, lastModified=2022-06-07 12:28:04.584037000, size=78, fileKey=(dev=38,ino=633340785)
12:28:04.586 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit5312567350496795951/.git/config, create new FileSnapshot: lastRead=2022-06-07 12:28:04.586150000, lastModified=2022-06-07 12:28:04.584037000, size=78, fileKey=(dev=38,ino=633340785)
12:28:04.586 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-07 12:28:04.583510000, lastModified=2022-06-07 12:28:03.404032000, delta=1179478000 ns, racy<=2500000000 ns
12:28:04.586 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean
12:28:04.586 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config]
12:28:04.586 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2022-06-07 12:28:04.586481000, lastModified=2022-06-07 12:28:03.404032000, size=259, fileKey=(dev=804,ino=1711877496)
12:28:04.586 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-07 12:28:04.586481000, lastModified=2022-06-07 12:28:03.404032000, delta=1182449000 ns, racy<=2500000000 ns
12:28:04.586 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2022-06-07 12:28:00.179451000, lastModified=1970-01-01 00:00:00.000000000, delta=1654604880179451000 ns, racy<=2500000000 ns
12:28:04.586 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified
12:28:04.586 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit5312567350496795951/.git/config, create new FileSnapshot: lastRead=2022-06-07 12:28:04.586753000, lastModified=2022-06-07 12:28:04.584037000, size=78, fileKey=(dev=38,ino=633340785)
12:28:04.586 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-07 12:28:04.586481000, lastModified=2022-06-07 12:28:03.404032000, delta=1182449000 ns, racy<=2500000000 ns
12:28:04.586 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean
12:28:04.586 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config]
12:28:04.587 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2022-06-07 12:28:04.587009000, lastModified=2022-06-07 12:28:03.404032000, size=259, fileKey=(dev=804,ino=1711877496)
12:28:04.587 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-07 12:28:04.587009000, lastModified=2022-06-07 12:28:03.404032000, delta=1182977000 ns, racy<=2500000000 ns
12:28:04.587 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2022-06-07 12:28:00.179451000, lastModified=1970-01-01 00:00:00.000000000, delta=1654604880179451000 ns, racy<=2500000000 ns
12:28:04.587 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified
12:28:04.587 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit5312567350496795951/.git/config, isRacyClean=true, read=2022-06-07 12:28:04.586753000, lastModified=2022-06-07 12:28:04.584037000, delta=2716000 ns, racy<=2500000000 ns
12:28:04.587 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit5312567350496795951/.git/config, is racily clean
12:28:04.587 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit5312567350496795951/.git/config, create new FileSnapshot: lastRead=2022-06-07 12:28:04.587378000, lastModified=2022-06-07 12:28:04.584037000, size=78, fileKey=(dev=38,ino=633340785)
12:28:04.587 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit5312567350496795951/.git/config, isRacyClean=true, read=2022-06-07 12:28:04.587378000, lastModified=2022-06-07 12:28:04.584037000, delta=3341000 ns, racy<=2500000000 ns
12:28:04.587 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-07 12:28:04.587009000, lastModified=2022-06-07 12:28:03.404032000, delta=1182977000 ns, racy<=2500000000 ns
12:28:04.587 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean
12:28:04.587 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config]
12:28:04.587 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2022-06-07 12:28:04.587879000, lastModified=2022-06-07 12:28:03.404032000, size=259, fileKey=(dev=804,ino=1711877496)
12:28:04.588 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-07 12:28:04.587879000, lastModified=2022-06-07 12:28:03.404032000, delta=1183847000 ns, racy<=2500000000 ns
12:28:04.588 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2022-06-07 12:28:00.179451000, lastModified=1970-01-01 00:00:00.000000000, delta=1654604880179451000 ns, racy<=2500000000 ns
12:28:04.588 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified
12:28:04.588 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit5312567350496795951/.git/config, isRacyClean=true, read=2022-06-07 12:28:04.587378000, lastModified=2022-06-07 12:28:04.584037000, delta=3341000 ns, racy<=2500000000 ns
12:28:04.588 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit5312567350496795951/.git/config, is racily clean
12:28:04.588 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit5312567350496795951/.git/config, create new FileSnapshot: lastRead=2022-06-07 12:28:04.588228000, lastModified=2022-06-07 12:28:04.584037000, size=78, fileKey=(dev=38,ino=633340785)
12:28:04.588 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit5312567350496795951/.git/config, isRacyClean=true, read=2022-06-07 12:28:04.588228000, lastModified=2022-06-07 12:28:04.584037000, delta=4191000 ns, racy<=2500000000 ns
12:28:04.588 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-07 12:28:04.587879000, lastModified=2022-06-07 12:28:03.404032000, delta=1183847000 ns, racy<=2500000000 ns
12:28:04.588 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean
12:28:04.588 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config]
12:28:04.588 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2022-06-07 12:28:04.588625000, lastModified=2022-06-07 12:28:03.404032000, size=259, fileKey=(dev=804,ino=1711877496)
12:28:04.588 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-07 12:28:04.588625000, lastModified=2022-06-07 12:28:03.404032000, delta=1184593000 ns, racy<=2500000000 ns
12:28:04.588 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2022-06-07 12:28:00.179451000, lastModified=1970-01-01 00:00:00.000000000, delta=1654604880179451000 ns, racy<=2500000000 ns
12:28:04.588 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified
12:28:04.588 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit5312567350496795951/.git/config, isRacyClean=true, read=2022-06-07 12:28:04.588228000, lastModified=2022-06-07 12:28:04.584037000, delta=4191000 ns, racy<=2500000000 ns
12:28:04.588 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit5312567350496795951/.git/config, is racily clean
12:28:04.588 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit5312567350496795951/.git/config, create new FileSnapshot: lastRead=2022-06-07 12:28:04.588939000, lastModified=2022-06-07 12:28:04.584037000, size=78, fileKey=(dev=38,ino=633340785)
12:28:04.589 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit5312567350496795951/.git/config, isRacyClean=true, read=2022-06-07 12:28:04.588939000, lastModified=2022-06-07 12:28:04.584037000, delta=4902000 ns, racy<=2500000000 ns
12:28:04.589 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-07 12:28:04.588625000, lastModified=2022-06-07 12:28:03.404032000, delta=1184593000 ns, racy<=2500000000 ns
12:28:04.589 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean
12:28:04.589 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config]
12:28:04.589 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2022-06-07 12:28:04.589274000, lastModified=2022-06-07 12:28:03.404032000, size=259, fileKey=(dev=804,ino=1711877496)
12:28:04.589 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-07 12:28:04.589274000, lastModified=2022-06-07 12:28:03.404032000, delta=1185242000 ns, racy<=2500000000 ns
12:28:04.589 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2022-06-07 12:28:00.179451000, lastModified=1970-01-01 00:00:00.000000000, delta=1654604880179451000 ns, racy<=2500000000 ns
12:28:04.589 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified
12:28:04.589 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit5312567350496795951/.git/config, isRacyClean=true, read=2022-06-07 12:28:04.588939000, lastModified=2022-06-07 12:28:04.584037000, delta=4902000 ns, racy<=2500000000 ns
12:28:04.589 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit5312567350496795951/.git/config, is racily clean
12:28:04.589 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit5312567350496795951/.git/config, create new FileSnapshot: lastRead=2022-06-07 12:28:04.589588000, lastModified=2022-06-07 12:28:04.584037000, size=78, fileKey=(dev=38,ino=633340785)
12:28:04.589 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit5312567350496795951/.git/config, isRacyClean=true, read=2022-06-07 12:28:04.589588000, lastModified=2022-06-07 12:28:04.584037000, delta=5551000 ns, racy<=2500000000 ns
12:28:04.590 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-07 12:28:04.589274000, lastModified=2022-06-07 12:28:03.404032000, delta=1185242000 ns, racy<=2500000000 ns
12:28:04.590 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean
12:28:04.590 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config]
12:28:04.590 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2022-06-07 12:28:04.590082000, lastModified=2022-06-07 12:28:03.404032000, size=259, fileKey=(dev=804,ino=1711877496)
12:28:04.590 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-07 12:28:04.590082000, lastModified=2022-06-07 12:28:03.404032000, delta=1186050000 ns, racy<=2500000000 ns
12:28:04.590 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2022-06-07 12:28:00.179451000, lastModified=1970-01-01 00:00:00.000000000, delta=1654604880179451000 ns, racy<=2500000000 ns
12:28:04.590 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified
12:28:04.590 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit5312567350496795951/.git/config, isRacyClean=true, read=2022-06-07 12:28:04.589588000, lastModified=2022-06-07 12:28:04.584037000, delta=5551000 ns, racy<=2500000000 ns
12:28:04.590 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit5312567350496795951/.git/config, is racily clean
12:28:04.590 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit5312567350496795951/.git/config, create new FileSnapshot: lastRead=2022-06-07 12:28:04.590400000, lastModified=2022-06-07 12:28:04.584037000, size=78, fileKey=(dev=38,ino=633340785)
12:28:04.590 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit5312567350496795951/.git/config, isRacyClean=true, read=2022-06-07 12:28:04.590400000, lastModified=2022-06-07 12:28:04.584037000, delta=6363000 ns, racy<=2500000000 ns
12:28:04.590 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-07 12:28:04.590082000, lastModified=2022-06-07 12:28:03.404032000, delta=1186050000 ns, racy<=2500000000 ns
12:28:04.590 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean
12:28:04.590 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config]
12:28:04.590 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2022-06-07 12:28:04.590775000, lastModified=2022-06-07 12:28:03.404032000, size=259, fileKey=(dev=804,ino=1711877496)
12:28:04.590 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-07 12:28:04.590775000, lastModified=2022-06-07 12:28:03.404032000, delta=1186743000 ns, racy<=2500000000 ns
12:28:04.590 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2022-06-07 12:28:00.179451000, lastModified=1970-01-01 00:00:00.000000000, delta=1654604880179451000 ns, racy<=2500000000 ns
12:28:04.591 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified
12:28:04.591 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit5312567350496795951/.git/config, isRacyClean=true, read=2022-06-07 12:28:04.590400000, lastModified=2022-06-07 12:28:04.584037000, delta=6363000 ns, racy<=2500000000 ns
12:28:04.591 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit5312567350496795951/.git/config, is racily clean
12:28:04.591 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit5312567350496795951/.git/config, create new FileSnapshot: lastRead=2022-06-07 12:28:04.591105000, lastModified=2022-06-07 12:28:04.584037000, size=78, fileKey=(dev=38,ino=633340785)
12:28:04.591 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit5312567350496795951/.git/config, isRacyClean=true, read=2022-06-07 12:28:04.591105000, lastModified=2022-06-07 12:28:04.584037000, delta=7068000 ns, racy<=2500000000 ns
12:28:04.591 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=null, size changed from -1 to 6 bytes
12:28:04.591 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit5312567350496795951/.git/objects/pack, create new FileSnapshot: lastRead=2022-06-07 12:28:04.591518000, lastModified=2022-06-07 12:28:04.578037000, size=6, fileKey=(dev=38,ino=642778991)
12:28:04.592 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit5312567350496795951/.git/objects/pack, isRacyClean=false, read=2022-06-07 12:28:04.591518000, lastModified=2022-06-07 12:28:04.578037000, delta=13481000 ns, racy<=2257500 ns
12:28:04.592 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit5312567350496795951/.git/objects/pack, is unmodified
12:28:04.592 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=null, size changed from -1 to 0 bytes
12:28:04.593 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit5312567350496795951/.git/objects/pack/preserved, isRacyClean=false, read=2022-06-07 12:28:04.592659000, lastModified=1970-01-01 00:00:00.000000000, delta=1654604884592659000 ns, racy<=2257500 ns
12:28:04.593 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit5312567350496795951/.git/objects/pack/preserved, is unmodified
12:28:04.593 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit5312567350496795951/.git/objects/pack, isRacyClean=false, read=2022-06-07 12:28:04.591518000, lastModified=2022-06-07 12:28:04.578037000, delta=13481000 ns, racy<=2257500 ns
12:28:04.593 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit5312567350496795951/.git/objects/pack, is unmodified
12:28:04.594 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit5312567350496795951/.git/objects/pack/preserved, isRacyClean=false, read=2022-06-07 12:28:04.592659000, lastModified=1970-01-01 00:00:00.000000000, delta=1654604884592659000 ns, racy<=2257500 ns
12:28:04.594 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit5312567350496795951/.git/objects/pack/preserved, is unmodified
12:28:04.594 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-07 12:28:04.590775000, lastModified=2022-06-07 12:28:03.404032000, delta=1186743000 ns, racy<=2500000000 ns
12:28:04.594 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean
12:28:04.594 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config]
12:28:04.594 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2022-06-07 12:28:04.594633000, lastModified=2022-06-07 12:28:03.404032000, size=259, fileKey=(dev=804,ino=1711877496)
12:28:04.594 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-07 12:28:04.594633000, lastModified=2022-06-07 12:28:03.404032000, delta=1190601000 ns, racy<=2500000000 ns
12:28:04.594 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2022-06-07 12:28:00.179451000, lastModified=1970-01-01 00:00:00.000000000, delta=1654604880179451000 ns, racy<=2500000000 ns
12:28:04.594 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified
12:28:04.594 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit5312567350496795951/.git/config, isRacyClean=true, read=2022-06-07 12:28:04.591105000, lastModified=2022-06-07 12:28:04.584037000, delta=7068000 ns, racy<=2500000000 ns
12:28:04.594 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit5312567350496795951/.git/config, is racily clean
12:28:04.594 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit5312567350496795951/.git/config, create new FileSnapshot: lastRead=2022-06-07 12:28:04.594955000, lastModified=2022-06-07 12:28:04.584037000, size=78, fileKey=(dev=38,ino=633340785)
12:28:04.595 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit5312567350496795951/.git/config, isRacyClean=true, read=2022-06-07 12:28:04.594955000, lastModified=2022-06-07 12:28:04.584037000, delta=10918000 ns, racy<=2500000000 ns
12:28:04.595 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit5312567350496795951/.git/index.lock, create new FileSnapshot: lastRead=2022-06-07 12:28:04.595148000, lastModified=2022-06-07 12:28:04.587037000, size=0, fileKey=(dev=38,ino=633340786)
12:28:04.595 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-07 12:28:04.594633000, lastModified=2022-06-07 12:28:03.404032000, delta=1190601000 ns, racy<=2500000000 ns
12:28:04.595 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean
12:28:04.595 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config]
12:28:04.595 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2022-06-07 12:28:04.595293000, lastModified=2022-06-07 12:28:03.404032000, size=259, fileKey=(dev=804,ino=1711877496)
12:28:04.595 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-07 12:28:04.595293000, lastModified=2022-06-07 12:28:03.404032000, delta=1191261000 ns, racy<=2500000000 ns
12:28:04.595 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2022-06-07 12:28:00.179451000, lastModified=1970-01-01 00:00:00.000000000, delta=1654604880179451000 ns, racy<=2500000000 ns
12:28:04.595 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified
12:28:04.595 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit5312567350496795951/.git/config, isRacyClean=true, read=2022-06-07 12:28:04.594955000, lastModified=2022-06-07 12:28:04.584037000, delta=10918000 ns, racy<=2500000000 ns
12:28:04.595 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit5312567350496795951/.git/config, is racily clean
12:28:04.595 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit5312567350496795951/.git/config, create new FileSnapshot: lastRead=2022-06-07 12:28:04.595593000, lastModified=2022-06-07 12:28:04.584037000, size=78, fileKey=(dev=38,ino=633340785)
12:28:04.595 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit5312567350496795951/.git/config, isRacyClean=true, read=2022-06-07 12:28:04.595593000, lastModified=2022-06-07 12:28:04.584037000, delta=11556000 ns, racy<=2500000000 ns
12:28:04.595 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit5312567350496795951/.git/index.lock, create new FileSnapshot: lastRead=2022-06-07 12:28:04.595833000, lastModified=2022-06-07 12:28:04.594037000, size=104, fileKey=(dev=38,ino=633340786)
12:28:04.595 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit5312567350496795951/.git/index, create new FileSnapshot: lastRead=2022-06-07 12:28:04.595970000, lastModified=2022-06-07 12:28:04.594037000, size=104, fileKey=(dev=38,ino=633340786)
12:28:04.596 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-07 12:28:04.595293000, lastModified=2022-06-07 12:28:03.404032000, delta=1191261000 ns, racy<=2500000000 ns
12:28:04.596 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean
12:28:04.596 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config]
12:28:04.596 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2022-06-07 12:28:04.596300000, lastModified=2022-06-07 12:28:03.404032000, size=259, fileKey=(dev=804,ino=1711877496)
12:28:04.596 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-07 12:28:04.596300000, lastModified=2022-06-07 12:28:03.404032000, delta=1192268000 ns, racy<=2500000000 ns
12:28:04.596 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2022-06-07 12:28:00.179451000, lastModified=1970-01-01 00:00:00.000000000, delta=1654604880179451000 ns, racy<=2500000000 ns
12:28:04.596 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified
12:28:04.596 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit5312567350496795951/.git/config, isRacyClean=true, read=2022-06-07 12:28:04.595593000, lastModified=2022-06-07 12:28:04.584037000, delta=11556000 ns, racy<=2500000000 ns
12:28:04.596 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit5312567350496795951/.git/config, is racily clean
12:28:04.596 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit5312567350496795951/.git/config, create new FileSnapshot: lastRead=2022-06-07 12:28:04.596614000, lastModified=2022-06-07 12:28:04.584037000, size=78, fileKey=(dev=38,ino=633340785)
12:28:04.596 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit5312567350496795951/.git/config, isRacyClean=true, read=2022-06-07 12:28:04.596614000, lastModified=2022-06-07 12:28:04.584037000, delta=12577000 ns, racy<=2500000000 ns
12:28:04.596 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-07 12:28:04.596300000, lastModified=2022-06-07 12:28:03.404032000, delta=1192268000 ns, racy<=2500000000 ns
12:28:04.596 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean
12:28:04.596 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config]
12:28:04.596 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2022-06-07 12:28:04.596860000, lastModified=2022-06-07 12:28:03.404032000, size=259, fileKey=(dev=804,ino=1711877496)
12:28:04.596 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-07 12:28:04.596860000, lastModified=2022-06-07 12:28:03.404032000, delta=1192828000 ns, racy<=2500000000 ns
12:28:04.597 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2022-06-07 12:28:00.179451000, lastModified=1970-01-01 00:00:00.000000000, delta=1654604880179451000 ns, racy<=2500000000 ns
12:28:04.597 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified
12:28:04.597 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit5312567350496795951/.git/config, isRacyClean=true, read=2022-06-07 12:28:04.596614000, lastModified=2022-06-07 12:28:04.584037000, delta=12577000 ns, racy<=2500000000 ns
12:28:04.597 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit5312567350496795951/.git/config, is racily clean
12:28:04.597 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit5312567350496795951/.git/config, create new FileSnapshot: lastRead=2022-06-07 12:28:04.597180000, lastModified=2022-06-07 12:28:04.584037000, size=78, fileKey=(dev=38,ino=633340785)
12:28:04.597 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit5312567350496795951/.git/config, isRacyClean=true, read=2022-06-07 12:28:04.597180000, lastModified=2022-06-07 12:28:04.584037000, delta=13143000 ns, racy<=2500000000 ns
12:28:04.597 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-07 12:28:04.596860000, lastModified=2022-06-07 12:28:03.404032000, delta=1192828000 ns, racy<=2500000000 ns
12:28:04.597 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean
12:28:04.597 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config]
12:28:04.597 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2022-06-07 12:28:04.597499000, lastModified=2022-06-07 12:28:03.404032000, size=259, fileKey=(dev=804,ino=1711877496)
12:28:04.597 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-07 12:28:04.597499000, lastModified=2022-06-07 12:28:03.404032000, delta=1193467000 ns, racy<=2500000000 ns
12:28:04.597 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2022-06-07 12:28:00.179451000, lastModified=1970-01-01 00:00:00.000000000, delta=1654604880179451000 ns, racy<=2500000000 ns
12:28:04.597 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified
12:28:04.597 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit5312567350496795951/.git/config, isRacyClean=true, read=2022-06-07 12:28:04.597180000, lastModified=2022-06-07 12:28:04.584037000, delta=13143000 ns, racy<=2500000000 ns
12:28:04.597 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit5312567350496795951/.git/config, is racily clean
12:28:04.597 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit5312567350496795951/.git/config, create new FileSnapshot: lastRead=2022-06-07 12:28:04.597844000, lastModified=2022-06-07 12:28:04.584037000, size=78, fileKey=(dev=38,ino=633340785)
12:28:04.597 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit5312567350496795951/.git/config, isRacyClean=true, read=2022-06-07 12:28:04.597844000, lastModified=2022-06-07 12:28:04.584037000, delta=13807000 ns, racy<=2500000000 ns
12:28:04.598 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-07 12:28:04.597499000, lastModified=2022-06-07 12:28:03.404032000, delta=1193467000 ns, racy<=2500000000 ns
12:28:04.598 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean
12:28:04.598 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config]
12:28:04.598 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2022-06-07 12:28:04.598153000, lastModified=2022-06-07 12:28:03.404032000, size=259, fileKey=(dev=804,ino=1711877496)
12:28:04.598 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-07 12:28:04.598153000, lastModified=2022-06-07 12:28:03.404032000, delta=1194121000 ns, racy<=2500000000 ns
12:28:04.598 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2022-06-07 12:28:00.179451000, lastModified=1970-01-01 00:00:00.000000000, delta=1654604880179451000 ns, racy<=2500000000 ns
12:28:04.598 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified
12:28:04.598 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit5312567350496795951/.git/config, isRacyClean=true, read=2022-06-07 12:28:04.597844000, lastModified=2022-06-07 12:28:04.584037000, delta=13807000 ns, racy<=2500000000 ns
12:28:04.598 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit5312567350496795951/.git/config, is racily clean
12:28:04.598 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit5312567350496795951/.git/config, create new FileSnapshot: lastRead=2022-06-07 12:28:04.598454000, lastModified=2022-06-07 12:28:04.584037000, size=78, fileKey=(dev=38,ino=633340785)
12:28:04.598 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit5312567350496795951/.git/config, isRacyClean=true, read=2022-06-07 12:28:04.598454000, lastModified=2022-06-07 12:28:04.584037000, delta=14417000 ns, racy<=2500000000 ns
12:28:04.598 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit5312567350496795951/.git/HEAD, create new FileSnapshot: lastRead=2022-06-07 12:28:04.598679000, lastModified=2022-06-07 12:28:04.583037000, size=23, fileKey=(dev=38,ino=633340784)
12:28:04.599 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-07 12:28:04.598153000, lastModified=2022-06-07 12:28:03.404032000, delta=1194121000 ns, racy<=2500000000 ns
12:28:04.599 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean
12:28:04.599 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config]
12:28:04.599 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2022-06-07 12:28:04.599203000, lastModified=2022-06-07 12:28:03.404032000, size=259, fileKey=(dev=804,ino=1711877496)
12:28:04.599 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-07 12:28:04.599203000, lastModified=2022-06-07 12:28:03.404032000, delta=1195171000 ns, racy<=2500000000 ns
12:28:04.599 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2022-06-07 12:28:00.179451000, lastModified=1970-01-01 00:00:00.000000000, delta=1654604880179451000 ns, racy<=2500000000 ns
12:28:04.599 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified
12:28:04.599 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit5312567350496795951/.git/config, isRacyClean=true, read=2022-06-07 12:28:04.598454000, lastModified=2022-06-07 12:28:04.584037000, delta=14417000 ns, racy<=2500000000 ns
12:28:04.599 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit5312567350496795951/.git/config, is racily clean
12:28:04.599 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit5312567350496795951/.git/config, create new FileSnapshot: lastRead=2022-06-07 12:28:04.599516000, lastModified=2022-06-07 12:28:04.584037000, size=78, fileKey=(dev=38,ino=633340785)
12:28:04.599 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit5312567350496795951/.git/config, isRacyClean=true, read=2022-06-07 12:28:04.599516000, lastModified=2022-06-07 12:28:04.584037000, delta=15479000 ns, racy<=2500000000 ns
12:28:04.600 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit5312567350496795951/.git/HEAD, isRacyClean=false, read=2022-06-07 12:28:04.598679000, lastModified=2022-06-07 12:28:04.583037000, delta=15642000 ns, racy<=2257500 ns
12:28:04.600 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit5312567350496795951/.git/HEAD, is unmodified
12:28:04.600 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-07 12:28:04.599203000, lastModified=2022-06-07 12:28:03.404032000, delta=1195171000 ns, racy<=2500000000 ns
12:28:04.600 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean
12:28:04.600 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config]
12:28:04.601 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2022-06-07 12:28:04.601006000, lastModified=2022-06-07 12:28:03.404032000, size=259, fileKey=(dev=804,ino=1711877496)
12:28:04.601 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-07 12:28:04.601006000, lastModified=2022-06-07 12:28:03.404032000, delta=1196974000 ns, racy<=2500000000 ns
12:28:04.601 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2022-06-07 12:28:00.179451000, lastModified=1970-01-01 00:00:00.000000000, delta=1654604880179451000 ns, racy<=2500000000 ns
12:28:04.601 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified
12:28:04.601 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit5312567350496795951/.git/config, isRacyClean=true, read=2022-06-07 12:28:04.599516000, lastModified=2022-06-07 12:28:04.584037000, delta=15479000 ns, racy<=2500000000 ns
12:28:04.601 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit5312567350496795951/.git/config, is racily clean
12:28:04.601 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit5312567350496795951/.git/config, create new FileSnapshot: lastRead=2022-06-07 12:28:04.601358000, lastModified=2022-06-07 12:28:04.584037000, size=78, fileKey=(dev=38,ino=633340785)
12:28:04.601 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit5312567350496795951/.git/config, isRacyClean=true, read=2022-06-07 12:28:04.601358000, lastModified=2022-06-07 12:28:04.584037000, delta=17321000 ns, racy<=2500000000 ns
12:28:04.601 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit5312567350496795951/.git/index, create new FileSnapshot: lastRead=2022-06-07 12:28:04.601776000, lastModified=2022-06-07 12:28:04.594037000, size=104, fileKey=(dev=38,ino=633340786)
12:28:04.601 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit5312567350496795951/.git/index, create new FileSnapshot: lastRead=2022-06-07 12:28:04.601874000, lastModified=2022-06-07 12:28:04.594037000, size=104, fileKey=(dev=38,ino=633340786)
12:28:04.602 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit5312567350496795951/.git/objects/pack, isRacyClean=false, read=2022-06-07 12:28:04.591518000, lastModified=2022-06-07 12:28:04.578037000, delta=13481000 ns, racy<=2257500 ns
12:28:04.602 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit5312567350496795951/.git/objects/pack, is unmodified
12:28:04.602 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit5312567350496795951/.git/objects/pack/preserved, isRacyClean=false, read=2022-06-07 12:28:04.592659000, lastModified=1970-01-01 00:00:00.000000000, delta=1654604884592659000 ns, racy<=2257500 ns
12:28:04.602 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit5312567350496795951/.git/objects/pack/preserved, is unmodified
12:28:04.602 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit5312567350496795951/.git/objects/pack, isRacyClean=false, read=2022-06-07 12:28:04.591518000, lastModified=2022-06-07 12:28:04.578037000, delta=13481000 ns, racy<=2257500 ns
12:28:04.602 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit5312567350496795951/.git/objects/pack, is unmodified
12:28:04.602 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit5312567350496795951/.git/objects/pack/preserved, isRacyClean=false, read=2022-06-07 12:28:04.592659000, lastModified=1970-01-01 00:00:00.000000000, delta=1654604884592659000 ns, racy<=2257500 ns
12:28:04.602 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit5312567350496795951/.git/objects/pack/preserved, is unmodified
12:28:04.603 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit5312567350496795951/.git/objects/pack, isRacyClean=false, read=2022-06-07 12:28:04.591518000, lastModified=2022-06-07 12:28:04.578037000, delta=13481000 ns, racy<=2257500 ns
12:28:04.603 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit5312567350496795951/.git/objects/pack, is unmodified
12:28:04.603 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit5312567350496795951/.git/objects/pack/preserved, isRacyClean=false, read=2022-06-07 12:28:04.592659000, lastModified=1970-01-01 00:00:00.000000000, delta=1654604884592659000 ns, racy<=2257500 ns
12:28:04.603 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit5312567350496795951/.git/objects/pack/preserved, is unmodified
12:28:04.604 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit5312567350496795951/.git/objects/pack, isRacyClean=false, read=2022-06-07 12:28:04.591518000, lastModified=2022-06-07 12:28:04.578037000, delta=13481000 ns, racy<=2257500 ns
12:28:04.604 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit5312567350496795951/.git/objects/pack, is unmodified
12:28:04.604 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit5312567350496795951/.git/objects/pack/preserved, isRacyClean=false, read=2022-06-07 12:28:04.592659000, lastModified=1970-01-01 00:00:00.000000000, delta=1654604884592659000 ns, racy<=2257500 ns
12:28:04.604 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit5312567350496795951/.git/objects/pack/preserved, is unmodified
12:28:04.604 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-07 12:28:04.601006000, lastModified=2022-06-07 12:28:03.404032000, delta=1196974000 ns, racy<=2500000000 ns
12:28:04.604 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean
12:28:04.604 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config]
12:28:04.604 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2022-06-07 12:28:04.604776000, lastModified=2022-06-07 12:28:03.404032000, size=259, fileKey=(dev=804,ino=1711877496)
12:28:04.604 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-07 12:28:04.604776000, lastModified=2022-06-07 12:28:03.404032000, delta=1200744000 ns, racy<=2500000000 ns
12:28:04.605 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2022-06-07 12:28:00.179451000, lastModified=1970-01-01 00:00:00.000000000, delta=1654604880179451000 ns, racy<=2500000000 ns
12:28:04.605 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified
12:28:04.605 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit5312567350496795951/.git/config, isRacyClean=true, read=2022-06-07 12:28:04.601358000, lastModified=2022-06-07 12:28:04.584037000, delta=17321000 ns, racy<=2500000000 ns
12:28:04.605 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit5312567350496795951/.git/config, is racily clean
12:28:04.605 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit5312567350496795951/.git/config, create new FileSnapshot: lastRead=2022-06-07 12:28:04.605184000, lastModified=2022-06-07 12:28:04.584037000, size=78, fileKey=(dev=38,ino=633340785)
12:28:04.605 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit5312567350496795951/.git/config, isRacyClean=true, read=2022-06-07 12:28:04.605184000, lastModified=2022-06-07 12:28:04.584037000, delta=21147000 ns, racy<=2500000000 ns
12:28:04.605 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit5312567350496795951/.git/HEAD, isRacyClean=false, read=2022-06-07 12:28:04.598679000, lastModified=2022-06-07 12:28:04.583037000, delta=15642000 ns, racy<=2257500 ns
12:28:04.605 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit5312567350496795951/.git/HEAD, is unmodified
12:28:04.605 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-07 12:28:04.604776000, lastModified=2022-06-07 12:28:03.404032000, delta=1200744000 ns, racy<=2500000000 ns
12:28:04.605 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean
12:28:04.605 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config]
12:28:04.605 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2022-06-07 12:28:04.605807000, lastModified=2022-06-07 12:28:03.404032000, size=259, fileKey=(dev=804,ino=1711877496)
12:28:04.605 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-07 12:28:04.605807000, lastModified=2022-06-07 12:28:03.404032000, delta=1201775000 ns, racy<=2500000000 ns
12:28:04.606 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2022-06-07 12:28:00.179451000, lastModified=1970-01-01 00:00:00.000000000, delta=1654604880179451000 ns, racy<=2500000000 ns
12:28:04.606 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified
12:28:04.606 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit5312567350496795951/.git/config, isRacyClean=true, read=2022-06-07 12:28:04.605184000, lastModified=2022-06-07 12:28:04.584037000, delta=21147000 ns, racy<=2500000000 ns
12:28:04.606 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit5312567350496795951/.git/config, is racily clean
12:28:04.606 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit5312567350496795951/.git/config, create new FileSnapshot: lastRead=2022-06-07 12:28:04.606134000, lastModified=2022-06-07 12:28:04.584037000, size=78, fileKey=(dev=38,ino=633340785)
12:28:04.606 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit5312567350496795951/.git/config, isRacyClean=true, read=2022-06-07 12:28:04.606134000, lastModified=2022-06-07 12:28:04.584037000, delta=22097000 ns, racy<=2500000000 ns
12:28:04.606 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-07 12:28:04.605807000, lastModified=2022-06-07 12:28:03.404032000, delta=1201775000 ns, racy<=2500000000 ns
12:28:04.606 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean
12:28:04.606 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config]
12:28:04.606 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2022-06-07 12:28:04.606696000, lastModified=2022-06-07 12:28:03.404032000, size=259, fileKey=(dev=804,ino=1711877496)
12:28:04.606 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-07 12:28:04.606696000, lastModified=2022-06-07 12:28:03.404032000, delta=1202664000 ns, racy<=2500000000 ns
12:28:04.606 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2022-06-07 12:28:00.179451000, lastModified=1970-01-01 00:00:00.000000000, delta=1654604880179451000 ns, racy<=2500000000 ns
12:28:04.606 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified
12:28:04.606 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit5312567350496795951/.git/config, isRacyClean=true, read=2022-06-07 12:28:04.606134000, lastModified=2022-06-07 12:28:04.584037000, delta=22097000 ns, racy<=2500000000 ns
12:28:04.606 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit5312567350496795951/.git/config, is racily clean
12:28:04.607 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit5312567350496795951/.git/config, create new FileSnapshot: lastRead=2022-06-07 12:28:04.607010000, lastModified=2022-06-07 12:28:04.584037000, size=78, fileKey=(dev=38,ino=633340785)
12:28:04.607 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit5312567350496795951/.git/config, isRacyClean=true, read=2022-06-07 12:28:04.607010000, lastModified=2022-06-07 12:28:04.584037000, delta=22973000 ns, racy<=2500000000 ns
12:28:04.608 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-07 12:28:04.606696000, lastModified=2022-06-07 12:28:03.404032000, delta=1202664000 ns, racy<=2500000000 ns
12:28:04.608 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean
12:28:04.608 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config]
12:28:04.608 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2022-06-07 12:28:04.608164000, lastModified=2022-06-07 12:28:03.404032000, size=259, fileKey=(dev=804,ino=1711877496)
12:28:04.608 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-07 12:28:04.608164000, lastModified=2022-06-07 12:28:03.404032000, delta=1204132000 ns, racy<=2500000000 ns
12:28:04.608 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2022-06-07 12:28:00.179451000, lastModified=1970-01-01 00:00:00.000000000, delta=1654604880179451000 ns, racy<=2500000000 ns
12:28:04.608 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified
12:28:04.608 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit5312567350496795951/.git/config, isRacyClean=true, read=2022-06-07 12:28:04.607010000, lastModified=2022-06-07 12:28:04.584037000, delta=22973000 ns, racy<=2500000000 ns
12:28:04.608 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit5312567350496795951/.git/config, is racily clean
12:28:04.608 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit5312567350496795951/.git/config, create new FileSnapshot: lastRead=2022-06-07 12:28:04.608484000, lastModified=2022-06-07 12:28:04.584037000, size=78, fileKey=(dev=38,ino=633340785)
12:28:04.608 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit5312567350496795951/.git/config, isRacyClean=true, read=2022-06-07 12:28:04.608484000, lastModified=2022-06-07 12:28:04.584037000, delta=24447000 ns, racy<=2500000000 ns
12:28:04.608 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-07 12:28:04.608164000, lastModified=2022-06-07 12:28:03.404032000, delta=1204132000 ns, racy<=2500000000 ns
12:28:04.608 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean
12:28:04.608 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config]
12:28:04.608 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2022-06-07 12:28:04.608802000, lastModified=2022-06-07 12:28:03.404032000, size=259, fileKey=(dev=804,ino=1711877496)
12:28:04.608 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-07 12:28:04.608802000, lastModified=2022-06-07 12:28:03.404032000, delta=1204770000 ns, racy<=2500000000 ns
12:28:04.609 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2022-06-07 12:28:00.179451000, lastModified=1970-01-01 00:00:00.000000000, delta=1654604880179451000 ns, racy<=2500000000 ns
12:28:04.609 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified
12:28:04.609 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit5312567350496795951/.git/config, isRacyClean=true, read=2022-06-07 12:28:04.608484000, lastModified=2022-06-07 12:28:04.584037000, delta=24447000 ns, racy<=2500000000 ns
12:28:04.609 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit5312567350496795951/.git/config, is racily clean
12:28:04.609 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit5312567350496795951/.git/config, create new FileSnapshot: lastRead=2022-06-07 12:28:04.609188000, lastModified=2022-06-07 12:28:04.584037000, size=78, fileKey=(dev=38,ino=633340785)
12:28:04.609 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit5312567350496795951/.git/config, isRacyClean=true, read=2022-06-07 12:28:04.609188000, lastModified=2022-06-07 12:28:04.584037000, delta=25151000 ns, racy<=2500000000 ns
12:28:04.609 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-07 12:28:04.608802000, lastModified=2022-06-07 12:28:03.404032000, delta=1204770000 ns, racy<=2500000000 ns
12:28:04.609 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean
12:28:04.609 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config]
12:28:04.609 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2022-06-07 12:28:04.609577000, lastModified=2022-06-07 12:28:03.404032000, size=259, fileKey=(dev=804,ino=1711877496)
12:28:04.609 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-07 12:28:04.609577000, lastModified=2022-06-07 12:28:03.404032000, delta=1205545000 ns, racy<=2500000000 ns
12:28:04.609 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2022-06-07 12:28:00.179451000, lastModified=1970-01-01 00:00:00.000000000, delta=1654604880179451000 ns, racy<=2500000000 ns
12:28:04.609 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified
12:28:04.609 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit5312567350496795951/.git/config, isRacyClean=true, read=2022-06-07 12:28:04.609188000, lastModified=2022-06-07 12:28:04.584037000, delta=25151000 ns, racy<=2500000000 ns
12:28:04.609 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit5312567350496795951/.git/config, is racily clean
12:28:04.609 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit5312567350496795951/.git/config, create new FileSnapshot: lastRead=2022-06-07 12:28:04.609896000, lastModified=2022-06-07 12:28:04.584037000, size=78, fileKey=(dev=38,ino=633340785)
12:28:04.610 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit5312567350496795951/.git/config, isRacyClean=true, read=2022-06-07 12:28:04.609896000, lastModified=2022-06-07 12:28:04.584037000, delta=25859000 ns, racy<=2500000000 ns
12:28:04.610 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-07 12:28:04.609577000, lastModified=2022-06-07 12:28:03.404032000, delta=1205545000 ns, racy<=2500000000 ns
12:28:04.610 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean
12:28:04.610 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config]
12:28:04.610 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2022-06-07 12:28:04.610182000, lastModified=2022-06-07 12:28:03.404032000, size=259, fileKey=(dev=804,ino=1711877496)
12:28:04.610 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-07 12:28:04.610182000, lastModified=2022-06-07 12:28:03.404032000, delta=1206150000 ns, racy<=2500000000 ns
12:28:04.610 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2022-06-07 12:28:00.179451000, lastModified=1970-01-01 00:00:00.000000000, delta=1654604880179451000 ns, racy<=2500000000 ns
12:28:04.610 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified
12:28:04.610 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit5312567350496795951/.git/config, isRacyClean=true, read=2022-06-07 12:28:04.609896000, lastModified=2022-06-07 12:28:04.584037000, delta=25859000 ns, racy<=2500000000 ns
12:28:04.610 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit5312567350496795951/.git/config, is racily clean
12:28:04.610 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit5312567350496795951/.git/config, create new FileSnapshot: lastRead=2022-06-07 12:28:04.610494000, lastModified=2022-06-07 12:28:04.584037000, size=78, fileKey=(dev=38,ino=633340785)
12:28:04.610 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit5312567350496795951/.git/config, isRacyClean=true, read=2022-06-07 12:28:04.610494000, lastModified=2022-06-07 12:28:04.584037000, delta=26457000 ns, racy<=2500000000 ns
12:28:04.610 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-07 12:28:04.610182000, lastModified=2022-06-07 12:28:03.404032000, delta=1206150000 ns, racy<=2500000000 ns
12:28:04.610 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean
12:28:04.610 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config]
12:28:04.610 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2022-06-07 12:28:04.610880000, lastModified=2022-06-07 12:28:03.404032000, size=259, fileKey=(dev=804,ino=1711877496)
12:28:04.610 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-07 12:28:04.610880000, lastModified=2022-06-07 12:28:03.404032000, delta=1206848000 ns, racy<=2500000000 ns
12:28:04.611 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2022-06-07 12:28:00.179451000, lastModified=1970-01-01 00:00:00.000000000, delta=1654604880179451000 ns, racy<=2500000000 ns
12:28:04.611 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified
12:28:04.611 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit5312567350496795951/.git/config, isRacyClean=true, read=2022-06-07 12:28:04.610494000, lastModified=2022-06-07 12:28:04.584037000, delta=26457000 ns, racy<=2500000000 ns
12:28:04.611 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit5312567350496795951/.git/config, is racily clean
12:28:04.611 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit5312567350496795951/.git/config, create new FileSnapshot: lastRead=2022-06-07 12:28:04.611225000, lastModified=2022-06-07 12:28:04.584037000, size=78, fileKey=(dev=38,ino=633340785)
12:28:04.611 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit5312567350496795951/.git/config, isRacyClean=true, read=2022-06-07 12:28:04.611225000, lastModified=2022-06-07 12:28:04.584037000, delta=27188000 ns, racy<=2500000000 ns
12:28:04.611 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-07 12:28:04.610880000, lastModified=2022-06-07 12:28:03.404032000, delta=1206848000 ns, racy<=2500000000 ns
12:28:04.611 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean
12:28:04.611 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config]
12:28:04.611 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2022-06-07 12:28:04.611487000, lastModified=2022-06-07 12:28:03.404032000, size=259, fileKey=(dev=804,ino=1711877496)
12:28:04.611 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-07 12:28:04.611487000, lastModified=2022-06-07 12:28:03.404032000, delta=1207455000 ns, racy<=2500000000 ns
12:28:04.611 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2022-06-07 12:28:00.179451000, lastModified=1970-01-01 00:00:00.000000000, delta=1654604880179451000 ns, racy<=2500000000 ns
12:28:04.611 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified
12:28:04.611 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit5312567350496795951/.git/config, isRacyClean=true, read=2022-06-07 12:28:04.611225000, lastModified=2022-06-07 12:28:04.584037000, delta=27188000 ns, racy<=2500000000 ns
12:28:04.611 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit5312567350496795951/.git/config, is racily clean
12:28:04.611 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit5312567350496795951/.git/config, create new FileSnapshot: lastRead=2022-06-07 12:28:04.611810000, lastModified=2022-06-07 12:28:04.584037000, size=78, fileKey=(dev=38,ino=633340785)
12:28:04.611 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit5312567350496795951/.git/config, isRacyClean=true, read=2022-06-07 12:28:04.611810000, lastModified=2022-06-07 12:28:04.584037000, delta=27773000 ns, racy<=2500000000 ns
12:28:04.612 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit5312567350496795951/.git/refs/heads/master.lock, create new FileSnapshot: lastRead=2022-06-07 12:28:04.612089000, lastModified=2022-06-07 12:28:04.607037000, size=41, fileKey=(dev=38,ino=635444335)
12:28:04.612 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-07 12:28:04.611487000, lastModified=2022-06-07 12:28:03.404032000, delta=1207455000 ns, racy<=2500000000 ns
12:28:04.612 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean
12:28:04.612 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config]
12:28:04.612 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2022-06-07 12:28:04.612485000, lastModified=2022-06-07 12:28:03.404032000, size=259, fileKey=(dev=804,ino=1711877496)
12:28:04.612 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-07 12:28:04.612485000, lastModified=2022-06-07 12:28:03.404032000, delta=1208453000 ns, racy<=2500000000 ns
12:28:04.612 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2022-06-07 12:28:00.179451000, lastModified=1970-01-01 00:00:00.000000000, delta=1654604880179451000 ns, racy<=2500000000 ns
12:28:04.612 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified
12:28:04.612 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit5312567350496795951/.git/config, isRacyClean=true, read=2022-06-07 12:28:04.611810000, lastModified=2022-06-07 12:28:04.584037000, delta=27773000 ns, racy<=2500000000 ns
12:28:04.612 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit5312567350496795951/.git/config, is racily clean
12:28:04.612 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit5312567350496795951/.git/config, create new FileSnapshot: lastRead=2022-06-07 12:28:04.612807000, lastModified=2022-06-07 12:28:04.584037000, size=78, fileKey=(dev=38,ino=633340785)
12:28:04.612 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit5312567350496795951/.git/config, isRacyClean=true, read=2022-06-07 12:28:04.612807000, lastModified=2022-06-07 12:28:04.584037000, delta=28770000 ns, racy<=2500000000 ns
12:28:04.613 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-07 12:28:04.612485000, lastModified=2022-06-07 12:28:03.404032000, delta=1208453000 ns, racy<=2500000000 ns
12:28:04.614 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean
12:28:04.614 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config]
12:28:04.614 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2022-06-07 12:28:04.614063000, lastModified=2022-06-07 12:28:03.404032000, size=259, fileKey=(dev=804,ino=1711877496)
12:28:04.614 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-07 12:28:04.614063000, lastModified=2022-06-07 12:28:03.404032000, delta=1210031000 ns, racy<=2500000000 ns
12:28:04.614 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2022-06-07 12:28:00.179451000, lastModified=1970-01-01 00:00:00.000000000, delta=1654604880179451000 ns, racy<=2500000000 ns
12:28:04.614 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified
12:28:04.614 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit5312567350496795951/.git/config, isRacyClean=true, read=2022-06-07 12:28:04.612807000, lastModified=2022-06-07 12:28:04.584037000, delta=28770000 ns, racy<=2500000000 ns
12:28:04.614 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit5312567350496795951/.git/config, is racily clean
12:28:04.614 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit5312567350496795951/.git/config, create new FileSnapshot: lastRead=2022-06-07 12:28:04.614403000, lastModified=2022-06-07 12:28:04.584037000, size=78, fileKey=(dev=38,ino=633340785)
12:28:04.614 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit5312567350496795951/.git/config, isRacyClean=true, read=2022-06-07 12:28:04.614403000, lastModified=2022-06-07 12:28:04.584037000, delta=30366000 ns, racy<=2500000000 ns
12:28:04.614 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-07 12:28:04.614063000, lastModified=2022-06-07 12:28:03.404032000, delta=1210031000 ns, racy<=2500000000 ns
12:28:04.614 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean
12:28:04.614 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config]
12:28:04.614 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2022-06-07 12:28:04.614643000, lastModified=2022-06-07 12:28:03.404032000, size=259, fileKey=(dev=804,ino=1711877496)
12:28:04.614 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-07 12:28:04.614643000, lastModified=2022-06-07 12:28:03.404032000, delta=1210611000 ns, racy<=2500000000 ns
12:28:04.614 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2022-06-07 12:28:00.179451000, lastModified=1970-01-01 00:00:00.000000000, delta=1654604880179451000 ns, racy<=2500000000 ns
12:28:04.614 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified
12:28:04.614 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit5312567350496795951/.git/config, isRacyClean=true, read=2022-06-07 12:28:04.614403000, lastModified=2022-06-07 12:28:04.584037000, delta=30366000 ns, racy<=2500000000 ns
12:28:04.614 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit5312567350496795951/.git/config, is racily clean
12:28:04.614 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit5312567350496795951/.git/config, create new FileSnapshot: lastRead=2022-06-07 12:28:04.614951000, lastModified=2022-06-07 12:28:04.584037000, size=78, fileKey=(dev=38,ino=633340785)
12:28:04.674 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit5312567350496795951/.git/config, isRacyClean=true, read=2022-06-07 12:28:04.614951000, lastModified=2022-06-07 12:28:04.584037000, delta=30914000 ns, racy<=2500000000 ns
12:28:04.674 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-07 12:28:04.614643000, lastModified=2022-06-07 12:28:03.404032000, delta=1210611000 ns, racy<=2500000000 ns
12:28:04.674 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean
12:28:04.674 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config]
12:28:04.674 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2022-06-07 12:28:04.674410000, lastModified=2022-06-07 12:28:03.404032000, size=259, fileKey=(dev=804,ino=1711877496)
12:28:04.674 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-07 12:28:04.674410000, lastModified=2022-06-07 12:28:03.404032000, delta=1270378000 ns, racy<=2500000000 ns
12:28:04.674 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2022-06-07 12:28:00.179451000, lastModified=1970-01-01 00:00:00.000000000, delta=1654604880179451000 ns, racy<=2500000000 ns
12:28:04.674 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified
12:28:04.674 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit5312567350496795951/.git/config, isRacyClean=true, read=2022-06-07 12:28:04.614951000, lastModified=2022-06-07 12:28:04.584037000, delta=30914000 ns, racy<=2500000000 ns
12:28:04.674 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit5312567350496795951/.git/config, is racily clean
12:28:04.674 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit5312567350496795951/.git/config, create new FileSnapshot: lastRead=2022-06-07 12:28:04.674830000, lastModified=2022-06-07 12:28:04.584037000, size=78, fileKey=(dev=38,ino=633340785)
12:28:04.674 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit5312567350496795951/.git/config, isRacyClean=true, read=2022-06-07 12:28:04.674830000, lastModified=2022-06-07 12:28:04.584037000, delta=90793000 ns, racy<=2500000000 ns
12:28:04.675 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-07 12:28:04.674410000, lastModified=2022-06-07 12:28:03.404032000, delta=1270378000 ns, racy<=2500000000 ns
12:28:04.675 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean
12:28:04.675 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config]
12:28:04.675 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2022-06-07 12:28:04.675181000, lastModified=2022-06-07 12:28:03.404032000, size=259, fileKey=(dev=804,ino=1711877496)
12:28:04.675 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-07 12:28:04.675181000, lastModified=2022-06-07 12:28:03.404032000, delta=1271149000 ns, racy<=2500000000 ns
12:28:04.675 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2022-06-07 12:28:00.179451000, lastModified=1970-01-01 00:00:00.000000000, delta=1654604880179451000 ns, racy<=2500000000 ns
12:28:04.675 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified
12:28:04.675 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit5312567350496795951/.git/config, isRacyClean=true, read=2022-06-07 12:28:04.674830000, lastModified=2022-06-07 12:28:04.584037000, delta=90793000 ns, racy<=2500000000 ns
12:28:04.675 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit5312567350496795951/.git/config, is racily clean
12:28:04.675 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit5312567350496795951/.git/config, create new FileSnapshot: lastRead=2022-06-07 12:28:04.675473000, lastModified=2022-06-07 12:28:04.584037000, size=78, fileKey=(dev=38,ino=633340785)
12:28:04.675 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit5312567350496795951/.git/config, isRacyClean=true, read=2022-06-07 12:28:04.675473000, lastModified=2022-06-07 12:28:04.584037000, delta=91436000 ns, racy<=2500000000 ns
12:28:04.675 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit5312567350496795951/.git/index, create new FileSnapshot: lastRead=2022-06-07 12:28:04.675792000, lastModified=2022-06-07 12:28:04.594037000, size=104, fileKey=(dev=38,ino=633340786)
12:28:04.675 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit5312567350496795951/.git/index, create new FileSnapshot: lastRead=2022-06-07 12:28:04.675873000, lastModified=2022-06-07 12:28:04.594037000, size=104, fileKey=(dev=38,ino=633340786)
12:28:04.675 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-07 12:28:04.675181000, lastModified=2022-06-07 12:28:03.404032000, delta=1271149000 ns, racy<=2500000000 ns
12:28:04.675 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean
12:28:04.675 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config]
12:28:04.676 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2022-06-07 12:28:04.676002000, lastModified=2022-06-07 12:28:03.404032000, size=259, fileKey=(dev=804,ino=1711877496)
12:28:04.676 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-07 12:28:04.676002000, lastModified=2022-06-07 12:28:03.404032000, delta=1271970000 ns, racy<=2500000000 ns
12:28:04.676 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2022-06-07 12:28:00.179451000, lastModified=1970-01-01 00:00:00.000000000, delta=1654604880179451000 ns, racy<=2500000000 ns
12:28:04.676 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified
12:28:04.676 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit5312567350496795951/.git/config, isRacyClean=true, read=2022-06-07 12:28:04.675473000, lastModified=2022-06-07 12:28:04.584037000, delta=91436000 ns, racy<=2500000000 ns
12:28:04.676 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit5312567350496795951/.git/config, is racily clean
12:28:04.676 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit5312567350496795951/.git/config, create new FileSnapshot: lastRead=2022-06-07 12:28:04.676264000, lastModified=2022-06-07 12:28:04.584037000, size=78, fileKey=(dev=38,ino=633340785)
12:28:04.676 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit5312567350496795951/.git/config, isRacyClean=true, read=2022-06-07 12:28:04.676264000, lastModified=2022-06-07 12:28:04.584037000, delta=92227000 ns, racy<=2500000000 ns
12:28:04.676 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-07 12:28:04.676002000, lastModified=2022-06-07 12:28:03.404032000, delta=1271970000 ns, racy<=2500000000 ns
12:28:04.676 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean
12:28:04.676 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config]
12:28:04.676 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2022-06-07 12:28:04.676446000, lastModified=2022-06-07 12:28:03.404032000, size=259, fileKey=(dev=804,ino=1711877496)
12:28:04.676 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-07 12:28:04.676446000, lastModified=2022-06-07 12:28:03.404032000, delta=1272414000 ns, racy<=2500000000 ns
12:28:04.676 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2022-06-07 12:28:00.179451000, lastModified=1970-01-01 00:00:00.000000000, delta=1654604880179451000 ns, racy<=2500000000 ns
12:28:04.676 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified
12:28:04.676 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit5312567350496795951/.git/config, isRacyClean=true, read=2022-06-07 12:28:04.676264000, lastModified=2022-06-07 12:28:04.584037000, delta=92227000 ns, racy<=2500000000 ns
12:28:04.676 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit5312567350496795951/.git/config, is racily clean
12:28:04.676 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit5312567350496795951/.git/config, create new FileSnapshot: lastRead=2022-06-07 12:28:04.676670000, lastModified=2022-06-07 12:28:04.584037000, size=78, fileKey=(dev=38,ino=633340785)
12:28:04.676 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit5312567350496795951/.git/config, isRacyClean=true, read=2022-06-07 12:28:04.676670000, lastModified=2022-06-07 12:28:04.584037000, delta=92633000 ns, racy<=2500000000 ns
12:28:04.676 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-07 12:28:04.676446000, lastModified=2022-06-07 12:28:03.404032000, delta=1272414000 ns, racy<=2500000000 ns
12:28:04.677 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean
12:28:04.677 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config]
12:28:04.677 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2022-06-07 12:28:04.677066000, lastModified=2022-06-07 12:28:03.404032000, size=259, fileKey=(dev=804,ino=1711877496)
12:28:04.677 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-07 12:28:04.677066000, lastModified=2022-06-07 12:28:03.404032000, delta=1273034000 ns, racy<=2500000000 ns
12:28:04.677 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2022-06-07 12:28:00.179451000, lastModified=1970-01-01 00:00:00.000000000, delta=1654604880179451000 ns, racy<=2500000000 ns
12:28:04.677 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified
12:28:04.677 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit5312567350496795951/.git/config, isRacyClean=true, read=2022-06-07 12:28:04.676670000, lastModified=2022-06-07 12:28:04.584037000, delta=92633000 ns, racy<=2500000000 ns
12:28:04.677 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit5312567350496795951/.git/config, is racily clean
12:28:04.677 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit5312567350496795951/.git/config, create new FileSnapshot: lastRead=2022-06-07 12:28:04.677326000, lastModified=2022-06-07 12:28:04.584037000, size=78, fileKey=(dev=38,ino=633340785)
12:28:04.677 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit5312567350496795951/.git/config, isRacyClean=true, read=2022-06-07 12:28:04.677326000, lastModified=2022-06-07 12:28:04.584037000, delta=93289000 ns, racy<=2500000000 ns
12:28:04.677 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit5312567350496795951/.git/objects/pack, isRacyClean=false, read=2022-06-07 12:28:04.591518000, lastModified=2022-06-07 12:28:04.578037000, delta=13481000 ns, racy<=2257500 ns
12:28:04.677 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit5312567350496795951/.git/objects/pack, is unmodified
12:28:04.677 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit5312567350496795951/.git/objects/pack/preserved, isRacyClean=false, read=2022-06-07 12:28:04.592659000, lastModified=1970-01-01 00:00:00.000000000, delta=1654604884592659000 ns, racy<=2257500 ns
12:28:04.677 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit5312567350496795951/.git/objects/pack/preserved, is unmodified
12:28:04.678 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit5312567350496795951/.git/objects/pack, isRacyClean=false, read=2022-06-07 12:28:04.591518000, lastModified=2022-06-07 12:28:04.578037000, delta=13481000 ns, racy<=2257500 ns
12:28:04.678 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit5312567350496795951/.git/objects/pack, is unmodified
12:28:04.678 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit5312567350496795951/.git/objects/pack/preserved, isRacyClean=false, read=2022-06-07 12:28:04.592659000, lastModified=1970-01-01 00:00:00.000000000, delta=1654604884592659000 ns, racy<=2257500 ns
12:28:04.678 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit5312567350496795951/.git/objects/pack/preserved, is unmodified
12:28:04.678 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit5312567350496795951/.git/index.lock, create new FileSnapshot: lastRead=2022-06-07 12:28:04.678603000, lastModified=2022-06-07 12:28:04.674037000, size=0, fileKey=(dev=38,ino=633340788)
12:28:04.678 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-07 12:28:04.677066000, lastModified=2022-06-07 12:28:03.404032000, delta=1273034000 ns, racy<=2500000000 ns
12:28:04.678 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean
12:28:04.678 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config]
12:28:04.678 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2022-06-07 12:28:04.678747000, lastModified=2022-06-07 12:28:03.404032000, size=259, fileKey=(dev=804,ino=1711877496)
12:28:04.678 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-07 12:28:04.678747000, lastModified=2022-06-07 12:28:03.404032000, delta=1274715000 ns, racy<=2500000000 ns
12:28:04.678 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2022-06-07 12:28:00.179451000, lastModified=1970-01-01 00:00:00.000000000, delta=1654604880179451000 ns, racy<=2500000000 ns
12:28:04.678 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified
12:28:04.678 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit5312567350496795951/.git/config, isRacyClean=true, read=2022-06-07 12:28:04.677326000, lastModified=2022-06-07 12:28:04.584037000, delta=93289000 ns, racy<=2500000000 ns
12:28:04.678 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit5312567350496795951/.git/config, is racily clean
12:28:04.679 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit5312567350496795951/.git/config, create new FileSnapshot: lastRead=2022-06-07 12:28:04.678988000, lastModified=2022-06-07 12:28:04.584037000, size=78, fileKey=(dev=38,ino=633340785)
12:28:04.679 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit5312567350496795951/.git/config, isRacyClean=true, read=2022-06-07 12:28:04.678988000, lastModified=2022-06-07 12:28:04.584037000, delta=94951000 ns, racy<=2500000000 ns
12:28:04.679 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit5312567350496795951/.git/index.lock, create new FileSnapshot: lastRead=2022-06-07 12:28:04.679215000, lastModified=2022-06-07 12:28:04.678037000, size=104, fileKey=(dev=38,ino=633340788)
12:28:04.679 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit5312567350496795951/.git/index, create new FileSnapshot: lastRead=2022-06-07 12:28:04.679335000, lastModified=2022-06-07 12:28:04.678037000, size=104, fileKey=(dev=38,ino=633340788)
12:28:04.679 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-07 12:28:04.678747000, lastModified=2022-06-07 12:28:03.404032000, delta=1274715000 ns, racy<=2500000000 ns
12:28:04.679 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean
12:28:04.679 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config]
12:28:04.679 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2022-06-07 12:28:04.679460000, lastModified=2022-06-07 12:28:03.404032000, size=259, fileKey=(dev=804,ino=1711877496)
12:28:04.679 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-07 12:28:04.679460000, lastModified=2022-06-07 12:28:03.404032000, delta=1275428000 ns, racy<=2500000000 ns
12:28:04.679 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2022-06-07 12:28:00.179451000, lastModified=1970-01-01 00:00:00.000000000, delta=1654604880179451000 ns, racy<=2500000000 ns
12:28:04.679 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified
12:28:04.679 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit5312567350496795951/.git/config, isRacyClean=true, read=2022-06-07 12:28:04.678988000, lastModified=2022-06-07 12:28:04.584037000, delta=94951000 ns, racy<=2500000000 ns
12:28:04.679 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit5312567350496795951/.git/config, is racily clean
12:28:04.679 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit5312567350496795951/.git/config, create new FileSnapshot: lastRead=2022-06-07 12:28:04.679698000, lastModified=2022-06-07 12:28:04.584037000, size=78, fileKey=(dev=38,ino=633340785)
12:28:04.679 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit5312567350496795951/.git/config, isRacyClean=true, read=2022-06-07 12:28:04.679698000, lastModified=2022-06-07 12:28:04.584037000, delta=95661000 ns, racy<=2500000000 ns
12:28:04.679 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit5312567350496795951/.git/HEAD, isRacyClean=false, read=2022-06-07 12:28:04.598679000, lastModified=2022-06-07 12:28:04.583037000, delta=15642000 ns, racy<=2257500 ns
12:28:04.679 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit5312567350496795951/.git/HEAD, is unmodified
12:28:04.680 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit5312567350496795951/.git/refs/heads/master.lock, isRacyClean=false, read=2022-06-07 12:28:04.612089000, lastModified=2022-06-07 12:28:04.607037000, delta=5052000 ns, racy<=2257500 ns
12:28:04.680 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit5312567350496795951/.git/refs/heads/master.lock, is unmodified
12:28:04.680 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-07 12:28:04.679460000, lastModified=2022-06-07 12:28:03.404032000, delta=1275428000 ns, racy<=2500000000 ns
12:28:04.680 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean
12:28:04.680 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config]
12:28:04.680 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2022-06-07 12:28:04.680613000, lastModified=2022-06-07 12:28:03.404032000, size=259, fileKey=(dev=804,ino=1711877496)
12:28:04.680 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-07 12:28:04.680613000, lastModified=2022-06-07 12:28:03.404032000, delta=1276581000 ns, racy<=2500000000 ns
12:28:04.680 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2022-06-07 12:28:00.179451000, lastModified=1970-01-01 00:00:00.000000000, delta=1654604880179451000 ns, racy<=2500000000 ns
12:28:04.680 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified
12:28:04.680 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit5312567350496795951/.git/config, isRacyClean=true, read=2022-06-07 12:28:04.679698000, lastModified=2022-06-07 12:28:04.584037000, delta=95661000 ns, racy<=2500000000 ns
12:28:04.680 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit5312567350496795951/.git/config, is racily clean
12:28:04.680 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit5312567350496795951/.git/config, create new FileSnapshot: lastRead=2022-06-07 12:28:04.680890000, lastModified=2022-06-07 12:28:04.584037000, size=78, fileKey=(dev=38,ino=633340785)
12:28:04.680 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit5312567350496795951/.git/config, isRacyClean=true, read=2022-06-07 12:28:04.680890000, lastModified=2022-06-07 12:28:04.584037000, delta=96853000 ns, racy<=2500000000 ns
12:28:04.681 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit5312567350496795951/.git/HEAD, isRacyClean=false, read=2022-06-07 12:28:04.598679000, lastModified=2022-06-07 12:28:04.583037000, delta=15642000 ns, racy<=2257500 ns
12:28:04.681 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit5312567350496795951/.git/HEAD, is unmodified
12:28:04.681 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit5312567350496795951/.git/refs/heads/master.lock, isRacyClean=false, read=2022-06-07 12:28:04.612089000, lastModified=2022-06-07 12:28:04.607037000, delta=5052000 ns, racy<=2257500 ns
12:28:04.681 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit5312567350496795951/.git/refs/heads/master.lock, is unmodified
12:28:04.681 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-07 12:28:04.680613000, lastModified=2022-06-07 12:28:03.404032000, delta=1276581000 ns, racy<=2500000000 ns
12:28:04.681 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean
12:28:04.681 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config]
12:28:04.681 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2022-06-07 12:28:04.681753000, lastModified=2022-06-07 12:28:03.404032000, size=259, fileKey=(dev=804,ino=1711877496)
12:28:04.681 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-07 12:28:04.681753000, lastModified=2022-06-07 12:28:03.404032000, delta=1277721000 ns, racy<=2500000000 ns
12:28:04.681 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2022-06-07 12:28:00.179451000, lastModified=1970-01-01 00:00:00.000000000, delta=1654604880179451000 ns, racy<=2500000000 ns
12:28:04.681 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified
12:28:04.681 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit5312567350496795951/.git/config, isRacyClean=true, read=2022-06-07 12:28:04.680890000, lastModified=2022-06-07 12:28:04.584037000, delta=96853000 ns, racy<=2500000000 ns
12:28:04.681 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit5312567350496795951/.git/config, is racily clean
12:28:04.682 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit5312567350496795951/.git/config, create new FileSnapshot: lastRead=2022-06-07 12:28:04.682003000, lastModified=2022-06-07 12:28:04.584037000, size=78, fileKey=(dev=38,ino=633340785)
12:28:04.682 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit5312567350496795951/.git/config, isRacyClean=true, read=2022-06-07 12:28:04.682003000, lastModified=2022-06-07 12:28:04.584037000, delta=97966000 ns, racy<=2500000000 ns
12:28:04.682 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit5312567350496795951/.git/index, create new FileSnapshot: lastRead=2022-06-07 12:28:04.682332000, lastModified=2022-06-07 12:28:04.678037000, size=104, fileKey=(dev=38,ino=633340788)
12:28:04.682 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit5312567350496795951/.git/index, create new FileSnapshot: lastRead=2022-06-07 12:28:04.682430000, lastModified=2022-06-07 12:28:04.678037000, size=104, fileKey=(dev=38,ino=633340788)
12:28:04.682 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit5312567350496795951/.git/objects/pack, isRacyClean=false, read=2022-06-07 12:28:04.591518000, lastModified=2022-06-07 12:28:04.578037000, delta=13481000 ns, racy<=2257500 ns
12:28:04.682 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit5312567350496795951/.git/objects/pack, is unmodified
12:28:04.682 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit5312567350496795951/.git/objects/pack/preserved, isRacyClean=false, read=2022-06-07 12:28:04.592659000, lastModified=1970-01-01 00:00:00.000000000, delta=1654604884592659000 ns, racy<=2257500 ns
12:28:04.682 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit5312567350496795951/.git/objects/pack/preserved, is unmodified
12:28:04.682 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit5312567350496795951/.git/objects/pack, isRacyClean=false, read=2022-06-07 12:28:04.591518000, lastModified=2022-06-07 12:28:04.578037000, delta=13481000 ns, racy<=2257500 ns
12:28:04.682 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit5312567350496795951/.git/objects/pack, is unmodified
12:28:04.683 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit5312567350496795951/.git/objects/pack/preserved, isRacyClean=false, read=2022-06-07 12:28:04.592659000, lastModified=1970-01-01 00:00:00.000000000, delta=1654604884592659000 ns, racy<=2257500 ns
12:28:04.683 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit5312567350496795951/.git/objects/pack/preserved, is unmodified
12:28:04.683 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit5312567350496795951/.git/objects/pack, isRacyClean=false, read=2022-06-07 12:28:04.591518000, lastModified=2022-06-07 12:28:04.578037000, delta=13481000 ns, racy<=2257500 ns
12:28:04.683 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit5312567350496795951/.git/objects/pack, is unmodified
12:28:04.683 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit5312567350496795951/.git/objects/pack/preserved, isRacyClean=false, read=2022-06-07 12:28:04.592659000, lastModified=1970-01-01 00:00:00.000000000, delta=1654604884592659000 ns, racy<=2257500 ns
12:28:04.683 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit5312567350496795951/.git/objects/pack/preserved, is unmodified
12:28:04.683 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit5312567350496795951/.git/objects/pack, isRacyClean=false, read=2022-06-07 12:28:04.591518000, lastModified=2022-06-07 12:28:04.578037000, delta=13481000 ns, racy<=2257500 ns
12:28:04.683 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit5312567350496795951/.git/objects/pack, is unmodified
12:28:04.684 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit5312567350496795951/.git/objects/pack/preserved, isRacyClean=false, read=2022-06-07 12:28:04.592659000, lastModified=1970-01-01 00:00:00.000000000, delta=1654604884592659000 ns, racy<=2257500 ns
12:28:04.684 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit5312567350496795951/.git/objects/pack/preserved, is unmodified
12:28:04.684 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-07 12:28:04.681753000, lastModified=2022-06-07 12:28:03.404032000, delta=1277721000 ns, racy<=2500000000 ns
12:28:04.684 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean
12:28:04.684 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config]
12:28:04.684 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2022-06-07 12:28:04.684512000, lastModified=2022-06-07 12:28:03.404032000, size=259, fileKey=(dev=804,ino=1711877496)
12:28:04.684 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-07 12:28:04.684512000, lastModified=2022-06-07 12:28:03.404032000, delta=1280480000 ns, racy<=2500000000 ns
12:28:04.684 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2022-06-07 12:28:00.179451000, lastModified=1970-01-01 00:00:00.000000000, delta=1654604880179451000 ns, racy<=2500000000 ns
12:28:04.684 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified
12:28:04.684 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit5312567350496795951/.git/config, isRacyClean=true, read=2022-06-07 12:28:04.682003000, lastModified=2022-06-07 12:28:04.584037000, delta=97966000 ns, racy<=2500000000 ns
12:28:04.684 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit5312567350496795951/.git/config, is racily clean
12:28:04.684 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit5312567350496795951/.git/config, create new FileSnapshot: lastRead=2022-06-07 12:28:04.684755000, lastModified=2022-06-07 12:28:04.584037000, size=78, fileKey=(dev=38,ino=633340785)
12:28:04.684 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit5312567350496795951/.git/config, isRacyClean=true, read=2022-06-07 12:28:04.684755000, lastModified=2022-06-07 12:28:04.584037000, delta=100718000 ns, racy<=2500000000 ns
12:28:04.684 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit5312567350496795951/.git/HEAD, isRacyClean=false, read=2022-06-07 12:28:04.598679000, lastModified=2022-06-07 12:28:04.583037000, delta=15642000 ns, racy<=2257500 ns
12:28:04.684 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit5312567350496795951/.git/HEAD, is unmodified
12:28:04.684 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit5312567350496795951/.git/refs/heads/master.lock, isRacyClean=false, read=2022-06-07 12:28:04.612089000, lastModified=2022-06-07 12:28:04.607037000, delta=5052000 ns, racy<=2257500 ns
12:28:04.684 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit5312567350496795951/.git/refs/heads/master.lock, is unmodified
12:28:04.685 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-07 12:28:04.684512000, lastModified=2022-06-07 12:28:03.404032000, delta=1280480000 ns, racy<=2500000000 ns
12:28:04.685 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean
12:28:04.685 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config]
12:28:04.685 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2022-06-07 12:28:04.685232000, lastModified=2022-06-07 12:28:03.404032000, size=259, fileKey=(dev=804,ino=1711877496)
12:28:04.685 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-07 12:28:04.685232000, lastModified=2022-06-07 12:28:03.404032000, delta=1281200000 ns, racy<=2500000000 ns
12:28:04.685 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2022-06-07 12:28:00.179451000, lastModified=1970-01-01 00:00:00.000000000, delta=1654604880179451000 ns, racy<=2500000000 ns
12:28:04.685 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified
12:28:04.685 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit5312567350496795951/.git/config, isRacyClean=true, read=2022-06-07 12:28:04.684755000, lastModified=2022-06-07 12:28:04.584037000, delta=100718000 ns, racy<=2500000000 ns
12:28:04.685 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit5312567350496795951/.git/config, is racily clean
12:28:04.685 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit5312567350496795951/.git/config, create new FileSnapshot: lastRead=2022-06-07 12:28:04.685433000, lastModified=2022-06-07 12:28:04.584037000, size=78, fileKey=(dev=38,ino=633340785)
12:28:04.685 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit5312567350496795951/.git/config, isRacyClean=true, read=2022-06-07 12:28:04.685433000, lastModified=2022-06-07 12:28:04.584037000, delta=101396000 ns, racy<=2500000000 ns
12:28:04.685 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit5312567350496795951/.git/refs/heads/master.lock, isRacyClean=false, read=2022-06-07 12:28:04.612089000, lastModified=2022-06-07 12:28:04.607037000, delta=5052000 ns, racy<=2257500 ns
12:28:04.685 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit5312567350496795951/.git/refs/heads/master.lock, is unmodified
12:28:04.685 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-07 12:28:04.685232000, lastModified=2022-06-07 12:28:03.404032000, delta=1281200000 ns, racy<=2500000000 ns
12:28:04.685 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean
12:28:04.685 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config]
12:28:04.685 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2022-06-07 12:28:04.685886000, lastModified=2022-06-07 12:28:03.404032000, size=259, fileKey=(dev=804,ino=1711877496)
12:28:04.685 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-07 12:28:04.685886000, lastModified=2022-06-07 12:28:03.404032000, delta=1281854000 ns, racy<=2500000000 ns
12:28:04.686 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2022-06-07 12:28:00.179451000, lastModified=1970-01-01 00:00:00.000000000, delta=1654604880179451000 ns, racy<=2500000000 ns
12:28:04.686 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified
12:28:04.686 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit5312567350496795951/.git/config, isRacyClean=true, read=2022-06-07 12:28:04.685433000, lastModified=2022-06-07 12:28:04.584037000, delta=101396000 ns, racy<=2500000000 ns
12:28:04.686 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit5312567350496795951/.git/config, is racily clean
12:28:04.686 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit5312567350496795951/.git/config, create new FileSnapshot: lastRead=2022-06-07 12:28:04.686149000, lastModified=2022-06-07 12:28:04.584037000, size=78, fileKey=(dev=38,ino=633340785)
12:28:04.686 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit5312567350496795951/.git/config, isRacyClean=true, read=2022-06-07 12:28:04.686149000, lastModified=2022-06-07 12:28:04.584037000, delta=102112000 ns, racy<=2500000000 ns
12:28:04.686 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-07 12:28:04.685886000, lastModified=2022-06-07 12:28:03.404032000, delta=1281854000 ns, racy<=2500000000 ns
12:28:04.686 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean
12:28:04.686 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config]
12:28:04.686 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2022-06-07 12:28:04.686463000, lastModified=2022-06-07 12:28:03.404032000, size=259, fileKey=(dev=804,ino=1711877496)
12:28:04.686 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-07 12:28:04.686463000, lastModified=2022-06-07 12:28:03.404032000, delta=1282431000 ns, racy<=2500000000 ns
12:28:04.686 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2022-06-07 12:28:00.179451000, lastModified=1970-01-01 00:00:00.000000000, delta=1654604880179451000 ns, racy<=2500000000 ns
12:28:04.686 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified
12:28:04.686 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit5312567350496795951/.git/config, isRacyClean=true, read=2022-06-07 12:28:04.686149000, lastModified=2022-06-07 12:28:04.584037000, delta=102112000 ns, racy<=2500000000 ns
12:28:04.686 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit5312567350496795951/.git/config, is racily clean
12:28:04.686 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit5312567350496795951/.git/config, create new FileSnapshot: lastRead=2022-06-07 12:28:04.686791000, lastModified=2022-06-07 12:28:04.584037000, size=78, fileKey=(dev=38,ino=633340785)
12:28:04.686 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit5312567350496795951/.git/config, isRacyClean=true, read=2022-06-07 12:28:04.686791000, lastModified=2022-06-07 12:28:04.584037000, delta=102754000 ns, racy<=2500000000 ns
12:28:04.687 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-07 12:28:04.686463000, lastModified=2022-06-07 12:28:03.404032000, delta=1282431000 ns, racy<=2500000000 ns
12:28:04.687 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean
12:28:04.687 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config]
12:28:04.687 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2022-06-07 12:28:04.687173000, lastModified=2022-06-07 12:28:03.404032000, size=259, fileKey=(dev=804,ino=1711877496)
12:28:04.687 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-07 12:28:04.687173000, lastModified=2022-06-07 12:28:03.404032000, delta=1283141000 ns, racy<=2500000000 ns
12:28:04.687 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2022-06-07 12:28:00.179451000, lastModified=1970-01-01 00:00:00.000000000, delta=1654604880179451000 ns, racy<=2500000000 ns
12:28:04.687 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified
12:28:04.687 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit5312567350496795951/.git/config, isRacyClean=true, read=2022-06-07 12:28:04.686791000, lastModified=2022-06-07 12:28:04.584037000, delta=102754000 ns, racy<=2500000000 ns
12:28:04.687 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit5312567350496795951/.git/config, is racily clean
12:28:04.687 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit5312567350496795951/.git/config, create new FileSnapshot: lastRead=2022-06-07 12:28:04.687500000, lastModified=2022-06-07 12:28:04.584037000, size=78, fileKey=(dev=38,ino=633340785)
12:28:04.687 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit5312567350496795951/.git/config, isRacyClean=true, read=2022-06-07 12:28:04.687500000, lastModified=2022-06-07 12:28:04.584037000, delta=103463000 ns, racy<=2500000000 ns
12:28:04.687 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-07 12:28:04.687173000, lastModified=2022-06-07 12:28:03.404032000, delta=1283141000 ns, racy<=2500000000 ns
12:28:04.687 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean
12:28:04.687 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config]
12:28:04.687 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2022-06-07 12:28:04.687770000, lastModified=2022-06-07 12:28:03.404032000, size=259, fileKey=(dev=804,ino=1711877496)
12:28:04.687 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-07 12:28:04.687770000, lastModified=2022-06-07 12:28:03.404032000, delta=1283738000 ns, racy<=2500000000 ns
12:28:04.687 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2022-06-07 12:28:00.179451000, lastModified=1970-01-01 00:00:00.000000000, delta=1654604880179451000 ns, racy<=2500000000 ns
12:28:04.687 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified
12:28:04.687 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit5312567350496795951/.git/config, isRacyClean=true, read=2022-06-07 12:28:04.687500000, lastModified=2022-06-07 12:28:04.584037000, delta=103463000 ns, racy<=2500000000 ns
12:28:04.687 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit5312567350496795951/.git/config, is racily clean
12:28:04.687 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit5312567350496795951/.git/config, create new FileSnapshot: lastRead=2022-06-07 12:28:04.687973000, lastModified=2022-06-07 12:28:04.584037000, size=78, fileKey=(dev=38,ino=633340785)
12:28:04.688 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit5312567350496795951/.git/config, isRacyClean=true, read=2022-06-07 12:28:04.687973000, lastModified=2022-06-07 12:28:04.584037000, delta=103936000 ns, racy<=2500000000 ns
12:28:04.688 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-07 12:28:04.687770000, lastModified=2022-06-07 12:28:03.404032000, delta=1283738000 ns, racy<=2500000000 ns
12:28:04.688 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean
12:28:04.688 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config]
12:28:04.688 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2022-06-07 12:28:04.688172000, lastModified=2022-06-07 12:28:03.404032000, size=259, fileKey=(dev=804,ino=1711877496)
12:28:04.688 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-07 12:28:04.688172000, lastModified=2022-06-07 12:28:03.404032000, delta=1284140000 ns, racy<=2500000000 ns
12:28:04.688 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2022-06-07 12:28:00.179451000, lastModified=1970-01-01 00:00:00.000000000, delta=1654604880179451000 ns, racy<=2500000000 ns
12:28:04.688 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified
12:28:04.688 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit5312567350496795951/.git/config, isRacyClean=true, read=2022-06-07 12:28:04.687973000, lastModified=2022-06-07 12:28:04.584037000, delta=103936000 ns, racy<=2500000000 ns
12:28:04.688 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit5312567350496795951/.git/config, is racily clean
12:28:04.688 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit5312567350496795951/.git/config, create new FileSnapshot: lastRead=2022-06-07 12:28:04.688377000, lastModified=2022-06-07 12:28:04.584037000, size=78, fileKey=(dev=38,ino=633340785)
12:28:04.688 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit5312567350496795951/.git/config, isRacyClean=true, read=2022-06-07 12:28:04.688377000, lastModified=2022-06-07 12:28:04.584037000, delta=104340000 ns, racy<=2500000000 ns
12:28:04.688 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-07 12:28:04.688172000, lastModified=2022-06-07 12:28:03.404032000, delta=1284140000 ns, racy<=2500000000 ns
12:28:04.688 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean
12:28:04.688 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config]
12:28:04.688 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2022-06-07 12:28:04.688549000, lastModified=2022-06-07 12:28:03.404032000, size=259, fileKey=(dev=804,ino=1711877496)
12:28:04.688 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-07 12:28:04.688549000, lastModified=2022-06-07 12:28:03.404032000, delta=1284517000 ns, racy<=2500000000 ns
12:28:04.688 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2022-06-07 12:28:00.179451000, lastModified=1970-01-01 00:00:00.000000000, delta=1654604880179451000 ns, racy<=2500000000 ns
12:28:04.688 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified
12:28:04.688 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit5312567350496795951/.git/config, isRacyClean=true, read=2022-06-07 12:28:04.688377000, lastModified=2022-06-07 12:28:04.584037000, delta=104340000 ns, racy<=2500000000 ns
12:28:04.688 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit5312567350496795951/.git/config, is racily clean
12:28:04.688 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit5312567350496795951/.git/config, create new FileSnapshot: lastRead=2022-06-07 12:28:04.688733000, lastModified=2022-06-07 12:28:04.584037000, size=78, fileKey=(dev=38,ino=633340785)
12:28:04.688 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit5312567350496795951/.git/config, isRacyClean=true, read=2022-06-07 12:28:04.688733000, lastModified=2022-06-07 12:28:04.584037000, delta=104696000 ns, racy<=2500000000 ns
12:28:04.688 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit5312567350496795951/.git/refs/heads/master.lock, create new FileSnapshot: lastRead=2022-06-07 12:28:04.688871000, lastModified=2022-06-07 12:28:04.685038000, size=41, fileKey=(dev=38,ino=635444336)
12:28:04.689 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-07 12:28:04.688549000, lastModified=2022-06-07 12:28:03.404032000, delta=1284517000 ns, racy<=2500000000 ns
12:28:04.689 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean
12:28:04.689 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config]
12:28:04.689 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2022-06-07 12:28:04.689175000, lastModified=2022-06-07 12:28:03.404032000, size=259, fileKey=(dev=804,ino=1711877496)
12:28:04.689 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-07 12:28:04.689175000, lastModified=2022-06-07 12:28:03.404032000, delta=1285143000 ns, racy<=2500000000 ns
12:28:04.689 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2022-06-07 12:28:00.179451000, lastModified=1970-01-01 00:00:00.000000000, delta=1654604880179451000 ns, racy<=2500000000 ns
12:28:04.689 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified
12:28:04.689 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit5312567350496795951/.git/config, isRacyClean=true, read=2022-06-07 12:28:04.688733000, lastModified=2022-06-07 12:28:04.584037000, delta=104696000 ns, racy<=2500000000 ns
12:28:04.689 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit5312567350496795951/.git/config, is racily clean
12:28:04.689 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit5312567350496795951/.git/config, create new FileSnapshot: lastRead=2022-06-07 12:28:04.689369000, lastModified=2022-06-07 12:28:04.584037000, size=78, fileKey=(dev=38,ino=633340785)
12:28:04.689 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit5312567350496795951/.git/config, isRacyClean=true, read=2022-06-07 12:28:04.689369000, lastModified=2022-06-07 12:28:04.584037000, delta=105332000 ns, racy<=2500000000 ns
12:28:04.693 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-07 12:28:04.689175000, lastModified=2022-06-07 12:28:03.404032000, delta=1285143000 ns, racy<=2500000000 ns
12:28:04.693 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean
12:28:04.693 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config]
12:28:04.693 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2022-06-07 12:28:04.693492000, lastModified=2022-06-07 12:28:03.404032000, size=259, fileKey=(dev=804,ino=1711877496)
12:28:04.693 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-07 12:28:04.693492000, lastModified=2022-06-07 12:28:03.404032000, delta=1289460000 ns, racy<=2500000000 ns
12:28:04.693 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2022-06-07 12:28:00.179451000, lastModified=1970-01-01 00:00:00.000000000, delta=1654604880179451000 ns, racy<=2500000000 ns
12:28:04.693 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified
12:28:04.693 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit5312567350496795951/.git/config, isRacyClean=true, read=2022-06-07 12:28:04.689369000, lastModified=2022-06-07 12:28:04.584037000, delta=105332000 ns, racy<=2500000000 ns
12:28:04.693 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit5312567350496795951/.git/config, is racily clean
12:28:04.693 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit5312567350496795951/.git/config, create new FileSnapshot: lastRead=2022-06-07 12:28:04.693770000, lastModified=2022-06-07 12:28:04.584037000, size=78, fileKey=(dev=38,ino=633340785)
12:28:04.693 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit5312567350496795951/.git/config, isRacyClean=true, read=2022-06-07 12:28:04.693770000, lastModified=2022-06-07 12:28:04.584037000, delta=109733000 ns, racy<=2500000000 ns
12:28:04.694 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-07 12:28:04.693492000, lastModified=2022-06-07 12:28:03.404032000, delta=1289460000 ns, racy<=2500000000 ns
12:28:04.694 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean
12:28:04.694 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config]
12:28:04.694 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2022-06-07 12:28:04.694482000, lastModified=2022-06-07 12:28:03.404032000, size=259, fileKey=(dev=804,ino=1711877496)
12:28:04.694 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-07 12:28:04.694482000, lastModified=2022-06-07 12:28:03.404032000, delta=1290450000 ns, racy<=2500000000 ns
12:28:04.694 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2022-06-07 12:28:00.179451000, lastModified=1970-01-01 00:00:00.000000000, delta=1654604880179451000 ns, racy<=2500000000 ns
12:28:04.694 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified
12:28:04.694 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit5312567350496795951/.git/config, isRacyClean=true, read=2022-06-07 12:28:04.693770000, lastModified=2022-06-07 12:28:04.584037000, delta=109733000 ns, racy<=2500000000 ns
12:28:04.694 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit5312567350496795951/.git/config, is racily clean
12:28:04.694 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit5312567350496795951/.git/config, create new FileSnapshot: lastRead=2022-06-07 12:28:04.694682000, lastModified=2022-06-07 12:28:04.584037000, size=78, fileKey=(dev=38,ino=633340785)
12:28:04.694 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit5312567350496795951/.git/config, isRacyClean=true, read=2022-06-07 12:28:04.694682000, lastModified=2022-06-07 12:28:04.584037000, delta=110645000 ns, racy<=2500000000 ns
12:28:04.694 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit5312567350496795951/.git/HEAD, isRacyClean=false, read=2022-06-07 12:28:04.598679000, lastModified=2022-06-07 12:28:04.583037000, delta=15642000 ns, racy<=2257500 ns
12:28:04.694 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit5312567350496795951/.git/HEAD, is unmodified
12:28:04.694 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit5312567350496795951/.git/refs/heads/master.lock, isRacyClean=false, read=2022-06-07 12:28:04.688871000, lastModified=2022-06-07 12:28:04.685038000, delta=3833000 ns, racy<=2257500 ns
12:28:04.694 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit5312567350496795951/.git/refs/heads/master.lock, is unmodified
12:28:04.694 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-07 12:28:04.694482000, lastModified=2022-06-07 12:28:03.404032000, delta=1290450000 ns, racy<=2500000000 ns
12:28:04.694 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean
12:28:04.694 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config]
12:28:04.694 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2022-06-07 12:28:04.694974000, lastModified=2022-06-07 12:28:03.404032000, size=259, fileKey=(dev=804,ino=1711877496)
12:28:04.695 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-07 12:28:04.694974000, lastModified=2022-06-07 12:28:03.404032000, delta=1290942000 ns, racy<=2500000000 ns
12:28:04.695 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2022-06-07 12:28:00.179451000, lastModified=1970-01-01 00:00:00.000000000, delta=1654604880179451000 ns, racy<=2500000000 ns
12:28:04.695 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified
12:28:04.695 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit5312567350496795951/.git/config, isRacyClean=true, read=2022-06-07 12:28:04.694682000, lastModified=2022-06-07 12:28:04.584037000, delta=110645000 ns, racy<=2500000000 ns
12:28:04.695 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit5312567350496795951/.git/config, is racily clean
12:28:04.695 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit5312567350496795951/.git/config, create new FileSnapshot: lastRead=2022-06-07 12:28:04.695185000, lastModified=2022-06-07 12:28:04.584037000, size=78, fileKey=(dev=38,ino=633340785)
12:28:04.695 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit5312567350496795951/.git/config, isRacyClean=true, read=2022-06-07 12:28:04.695185000, lastModified=2022-06-07 12:28:04.584037000, delta=111148000 ns, racy<=2500000000 ns
12:28:04.695 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit5312567350496795951/.git/HEAD, isRacyClean=false, read=2022-06-07 12:28:04.598679000, lastModified=2022-06-07 12:28:04.583037000, delta=15642000 ns, racy<=2257500 ns
12:28:04.695 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit5312567350496795951/.git/HEAD, is unmodified
12:28:04.695 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit5312567350496795951/.git/refs/heads/master.lock, isRacyClean=false, read=2022-06-07 12:28:04.688871000, lastModified=2022-06-07 12:28:04.685038000, delta=3833000 ns, racy<=2257500 ns
12:28:04.695 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit5312567350496795951/.git/refs/heads/master.lock, is unmodified
12:28:04.695 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-07 12:28:04.694974000, lastModified=2022-06-07 12:28:03.404032000, delta=1290942000 ns, racy<=2500000000 ns
12:28:04.695 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean
12:28:04.695 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config]
12:28:04.695 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2022-06-07 12:28:04.695485000, lastModified=2022-06-07 12:28:03.404032000, size=259, fileKey=(dev=804,ino=1711877496)
12:28:04.695 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-07 12:28:04.695485000, lastModified=2022-06-07 12:28:03.404032000, delta=1291453000 ns, racy<=2500000000 ns
12:28:04.695 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2022-06-07 12:28:00.179451000, lastModified=1970-01-01 00:00:00.000000000, delta=1654604880179451000 ns, racy<=2500000000 ns
12:28:04.695 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified
12:28:04.695 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit5312567350496795951/.git/config, isRacyClean=true, read=2022-06-07 12:28:04.695185000, lastModified=2022-06-07 12:28:04.584037000, delta=111148000 ns, racy<=2500000000 ns
12:28:04.695 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit5312567350496795951/.git/config, is racily clean
12:28:04.695 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit5312567350496795951/.git/config, create new FileSnapshot: lastRead=2022-06-07 12:28:04.695678000, lastModified=2022-06-07 12:28:04.584037000, size=78, fileKey=(dev=38,ino=633340785)
12:28:04.695 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit5312567350496795951/.git/config, isRacyClean=true, read=2022-06-07 12:28:04.695678000, lastModified=2022-06-07 12:28:04.584037000, delta=111641000 ns, racy<=2500000000 ns
12:28:04.695 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit5312567350496795951/.git/HEAD, isRacyClean=false, read=2022-06-07 12:28:04.598679000, lastModified=2022-06-07 12:28:04.583037000, delta=15642000 ns, racy<=2257500 ns
12:28:04.695 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit5312567350496795951/.git/HEAD, is unmodified
12:28:04.695 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit5312567350496795951/.git/refs/heads/master.lock, isRacyClean=false, read=2022-06-07 12:28:04.688871000, lastModified=2022-06-07 12:28:04.685038000, delta=3833000 ns, racy<=2257500 ns
12:28:04.695 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit5312567350496795951/.git/refs/heads/master.lock, is unmodified
12:28:04.695 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-07 12:28:04.695485000, lastModified=2022-06-07 12:28:03.404032000, delta=1291453000 ns, racy<=2500000000 ns
12:28:04.695 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean
12:28:04.695 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config]
12:28:04.695 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2022-06-07 12:28:04.695943000, lastModified=2022-06-07 12:28:03.404032000, size=259, fileKey=(dev=804,ino=1711877496)
12:28:04.696 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-07 12:28:04.695943000, lastModified=2022-06-07 12:28:03.404032000, delta=1291911000 ns, racy<=2500000000 ns
12:28:04.696 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2022-06-07 12:28:00.179451000, lastModified=1970-01-01 00:00:00.000000000, delta=1654604880179451000 ns, racy<=2500000000 ns
12:28:04.696 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified
12:28:04.696 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit5312567350496795951/.git/config, isRacyClean=true, read=2022-06-07 12:28:04.695678000, lastModified=2022-06-07 12:28:04.584037000, delta=111641000 ns, racy<=2500000000 ns
12:28:04.696 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit5312567350496795951/.git/config, is racily clean
12:28:04.696 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit5312567350496795951/.git/config, create new FileSnapshot: lastRead=2022-06-07 12:28:04.696148000, lastModified=2022-06-07 12:28:04.584037000, size=78, fileKey=(dev=38,ino=633340785)
12:28:04.696 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit5312567350496795951/.git/config, isRacyClean=true, read=2022-06-07 12:28:04.696148000, lastModified=2022-06-07 12:28:04.584037000, delta=112111000 ns, racy<=2500000000 ns
12:28:04.696 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit5312567350496795951/.git/HEAD, isRacyClean=false, read=2022-06-07 12:28:04.598679000, lastModified=2022-06-07 12:28:04.583037000, delta=15642000 ns, racy<=2257500 ns
12:28:04.696 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit5312567350496795951/.git/HEAD, is unmodified
12:28:04.696 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit5312567350496795951/.git/refs/heads/master.lock, isRacyClean=false, read=2022-06-07 12:28:04.688871000, lastModified=2022-06-07 12:28:04.685038000, delta=3833000 ns, racy<=2257500 ns
12:28:04.696 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit5312567350496795951/.git/refs/heads/master.lock, is unmodified
12:28:04.696 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-07 12:28:04.695943000, lastModified=2022-06-07 12:28:03.404032000, delta=1291911000 ns, racy<=2500000000 ns
12:28:04.696 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean
12:28:04.696 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config]
12:28:04.696 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2022-06-07 12:28:04.696613000, lastModified=2022-06-07 12:28:03.404032000, size=259, fileKey=(dev=804,ino=1711877496)
12:28:04.696 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-07 12:28:04.696613000, lastModified=2022-06-07 12:28:03.404032000, delta=1292581000 ns, racy<=2500000000 ns
12:28:04.696 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2022-06-07 12:28:00.179451000, lastModified=1970-01-01 00:00:00.000000000, delta=1654604880179451000 ns, racy<=2500000000 ns
12:28:04.696 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified
12:28:04.696 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit5312567350496795951/.git/config, isRacyClean=true, read=2022-06-07 12:28:04.696148000, lastModified=2022-06-07 12:28:04.584037000, delta=112111000 ns, racy<=2500000000 ns
12:28:04.696 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit5312567350496795951/.git/config, is racily clean
12:28:04.696 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit5312567350496795951/.git/config, create new FileSnapshot: lastRead=2022-06-07 12:28:04.696807000, lastModified=2022-06-07 12:28:04.584037000, size=78, fileKey=(dev=38,ino=633340785)
12:28:04.696 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit5312567350496795951/.git/config, isRacyClean=true, read=2022-06-07 12:28:04.696807000, lastModified=2022-06-07 12:28:04.584037000, delta=112770000 ns, racy<=2500000000 ns
12:28:04.697 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-07 12:28:04.696613000, lastModified=2022-06-07 12:28:03.404032000, delta=1292581000 ns, racy<=2500000000 ns
12:28:04.697 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean
12:28:04.697 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config]
12:28:04.697 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2022-06-07 12:28:04.697165000, lastModified=2022-06-07 12:28:03.404032000, size=259, fileKey=(dev=804,ino=1711877496)
12:28:04.697 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-07 12:28:04.697165000, lastModified=2022-06-07 12:28:03.404032000, delta=1293133000 ns, racy<=2500000000 ns
12:28:04.697 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2022-06-07 12:28:00.179451000, lastModified=1970-01-01 00:00:00.000000000, delta=1654604880179451000 ns, racy<=2500000000 ns
12:28:04.697 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified
12:28:04.697 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit5312567350496795951/.git/config, isRacyClean=true, read=2022-06-07 12:28:04.696807000, lastModified=2022-06-07 12:28:04.584037000, delta=112770000 ns, racy<=2500000000 ns
12:28:04.697 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit5312567350496795951/.git/config, is racily clean
12:28:04.697 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit5312567350496795951/.git/config, create new FileSnapshot: lastRead=2022-06-07 12:28:04.697370000, lastModified=2022-06-07 12:28:04.584037000, size=78, fileKey=(dev=38,ino=633340785)
12:28:04.697 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit5312567350496795951/.git/config, isRacyClean=true, read=2022-06-07 12:28:04.697370000, lastModified=2022-06-07 12:28:04.584037000, delta=113333000 ns, racy<=2500000000 ns
12:28:04.697 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit5312567350496795951/.git/refs/heads, create new FileSnapshot: lastRead=2022-06-07 12:28:04.697501000, lastModified=2022-06-07 12:28:04.687038000, size=20, fileKey=(dev=38,ino=635444328)
12:28:04.697 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-07 12:28:04.697165000, lastModified=2022-06-07 12:28:03.404032000, delta=1293133000 ns, racy<=2500000000 ns
12:28:04.697 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean
12:28:04.697 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config]
12:28:04.697 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2022-06-07 12:28:04.697647000, lastModified=2022-06-07 12:28:03.404032000, size=259, fileKey=(dev=804,ino=1711877496)
12:28:04.697 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-07 12:28:04.697647000, lastModified=2022-06-07 12:28:03.404032000, delta=1293615000 ns, racy<=2500000000 ns
12:28:04.697 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2022-06-07 12:28:00.179451000, lastModified=1970-01-01 00:00:00.000000000, delta=1654604880179451000 ns, racy<=2500000000 ns
12:28:04.697 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified
12:28:04.697 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit5312567350496795951/.git/config, isRacyClean=true, read=2022-06-07 12:28:04.697370000, lastModified=2022-06-07 12:28:04.584037000, delta=113333000 ns, racy<=2500000000 ns
12:28:04.697 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit5312567350496795951/.git/config, is racily clean
12:28:04.697 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit5312567350496795951/.git/config, create new FileSnapshot: lastRead=2022-06-07 12:28:04.697830000, lastModified=2022-06-07 12:28:04.584037000, size=78, fileKey=(dev=38,ino=633340785)
12:28:04.697 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit5312567350496795951/.git/config, isRacyClean=true, read=2022-06-07 12:28:04.697830000, lastModified=2022-06-07 12:28:04.584037000, delta=113793000 ns, racy<=2500000000 ns
12:28:04.697 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit5312567350496795951/.git/refs, create new FileSnapshot: lastRead=2022-06-07 12:28:04.697960000, lastModified=2022-06-07 12:28:04.577037000, size=31, fileKey=(dev=38,ino=634391468)
12:28:04.698 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-07 12:28:04.697647000, lastModified=2022-06-07 12:28:03.404032000, delta=1293615000 ns, racy<=2500000000 ns
12:28:04.698 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean
12:28:04.698 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config]
12:28:04.698 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2022-06-07 12:28:04.698174000, lastModified=2022-06-07 12:28:03.404032000, size=259, fileKey=(dev=804,ino=1711877496)
12:28:04.698 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-07 12:28:04.698174000, lastModified=2022-06-07 12:28:03.404032000, delta=1294142000 ns, racy<=2500000000 ns
12:28:04.698 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2022-06-07 12:28:00.179451000, lastModified=1970-01-01 00:00:00.000000000, delta=1654604880179451000 ns, racy<=2500000000 ns
12:28:04.698 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified
12:28:04.698 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit5312567350496795951/.git/config, isRacyClean=true, read=2022-06-07 12:28:04.697830000, lastModified=2022-06-07 12:28:04.584037000, delta=113793000 ns, racy<=2500000000 ns
12:28:04.698 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit5312567350496795951/.git/config, is racily clean
12:28:04.698 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit5312567350496795951/.git/config, create new FileSnapshot: lastRead=2022-06-07 12:28:04.698364000, lastModified=2022-06-07 12:28:04.584037000, size=78, fileKey=(dev=38,ino=633340785)
12:28:04.698 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit5312567350496795951/.git/config, isRacyClean=true, read=2022-06-07 12:28:04.698364000, lastModified=2022-06-07 12:28:04.584037000, delta=114327000 ns, racy<=2500000000 ns
12:28:04.698 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-07 12:28:04.698174000, lastModified=2022-06-07 12:28:03.404032000, delta=1294142000 ns, racy<=2500000000 ns
12:28:04.698 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean
12:28:04.698 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config]
12:28:04.698 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2022-06-07 12:28:04.698727000, lastModified=2022-06-07 12:28:03.404032000, size=259, fileKey=(dev=804,ino=1711877496)
12:28:04.698 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-07 12:28:04.698727000, lastModified=2022-06-07 12:28:03.404032000, delta=1294695000 ns, racy<=2500000000 ns
12:28:04.698 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2022-06-07 12:28:00.179451000, lastModified=1970-01-01 00:00:00.000000000, delta=1654604880179451000 ns, racy<=2500000000 ns
12:28:04.698 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified
12:28:04.698 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit5312567350496795951/.git/config, isRacyClean=true, read=2022-06-07 12:28:04.698364000, lastModified=2022-06-07 12:28:04.584037000, delta=114327000 ns, racy<=2500000000 ns
12:28:04.698 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit5312567350496795951/.git/config, is racily clean
12:28:04.698 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit5312567350496795951/.git/config, create new FileSnapshot: lastRead=2022-06-07 12:28:04.698920000, lastModified=2022-06-07 12:28:04.584037000, size=78, fileKey=(dev=38,ino=633340785)
12:28:04.698 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit5312567350496795951/.git/config, isRacyClean=true, read=2022-06-07 12:28:04.698920000, lastModified=2022-06-07 12:28:04.584037000, delta=114883000 ns, racy<=2500000000 ns
12:28:04.699 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-07 12:28:04.698727000, lastModified=2022-06-07 12:28:03.404032000, delta=1294695000 ns, racy<=2500000000 ns
12:28:04.699 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean
12:28:04.699 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config]
12:28:04.699 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2022-06-07 12:28:04.699649000, lastModified=2022-06-07 12:28:03.404032000, size=259, fileKey=(dev=804,ino=1711877496)
12:28:04.699 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-07 12:28:04.699649000, lastModified=2022-06-07 12:28:03.404032000, delta=1295617000 ns, racy<=2500000000 ns
12:28:04.699 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2022-06-07 12:28:00.179451000, lastModified=1970-01-01 00:00:00.000000000, delta=1654604880179451000 ns, racy<=2500000000 ns
12:28:04.699 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified
12:28:04.699 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit5312567350496795951/.git/config, isRacyClean=true, read=2022-06-07 12:28:04.698920000, lastModified=2022-06-07 12:28:04.584037000, delta=114883000 ns, racy<=2500000000 ns
12:28:04.699 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit5312567350496795951/.git/config, is racily clean
12:28:04.699 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit5312567350496795951/.git/config, create new FileSnapshot: lastRead=2022-06-07 12:28:04.699850000, lastModified=2022-06-07 12:28:04.584037000, size=78, fileKey=(dev=38,ino=633340785)
12:28:04.699 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit5312567350496795951/.git/config, isRacyClean=true, read=2022-06-07 12:28:04.699850000, lastModified=2022-06-07 12:28:04.584037000, delta=115813000 ns, racy<=2500000000 ns
12:28:04.700 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-07 12:28:04.699649000, lastModified=2022-06-07 12:28:03.404032000, delta=1295617000 ns, racy<=2500000000 ns
12:28:04.700 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean
12:28:04.700 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config]
12:28:04.700 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2022-06-07 12:28:04.700100000, lastModified=2022-06-07 12:28:03.404032000, size=259, fileKey=(dev=804,ino=1711877496)
12:28:04.700 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-07 12:28:04.700100000, lastModified=2022-06-07 12:28:03.404032000, delta=1296068000 ns, racy<=2500000000 ns
12:28:04.700 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2022-06-07 12:28:00.179451000, lastModified=1970-01-01 00:00:00.000000000, delta=1654604880179451000 ns, racy<=2500000000 ns
12:28:04.700 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified
12:28:04.700 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit5312567350496795951/.git/config, isRacyClean=true, read=2022-06-07 12:28:04.699850000, lastModified=2022-06-07 12:28:04.584037000, delta=115813000 ns, racy<=2500000000 ns
12:28:04.700 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit5312567350496795951/.git/config, is racily clean
12:28:04.700 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit5312567350496795951/.git/config, create new FileSnapshot: lastRead=2022-06-07 12:28:04.700296000, lastModified=2022-06-07 12:28:04.584037000, size=78, fileKey=(dev=38,ino=633340785)
12:28:04.700 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit5312567350496795951/.git/config, isRacyClean=true, read=2022-06-07 12:28:04.700296000, lastModified=2022-06-07 12:28:04.584037000, delta=116259000 ns, racy<=2500000000 ns
12:28:04.700 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-07 12:28:04.700100000, lastModified=2022-06-07 12:28:03.404032000, delta=1296068000 ns, racy<=2500000000 ns
12:28:04.700 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean
12:28:04.700 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config]
12:28:04.700 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2022-06-07 12:28:04.700532000, lastModified=2022-06-07 12:28:03.404032000, size=259, fileKey=(dev=804,ino=1711877496)
12:28:04.700 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-07 12:28:04.700532000, lastModified=2022-06-07 12:28:03.404032000, delta=1296500000 ns, racy<=2500000000 ns
12:28:04.700 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2022-06-07 12:28:00.179451000, lastModified=1970-01-01 00:00:00.000000000, delta=1654604880179451000 ns, racy<=2500000000 ns
12:28:04.700 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified
12:28:04.700 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit5312567350496795951/.git/config, isRacyClean=true, read=2022-06-07 12:28:04.700296000, lastModified=2022-06-07 12:28:04.584037000, delta=116259000 ns, racy<=2500000000 ns
12:28:04.700 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit5312567350496795951/.git/config, is racily clean
12:28:04.700 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit5312567350496795951/.git/config, create new FileSnapshot: lastRead=2022-06-07 12:28:04.700722000, lastModified=2022-06-07 12:28:04.584037000, size=78, fileKey=(dev=38,ino=633340785)
12:28:04.700 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit5312567350496795951/.git/config, isRacyClean=true, read=2022-06-07 12:28:04.700722000, lastModified=2022-06-07 12:28:04.584037000, delta=116685000 ns, racy<=2500000000 ns
12:28:04.700 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-07 12:28:04.700532000, lastModified=2022-06-07 12:28:03.404032000, delta=1296500000 ns, racy<=2500000000 ns
12:28:04.700 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean
12:28:04.700 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config]
12:28:04.700 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2022-06-07 12:28:04.700894000, lastModified=2022-06-07 12:28:03.404032000, size=259, fileKey=(dev=804,ino=1711877496)
12:28:04.700 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-07 12:28:04.700894000, lastModified=2022-06-07 12:28:03.404032000, delta=1296862000 ns, racy<=2500000000 ns
12:28:04.701 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2022-06-07 12:28:00.179451000, lastModified=1970-01-01 00:00:00.000000000, delta=1654604880179451000 ns, racy<=2500000000 ns
12:28:04.701 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified
12:28:04.701 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit5312567350496795951/.git/config, isRacyClean=true, read=2022-06-07 12:28:04.700722000, lastModified=2022-06-07 12:28:04.584037000, delta=116685000 ns, racy<=2500000000 ns
12:28:04.701 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit5312567350496795951/.git/config, is racily clean
12:28:04.701 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit5312567350496795951/.git/config, create new FileSnapshot: lastRead=2022-06-07 12:28:04.701101000, lastModified=2022-06-07 12:28:04.584037000, size=78, fileKey=(dev=38,ino=633340785)
12:28:04.701 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit5312567350496795951/.git/config, isRacyClean=true, read=2022-06-07 12:28:04.701101000, lastModified=2022-06-07 12:28:04.584037000, delta=117064000 ns, racy<=2500000000 ns
12:28:04.701 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit5312567350496795951/.git/refs/heads/newbranch.lock, create new FileSnapshot: lastRead=2022-06-07 12:28:04.701315000, lastModified=2022-06-07 12:28:04.698038000, size=41, fileKey=(dev=38,ino=635444335)
12:28:04.701 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-07 12:28:04.700894000, lastModified=2022-06-07 12:28:03.404032000, delta=1296862000 ns, racy<=2500000000 ns
12:28:04.701 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean
12:28:04.701 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config]
12:28:04.701 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2022-06-07 12:28:04.701514000, lastModified=2022-06-07 12:28:03.404032000, size=259, fileKey=(dev=804,ino=1711877496)
12:28:04.701 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-07 12:28:04.701514000, lastModified=2022-06-07 12:28:03.404032000, delta=1297482000 ns, racy<=2500000000 ns
12:28:04.701 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2022-06-07 12:28:00.179451000, lastModified=1970-01-01 00:00:00.000000000, delta=1654604880179451000 ns, racy<=2500000000 ns
12:28:04.701 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified
12:28:04.701 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit5312567350496795951/.git/config, isRacyClean=true, read=2022-06-07 12:28:04.701101000, lastModified=2022-06-07 12:28:04.584037000, delta=117064000 ns, racy<=2500000000 ns
12:28:04.701 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit5312567350496795951/.git/config, is racily clean
12:28:04.701 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit5312567350496795951/.git/config, create new FileSnapshot: lastRead=2022-06-07 12:28:04.701721000, lastModified=2022-06-07 12:28:04.584037000, size=78, fileKey=(dev=38,ino=633340785)
12:28:04.701 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit5312567350496795951/.git/config, isRacyClean=true, read=2022-06-07 12:28:04.701721000, lastModified=2022-06-07 12:28:04.584037000, delta=117684000 ns, racy<=2500000000 ns
12:28:04.702 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit5312567350496795951/.git/refs/heads/newbranch.lock, isRacyClean=false, read=2022-06-07 12:28:04.701315000, lastModified=2022-06-07 12:28:04.698038000, delta=3277000 ns, racy<=2257500 ns
12:28:04.702 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit5312567350496795951/.git/refs/heads/newbranch.lock, is unmodified
12:28:04.702 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-07 12:28:04.701514000, lastModified=2022-06-07 12:28:03.404032000, delta=1297482000 ns, racy<=2500000000 ns
12:28:04.702 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean
12:28:04.702 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config]
12:28:04.702 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2022-06-07 12:28:04.702246000, lastModified=2022-06-07 12:28:03.404032000, size=259, fileKey=(dev=804,ino=1711877496)
12:28:04.702 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-07 12:28:04.702246000, lastModified=2022-06-07 12:28:03.404032000, delta=1298214000 ns, racy<=2500000000 ns
12:28:04.702 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2022-06-07 12:28:00.179451000, lastModified=1970-01-01 00:00:00.000000000, delta=1654604880179451000 ns, racy<=2500000000 ns
12:28:04.702 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified
12:28:04.702 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit5312567350496795951/.git/config, isRacyClean=true, read=2022-06-07 12:28:04.701721000, lastModified=2022-06-07 12:28:04.584037000, delta=117684000 ns, racy<=2500000000 ns
12:28:04.702 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit5312567350496795951/.git/config, is racily clean
12:28:04.702 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit5312567350496795951/.git/config, create new FileSnapshot: lastRead=2022-06-07 12:28:04.702445000, lastModified=2022-06-07 12:28:04.584037000, size=78, fileKey=(dev=38,ino=633340785)
12:28:04.702 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit5312567350496795951/.git/config, isRacyClean=true, read=2022-06-07 12:28:04.702445000, lastModified=2022-06-07 12:28:04.584037000, delta=118408000 ns, racy<=2500000000 ns
12:28:04.702 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit5312567350496795951/.git/HEAD, isRacyClean=false, read=2022-06-07 12:28:04.598679000, lastModified=2022-06-07 12:28:04.583037000, delta=15642000 ns, racy<=2257500 ns
12:28:04.702 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit5312567350496795951/.git/HEAD, is unmodified
12:28:04.702 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit5312567350496795951/.git/refs/heads/master.lock, isRacyClean=false, read=2022-06-07 12:28:04.688871000, lastModified=2022-06-07 12:28:04.685038000, delta=3833000 ns, racy<=2257500 ns
12:28:04.702 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit5312567350496795951/.git/refs/heads/master.lock, is unmodified
12:28:04.702 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-07 12:28:04.702246000, lastModified=2022-06-07 12:28:03.404032000, delta=1298214000 ns, racy<=2500000000 ns
12:28:04.702 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean
12:28:04.702 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config]
12:28:04.702 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2022-06-07 12:28:04.702821000, lastModified=2022-06-07 12:28:03.404032000, size=259, fileKey=(dev=804,ino=1711877496)
12:28:04.702 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-07 12:28:04.702821000, lastModified=2022-06-07 12:28:03.404032000, delta=1298789000 ns, racy<=2500000000 ns
12:28:04.702 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2022-06-07 12:28:00.179451000, lastModified=1970-01-01 00:00:00.000000000, delta=1654604880179451000 ns, racy<=2500000000 ns
12:28:04.702 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified
12:28:04.702 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit5312567350496795951/.git/config, isRacyClean=true, read=2022-06-07 12:28:04.702445000, lastModified=2022-06-07 12:28:04.584037000, delta=118408000 ns, racy<=2500000000 ns
12:28:04.703 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit5312567350496795951/.git/config, is racily clean
12:28:04.703 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit5312567350496795951/.git/config, create new FileSnapshot: lastRead=2022-06-07 12:28:04.703025000, lastModified=2022-06-07 12:28:04.584037000, size=78, fileKey=(dev=38,ino=633340785)
12:28:04.703 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit5312567350496795951/.git/config, isRacyClean=true, read=2022-06-07 12:28:04.703025000, lastModified=2022-06-07 12:28:04.584037000, delta=118988000 ns, racy<=2500000000 ns
12:28:04.703 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit5312567350496795951/.git/refs/heads/newbranch.lock, isRacyClean=false, read=2022-06-07 12:28:04.701315000, lastModified=2022-06-07 12:28:04.698038000, delta=3277000 ns, racy<=2257500 ns
12:28:04.703 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit5312567350496795951/.git/refs/heads/newbranch.lock, is unmodified
12:28:04.703 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-07 12:28:04.702821000, lastModified=2022-06-07 12:28:03.404032000, delta=1298789000 ns, racy<=2500000000 ns
12:28:04.703 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean
12:28:04.703 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config]
12:28:04.703 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2022-06-07 12:28:04.703489000, lastModified=2022-06-07 12:28:03.404032000, size=259, fileKey=(dev=804,ino=1711877496)
12:28:04.703 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-07 12:28:04.703489000, lastModified=2022-06-07 12:28:03.404032000, delta=1299457000 ns, racy<=2500000000 ns
12:28:04.703 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2022-06-07 12:28:00.179451000, lastModified=1970-01-01 00:00:00.000000000, delta=1654604880179451000 ns, racy<=2500000000 ns
12:28:04.703 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified
12:28:04.703 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit5312567350496795951/.git/config, isRacyClean=true, read=2022-06-07 12:28:04.703025000, lastModified=2022-06-07 12:28:04.584037000, delta=118988000 ns, racy<=2500000000 ns
12:28:04.703 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit5312567350496795951/.git/config, is racily clean
12:28:04.703 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit5312567350496795951/.git/config, create new FileSnapshot: lastRead=2022-06-07 12:28:04.703677000, lastModified=2022-06-07 12:28:04.584037000, size=78, fileKey=(dev=38,ino=633340785)
12:28:04.703 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit5312567350496795951/.git/config, isRacyClean=true, read=2022-06-07 12:28:04.703677000, lastModified=2022-06-07 12:28:04.584037000, delta=119640000 ns, racy<=2500000000 ns
12:28:04.704 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit5312567350496795951/.git/refs/heads/newbranch.lock, isRacyClean=false, read=2022-06-07 12:28:04.701315000, lastModified=2022-06-07 12:28:04.698038000, delta=3277000 ns, racy<=2257500 ns
12:28:04.704 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit5312567350496795951/.git/refs/heads/newbranch.lock, is unmodified
12:28:04.704 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit5312567350496795951/.git/index, create new FileSnapshot: lastRead=2022-06-07 12:28:04.704400000, lastModified=2022-06-07 12:28:04.678037000, size=104, fileKey=(dev=38,ino=633340788)
12:28:04.704 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit5312567350496795951/.git/index, create new FileSnapshot: lastRead=2022-06-07 12:28:04.704472000, lastModified=2022-06-07 12:28:04.678037000, size=104, fileKey=(dev=38,ino=633340788)
12:28:04.706 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-07 12:28:04.703489000, lastModified=2022-06-07 12:28:03.404032000, delta=1299457000 ns, racy<=2500000000 ns
12:28:04.706 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean
12:28:04.706 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config]
12:28:04.706 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2022-06-07 12:28:04.706922000, lastModified=2022-06-07 12:28:03.404032000, size=259, fileKey=(dev=804,ino=1711877496)
12:28:04.707 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-07 12:28:04.706922000, lastModified=2022-06-07 12:28:03.404032000, delta=1302890000 ns, racy<=2500000000 ns
12:28:04.707 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2022-06-07 12:28:00.179451000, lastModified=1970-01-01 00:00:00.000000000, delta=1654604880179451000 ns, racy<=2500000000 ns
12:28:04.707 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified
12:28:04.707 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit5312567350496795951/.git/config, isRacyClean=true, read=2022-06-07 12:28:04.703677000, lastModified=2022-06-07 12:28:04.584037000, delta=119640000 ns, racy<=2500000000 ns
12:28:04.707 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit5312567350496795951/.git/config, is racily clean
12:28:04.707 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit5312567350496795951/.git/config, create new FileSnapshot: lastRead=2022-06-07 12:28:04.707196000, lastModified=2022-06-07 12:28:04.584037000, size=78, fileKey=(dev=38,ino=633340785)
12:28:04.707 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit5312567350496795951/.git/config, isRacyClean=true, read=2022-06-07 12:28:04.707196000, lastModified=2022-06-07 12:28:04.584037000, delta=123159000 ns, racy<=2500000000 ns
12:28:04.707 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-07 12:28:04.706922000, lastModified=2022-06-07 12:28:03.404032000, delta=1302890000 ns, racy<=2500000000 ns
12:28:04.707 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean
12:28:04.707 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config]
12:28:04.707 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2022-06-07 12:28:04.707343000, lastModified=2022-06-07 12:28:03.404032000, size=259, fileKey=(dev=804,ino=1711877496)
12:28:04.707 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-07 12:28:04.707343000, lastModified=2022-06-07 12:28:03.404032000, delta=1303311000 ns, racy<=2500000000 ns
12:28:04.707 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2022-06-07 12:28:00.179451000, lastModified=1970-01-01 00:00:00.000000000, delta=1654604880179451000 ns, racy<=2500000000 ns
12:28:04.707 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified
12:28:04.707 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit5312567350496795951/.git/config, isRacyClean=true, read=2022-06-07 12:28:04.707196000, lastModified=2022-06-07 12:28:04.584037000, delta=123159000 ns, racy<=2500000000 ns
12:28:04.707 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit5312567350496795951/.git/config, is racily clean
12:28:04.707 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit5312567350496795951/.git/config, create new FileSnapshot: lastRead=2022-06-07 12:28:04.707534000, lastModified=2022-06-07 12:28:04.584037000, size=78, fileKey=(dev=38,ino=633340785)
12:28:04.707 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit5312567350496795951/.git/config, isRacyClean=true, read=2022-06-07 12:28:04.707534000, lastModified=2022-06-07 12:28:04.584037000, delta=123497000 ns, racy<=2500000000 ns
12:28:04.707 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-07 12:28:04.707343000, lastModified=2022-06-07 12:28:03.404032000, delta=1303311000 ns, racy<=2500000000 ns
12:28:04.707 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean
12:28:04.707 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config]
12:28:04.707 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2022-06-07 12:28:04.707878000, lastModified=2022-06-07 12:28:03.404032000, size=259, fileKey=(dev=804,ino=1711877496)
12:28:04.707 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-07 12:28:04.707878000, lastModified=2022-06-07 12:28:03.404032000, delta=1303846000 ns, racy<=2500000000 ns
12:28:04.708 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2022-06-07 12:28:00.179451000, lastModified=1970-01-01 00:00:00.000000000, delta=1654604880179451000 ns, racy<=2500000000 ns
12:28:04.708 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified
12:28:04.708 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit5312567350496795951/.git/config, isRacyClean=true, read=2022-06-07 12:28:04.707534000, lastModified=2022-06-07 12:28:04.584037000, delta=123497000 ns, racy<=2500000000 ns
12:28:04.708 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit5312567350496795951/.git/config, is racily clean
12:28:04.708 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit5312567350496795951/.git/config, create new FileSnapshot: lastRead=2022-06-07 12:28:04.708103000, lastModified=2022-06-07 12:28:04.584037000, size=78, fileKey=(dev=38,ino=633340785)
12:28:04.708 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit5312567350496795951/.git/config, isRacyClean=true, read=2022-06-07 12:28:04.708103000, lastModified=2022-06-07 12:28:04.584037000, delta=124066000 ns, racy<=2500000000 ns
12:28:04.708 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit5312567350496795951/.git/index.lock, create new FileSnapshot: lastRead=2022-06-07 12:28:04.708808000, lastModified=2022-06-07 12:28:04.703038000, size=0, fileKey=(dev=38,ino=633340786)
12:28:04.708 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-07 12:28:04.707878000, lastModified=2022-06-07 12:28:03.404032000, delta=1303846000 ns, racy<=2500000000 ns
12:28:04.708 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean
12:28:04.708 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config]
12:28:04.708 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2022-06-07 12:28:04.708918000, lastModified=2022-06-07 12:28:03.404032000, size=259, fileKey=(dev=804,ino=1711877496)
12:28:04.708 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-07 12:28:04.708918000, lastModified=2022-06-07 12:28:03.404032000, delta=1304886000 ns, racy<=2500000000 ns
12:28:04.709 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2022-06-07 12:28:00.179451000, lastModified=1970-01-01 00:00:00.000000000, delta=1654604880179451000 ns, racy<=2500000000 ns
12:28:04.709 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified
12:28:04.709 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit5312567350496795951/.git/config, isRacyClean=true, read=2022-06-07 12:28:04.708103000, lastModified=2022-06-07 12:28:04.584037000, delta=124066000 ns, racy<=2500000000 ns
12:28:04.709 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit5312567350496795951/.git/config, is racily clean
12:28:04.709 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit5312567350496795951/.git/config, create new FileSnapshot: lastRead=2022-06-07 12:28:04.709143000, lastModified=2022-06-07 12:28:04.584037000, size=78, fileKey=(dev=38,ino=633340785)
12:28:04.709 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit5312567350496795951/.git/config, isRacyClean=true, read=2022-06-07 12:28:04.709143000, lastModified=2022-06-07 12:28:04.584037000, delta=125106000 ns, racy<=2500000000 ns
12:28:04.709 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit5312567350496795951/.git/index.lock, create new FileSnapshot: lastRead=2022-06-07 12:28:04.709346000, lastModified=2022-06-07 12:28:04.708038000, size=104, fileKey=(dev=38,ino=633340786)
12:28:04.709 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-07 12:28:04.708918000, lastModified=2022-06-07 12:28:03.404032000, delta=1304886000 ns, racy<=2500000000 ns
12:28:04.709 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean
12:28:04.709 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config]
12:28:04.709 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2022-06-07 12:28:04.709660000, lastModified=2022-06-07 12:28:03.404032000, size=259, fileKey=(dev=804,ino=1711877496)
12:28:04.709 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-07 12:28:04.709660000, lastModified=2022-06-07 12:28:03.404032000, delta=1305628000 ns, racy<=2500000000 ns
12:28:04.709 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2022-06-07 12:28:00.179451000, lastModified=1970-01-01 00:00:00.000000000, delta=1654604880179451000 ns, racy<=2500000000 ns
12:28:04.709 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified
12:28:04.709 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit5312567350496795951/.git/config, isRacyClean=true, read=2022-06-07 12:28:04.709143000, lastModified=2022-06-07 12:28:04.584037000, delta=125106000 ns, racy<=2500000000 ns
12:28:04.709 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit5312567350496795951/.git/config, is racily clean
12:28:04.709 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit5312567350496795951/.git/config, create new FileSnapshot: lastRead=2022-06-07 12:28:04.709862000, lastModified=2022-06-07 12:28:04.584037000, size=78, fileKey=(dev=38,ino=633340785)
12:28:04.709 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit5312567350496795951/.git/config, isRacyClean=true, read=2022-06-07 12:28:04.709862000, lastModified=2022-06-07 12:28:04.584037000, delta=125825000 ns, racy<=2500000000 ns
12:28:04.710 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit5312567350496795951/.git/refs/heads/newbranch.lock, isRacyClean=false, read=2022-06-07 12:28:04.701315000, lastModified=2022-06-07 12:28:04.698038000, delta=3277000 ns, racy<=2257500 ns
12:28:04.710 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit5312567350496795951/.git/refs/heads/newbranch.lock, is unmodified
12:28:04.710 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-07 12:28:04.709660000, lastModified=2022-06-07 12:28:03.404032000, delta=1305628000 ns, racy<=2500000000 ns
12:28:04.710 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean
12:28:04.710 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config]
12:28:04.710 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2022-06-07 12:28:04.710369000, lastModified=2022-06-07 12:28:03.404032000, size=259, fileKey=(dev=804,ino=1711877496)
12:28:04.710 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-07 12:28:04.710369000, lastModified=2022-06-07 12:28:03.404032000, delta=1306337000 ns, racy<=2500000000 ns
12:28:04.710 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2022-06-07 12:28:00.179451000, lastModified=1970-01-01 00:00:00.000000000, delta=1654604880179451000 ns, racy<=2500000000 ns
12:28:04.710 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified
12:28:04.710 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit5312567350496795951/.git/config, isRacyClean=true, read=2022-06-07 12:28:04.709862000, lastModified=2022-06-07 12:28:04.584037000, delta=125825000 ns, racy<=2500000000 ns
12:28:04.710 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit5312567350496795951/.git/config, is racily clean
12:28:04.710 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit5312567350496795951/.git/config, create new FileSnapshot: lastRead=2022-06-07 12:28:04.710562000, lastModified=2022-06-07 12:28:04.584037000, size=78, fileKey=(dev=38,ino=633340785)
12:28:04.710 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit5312567350496795951/.git/config, isRacyClean=true, read=2022-06-07 12:28:04.710562000, lastModified=2022-06-07 12:28:04.584037000, delta=126525000 ns, racy<=2500000000 ns
12:28:04.710 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit5312567350496795951/.git/HEAD, isRacyClean=false, read=2022-06-07 12:28:04.598679000, lastModified=2022-06-07 12:28:04.583037000, delta=15642000 ns, racy<=2257500 ns
12:28:04.710 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit5312567350496795951/.git/HEAD, is unmodified
12:28:04.710 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit5312567350496795951/.git/refs/heads/master.lock, isRacyClean=false, read=2022-06-07 12:28:04.688871000, lastModified=2022-06-07 12:28:04.685038000, delta=3833000 ns, racy<=2257500 ns
12:28:04.710 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit5312567350496795951/.git/refs/heads/master.lock, is unmodified
12:28:04.710 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-07 12:28:04.710369000, lastModified=2022-06-07 12:28:03.404032000, delta=1306337000 ns, racy<=2500000000 ns
12:28:04.710 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean
12:28:04.710 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config]
12:28:04.710 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2022-06-07 12:28:04.710861000, lastModified=2022-06-07 12:28:03.404032000, size=259, fileKey=(dev=804,ino=1711877496)
12:28:04.710 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-07 12:28:04.710861000, lastModified=2022-06-07 12:28:03.404032000, delta=1306829000 ns, racy<=2500000000 ns
12:28:04.710 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2022-06-07 12:28:00.179451000, lastModified=1970-01-01 00:00:00.000000000, delta=1654604880179451000 ns, racy<=2500000000 ns
12:28:04.711 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified
12:28:04.711 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit5312567350496795951/.git/config, isRacyClean=true, read=2022-06-07 12:28:04.710562000, lastModified=2022-06-07 12:28:04.584037000, delta=126525000 ns, racy<=2500000000 ns
12:28:04.711 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit5312567350496795951/.git/config, is racily clean
12:28:04.711 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit5312567350496795951/.git/config, create new FileSnapshot: lastRead=2022-06-07 12:28:04.711065000, lastModified=2022-06-07 12:28:04.584037000, size=78, fileKey=(dev=38,ino=633340785)
12:28:04.711 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit5312567350496795951/.git/config, isRacyClean=true, read=2022-06-07 12:28:04.711065000, lastModified=2022-06-07 12:28:04.584037000, delta=127028000 ns, racy<=2500000000 ns
12:28:04.711 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-07 12:28:04.710861000, lastModified=2022-06-07 12:28:03.404032000, delta=1306829000 ns, racy<=2500000000 ns
12:28:04.711 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean
12:28:04.711 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config]
12:28:04.711 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2022-06-07 12:28:04.711442000, lastModified=2022-06-07 12:28:03.404032000, size=259, fileKey=(dev=804,ino=1711877496)
12:28:04.711 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-07 12:28:04.711442000, lastModified=2022-06-07 12:28:03.404032000, delta=1307410000 ns, racy<=2500000000 ns
12:28:04.711 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2022-06-07 12:28:00.179451000, lastModified=1970-01-01 00:00:00.000000000, delta=1654604880179451000 ns, racy<=2500000000 ns
12:28:04.711 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified
12:28:04.711 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit5312567350496795951/.git/config, isRacyClean=true, read=2022-06-07 12:28:04.711065000, lastModified=2022-06-07 12:28:04.584037000, delta=127028000 ns, racy<=2500000000 ns
12:28:04.711 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit5312567350496795951/.git/config, is racily clean
12:28:04.711 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit5312567350496795951/.git/config, create new FileSnapshot: lastRead=2022-06-07 12:28:04.711638000, lastModified=2022-06-07 12:28:04.584037000, size=78, fileKey=(dev=38,ino=633340785)
12:28:04.711 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit5312567350496795951/.git/config, isRacyClean=true, read=2022-06-07 12:28:04.711638000, lastModified=2022-06-07 12:28:04.584037000, delta=127601000 ns, racy<=2500000000 ns
12:28:04.711 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit5312567350496795951/.git/HEAD, isRacyClean=false, read=2022-06-07 12:28:04.598679000, lastModified=2022-06-07 12:28:04.583037000, delta=15642000 ns, racy<=2257500 ns
12:28:04.711 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit5312567350496795951/.git/HEAD, is unmodified
12:28:04.711 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit5312567350496795951/.git/refs/heads/master.lock, isRacyClean=false, read=2022-06-07 12:28:04.688871000, lastModified=2022-06-07 12:28:04.685038000, delta=3833000 ns, racy<=2257500 ns
12:28:04.711 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit5312567350496795951/.git/refs/heads/master.lock, is unmodified
12:28:04.711 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-07 12:28:04.711442000, lastModified=2022-06-07 12:28:03.404032000, delta=1307410000 ns, racy<=2500000000 ns
12:28:04.711 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean
12:28:04.711 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config]
12:28:04.711 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2022-06-07 12:28:04.711909000, lastModified=2022-06-07 12:28:03.404032000, size=259, fileKey=(dev=804,ino=1711877496)
12:28:04.711 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-07 12:28:04.711909000, lastModified=2022-06-07 12:28:03.404032000, delta=1307877000 ns, racy<=2500000000 ns
12:28:04.712 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2022-06-07 12:28:00.179451000, lastModified=1970-01-01 00:00:00.000000000, delta=1654604880179451000 ns, racy<=2500000000 ns
12:28:04.712 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified
12:28:04.712 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit5312567350496795951/.git/config, isRacyClean=true, read=2022-06-07 12:28:04.711638000, lastModified=2022-06-07 12:28:04.584037000, delta=127601000 ns, racy<=2500000000 ns
12:28:04.712 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit5312567350496795951/.git/config, is racily clean
12:28:04.712 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit5312567350496795951/.git/config, create new FileSnapshot: lastRead=2022-06-07 12:28:04.712125000, lastModified=2022-06-07 12:28:04.584037000, size=78, fileKey=(dev=38,ino=633340785)
12:28:04.712 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit5312567350496795951/.git/config, isRacyClean=true, read=2022-06-07 12:28:04.712125000, lastModified=2022-06-07 12:28:04.584037000, delta=128088000 ns, racy<=2500000000 ns
12:28:04.712 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit5312567350496795951/.git/HEAD, isRacyClean=false, read=2022-06-07 12:28:04.598679000, lastModified=2022-06-07 12:28:04.583037000, delta=15642000 ns, racy<=2257500 ns
12:28:04.712 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit5312567350496795951/.git/HEAD, is unmodified
12:28:04.712 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit5312567350496795951/.git/refs/heads/master.lock, isRacyClean=false, read=2022-06-07 12:28:04.688871000, lastModified=2022-06-07 12:28:04.685038000, delta=3833000 ns, racy<=2257500 ns
12:28:04.712 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit5312567350496795951/.git/refs/heads/master.lock, is unmodified
12:28:04.712 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-07 12:28:04.711909000, lastModified=2022-06-07 12:28:03.404032000, delta=1307877000 ns, racy<=2500000000 ns
12:28:04.712 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean
12:28:04.712 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config]
12:28:04.712 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2022-06-07 12:28:04.712402000, lastModified=2022-06-07 12:28:03.404032000, size=259, fileKey=(dev=804,ino=1711877496)
12:28:04.712 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-07 12:28:04.712402000, lastModified=2022-06-07 12:28:03.404032000, delta=1308370000 ns, racy<=2500000000 ns
12:28:04.712 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2022-06-07 12:28:00.179451000, lastModified=1970-01-01 00:00:00.000000000, delta=1654604880179451000 ns, racy<=2500000000 ns
12:28:04.712 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified
12:28:04.712 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit5312567350496795951/.git/config, isRacyClean=true, read=2022-06-07 12:28:04.712125000, lastModified=2022-06-07 12:28:04.584037000, delta=128088000 ns, racy<=2500000000 ns
12:28:04.712 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit5312567350496795951/.git/config, is racily clean
12:28:04.712 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit5312567350496795951/.git/config, create new FileSnapshot: lastRead=2022-06-07 12:28:04.712590000, lastModified=2022-06-07 12:28:04.584037000, size=78, fileKey=(dev=38,ino=633340785)
12:28:04.712 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit5312567350496795951/.git/config, isRacyClean=true, read=2022-06-07 12:28:04.712590000, lastModified=2022-06-07 12:28:04.584037000, delta=128553000 ns, racy<=2500000000 ns
12:28:04.712 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit5312567350496795951/.git/refs/heads/newbranch.lock, isRacyClean=false, read=2022-06-07 12:28:04.701315000, lastModified=2022-06-07 12:28:04.698038000, delta=3277000 ns, racy<=2257500 ns
12:28:04.712 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit5312567350496795951/.git/refs/heads/newbranch.lock, is unmodified
12:28:04.712 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-07 12:28:04.712402000, lastModified=2022-06-07 12:28:03.404032000, delta=1308370000 ns, racy<=2500000000 ns
12:28:04.712 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean
12:28:04.712 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config]
12:28:04.712 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2022-06-07 12:28:04.712815000, lastModified=2022-06-07 12:28:03.404032000, size=259, fileKey=(dev=804,ino=1711877496)
12:28:04.712 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-07 12:28:04.712815000, lastModified=2022-06-07 12:28:03.404032000, delta=1308783000 ns, racy<=2500000000 ns
12:28:04.712 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2022-06-07 12:28:00.179451000, lastModified=1970-01-01 00:00:00.000000000, delta=1654604880179451000 ns, racy<=2500000000 ns
12:28:04.712 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified
12:28:04.712 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit5312567350496795951/.git/config, isRacyClean=true, read=2022-06-07 12:28:04.712590000, lastModified=2022-06-07 12:28:04.584037000, delta=128553000 ns, racy<=2500000000 ns
12:28:04.713 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit5312567350496795951/.git/config, is racily clean
12:28:04.713 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit5312567350496795951/.git/config, create new FileSnapshot: lastRead=2022-06-07 12:28:04.713016000, lastModified=2022-06-07 12:28:04.584037000, size=78, fileKey=(dev=38,ino=633340785)
12:28:04.713 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit5312567350496795951/.git/config, isRacyClean=true, read=2022-06-07 12:28:04.713016000, lastModified=2022-06-07 12:28:04.584037000, delta=128979000 ns, racy<=2500000000 ns
12:28:04.713 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-07 12:28:04.712815000, lastModified=2022-06-07 12:28:03.404032000, delta=1308783000 ns, racy<=2500000000 ns
12:28:04.713 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean
12:28:04.713 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config]
12:28:04.713 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2022-06-07 12:28:04.713308000, lastModified=2022-06-07 12:28:03.404032000, size=259, fileKey=(dev=804,ino=1711877496)
12:28:04.713 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-07 12:28:04.713308000, lastModified=2022-06-07 12:28:03.404032000, delta=1309276000 ns, racy<=2500000000 ns
12:28:04.713 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2022-06-07 12:28:00.179451000, lastModified=1970-01-01 00:00:00.000000000, delta=1654604880179451000 ns, racy<=2500000000 ns
12:28:04.713 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified
12:28:04.713 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit5312567350496795951/.git/config, isRacyClean=true, read=2022-06-07 12:28:04.713016000, lastModified=2022-06-07 12:28:04.584037000, delta=128979000 ns, racy<=2500000000 ns
12:28:04.713 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit5312567350496795951/.git/config, is racily clean
12:28:04.713 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit5312567350496795951/.git/config, create new FileSnapshot: lastRead=2022-06-07 12:28:04.713510000, lastModified=2022-06-07 12:28:04.584037000, size=78, fileKey=(dev=38,ino=633340785)
12:28:04.713 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit5312567350496795951/.git/config, isRacyClean=true, read=2022-06-07 12:28:04.713510000, lastModified=2022-06-07 12:28:04.584037000, delta=129473000 ns, racy<=2500000000 ns
12:28:04.713 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-07 12:28:04.713308000, lastModified=2022-06-07 12:28:03.404032000, delta=1309276000 ns, racy<=2500000000 ns
12:28:04.713 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean
12:28:04.713 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config]
12:28:04.713 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2022-06-07 12:28:04.713726000, lastModified=2022-06-07 12:28:03.404032000, size=259, fileKey=(dev=804,ino=1711877496)
12:28:04.713 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-07 12:28:04.713726000, lastModified=2022-06-07 12:28:03.404032000, delta=1309694000 ns, racy<=2500000000 ns
12:28:04.713 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2022-06-07 12:28:00.179451000, lastModified=1970-01-01 00:00:00.000000000, delta=1654604880179451000 ns, racy<=2500000000 ns
12:28:04.713 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified
12:28:04.713 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit5312567350496795951/.git/config, isRacyClean=true, read=2022-06-07 12:28:04.713510000, lastModified=2022-06-07 12:28:04.584037000, delta=129473000 ns, racy<=2500000000 ns
12:28:04.713 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit5312567350496795951/.git/config, is racily clean
12:28:04.713 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit5312567350496795951/.git/config, create new FileSnapshot: lastRead=2022-06-07 12:28:04.713906000, lastModified=2022-06-07 12:28:04.584037000, size=78, fileKey=(dev=38,ino=633340785)
12:28:04.713 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit5312567350496795951/.git/config, isRacyClean=true, read=2022-06-07 12:28:04.713906000, lastModified=2022-06-07 12:28:04.584037000, delta=129869000 ns, racy<=2500000000 ns
12:28:04.714 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-07 12:28:04.713726000, lastModified=2022-06-07 12:28:03.404032000, delta=1309694000 ns, racy<=2500000000 ns
12:28:04.714 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean
12:28:04.714 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config]
12:28:04.714 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2022-06-07 12:28:04.714425000, lastModified=2022-06-07 12:28:03.404032000, size=259, fileKey=(dev=804,ino=1711877496)
12:28:04.714 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-07 12:28:04.714425000, lastModified=2022-06-07 12:28:03.404032000, delta=1310393000 ns, racy<=2500000000 ns
12:28:04.714 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2022-06-07 12:28:00.179451000, lastModified=1970-01-01 00:00:00.000000000, delta=1654604880179451000 ns, racy<=2500000000 ns
12:28:04.714 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified
12:28:04.714 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit5312567350496795951/.git/config, isRacyClean=true, read=2022-06-07 12:28:04.713906000, lastModified=2022-06-07 12:28:04.584037000, delta=129869000 ns, racy<=2500000000 ns
12:28:04.714 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit5312567350496795951/.git/config, is racily clean
12:28:04.714 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit5312567350496795951/.git/config, create new FileSnapshot: lastRead=2022-06-07 12:28:04.714613000, lastModified=2022-06-07 12:28:04.584037000, size=78, fileKey=(dev=38,ino=633340785)
12:28:04.714 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit5312567350496795951/.git/config, isRacyClean=true, read=2022-06-07 12:28:04.714613000, lastModified=2022-06-07 12:28:04.584037000, delta=130576000 ns, racy<=2500000000 ns
12:28:04.714 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit5312567350496795951/.git/HEAD.lock, create new FileSnapshot: lastRead=2022-06-07 12:28:04.714730000, lastModified=2022-06-07 12:28:04.712038000, size=26, fileKey=(dev=38,ino=633340788)
12:28:04.716 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-07 12:28:04.714425000, lastModified=2022-06-07 12:28:03.404032000, delta=1310393000 ns, racy<=2500000000 ns
12:28:04.716 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean
12:28:04.716 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config]
12:28:04.716 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2022-06-07 12:28:04.716079000, lastModified=2022-06-07 12:28:03.404032000, size=259, fileKey=(dev=804,ino=1711877496)
12:28:04.716 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-07 12:28:04.716079000, lastModified=2022-06-07 12:28:03.404032000, delta=1312047000 ns, racy<=2500000000 ns
12:28:04.716 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2022-06-07 12:28:00.179451000, lastModified=1970-01-01 00:00:00.000000000, delta=1654604880179451000 ns, racy<=2500000000 ns
12:28:04.716 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified
12:28:04.716 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit5312567350496795951/.git/config, isRacyClean=true, read=2022-06-07 12:28:04.714613000, lastModified=2022-06-07 12:28:04.584037000, delta=130576000 ns, racy<=2500000000 ns
12:28:04.716 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit5312567350496795951/.git/config, is racily clean
12:28:04.716 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit5312567350496795951/.git/config, create new FileSnapshot: lastRead=2022-06-07 12:28:04.716285000, lastModified=2022-06-07 12:28:04.584037000, size=78, fileKey=(dev=38,ino=633340785)
12:28:04.716 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit5312567350496795951/.git/config, isRacyClean=true, read=2022-06-07 12:28:04.716285000, lastModified=2022-06-07 12:28:04.584037000, delta=132248000 ns, racy<=2500000000 ns
12:28:04.716 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-07 12:28:04.716079000, lastModified=2022-06-07 12:28:03.404032000, delta=1312047000 ns, racy<=2500000000 ns
12:28:04.716 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean
12:28:04.716 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config]
12:28:04.716 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2022-06-07 12:28:04.716426000, lastModified=2022-06-07 12:28:03.404032000, size=259, fileKey=(dev=804,ino=1711877496)
12:28:04.716 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-07 12:28:04.716426000, lastModified=2022-06-07 12:28:03.404032000, delta=1312394000 ns, racy<=2500000000 ns
12:28:04.716 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2022-06-07 12:28:00.179451000, lastModified=1970-01-01 00:00:00.000000000, delta=1654604880179451000 ns, racy<=2500000000 ns
12:28:04.716 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified
12:28:04.716 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit5312567350496795951/.git/config, isRacyClean=true, read=2022-06-07 12:28:04.716285000, lastModified=2022-06-07 12:28:04.584037000, delta=132248000 ns, racy<=2500000000 ns
12:28:04.716 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit5312567350496795951/.git/config, is racily clean
12:28:04.716 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit5312567350496795951/.git/config, create new FileSnapshot: lastRead=2022-06-07 12:28:04.716608000, lastModified=2022-06-07 12:28:04.584037000, size=78, fileKey=(dev=38,ino=633340785)
12:28:04.716 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit5312567350496795951/.git/config, isRacyClean=true, read=2022-06-07 12:28:04.716608000, lastModified=2022-06-07 12:28:04.584037000, delta=132571000 ns, racy<=2500000000 ns
12:28:04.716 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-07 12:28:04.716426000, lastModified=2022-06-07 12:28:03.404032000, delta=1312394000 ns, racy<=2500000000 ns
12:28:04.716 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean
12:28:04.716 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config]
12:28:04.716 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2022-06-07 12:28:04.716772000, lastModified=2022-06-07 12:28:03.404032000, size=259, fileKey=(dev=804,ino=1711877496)
12:28:04.716 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-07 12:28:04.716772000, lastModified=2022-06-07 12:28:03.404032000, delta=1312740000 ns, racy<=2500000000 ns
12:28:04.716 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2022-06-07 12:28:00.179451000, lastModified=1970-01-01 00:00:00.000000000, delta=1654604880179451000 ns, racy<=2500000000 ns
12:28:04.716 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified
12:28:04.716 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit5312567350496795951/.git/config, isRacyClean=true, read=2022-06-07 12:28:04.716608000, lastModified=2022-06-07 12:28:04.584037000, delta=132571000 ns, racy<=2500000000 ns
12:28:04.716 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit5312567350496795951/.git/config, is racily clean
12:28:04.716 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit5312567350496795951/.git/config, create new FileSnapshot: lastRead=2022-06-07 12:28:04.716938000, lastModified=2022-06-07 12:28:04.584037000, size=78, fileKey=(dev=38,ino=633340785)
12:28:04.717 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit5312567350496795951/.git/config, isRacyClean=true, read=2022-06-07 12:28:04.716938000, lastModified=2022-06-07 12:28:04.584037000, delta=132901000 ns, racy<=2500000000 ns
12:28:04.717 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-07 12:28:04.716772000, lastModified=2022-06-07 12:28:03.404032000, delta=1312740000 ns, racy<=2500000000 ns
12:28:04.717 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean
12:28:04.717 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config]
12:28:04.717 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2022-06-07 12:28:04.717131000, lastModified=2022-06-07 12:28:03.404032000, size=259, fileKey=(dev=804,ino=1711877496)
12:28:04.717 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-07 12:28:04.717131000, lastModified=2022-06-07 12:28:03.404032000, delta=1313099000 ns, racy<=2500000000 ns
12:28:04.717 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2022-06-07 12:28:00.179451000, lastModified=1970-01-01 00:00:00.000000000, delta=1654604880179451000 ns, racy<=2500000000 ns
12:28:04.717 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified
12:28:04.717 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit5312567350496795951/.git/config, isRacyClean=true, read=2022-06-07 12:28:04.716938000, lastModified=2022-06-07 12:28:04.584037000, delta=132901000 ns, racy<=2500000000 ns
12:28:04.717 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit5312567350496795951/.git/config, is racily clean
12:28:04.717 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit5312567350496795951/.git/config, create new FileSnapshot: lastRead=2022-06-07 12:28:04.717304000, lastModified=2022-06-07 12:28:04.584037000, size=78, fileKey=(dev=38,ino=633340785)
12:28:04.717 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit5312567350496795951/.git/config, isRacyClean=true, read=2022-06-07 12:28:04.717304000, lastModified=2022-06-07 12:28:04.584037000, delta=133267000 ns, racy<=2500000000 ns
12:28:04.717 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit5312567350496795951/.git/index, create new FileSnapshot: lastRead=2022-06-07 12:28:04.717561000, lastModified=2022-06-07 12:28:04.708038000, size=104, fileKey=(dev=38,ino=633340786)
12:28:04.717 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit5312567350496795951/.git/index, create new FileSnapshot: lastRead=2022-06-07 12:28:04.717702000, lastModified=2022-06-07 12:28:04.708038000, size=104, fileKey=(dev=38,ino=633340786)
12:28:04.717 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-07 12:28:04.717131000, lastModified=2022-06-07 12:28:03.404032000, delta=1313099000 ns, racy<=2500000000 ns
12:28:04.717 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean
12:28:04.717 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config]
12:28:04.717 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2022-06-07 12:28:04.717813000, lastModified=2022-06-07 12:28:03.404032000, size=259, fileKey=(dev=804,ino=1711877496)
12:28:04.717 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-07 12:28:04.717813000, lastModified=2022-06-07 12:28:03.404032000, delta=1313781000 ns, racy<=2500000000 ns
12:28:04.717 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2022-06-07 12:28:00.179451000, lastModified=1970-01-01 00:00:00.000000000, delta=1654604880179451000 ns, racy<=2500000000 ns
12:28:04.717 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified
12:28:04.717 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit5312567350496795951/.git/config, isRacyClean=true, read=2022-06-07 12:28:04.717304000, lastModified=2022-06-07 12:28:04.584037000, delta=133267000 ns, racy<=2500000000 ns
12:28:04.718 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit5312567350496795951/.git/config, is racily clean
12:28:04.718 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit5312567350496795951/.git/config, create new FileSnapshot: lastRead=2022-06-07 12:28:04.718014000, lastModified=2022-06-07 12:28:04.584037000, size=78, fileKey=(dev=38,ino=633340785)
12:28:04.718 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit5312567350496795951/.git/config, isRacyClean=true, read=2022-06-07 12:28:04.718014000, lastModified=2022-06-07 12:28:04.584037000, delta=133977000 ns, racy<=2500000000 ns
12:28:04.718 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-07 12:28:04.717813000, lastModified=2022-06-07 12:28:03.404032000, delta=1313781000 ns, racy<=2500000000 ns
12:28:04.718 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean
12:28:04.718 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config]
12:28:04.718 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2022-06-07 12:28:04.718166000, lastModified=2022-06-07 12:28:03.404032000, size=259, fileKey=(dev=804,ino=1711877496)
12:28:04.718 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-07 12:28:04.718166000, lastModified=2022-06-07 12:28:03.404032000, delta=1314134000 ns, racy<=2500000000 ns
12:28:04.718 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2022-06-07 12:28:00.179451000, lastModified=1970-01-01 00:00:00.000000000, delta=1654604880179451000 ns, racy<=2500000000 ns
12:28:04.718 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified
12:28:04.718 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit5312567350496795951/.git/config, isRacyClean=true, read=2022-06-07 12:28:04.718014000, lastModified=2022-06-07 12:28:04.584037000, delta=133977000 ns, racy<=2500000000 ns
12:28:04.718 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit5312567350496795951/.git/config, is racily clean
12:28:04.718 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit5312567350496795951/.git/config, create new FileSnapshot: lastRead=2022-06-07 12:28:04.718338000, lastModified=2022-06-07 12:28:04.584037000, size=78, fileKey=(dev=38,ino=633340785)
12:28:04.718 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit5312567350496795951/.git/config, isRacyClean=true, read=2022-06-07 12:28:04.718338000, lastModified=2022-06-07 12:28:04.584037000, delta=134301000 ns, racy<=2500000000 ns
12:28:04.718 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-07 12:28:04.718166000, lastModified=2022-06-07 12:28:03.404032000, delta=1314134000 ns, racy<=2500000000 ns
12:28:04.718 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean
12:28:04.718 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config]
12:28:04.718 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2022-06-07 12:28:04.718670000, lastModified=2022-06-07 12:28:03.404032000, size=259, fileKey=(dev=804,ino=1711877496)
12:28:04.718 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-07 12:28:04.718670000, lastModified=2022-06-07 12:28:03.404032000, delta=1314638000 ns, racy<=2500000000 ns
12:28:04.718 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2022-06-07 12:28:00.179451000, lastModified=1970-01-01 00:00:00.000000000, delta=1654604880179451000 ns, racy<=2500000000 ns
12:28:04.718 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified
12:28:04.718 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit5312567350496795951/.git/config, isRacyClean=true, read=2022-06-07 12:28:04.718338000, lastModified=2022-06-07 12:28:04.584037000, delta=134301000 ns, racy<=2500000000 ns
12:28:04.718 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit5312567350496795951/.git/config, is racily clean
12:28:04.718 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit5312567350496795951/.git/config, create new FileSnapshot: lastRead=2022-06-07 12:28:04.718850000, lastModified=2022-06-07 12:28:04.584037000, size=78, fileKey=(dev=38,ino=633340785)
12:28:04.718 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit5312567350496795951/.git/config, isRacyClean=true, read=2022-06-07 12:28:04.718850000, lastModified=2022-06-07 12:28:04.584037000, delta=134813000 ns, racy<=2500000000 ns
12:28:04.774 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit5312567350496795951/.git/objects/pack, isRacyClean=false, read=2022-06-07 12:28:04.591518000, lastModified=2022-06-07 12:28:04.578037000, delta=13481000 ns, racy<=2257500 ns
12:28:04.774 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit5312567350496795951/.git/objects/pack, is unmodified
12:28:04.774 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit5312567350496795951/.git/objects/pack/preserved, isRacyClean=false, read=2022-06-07 12:28:04.592659000, lastModified=1970-01-01 00:00:00.000000000, delta=1654604884592659000 ns, racy<=2257500 ns
12:28:04.774 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit5312567350496795951/.git/objects/pack/preserved, is unmodified
12:28:04.774 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit5312567350496795951/.git/objects/pack, isRacyClean=false, read=2022-06-07 12:28:04.591518000, lastModified=2022-06-07 12:28:04.578037000, delta=13481000 ns, racy<=2257500 ns
12:28:04.775 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit5312567350496795951/.git/objects/pack, is unmodified
12:28:04.775 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit5312567350496795951/.git/objects/pack/preserved, isRacyClean=false, read=2022-06-07 12:28:04.592659000, lastModified=1970-01-01 00:00:00.000000000, delta=1654604884592659000 ns, racy<=2257500 ns
12:28:04.775 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit5312567350496795951/.git/objects/pack/preserved, is unmodified
12:28:04.775 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit5312567350496795951/.git/index.lock, create new FileSnapshot: lastRead=2022-06-07 12:28:04.775420000, lastModified=2022-06-07 12:28:04.716038000, size=0, fileKey=(dev=38,ino=633340784)
12:28:04.775 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-07 12:28:04.718670000, lastModified=2022-06-07 12:28:03.404032000, delta=1314638000 ns, racy<=2500000000 ns
12:28:04.775 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean
12:28:04.775 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config]
12:28:04.775 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2022-06-07 12:28:04.775540000, lastModified=2022-06-07 12:28:03.404032000, size=259, fileKey=(dev=804,ino=1711877496)
12:28:04.775 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-07 12:28:04.775540000, lastModified=2022-06-07 12:28:03.404032000, delta=1371508000 ns, racy<=2500000000 ns
12:28:04.775 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2022-06-07 12:28:00.179451000, lastModified=1970-01-01 00:00:00.000000000, delta=1654604880179451000 ns, racy<=2500000000 ns
12:28:04.775 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified
12:28:04.775 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit5312567350496795951/.git/config, isRacyClean=true, read=2022-06-07 12:28:04.718850000, lastModified=2022-06-07 12:28:04.584037000, delta=134813000 ns, racy<=2500000000 ns
12:28:04.775 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit5312567350496795951/.git/config, is racily clean
12:28:04.775 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit5312567350496795951/.git/config, create new FileSnapshot: lastRead=2022-06-07 12:28:04.775857000, lastModified=2022-06-07 12:28:04.584037000, size=78, fileKey=(dev=38,ino=633340785)
12:28:04.775 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit5312567350496795951/.git/config, isRacyClean=true, read=2022-06-07 12:28:04.775857000, lastModified=2022-06-07 12:28:04.584037000, delta=191820000 ns, racy<=2500000000 ns
12:28:04.776 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit5312567350496795951/.git/index.lock, create new FileSnapshot: lastRead=2022-06-07 12:28:04.776095000, lastModified=2022-06-07 12:28:04.775038000, size=104, fileKey=(dev=38,ino=633340784)
12:28:04.776 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit5312567350496795951/.git/index, create new FileSnapshot: lastRead=2022-06-07 12:28:04.776216000, lastModified=2022-06-07 12:28:04.775038000, size=104, fileKey=(dev=38,ino=633340784)
12:28:04.776 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-07 12:28:04.775540000, lastModified=2022-06-07 12:28:03.404032000, delta=1371508000 ns, racy<=2500000000 ns
12:28:04.776 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean
12:28:04.776 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config]
12:28:04.776 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2022-06-07 12:28:04.776325000, lastModified=2022-06-07 12:28:03.404032000, size=259, fileKey=(dev=804,ino=1711877496)
12:28:04.776 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-07 12:28:04.776325000, lastModified=2022-06-07 12:28:03.404032000, delta=1372293000 ns, racy<=2500000000 ns
12:28:04.776 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2022-06-07 12:28:00.179451000, lastModified=1970-01-01 00:00:00.000000000, delta=1654604880179451000 ns, racy<=2500000000 ns
12:28:04.776 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified
12:28:04.776 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit5312567350496795951/.git/config, isRacyClean=true, read=2022-06-07 12:28:04.775857000, lastModified=2022-06-07 12:28:04.584037000, delta=191820000 ns, racy<=2500000000 ns
12:28:04.776 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit5312567350496795951/.git/config, is racily clean
12:28:04.776 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit5312567350496795951/.git/config, create new FileSnapshot: lastRead=2022-06-07 12:28:04.776531000, lastModified=2022-06-07 12:28:04.584037000, size=78, fileKey=(dev=38,ino=633340785)
12:28:04.776 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit5312567350496795951/.git/config, isRacyClean=true, read=2022-06-07 12:28:04.776531000, lastModified=2022-06-07 12:28:04.584037000, delta=192494000 ns, racy<=2500000000 ns
12:28:04.776 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit5312567350496795951/.git/HEAD.lock, isRacyClean=false, read=2022-06-07 12:28:04.714730000, lastModified=2022-06-07 12:28:04.712038000, delta=2692000 ns, racy<=2257500 ns
12:28:04.776 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit5312567350496795951/.git/HEAD.lock, is unmodified
12:28:04.776 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit5312567350496795951/.git/refs/heads/newbranch.lock, isRacyClean=false, read=2022-06-07 12:28:04.701315000, lastModified=2022-06-07 12:28:04.698038000, delta=3277000 ns, racy<=2257500 ns
12:28:04.776 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit5312567350496795951/.git/refs/heads/newbranch.lock, is unmodified
12:28:04.776 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-07 12:28:04.776325000, lastModified=2022-06-07 12:28:03.404032000, delta=1372293000 ns, racy<=2500000000 ns
12:28:04.776 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean
12:28:04.776 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config]
12:28:04.776 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2022-06-07 12:28:04.776906000, lastModified=2022-06-07 12:28:03.404032000, size=259, fileKey=(dev=804,ino=1711877496)
12:28:04.776 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-07 12:28:04.776906000, lastModified=2022-06-07 12:28:03.404032000, delta=1372874000 ns, racy<=2500000000 ns
12:28:04.777 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2022-06-07 12:28:00.179451000, lastModified=1970-01-01 00:00:00.000000000, delta=1654604880179451000 ns, racy<=2500000000 ns
12:28:04.777 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified
12:28:04.777 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit5312567350496795951/.git/config, isRacyClean=true, read=2022-06-07 12:28:04.776531000, lastModified=2022-06-07 12:28:04.584037000, delta=192494000 ns, racy<=2500000000 ns
12:28:04.777 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit5312567350496795951/.git/config, is racily clean
12:28:04.777 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit5312567350496795951/.git/config, create new FileSnapshot: lastRead=2022-06-07 12:28:04.777127000, lastModified=2022-06-07 12:28:04.584037000, size=78, fileKey=(dev=38,ino=633340785)
12:28:04.777 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit5312567350496795951/.git/config, isRacyClean=true, read=2022-06-07 12:28:04.777127000, lastModified=2022-06-07 12:28:04.584037000, delta=193090000 ns, racy<=2500000000 ns
12:28:04.777 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit5312567350496795951/.git/HEAD.lock, isRacyClean=false, read=2022-06-07 12:28:04.714730000, lastModified=2022-06-07 12:28:04.712038000, delta=2692000 ns, racy<=2257500 ns
12:28:04.777 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit5312567350496795951/.git/HEAD.lock, is unmodified
12:28:04.777 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit5312567350496795951/.git/refs/heads/newbranch.lock, isRacyClean=false, read=2022-06-07 12:28:04.701315000, lastModified=2022-06-07 12:28:04.698038000, delta=3277000 ns, racy<=2257500 ns
12:28:04.777 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit5312567350496795951/.git/refs/heads/newbranch.lock, is unmodified
12:28:04.777 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-07 12:28:04.776906000, lastModified=2022-06-07 12:28:03.404032000, delta=1372874000 ns, racy<=2500000000 ns
12:28:04.777 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean
12:28:04.777 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config]
12:28:04.777 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2022-06-07 12:28:04.777771000, lastModified=2022-06-07 12:28:03.404032000, size=259, fileKey=(dev=804,ino=1711877496)
12:28:04.777 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-07 12:28:04.777771000, lastModified=2022-06-07 12:28:03.404032000, delta=1373739000 ns, racy<=2500000000 ns
12:28:04.777 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2022-06-07 12:28:00.179451000, lastModified=1970-01-01 00:00:00.000000000, delta=1654604880179451000 ns, racy<=2500000000 ns
12:28:04.777 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified
12:28:04.777 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit5312567350496795951/.git/config, isRacyClean=true, read=2022-06-07 12:28:04.777127000, lastModified=2022-06-07 12:28:04.584037000, delta=193090000 ns, racy<=2500000000 ns
12:28:04.777 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit5312567350496795951/.git/config, is racily clean
12:28:04.777 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit5312567350496795951/.git/config, create new FileSnapshot: lastRead=2022-06-07 12:28:04.777975000, lastModified=2022-06-07 12:28:04.584037000, size=78, fileKey=(dev=38,ino=633340785)
12:28:04.778 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit5312567350496795951/.git/config, isRacyClean=true, read=2022-06-07 12:28:04.777975000, lastModified=2022-06-07 12:28:04.584037000, delta=193938000 ns, racy<=2500000000 ns
12:28:04.778 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit5312567350496795951/.git/index, create new FileSnapshot: lastRead=2022-06-07 12:28:04.778284000, lastModified=2022-06-07 12:28:04.775038000, size=104, fileKey=(dev=38,ino=633340784)
12:28:04.778 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit5312567350496795951/.git/index, create new FileSnapshot: lastRead=2022-06-07 12:28:04.778350000, lastModified=2022-06-07 12:28:04.775038000, size=104, fileKey=(dev=38,ino=633340784)
12:28:04.778 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit5312567350496795951/.git/objects/pack, isRacyClean=false, read=2022-06-07 12:28:04.591518000, lastModified=2022-06-07 12:28:04.578037000, delta=13481000 ns, racy<=2257500 ns
12:28:04.778 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit5312567350496795951/.git/objects/pack, is unmodified
12:28:04.778 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit5312567350496795951/.git/objects/pack/preserved, isRacyClean=false, read=2022-06-07 12:28:04.592659000, lastModified=1970-01-01 00:00:00.000000000, delta=1654604884592659000 ns, racy<=2257500 ns
12:28:04.778 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit5312567350496795951/.git/objects/pack/preserved, is unmodified
12:28:04.778 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit5312567350496795951/.git/objects/pack, isRacyClean=false, read=2022-06-07 12:28:04.591518000, lastModified=2022-06-07 12:28:04.578037000, delta=13481000 ns, racy<=2257500 ns
12:28:04.778 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit5312567350496795951/.git/objects/pack, is unmodified
12:28:04.778 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit5312567350496795951/.git/objects/pack/preserved, isRacyClean=false, read=2022-06-07 12:28:04.592659000, lastModified=1970-01-01 00:00:00.000000000, delta=1654604884592659000 ns, racy<=2257500 ns
12:28:04.778 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit5312567350496795951/.git/objects/pack/preserved, is unmodified
12:28:04.779 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit5312567350496795951/.git/objects/pack, isRacyClean=false, read=2022-06-07 12:28:04.591518000, lastModified=2022-06-07 12:28:04.578037000, delta=13481000 ns, racy<=2257500 ns
12:28:04.779 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit5312567350496795951/.git/objects/pack, is unmodified
12:28:04.779 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit5312567350496795951/.git/objects/pack/preserved, isRacyClean=false, read=2022-06-07 12:28:04.592659000, lastModified=1970-01-01 00:00:00.000000000, delta=1654604884592659000 ns, racy<=2257500 ns
12:28:04.779 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit5312567350496795951/.git/objects/pack/preserved, is unmodified
12:28:04.779 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit5312567350496795951/.git/objects/pack, isRacyClean=false, read=2022-06-07 12:28:04.591518000, lastModified=2022-06-07 12:28:04.578037000, delta=13481000 ns, racy<=2257500 ns
12:28:04.779 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit5312567350496795951/.git/objects/pack, is unmodified
12:28:04.779 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit5312567350496795951/.git/objects/pack/preserved, isRacyClean=false, read=2022-06-07 12:28:04.592659000, lastModified=1970-01-01 00:00:00.000000000, delta=1654604884592659000 ns, racy<=2257500 ns
12:28:04.779 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit5312567350496795951/.git/objects/pack/preserved, is unmodified
12:28:04.780 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-07 12:28:04.777771000, lastModified=2022-06-07 12:28:03.404032000, delta=1373739000 ns, racy<=2500000000 ns
12:28:04.780 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean
12:28:04.780 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config]
12:28:04.780 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2022-06-07 12:28:04.780217000, lastModified=2022-06-07 12:28:03.404032000, size=259, fileKey=(dev=804,ino=1711877496)
12:28:04.780 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-07 12:28:04.780217000, lastModified=2022-06-07 12:28:03.404032000, delta=1376185000 ns, racy<=2500000000 ns
12:28:04.780 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2022-06-07 12:28:00.179451000, lastModified=1970-01-01 00:00:00.000000000, delta=1654604880179451000 ns, racy<=2500000000 ns
12:28:04.780 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified
12:28:04.780 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit5312567350496795951/.git/config, isRacyClean=true, read=2022-06-07 12:28:04.777975000, lastModified=2022-06-07 12:28:04.584037000, delta=193938000 ns, racy<=2500000000 ns
12:28:04.780 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit5312567350496795951/.git/config, is racily clean
12:28:04.780 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit5312567350496795951/.git/config, create new FileSnapshot: lastRead=2022-06-07 12:28:04.780467000, lastModified=2022-06-07 12:28:04.584037000, size=78, fileKey=(dev=38,ino=633340785)
12:28:04.780 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit5312567350496795951/.git/config, isRacyClean=true, read=2022-06-07 12:28:04.780467000, lastModified=2022-06-07 12:28:04.584037000, delta=196430000 ns, racy<=2500000000 ns
12:28:04.780 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit5312567350496795951/.git/HEAD.lock, isRacyClean=false, read=2022-06-07 12:28:04.714730000, lastModified=2022-06-07 12:28:04.712038000, delta=2692000 ns, racy<=2257500 ns
12:28:04.780 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit5312567350496795951/.git/HEAD.lock, is unmodified
12:28:04.780 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit5312567350496795951/.git/refs/heads/newbranch.lock, isRacyClean=false, read=2022-06-07 12:28:04.701315000, lastModified=2022-06-07 12:28:04.698038000, delta=3277000 ns, racy<=2257500 ns
12:28:04.780 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit5312567350496795951/.git/refs/heads/newbranch.lock, is unmodified
12:28:04.780 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-07 12:28:04.780217000, lastModified=2022-06-07 12:28:03.404032000, delta=1376185000 ns, racy<=2500000000 ns
12:28:04.780 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean
12:28:04.780 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config]
12:28:04.780 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2022-06-07 12:28:04.780901000, lastModified=2022-06-07 12:28:03.404032000, size=259, fileKey=(dev=804,ino=1711877496)
12:28:04.780 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-07 12:28:04.780901000, lastModified=2022-06-07 12:28:03.404032000, delta=1376869000 ns, racy<=2500000000 ns
12:28:04.781 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2022-06-07 12:28:00.179451000, lastModified=1970-01-01 00:00:00.000000000, delta=1654604880179451000 ns, racy<=2500000000 ns
12:28:04.781 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified
12:28:04.781 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit5312567350496795951/.git/config, isRacyClean=true, read=2022-06-07 12:28:04.780467000, lastModified=2022-06-07 12:28:04.584037000, delta=196430000 ns, racy<=2500000000 ns
12:28:04.781 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit5312567350496795951/.git/config, is racily clean
12:28:04.781 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit5312567350496795951/.git/config, create new FileSnapshot: lastRead=2022-06-07 12:28:04.781122000, lastModified=2022-06-07 12:28:04.584037000, size=78, fileKey=(dev=38,ino=633340785)
12:28:04.781 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit5312567350496795951/.git/config, isRacyClean=true, read=2022-06-07 12:28:04.781122000, lastModified=2022-06-07 12:28:04.584037000, delta=197085000 ns, racy<=2500000000 ns
12:28:04.781 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit5312567350496795951/.git/refs/heads/newbranch.lock, isRacyClean=false, read=2022-06-07 12:28:04.701315000, lastModified=2022-06-07 12:28:04.698038000, delta=3277000 ns, racy<=2257500 ns
12:28:04.781 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit5312567350496795951/.git/refs/heads/newbranch.lock, is unmodified
12:28:04.781 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-07 12:28:04.780901000, lastModified=2022-06-07 12:28:03.404032000, delta=1376869000 ns, racy<=2500000000 ns
12:28:04.781 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean
12:28:04.781 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config]
12:28:04.781 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2022-06-07 12:28:04.781543000, lastModified=2022-06-07 12:28:03.404032000, size=259, fileKey=(dev=804,ino=1711877496)
12:28:04.781 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-07 12:28:04.781543000, lastModified=2022-06-07 12:28:03.404032000, delta=1377511000 ns, racy<=2500000000 ns
12:28:04.781 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2022-06-07 12:28:00.179451000, lastModified=1970-01-01 00:00:00.000000000, delta=1654604880179451000 ns, racy<=2500000000 ns
12:28:04.781 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified
12:28:04.781 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit5312567350496795951/.git/config, isRacyClean=true, read=2022-06-07 12:28:04.781122000, lastModified=2022-06-07 12:28:04.584037000, delta=197085000 ns, racy<=2500000000 ns
12:28:04.781 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit5312567350496795951/.git/config, is racily clean
12:28:04.781 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit5312567350496795951/.git/config, create new FileSnapshot: lastRead=2022-06-07 12:28:04.781732000, lastModified=2022-06-07 12:28:04.584037000, size=78, fileKey=(dev=38,ino=633340785)
12:28:04.781 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit5312567350496795951/.git/config, isRacyClean=true, read=2022-06-07 12:28:04.781732000, lastModified=2022-06-07 12:28:04.584037000, delta=197695000 ns, racy<=2500000000 ns
12:28:04.781 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-07 12:28:04.781543000, lastModified=2022-06-07 12:28:03.404032000, delta=1377511000 ns, racy<=2500000000 ns
12:28:04.781 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean
12:28:04.781 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config]
12:28:04.781 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2022-06-07 12:28:04.781938000, lastModified=2022-06-07 12:28:03.404032000, size=259, fileKey=(dev=804,ino=1711877496)
12:28:04.782 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-07 12:28:04.781938000, lastModified=2022-06-07 12:28:03.404032000, delta=1377906000 ns, racy<=2500000000 ns
12:28:04.782 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2022-06-07 12:28:00.179451000, lastModified=1970-01-01 00:00:00.000000000, delta=1654604880179451000 ns, racy<=2500000000 ns
12:28:04.782 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified
12:28:04.782 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit5312567350496795951/.git/config, isRacyClean=true, read=2022-06-07 12:28:04.781732000, lastModified=2022-06-07 12:28:04.584037000, delta=197695000 ns, racy<=2500000000 ns
12:28:04.782 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit5312567350496795951/.git/config, is racily clean
12:28:04.782 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit5312567350496795951/.git/config, create new FileSnapshot: lastRead=2022-06-07 12:28:04.782150000, lastModified=2022-06-07 12:28:04.584037000, size=78, fileKey=(dev=38,ino=633340785)
12:28:04.782 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit5312567350496795951/.git/config, isRacyClean=true, read=2022-06-07 12:28:04.782150000, lastModified=2022-06-07 12:28:04.584037000, delta=198113000 ns, racy<=2500000000 ns
12:28:04.782 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-07 12:28:04.781938000, lastModified=2022-06-07 12:28:03.404032000, delta=1377906000 ns, racy<=2500000000 ns
12:28:04.782 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean
12:28:04.782 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config]
12:28:04.782 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2022-06-07 12:28:04.782382000, lastModified=2022-06-07 12:28:03.404032000, size=259, fileKey=(dev=804,ino=1711877496)
12:28:04.782 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-07 12:28:04.782382000, lastModified=2022-06-07 12:28:03.404032000, delta=1378350000 ns, racy<=2500000000 ns
12:28:04.782 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2022-06-07 12:28:00.179451000, lastModified=1970-01-01 00:00:00.000000000, delta=1654604880179451000 ns, racy<=2500000000 ns
12:28:04.782 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified
12:28:04.782 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit5312567350496795951/.git/config, isRacyClean=true, read=2022-06-07 12:28:04.782150000, lastModified=2022-06-07 12:28:04.584037000, delta=198113000 ns, racy<=2500000000 ns
12:28:04.782 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit5312567350496795951/.git/config, is racily clean
12:28:04.782 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit5312567350496795951/.git/config, create new FileSnapshot: lastRead=2022-06-07 12:28:04.782564000, lastModified=2022-06-07 12:28:04.584037000, size=78, fileKey=(dev=38,ino=633340785)
12:28:04.782 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit5312567350496795951/.git/config, isRacyClean=true, read=2022-06-07 12:28:04.782564000, lastModified=2022-06-07 12:28:04.584037000, delta=198527000 ns, racy<=2500000000 ns
12:28:04.782 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-07 12:28:04.782382000, lastModified=2022-06-07 12:28:03.404032000, delta=1378350000 ns, racy<=2500000000 ns
12:28:04.782 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean
12:28:04.782 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config]
12:28:04.782 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2022-06-07 12:28:04.782746000, lastModified=2022-06-07 12:28:03.404032000, size=259, fileKey=(dev=804,ino=1711877496)
12:28:04.782 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-07 12:28:04.782746000, lastModified=2022-06-07 12:28:03.404032000, delta=1378714000 ns, racy<=2500000000 ns
12:28:04.782 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2022-06-07 12:28:00.179451000, lastModified=1970-01-01 00:00:00.000000000, delta=1654604880179451000 ns, racy<=2500000000 ns
12:28:04.782 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified
12:28:04.782 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit5312567350496795951/.git/config, isRacyClean=true, read=2022-06-07 12:28:04.782564000, lastModified=2022-06-07 12:28:04.584037000, delta=198527000 ns, racy<=2500000000 ns
12:28:04.782 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit5312567350496795951/.git/config, is racily clean
12:28:04.782 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit5312567350496795951/.git/config, create new FileSnapshot: lastRead=2022-06-07 12:28:04.782929000, lastModified=2022-06-07 12:28:04.584037000, size=78, fileKey=(dev=38,ino=633340785)
12:28:04.782 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit5312567350496795951/.git/config, isRacyClean=true, read=2022-06-07 12:28:04.782929000, lastModified=2022-06-07 12:28:04.584037000, delta=198892000 ns, racy<=2500000000 ns
12:28:04.783 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-07 12:28:04.782746000, lastModified=2022-06-07 12:28:03.404032000, delta=1378714000 ns, racy<=2500000000 ns
12:28:04.783 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean
12:28:04.783 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config]
12:28:04.783 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2022-06-07 12:28:04.783127000, lastModified=2022-06-07 12:28:03.404032000, size=259, fileKey=(dev=804,ino=1711877496)
12:28:04.783 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-07 12:28:04.783127000, lastModified=2022-06-07 12:28:03.404032000, delta=1379095000 ns, racy<=2500000000 ns
12:28:04.783 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2022-06-07 12:28:00.179451000, lastModified=1970-01-01 00:00:00.000000000, delta=1654604880179451000 ns, racy<=2500000000 ns
12:28:04.783 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified
12:28:04.783 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit5312567350496795951/.git/config, isRacyClean=true, read=2022-06-07 12:28:04.782929000, lastModified=2022-06-07 12:28:04.584037000, delta=198892000 ns, racy<=2500000000 ns
12:28:04.783 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit5312567350496795951/.git/config, is racily clean
12:28:04.783 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit5312567350496795951/.git/config, create new FileSnapshot: lastRead=2022-06-07 12:28:04.783307000, lastModified=2022-06-07 12:28:04.584037000, size=78, fileKey=(dev=38,ino=633340785)
12:28:04.783 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit5312567350496795951/.git/config, isRacyClean=true, read=2022-06-07 12:28:04.783307000, lastModified=2022-06-07 12:28:04.584037000, delta=199270000 ns, racy<=2500000000 ns
12:28:04.783 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-07 12:28:04.783127000, lastModified=2022-06-07 12:28:03.404032000, delta=1379095000 ns, racy<=2500000000 ns
12:28:04.783 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean
12:28:04.783 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config]
12:28:04.783 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2022-06-07 12:28:04.783458000, lastModified=2022-06-07 12:28:03.404032000, size=259, fileKey=(dev=804,ino=1711877496)
12:28:04.783 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-07 12:28:04.783458000, lastModified=2022-06-07 12:28:03.404032000, delta=1379426000 ns, racy<=2500000000 ns
12:28:04.783 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2022-06-07 12:28:00.179451000, lastModified=1970-01-01 00:00:00.000000000, delta=1654604880179451000 ns, racy<=2500000000 ns
12:28:04.783 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified
12:28:04.783 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit5312567350496795951/.git/config, isRacyClean=true, read=2022-06-07 12:28:04.783307000, lastModified=2022-06-07 12:28:04.584037000, delta=199270000 ns, racy<=2500000000 ns
12:28:04.783 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit5312567350496795951/.git/config, is racily clean
12:28:04.783 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit5312567350496795951/.git/config, create new FileSnapshot: lastRead=2022-06-07 12:28:04.783638000, lastModified=2022-06-07 12:28:04.584037000, size=78, fileKey=(dev=38,ino=633340785)
12:28:04.783 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit5312567350496795951/.git/config, isRacyClean=true, read=2022-06-07 12:28:04.783638000, lastModified=2022-06-07 12:28:04.584037000, delta=199601000 ns, racy<=2500000000 ns
12:28:04.783 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit5312567350496795951/.git/refs/heads/newbranch.lock, create new FileSnapshot: lastRead=2022-06-07 12:28:04.783759000, lastModified=2022-06-07 12:28:04.780038000, size=41, fileKey=(dev=38,ino=635444337)
12:28:04.783 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-07 12:28:04.783458000, lastModified=2022-06-07 12:28:03.404032000, delta=1379426000 ns, racy<=2500000000 ns
12:28:04.784 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean
12:28:04.784 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config]
12:28:04.784 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2022-06-07 12:28:04.784029000, lastModified=2022-06-07 12:28:03.404032000, size=259, fileKey=(dev=804,ino=1711877496)
12:28:04.784 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-07 12:28:04.784029000, lastModified=2022-06-07 12:28:03.404032000, delta=1379997000 ns, racy<=2500000000 ns
12:28:04.784 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2022-06-07 12:28:00.179451000, lastModified=1970-01-01 00:00:00.000000000, delta=1654604880179451000 ns, racy<=2500000000 ns
12:28:04.784 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified
12:28:04.784 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit5312567350496795951/.git/config, isRacyClean=true, read=2022-06-07 12:28:04.783638000, lastModified=2022-06-07 12:28:04.584037000, delta=199601000 ns, racy<=2500000000 ns
12:28:04.784 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit5312567350496795951/.git/config, is racily clean
12:28:04.784 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit5312567350496795951/.git/config, create new FileSnapshot: lastRead=2022-06-07 12:28:04.784238000, lastModified=2022-06-07 12:28:04.584037000, size=78, fileKey=(dev=38,ino=633340785)
12:28:04.784 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit5312567350496795951/.git/config, isRacyClean=true, read=2022-06-07 12:28:04.784238000, lastModified=2022-06-07 12:28:04.584037000, delta=200201000 ns, racy<=2500000000 ns
12:28:04.784 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-07 12:28:04.784029000, lastModified=2022-06-07 12:28:03.404032000, delta=1379997000 ns, racy<=2500000000 ns
12:28:04.784 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean
12:28:04.784 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config]
12:28:04.784 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2022-06-07 12:28:04.784441000, lastModified=2022-06-07 12:28:03.404032000, size=259, fileKey=(dev=804,ino=1711877496)
12:28:04.784 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-07 12:28:04.784441000, lastModified=2022-06-07 12:28:03.404032000, delta=1380409000 ns, racy<=2500000000 ns
12:28:04.784 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2022-06-07 12:28:00.179451000, lastModified=1970-01-01 00:00:00.000000000, delta=1654604880179451000 ns, racy<=2500000000 ns
12:28:04.784 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified
12:28:04.784 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit5312567350496795951/.git/config, isRacyClean=true, read=2022-06-07 12:28:04.784238000, lastModified=2022-06-07 12:28:04.584037000, delta=200201000 ns, racy<=2500000000 ns
12:28:04.784 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit5312567350496795951/.git/config, is racily clean
12:28:04.784 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit5312567350496795951/.git/config, create new FileSnapshot: lastRead=2022-06-07 12:28:04.784624000, lastModified=2022-06-07 12:28:04.584037000, size=78, fileKey=(dev=38,ino=633340785)
12:28:04.784 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit5312567350496795951/.git/config, isRacyClean=true, read=2022-06-07 12:28:04.784624000, lastModified=2022-06-07 12:28:04.584037000, delta=200587000 ns, racy<=2500000000 ns
12:28:04.784 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit5312567350496795951/.git/HEAD.lock, isRacyClean=false, read=2022-06-07 12:28:04.714730000, lastModified=2022-06-07 12:28:04.712038000, delta=2692000 ns, racy<=2257500 ns
12:28:04.784 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit5312567350496795951/.git/HEAD.lock, is unmodified
12:28:04.784 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit5312567350496795951/.git/refs/heads/newbranch.lock, isRacyClean=false, read=2022-06-07 12:28:04.783759000, lastModified=2022-06-07 12:28:04.780038000, delta=3721000 ns, racy<=2257500 ns
12:28:04.784 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit5312567350496795951/.git/refs/heads/newbranch.lock, is unmodified
12:28:04.784 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-07 12:28:04.784441000, lastModified=2022-06-07 12:28:03.404032000, delta=1380409000 ns, racy<=2500000000 ns
12:28:04.784 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean
12:28:04.784 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config]
12:28:04.784 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2022-06-07 12:28:04.784971000, lastModified=2022-06-07 12:28:03.404032000, size=259, fileKey=(dev=804,ino=1711877496)
12:28:04.785 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-07 12:28:04.784971000, lastModified=2022-06-07 12:28:03.404032000, delta=1380939000 ns, racy<=2500000000 ns
12:28:04.785 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2022-06-07 12:28:00.179451000, lastModified=1970-01-01 00:00:00.000000000, delta=1654604880179451000 ns, racy<=2500000000 ns
12:28:04.785 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified
12:28:04.785 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit5312567350496795951/.git/config, isRacyClean=true, read=2022-06-07 12:28:04.784624000, lastModified=2022-06-07 12:28:04.584037000, delta=200587000 ns, racy<=2500000000 ns
12:28:04.785 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit5312567350496795951/.git/config, is racily clean
12:28:04.785 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit5312567350496795951/.git/config, create new FileSnapshot: lastRead=2022-06-07 12:28:04.785207000, lastModified=2022-06-07 12:28:04.584037000, size=78, fileKey=(dev=38,ino=633340785)
12:28:04.785 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit5312567350496795951/.git/config, isRacyClean=true, read=2022-06-07 12:28:04.785207000, lastModified=2022-06-07 12:28:04.584037000, delta=201170000 ns, racy<=2500000000 ns
12:28:04.785 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit5312567350496795951/.git/refs/heads/master.lock, isRacyClean=false, read=2022-06-07 12:28:04.688871000, lastModified=2022-06-07 12:28:04.685038000, delta=3833000 ns, racy<=2257500 ns
12:28:04.785 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit5312567350496795951/.git/refs/heads/master.lock, is unmodified
12:28:04.785 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-07 12:28:04.784971000, lastModified=2022-06-07 12:28:03.404032000, delta=1380939000 ns, racy<=2500000000 ns
12:28:04.785 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean
12:28:04.785 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config]
12:28:04.785 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2022-06-07 12:28:04.785692000, lastModified=2022-06-07 12:28:03.404032000, size=259, fileKey=(dev=804,ino=1711877496)
12:28:04.785 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-07 12:28:04.785692000, lastModified=2022-06-07 12:28:03.404032000, delta=1381660000 ns, racy<=2500000000 ns
12:28:04.785 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2022-06-07 12:28:00.179451000, lastModified=1970-01-01 00:00:00.000000000, delta=1654604880179451000 ns, racy<=2500000000 ns
12:28:04.785 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified
12:28:04.785 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit5312567350496795951/.git/config, isRacyClean=true, read=2022-06-07 12:28:04.785207000, lastModified=2022-06-07 12:28:04.584037000, delta=201170000 ns, racy<=2500000000 ns
12:28:04.785 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit5312567350496795951/.git/config, is racily clean
12:28:04.785 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit5312567350496795951/.git/config, create new FileSnapshot: lastRead=2022-06-07 12:28:04.785875000, lastModified=2022-06-07 12:28:04.584037000, size=78, fileKey=(dev=38,ino=633340785)
12:28:04.785 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit5312567350496795951/.git/config, isRacyClean=true, read=2022-06-07 12:28:04.785875000, lastModified=2022-06-07 12:28:04.584037000, delta=201838000 ns, racy<=2500000000 ns
12:28:04.786 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit5312567350496795951/.git/refs/heads/master.lock, isRacyClean=false, read=2022-06-07 12:28:04.688871000, lastModified=2022-06-07 12:28:04.685038000, delta=3833000 ns, racy<=2257500 ns
12:28:04.786 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit5312567350496795951/.git/refs/heads/master.lock, is unmodified
12:28:04.786 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit5312567350496795951/.git/index, create new FileSnapshot: lastRead=2022-06-07 12:28:04.786650000, lastModified=2022-06-07 12:28:04.775038000, size=104, fileKey=(dev=38,ino=633340784)
12:28:04.786 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit5312567350496795951/.git/index, create new FileSnapshot: lastRead=2022-06-07 12:28:04.786720000, lastModified=2022-06-07 12:28:04.775038000, size=104, fileKey=(dev=38,ino=633340784)
12:28:04.786 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-07 12:28:04.785692000, lastModified=2022-06-07 12:28:03.404032000, delta=1381660000 ns, racy<=2500000000 ns
12:28:04.786 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean
12:28:04.786 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config]
12:28:04.786 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2022-06-07 12:28:04.786825000, lastModified=2022-06-07 12:28:03.404032000, size=259, fileKey=(dev=804,ino=1711877496)
12:28:04.786 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-07 12:28:04.786825000, lastModified=2022-06-07 12:28:03.404032000, delta=1382793000 ns, racy<=2500000000 ns
12:28:04.787 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2022-06-07 12:28:00.179451000, lastModified=1970-01-01 00:00:00.000000000, delta=1654604880179451000 ns, racy<=2500000000 ns
12:28:04.787 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified
12:28:04.787 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit5312567350496795951/.git/config, isRacyClean=true, read=2022-06-07 12:28:04.785875000, lastModified=2022-06-07 12:28:04.584037000, delta=201838000 ns, racy<=2500000000 ns
12:28:04.787 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit5312567350496795951/.git/config, is racily clean
12:28:04.787 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit5312567350496795951/.git/config, create new FileSnapshot: lastRead=2022-06-07 12:28:04.787117000, lastModified=2022-06-07 12:28:04.584037000, size=78, fileKey=(dev=38,ino=633340785)
12:28:04.787 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit5312567350496795951/.git/config, isRacyClean=true, read=2022-06-07 12:28:04.787117000, lastModified=2022-06-07 12:28:04.584037000, delta=203080000 ns, racy<=2500000000 ns
12:28:04.787 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-07 12:28:04.786825000, lastModified=2022-06-07 12:28:03.404032000, delta=1382793000 ns, racy<=2500000000 ns
12:28:04.787 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean
12:28:04.787 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config]
12:28:04.787 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2022-06-07 12:28:04.787254000, lastModified=2022-06-07 12:28:03.404032000, size=259, fileKey=(dev=804,ino=1711877496)
12:28:04.787 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-07 12:28:04.787254000, lastModified=2022-06-07 12:28:03.404032000, delta=1383222000 ns, racy<=2500000000 ns
12:28:04.787 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2022-06-07 12:28:00.179451000, lastModified=1970-01-01 00:00:00.000000000, delta=1654604880179451000 ns, racy<=2500000000 ns
12:28:04.787 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified
12:28:04.787 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit5312567350496795951/.git/config, isRacyClean=true, read=2022-06-07 12:28:04.787117000, lastModified=2022-06-07 12:28:04.584037000, delta=203080000 ns, racy<=2500000000 ns
12:28:04.787 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit5312567350496795951/.git/config, is racily clean
12:28:04.787 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit5312567350496795951/.git/config, create new FileSnapshot: lastRead=2022-06-07 12:28:04.787431000, lastModified=2022-06-07 12:28:04.584037000, size=78, fileKey=(dev=38,ino=633340785)
12:28:04.787 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit5312567350496795951/.git/config, isRacyClean=true, read=2022-06-07 12:28:04.787431000, lastModified=2022-06-07 12:28:04.584037000, delta=203394000 ns, racy<=2500000000 ns
12:28:04.787 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-07 12:28:04.787254000, lastModified=2022-06-07 12:28:03.404032000, delta=1383222000 ns, racy<=2500000000 ns
12:28:04.787 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean
12:28:04.787 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config]
12:28:04.787 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2022-06-07 12:28:04.787731000, lastModified=2022-06-07 12:28:03.404032000, size=259, fileKey=(dev=804,ino=1711877496)
12:28:04.787 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-07 12:28:04.787731000, lastModified=2022-06-07 12:28:03.404032000, delta=1383699000 ns, racy<=2500000000 ns
12:28:04.787 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2022-06-07 12:28:00.179451000, lastModified=1970-01-01 00:00:00.000000000, delta=1654604880179451000 ns, racy<=2500000000 ns
12:28:04.787 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified
12:28:04.787 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit5312567350496795951/.git/config, isRacyClean=true, read=2022-06-07 12:28:04.787431000, lastModified=2022-06-07 12:28:04.584037000, delta=203394000 ns, racy<=2500000000 ns
12:28:04.787 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit5312567350496795951/.git/config, is racily clean
12:28:04.787 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit5312567350496795951/.git/config, create new FileSnapshot: lastRead=2022-06-07 12:28:04.787934000, lastModified=2022-06-07 12:28:04.584037000, size=78, fileKey=(dev=38,ino=633340785)
12:28:04.788 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit5312567350496795951/.git/config, isRacyClean=true, read=2022-06-07 12:28:04.787934000, lastModified=2022-06-07 12:28:04.584037000, delta=203897000 ns, racy<=2500000000 ns
12:28:04.789 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-07 12:28:04.787731000, lastModified=2022-06-07 12:28:03.404032000, delta=1383699000 ns, racy<=2500000000 ns
12:28:04.789 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean
12:28:04.789 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config]
12:28:04.789 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2022-06-07 12:28:04.789791000, lastModified=2022-06-07 12:28:03.404032000, size=259, fileKey=(dev=804,ino=1711877496)
12:28:04.789 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-07 12:28:04.789791000, lastModified=2022-06-07 12:28:03.404032000, delta=1385759000 ns, racy<=2500000000 ns
12:28:04.790 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2022-06-07 12:28:00.179451000, lastModified=1970-01-01 00:00:00.000000000, delta=1654604880179451000 ns, racy<=2500000000 ns
12:28:04.790 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified
12:28:04.790 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit5312567350496795951/.git/config, isRacyClean=true, read=2022-06-07 12:28:04.787934000, lastModified=2022-06-07 12:28:04.584037000, delta=203897000 ns, racy<=2500000000 ns
12:28:04.790 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit5312567350496795951/.git/config, is racily clean
12:28:04.790 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit5312567350496795951/.git/config, create new FileSnapshot: lastRead=2022-06-07 12:28:04.790156000, lastModified=2022-06-07 12:28:04.584037000, size=78, fileKey=(dev=38,ino=633340785)
12:28:04.790 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit5312567350496795951/.git/config, isRacyClean=true, read=2022-06-07 12:28:04.790156000, lastModified=2022-06-07 12:28:04.584037000, delta=206119000 ns, racy<=2500000000 ns
12:28:04.790 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-07 12:28:04.789791000, lastModified=2022-06-07 12:28:03.404032000, delta=1385759000 ns, racy<=2500000000 ns
12:28:04.790 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean
12:28:04.790 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config]
12:28:04.790 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2022-06-07 12:28:04.790797000, lastModified=2022-06-07 12:28:03.404032000, size=259, fileKey=(dev=804,ino=1711877496)
12:28:04.790 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-07 12:28:04.790797000, lastModified=2022-06-07 12:28:03.404032000, delta=1386765000 ns, racy<=2500000000 ns
12:28:04.790 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2022-06-07 12:28:00.179451000, lastModified=1970-01-01 00:00:00.000000000, delta=1654604880179451000 ns, racy<=2500000000 ns
12:28:04.791 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified
12:28:04.791 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit5312567350496795951/.git/config, isRacyClean=true, read=2022-06-07 12:28:04.790156000, lastModified=2022-06-07 12:28:04.584037000, delta=206119000 ns, racy<=2500000000 ns
12:28:04.791 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit5312567350496795951/.git/config, is racily clean
12:28:04.791 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit5312567350496795951/.git/config, create new FileSnapshot: lastRead=2022-06-07 12:28:04.791095000, lastModified=2022-06-07 12:28:04.584037000, size=78, fileKey=(dev=38,ino=633340785)
12:28:04.791 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit5312567350496795951/.git/config, isRacyClean=true, read=2022-06-07 12:28:04.791095000, lastModified=2022-06-07 12:28:04.584037000, delta=207058000 ns, racy<=2500000000 ns
12:28:04.791 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit5312567350496795951/.git/index.lock, create new FileSnapshot: lastRead=2022-06-07 12:28:04.791958000, lastModified=2022-06-07 12:28:04.785038000, size=0, fileKey=(dev=38,ino=633340786)
12:28:04.792 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-07 12:28:04.790797000, lastModified=2022-06-07 12:28:03.404032000, delta=1386765000 ns, racy<=2500000000 ns
12:28:04.792 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean
12:28:04.792 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config]
12:28:04.792 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2022-06-07 12:28:04.792115000, lastModified=2022-06-07 12:28:03.404032000, size=259, fileKey=(dev=804,ino=1711877496)
12:28:04.792 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-07 12:28:04.792115000, lastModified=2022-06-07 12:28:03.404032000, delta=1388083000 ns, racy<=2500000000 ns
12:28:04.792 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2022-06-07 12:28:00.179451000, lastModified=1970-01-01 00:00:00.000000000, delta=1654604880179451000 ns, racy<=2500000000 ns
12:28:04.792 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified
12:28:04.792 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit5312567350496795951/.git/config, isRacyClean=true, read=2022-06-07 12:28:04.791095000, lastModified=2022-06-07 12:28:04.584037000, delta=207058000 ns, racy<=2500000000 ns
12:28:04.792 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit5312567350496795951/.git/config, is racily clean
12:28:04.792 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit5312567350496795951/.git/config, create new FileSnapshot: lastRead=2022-06-07 12:28:04.792412000, lastModified=2022-06-07 12:28:04.584037000, size=78, fileKey=(dev=38,ino=633340785)
12:28:04.792 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit5312567350496795951/.git/config, isRacyClean=true, read=2022-06-07 12:28:04.792412000, lastModified=2022-06-07 12:28:04.584037000, delta=208375000 ns, racy<=2500000000 ns
12:28:04.792 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit5312567350496795951/.git/index.lock, create new FileSnapshot: lastRead=2022-06-07 12:28:04.792672000, lastModified=2022-06-07 12:28:04.791038000, size=104, fileKey=(dev=38,ino=633340786)
12:28:04.792 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit5312567350496795951/.git/index, create new FileSnapshot: lastRead=2022-06-07 12:28:04.792824000, lastModified=2022-06-07 12:28:04.791038000, size=104, fileKey=(dev=38,ino=633340786)
12:28:04.793 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-07 12:28:04.792115000, lastModified=2022-06-07 12:28:03.404032000, delta=1388083000 ns, racy<=2500000000 ns
12:28:04.793 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean
12:28:04.793 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config]
12:28:04.793 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2022-06-07 12:28:04.793221000, lastModified=2022-06-07 12:28:03.404032000, size=259, fileKey=(dev=804,ino=1711877496)
12:28:04.793 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-07 12:28:04.793221000, lastModified=2022-06-07 12:28:03.404032000, delta=1389189000 ns, racy<=2500000000 ns
12:28:04.793 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2022-06-07 12:28:00.179451000, lastModified=1970-01-01 00:00:00.000000000, delta=1654604880179451000 ns, racy<=2500000000 ns
12:28:04.793 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified
12:28:04.793 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit5312567350496795951/.git/config, isRacyClean=true, read=2022-06-07 12:28:04.792412000, lastModified=2022-06-07 12:28:04.584037000, delta=208375000 ns, racy<=2500000000 ns
12:28:04.793 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit5312567350496795951/.git/config, is racily clean
12:28:04.793 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit5312567350496795951/.git/config, create new FileSnapshot: lastRead=2022-06-07 12:28:04.793545000, lastModified=2022-06-07 12:28:04.584037000, size=78, fileKey=(dev=38,ino=633340785)
12:28:04.793 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit5312567350496795951/.git/config, isRacyClean=true, read=2022-06-07 12:28:04.793545000, lastModified=2022-06-07 12:28:04.584037000, delta=209508000 ns, racy<=2500000000 ns
12:28:04.794 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit5312567350496795951/.git/refs/heads/master.lock, isRacyClean=false, read=2022-06-07 12:28:04.688871000, lastModified=2022-06-07 12:28:04.685038000, delta=3833000 ns, racy<=2257500 ns
12:28:04.794 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit5312567350496795951/.git/refs/heads/master.lock, is unmodified
12:28:04.794 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-07 12:28:04.793221000, lastModified=2022-06-07 12:28:03.404032000, delta=1389189000 ns, racy<=2500000000 ns
12:28:04.794 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean
12:28:04.794 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config]
12:28:04.794 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2022-06-07 12:28:04.794379000, lastModified=2022-06-07 12:28:03.404032000, size=259, fileKey=(dev=804,ino=1711877496)
12:28:04.794 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-07 12:28:04.794379000, lastModified=2022-06-07 12:28:03.404032000, delta=1390347000 ns, racy<=2500000000 ns
12:28:04.794 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2022-06-07 12:28:00.179451000, lastModified=1970-01-01 00:00:00.000000000, delta=1654604880179451000 ns, racy<=2500000000 ns
12:28:04.794 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified
12:28:04.794 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit5312567350496795951/.git/config, isRacyClean=true, read=2022-06-07 12:28:04.793545000, lastModified=2022-06-07 12:28:04.584037000, delta=209508000 ns, racy<=2500000000 ns
12:28:04.794 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit5312567350496795951/.git/config, is racily clean
12:28:04.794 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit5312567350496795951/.git/config, create new FileSnapshot: lastRead=2022-06-07 12:28:04.794599000, lastModified=2022-06-07 12:28:04.584037000, size=78, fileKey=(dev=38,ino=633340785)
12:28:04.794 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit5312567350496795951/.git/config, isRacyClean=true, read=2022-06-07 12:28:04.794599000, lastModified=2022-06-07 12:28:04.584037000, delta=210562000 ns, racy<=2500000000 ns
12:28:04.794 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit5312567350496795951/.git/HEAD.lock, isRacyClean=false, read=2022-06-07 12:28:04.714730000, lastModified=2022-06-07 12:28:04.712038000, delta=2692000 ns, racy<=2257500 ns
12:28:04.794 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit5312567350496795951/.git/HEAD.lock, is unmodified
12:28:04.794 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit5312567350496795951/.git/refs/heads/newbranch.lock, isRacyClean=false, read=2022-06-07 12:28:04.783759000, lastModified=2022-06-07 12:28:04.780038000, delta=3721000 ns, racy<=2257500 ns
12:28:04.794 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit5312567350496795951/.git/refs/heads/newbranch.lock, is unmodified
12:28:04.794 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-07 12:28:04.794379000, lastModified=2022-06-07 12:28:03.404032000, delta=1390347000 ns, racy<=2500000000 ns
12:28:04.794 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean
12:28:04.794 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config]
12:28:04.794 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2022-06-07 12:28:04.794886000, lastModified=2022-06-07 12:28:03.404032000, size=259, fileKey=(dev=804,ino=1711877496)
12:28:04.794 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-07 12:28:04.794886000, lastModified=2022-06-07 12:28:03.404032000, delta=1390854000 ns, racy<=2500000000 ns
12:28:04.795 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2022-06-07 12:28:00.179451000, lastModified=1970-01-01 00:00:00.000000000, delta=1654604880179451000 ns, racy<=2500000000 ns
12:28:04.795 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified
12:28:04.795 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit5312567350496795951/.git/config, isRacyClean=true, read=2022-06-07 12:28:04.794599000, lastModified=2022-06-07 12:28:04.584037000, delta=210562000 ns, racy<=2500000000 ns
12:28:04.795 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit5312567350496795951/.git/config, is racily clean
12:28:04.795 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit5312567350496795951/.git/config, create new FileSnapshot: lastRead=2022-06-07 12:28:04.795123000, lastModified=2022-06-07 12:28:04.584037000, size=78, fileKey=(dev=38,ino=633340785)
12:28:04.795 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit5312567350496795951/.git/config, isRacyClean=true, read=2022-06-07 12:28:04.795123000, lastModified=2022-06-07 12:28:04.584037000, delta=211086000 ns, racy<=2500000000 ns
12:28:04.795 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-07 12:28:04.794886000, lastModified=2022-06-07 12:28:03.404032000, delta=1390854000 ns, racy<=2500000000 ns
12:28:04.795 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean
12:28:04.795 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config]
12:28:04.795 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2022-06-07 12:28:04.795448000, lastModified=2022-06-07 12:28:03.404032000, size=259, fileKey=(dev=804,ino=1711877496)
12:28:04.795 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-07 12:28:04.795448000, lastModified=2022-06-07 12:28:03.404032000, delta=1391416000 ns, racy<=2500000000 ns
12:28:04.795 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2022-06-07 12:28:00.179451000, lastModified=1970-01-01 00:00:00.000000000, delta=1654604880179451000 ns, racy<=2500000000 ns
12:28:04.795 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified
12:28:04.795 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit5312567350496795951/.git/config, isRacyClean=true, read=2022-06-07 12:28:04.795123000, lastModified=2022-06-07 12:28:04.584037000, delta=211086000 ns, racy<=2500000000 ns
12:28:04.795 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit5312567350496795951/.git/config, is racily clean
12:28:04.795 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit5312567350496795951/.git/config, create new FileSnapshot: lastRead=2022-06-07 12:28:04.795632000, lastModified=2022-06-07 12:28:04.584037000, size=78, fileKey=(dev=38,ino=633340785)
12:28:04.795 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit5312567350496795951/.git/config, isRacyClean=true, read=2022-06-07 12:28:04.795632000, lastModified=2022-06-07 12:28:04.584037000, delta=211595000 ns, racy<=2500000000 ns
12:28:04.795 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit5312567350496795951/.git/HEAD.lock, isRacyClean=false, read=2022-06-07 12:28:04.714730000, lastModified=2022-06-07 12:28:04.712038000, delta=2692000 ns, racy<=2257500 ns
12:28:04.795 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit5312567350496795951/.git/HEAD.lock, is unmodified
12:28:04.795 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit5312567350496795951/.git/refs/heads/newbranch.lock, isRacyClean=false, read=2022-06-07 12:28:04.783759000, lastModified=2022-06-07 12:28:04.780038000, delta=3721000 ns, racy<=2257500 ns
12:28:04.795 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit5312567350496795951/.git/refs/heads/newbranch.lock, is unmodified
12:28:04.795 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-07 12:28:04.795448000, lastModified=2022-06-07 12:28:03.404032000, delta=1391416000 ns, racy<=2500000000 ns
12:28:04.795 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean
12:28:04.795 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config]
12:28:04.795 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2022-06-07 12:28:04.795902000, lastModified=2022-06-07 12:28:03.404032000, size=259, fileKey=(dev=804,ino=1711877496)
12:28:04.795 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-07 12:28:04.795902000, lastModified=2022-06-07 12:28:03.404032000, delta=1391870000 ns, racy<=2500000000 ns
12:28:04.796 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2022-06-07 12:28:00.179451000, lastModified=1970-01-01 00:00:00.000000000, delta=1654604880179451000 ns, racy<=2500000000 ns
12:28:04.796 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified
12:28:04.796 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit5312567350496795951/.git/config, isRacyClean=true, read=2022-06-07 12:28:04.795632000, lastModified=2022-06-07 12:28:04.584037000, delta=211595000 ns, racy<=2500000000 ns
12:28:04.796 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit5312567350496795951/.git/config, is racily clean
12:28:04.796 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit5312567350496795951/.git/config, create new FileSnapshot: lastRead=2022-06-07 12:28:04.796148000, lastModified=2022-06-07 12:28:04.584037000, size=78, fileKey=(dev=38,ino=633340785)
12:28:04.796 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit5312567350496795951/.git/config, isRacyClean=true, read=2022-06-07 12:28:04.796148000, lastModified=2022-06-07 12:28:04.584037000, delta=212111000 ns, racy<=2500000000 ns
12:28:04.796 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit5312567350496795951/.git/HEAD.lock, isRacyClean=false, read=2022-06-07 12:28:04.714730000, lastModified=2022-06-07 12:28:04.712038000, delta=2692000 ns, racy<=2257500 ns
12:28:04.796 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit5312567350496795951/.git/HEAD.lock, is unmodified
12:28:04.796 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit5312567350496795951/.git/refs/heads/newbranch.lock, isRacyClean=false, read=2022-06-07 12:28:04.783759000, lastModified=2022-06-07 12:28:04.780038000, delta=3721000 ns, racy<=2257500 ns
12:28:04.796 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit5312567350496795951/.git/refs/heads/newbranch.lock, is unmodified
12:28:04.796 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-07 12:28:04.795902000, lastModified=2022-06-07 12:28:03.404032000, delta=1391870000 ns, racy<=2500000000 ns
12:28:04.796 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean
12:28:04.796 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config]
12:28:04.796 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2022-06-07 12:28:04.796574000, lastModified=2022-06-07 12:28:03.404032000, size=259, fileKey=(dev=804,ino=1711877496)
12:28:04.796 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-07 12:28:04.796574000, lastModified=2022-06-07 12:28:03.404032000, delta=1392542000 ns, racy<=2500000000 ns
12:28:04.796 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2022-06-07 12:28:00.179451000, lastModified=1970-01-01 00:00:00.000000000, delta=1654604880179451000 ns, racy<=2500000000 ns
12:28:04.796 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified
12:28:04.796 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit5312567350496795951/.git/config, isRacyClean=true, read=2022-06-07 12:28:04.796148000, lastModified=2022-06-07 12:28:04.584037000, delta=212111000 ns, racy<=2500000000 ns
12:28:04.796 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit5312567350496795951/.git/config, is racily clean
12:28:04.796 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit5312567350496795951/.git/config, create new FileSnapshot: lastRead=2022-06-07 12:28:04.796881000, lastModified=2022-06-07 12:28:04.584037000, size=78, fileKey=(dev=38,ino=633340785)
12:28:04.796 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit5312567350496795951/.git/config, isRacyClean=true, read=2022-06-07 12:28:04.796881000, lastModified=2022-06-07 12:28:04.584037000, delta=212844000 ns, racy<=2500000000 ns
12:28:04.797 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit5312567350496795951/.git/refs/heads/master.lock, isRacyClean=false, read=2022-06-07 12:28:04.688871000, lastModified=2022-06-07 12:28:04.685038000, delta=3833000 ns, racy<=2257500 ns
12:28:04.797 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit5312567350496795951/.git/refs/heads/master.lock, is unmodified
12:28:04.797 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-07 12:28:04.796574000, lastModified=2022-06-07 12:28:03.404032000, delta=1392542000 ns, racy<=2500000000 ns
12:28:04.797 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean
12:28:04.797 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config]
12:28:04.797 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2022-06-07 12:28:04.797159000, lastModified=2022-06-07 12:28:03.404032000, size=259, fileKey=(dev=804,ino=1711877496)
12:28:04.797 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-07 12:28:04.797159000, lastModified=2022-06-07 12:28:03.404032000, delta=1393127000 ns, racy<=2500000000 ns
12:28:04.797 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2022-06-07 12:28:00.179451000, lastModified=1970-01-01 00:00:00.000000000, delta=1654604880179451000 ns, racy<=2500000000 ns
12:28:04.797 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified
12:28:04.797 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit5312567350496795951/.git/config, isRacyClean=true, read=2022-06-07 12:28:04.796881000, lastModified=2022-06-07 12:28:04.584037000, delta=212844000 ns, racy<=2500000000 ns
12:28:04.797 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit5312567350496795951/.git/config, is racily clean
12:28:04.797 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit5312567350496795951/.git/config, create new FileSnapshot: lastRead=2022-06-07 12:28:04.797340000, lastModified=2022-06-07 12:28:04.584037000, size=78, fileKey=(dev=38,ino=633340785)
12:28:04.797 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit5312567350496795951/.git/config, isRacyClean=true, read=2022-06-07 12:28:04.797340000, lastModified=2022-06-07 12:28:04.584037000, delta=213303000 ns, racy<=2500000000 ns
12:28:04.797 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-07 12:28:04.797159000, lastModified=2022-06-07 12:28:03.404032000, delta=1393127000 ns, racy<=2500000000 ns
12:28:04.797 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean
12:28:04.797 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config]
12:28:04.797 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2022-06-07 12:28:04.797580000, lastModified=2022-06-07 12:28:03.404032000, size=259, fileKey=(dev=804,ino=1711877496)
12:28:04.797 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-07 12:28:04.797580000, lastModified=2022-06-07 12:28:03.404032000, delta=1393548000 ns, racy<=2500000000 ns
12:28:04.797 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2022-06-07 12:28:00.179451000, lastModified=1970-01-01 00:00:00.000000000, delta=1654604880179451000 ns, racy<=2500000000 ns
12:28:04.797 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified
12:28:04.797 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit5312567350496795951/.git/config, isRacyClean=true, read=2022-06-07 12:28:04.797340000, lastModified=2022-06-07 12:28:04.584037000, delta=213303000 ns, racy<=2500000000 ns
12:28:04.797 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit5312567350496795951/.git/config, is racily clean
12:28:04.797 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit5312567350496795951/.git/config, create new FileSnapshot: lastRead=2022-06-07 12:28:04.797764000, lastModified=2022-06-07 12:28:04.584037000, size=78, fileKey=(dev=38,ino=633340785)
12:28:04.797 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit5312567350496795951/.git/config, isRacyClean=true, read=2022-06-07 12:28:04.797764000, lastModified=2022-06-07 12:28:04.584037000, delta=213727000 ns, racy<=2500000000 ns
12:28:04.797 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-07 12:28:04.797580000, lastModified=2022-06-07 12:28:03.404032000, delta=1393548000 ns, racy<=2500000000 ns
12:28:04.797 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean
12:28:04.798 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config]
12:28:04.798 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2022-06-07 12:28:04.798029000, lastModified=2022-06-07 12:28:03.404032000, size=259, fileKey=(dev=804,ino=1711877496)
12:28:04.798 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-07 12:28:04.798029000, lastModified=2022-06-07 12:28:03.404032000, delta=1393997000 ns, racy<=2500000000 ns
12:28:04.798 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2022-06-07 12:28:00.179451000, lastModified=1970-01-01 00:00:00.000000000, delta=1654604880179451000 ns, racy<=2500000000 ns
12:28:04.798 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified
12:28:04.798 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit5312567350496795951/.git/config, isRacyClean=true, read=2022-06-07 12:28:04.797764000, lastModified=2022-06-07 12:28:04.584037000, delta=213727000 ns, racy<=2500000000 ns
12:28:04.798 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit5312567350496795951/.git/config, is racily clean
12:28:04.798 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit5312567350496795951/.git/config, create new FileSnapshot: lastRead=2022-06-07 12:28:04.798340000, lastModified=2022-06-07 12:28:04.584037000, size=78, fileKey=(dev=38,ino=633340785)
12:28:04.798 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit5312567350496795951/.git/config, isRacyClean=true, read=2022-06-07 12:28:04.798340000, lastModified=2022-06-07 12:28:04.584037000, delta=214303000 ns, racy<=2500000000 ns
12:28:04.798 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-07 12:28:04.798029000, lastModified=2022-06-07 12:28:03.404032000, delta=1393997000 ns, racy<=2500000000 ns
12:28:04.798 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean
12:28:04.798 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config]
12:28:04.798 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2022-06-07 12:28:04.798581000, lastModified=2022-06-07 12:28:03.404032000, size=259, fileKey=(dev=804,ino=1711877496)
12:28:04.798 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-07 12:28:04.798581000, lastModified=2022-06-07 12:28:03.404032000, delta=1394549000 ns, racy<=2500000000 ns
12:28:04.798 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2022-06-07 12:28:00.179451000, lastModified=1970-01-01 00:00:00.000000000, delta=1654604880179451000 ns, racy<=2500000000 ns
12:28:04.798 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified
12:28:04.798 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit5312567350496795951/.git/config, isRacyClean=true, read=2022-06-07 12:28:04.798340000, lastModified=2022-06-07 12:28:04.584037000, delta=214303000 ns, racy<=2500000000 ns
12:28:04.798 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit5312567350496795951/.git/config, is racily clean
12:28:04.798 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit5312567350496795951/.git/config, create new FileSnapshot: lastRead=2022-06-07 12:28:04.798877000, lastModified=2022-06-07 12:28:04.584037000, size=78, fileKey=(dev=38,ino=633340785)
12:28:04.798 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit5312567350496795951/.git/config, isRacyClean=true, read=2022-06-07 12:28:04.798877000, lastModified=2022-06-07 12:28:04.584037000, delta=214840000 ns, racy<=2500000000 ns
12:28:04.799 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit5312567350496795951/.git/HEAD.lock, create new FileSnapshot: lastRead=2022-06-07 12:28:04.799059000, lastModified=2022-06-07 12:28:04.796038000, size=23, fileKey=(dev=38,ino=633340784)
12:28:04.807 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit5312567350496795951/.git/config, create new FileSnapshot: lastRead=2022-06-07 12:28:04.807822000, lastModified=2022-06-07 12:28:04.584037000, size=78, fileKey=(dev=38,ino=633340785)
12:28:04.808 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-07 12:28:04.798581000, lastModified=2022-06-07 12:28:03.404032000, delta=1394549000 ns, racy<=2500000000 ns
12:28:04.808 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean
12:28:04.808 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config]
12:28:04.808 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2022-06-07 12:28:04.808202000, lastModified=2022-06-07 12:28:03.404032000, size=259, fileKey=(dev=804,ino=1711877496)
12:28:04.808 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-07 12:28:04.808202000, lastModified=2022-06-07 12:28:03.404032000, delta=1404170000 ns, racy<=2500000000 ns
12:28:04.808 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2022-06-07 12:28:00.179451000, lastModified=1970-01-01 00:00:00.000000000, delta=1654604880179451000 ns, racy<=2500000000 ns
12:28:04.808 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified
12:28:04.808 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit5312567350496795951/.git/config, create new FileSnapshot: lastRead=2022-06-07 12:28:04.808424000, lastModified=2022-06-07 12:28:04.584037000, size=78, fileKey=(dev=38,ino=633340785)
12:28:04.808 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-07 12:28:04.808202000, lastModified=2022-06-07 12:28:03.404032000, delta=1404170000 ns, racy<=2500000000 ns
12:28:04.808 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean
12:28:04.808 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config]
12:28:04.808 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2022-06-07 12:28:04.808594000, lastModified=2022-06-07 12:28:03.404032000, size=259, fileKey=(dev=804,ino=1711877496)
12:28:04.808 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-07 12:28:04.808594000, lastModified=2022-06-07 12:28:03.404032000, delta=1404562000 ns, racy<=2500000000 ns
12:28:04.808 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2022-06-07 12:28:00.179451000, lastModified=1970-01-01 00:00:00.000000000, delta=1654604880179451000 ns, racy<=2500000000 ns
12:28:04.808 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified
12:28:04.808 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit5312567350496795951/.git/config, isRacyClean=true, read=2022-06-07 12:28:04.808424000, lastModified=2022-06-07 12:28:04.584037000, delta=224387000 ns, racy<=2500000000 ns
12:28:04.808 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit5312567350496795951/.git/config, is racily clean
12:28:04.808 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit5312567350496795951/.git/config, create new FileSnapshot: lastRead=2022-06-07 12:28:04.808782000, lastModified=2022-06-07 12:28:04.584037000, size=78, fileKey=(dev=38,ino=633340785)
12:28:04.808 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit5312567350496795951/.git/config, isRacyClean=true, read=2022-06-07 12:28:04.808782000, lastModified=2022-06-07 12:28:04.584037000, delta=224745000 ns, racy<=2500000000 ns
12:28:04.808 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit5312567350496795951/.git/index, create new FileSnapshot: lastRead=2022-06-07 12:28:04.808953000, lastModified=2022-06-07 12:28:04.791038000, size=104, fileKey=(dev=38,ino=633340786)
12:28:04.809 [main] INFO  o.e.h.c.r.CompositeStateListener - Saving Hawk metadata...
adding: /tmp/junit5312567350496795951:org.eclipse.hawk.git.JGitRepository:false
12:28:04.810 [main] INFO  o.e.h.c.r.CompositeStateListener - Saved Hawk metadata.
12:28:04.874 [pool-68-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating Hawk...
updating indexer: 
12:28:04.887 [pool-68-thread-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-07 12:28:04.808594000, lastModified=2022-06-07 12:28:03.404032000, delta=1404562000 ns, racy<=2500000000 ns
12:28:04.887 [pool-68-thread-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean
12:28:04.887 [pool-68-thread-1] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config]
12:28:04.887 [pool-68-thread-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2022-06-07 12:28:04.887733000, lastModified=2022-06-07 12:28:03.404032000, size=259, fileKey=(dev=804,ino=1711877496)
12:28:04.887 [pool-68-thread-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-07 12:28:04.887733000, lastModified=2022-06-07 12:28:03.404032000, delta=1483701000 ns, racy<=2500000000 ns
12:28:04.888 [pool-68-thread-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2022-06-07 12:28:00.179451000, lastModified=1970-01-01 00:00:00.000000000, delta=1654604880179451000 ns, racy<=2500000000 ns
12:28:04.888 [pool-68-thread-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified
12:28:04.888 [pool-68-thread-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit5312567350496795951/.git/config, isRacyClean=true, read=2022-06-07 12:28:04.808782000, lastModified=2022-06-07 12:28:04.584037000, delta=224745000 ns, racy<=2500000000 ns
12:28:04.888 [pool-68-thread-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit5312567350496795951/.git/config, is racily clean
12:28:04.888 [pool-68-thread-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit5312567350496795951/.git/config, create new FileSnapshot: lastRead=2022-06-07 12:28:04.888162000, lastModified=2022-06-07 12:28:04.584037000, size=78, fileKey=(dev=38,ino=633340785)
12:28:04.888 [pool-68-thread-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit5312567350496795951/.git/config, isRacyClean=true, read=2022-06-07 12:28:04.888162000, lastModified=2022-06-07 12:28:04.584037000, delta=304125000 ns, racy<=2500000000 ns
12:28:04.888 [pool-68-thread-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit5312567350496795951/.git/refs/heads/newbranch, create new FileSnapshot: lastRead=2022-06-07 12:28:04.888714000, lastModified=2022-06-07 12:28:04.780038000, size=41, fileKey=(dev=38,ino=635444337)
12:28:04.888 [pool-68-thread-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-07 12:28:04.887733000, lastModified=2022-06-07 12:28:03.404032000, delta=1483701000 ns, racy<=2500000000 ns
12:28:04.888 [pool-68-thread-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean
12:28:04.888 [pool-68-thread-1] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config]
12:28:04.888 [pool-68-thread-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2022-06-07 12:28:04.888936000, lastModified=2022-06-07 12:28:03.404032000, size=259, fileKey=(dev=804,ino=1711877496)
12:28:04.889 [pool-68-thread-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-07 12:28:04.888936000, lastModified=2022-06-07 12:28:03.404032000, delta=1484904000 ns, racy<=2500000000 ns
12:28:04.889 [pool-68-thread-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2022-06-07 12:28:00.179451000, lastModified=1970-01-01 00:00:00.000000000, delta=1654604880179451000 ns, racy<=2500000000 ns
12:28:04.889 [pool-68-thread-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified
12:28:04.889 [pool-68-thread-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit5312567350496795951/.git/config, isRacyClean=true, read=2022-06-07 12:28:04.888162000, lastModified=2022-06-07 12:28:04.584037000, delta=304125000 ns, racy<=2500000000 ns
12:28:04.889 [pool-68-thread-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit5312567350496795951/.git/config, is racily clean
12:28:04.889 [pool-68-thread-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit5312567350496795951/.git/config, create new FileSnapshot: lastRead=2022-06-07 12:28:04.889246000, lastModified=2022-06-07 12:28:04.584037000, size=78, fileKey=(dev=38,ino=633340785)
12:28:04.889 [pool-68-thread-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit5312567350496795951/.git/config, isRacyClean=true, read=2022-06-07 12:28:04.889246000, lastModified=2022-06-07 12:28:04.584037000, delta=305209000 ns, racy<=2500000000 ns
12:28:04.889 [pool-68-thread-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit5312567350496795951/.git/refs/heads/newbranch, isRacyClean=false, read=2022-06-07 12:28:04.888714000, lastModified=2022-06-07 12:28:04.780038000, delta=108676000 ns, racy<=2257500 ns
12:28:04.889 [pool-68-thread-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit5312567350496795951/.git/refs/heads/newbranch, is unmodified
12:28:04.890 [pool-68-thread-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit5312567350496795951/.git/config, create new FileSnapshot: lastRead=2022-06-07 12:28:04.889996000, lastModified=2022-06-07 12:28:04.584037000, size=78, fileKey=(dev=38,ino=633340785)
12:28:04.890 [pool-68-thread-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-07 12:28:04.888936000, lastModified=2022-06-07 12:28:03.404032000, delta=1484904000 ns, racy<=2500000000 ns
12:28:04.890 [pool-68-thread-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean
12:28:04.890 [pool-68-thread-1] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config]
12:28:04.890 [pool-68-thread-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2022-06-07 12:28:04.890342000, lastModified=2022-06-07 12:28:03.404032000, size=259, fileKey=(dev=804,ino=1711877496)
12:28:04.890 [pool-68-thread-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-07 12:28:04.890342000, lastModified=2022-06-07 12:28:03.404032000, delta=1486310000 ns, racy<=2500000000 ns
12:28:04.890 [pool-68-thread-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2022-06-07 12:28:00.179451000, lastModified=1970-01-01 00:00:00.000000000, delta=1654604880179451000 ns, racy<=2500000000 ns
12:28:04.890 [pool-68-thread-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified
12:28:04.890 [pool-68-thread-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit5312567350496795951/.git/config, create new FileSnapshot: lastRead=2022-06-07 12:28:04.890584000, lastModified=2022-06-07 12:28:04.584037000, size=78, fileKey=(dev=38,ino=633340785)
12:28:04.890 [pool-68-thread-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-07 12:28:04.890342000, lastModified=2022-06-07 12:28:03.404032000, delta=1486310000 ns, racy<=2500000000 ns
12:28:04.890 [pool-68-thread-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean
12:28:04.890 [pool-68-thread-1] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config]
12:28:04.890 [pool-68-thread-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2022-06-07 12:28:04.890832000, lastModified=2022-06-07 12:28:03.404032000, size=259, fileKey=(dev=804,ino=1711877496)
12:28:04.890 [pool-68-thread-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-07 12:28:04.890832000, lastModified=2022-06-07 12:28:03.404032000, delta=1486800000 ns, racy<=2500000000 ns
12:28:04.891 [pool-68-thread-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2022-06-07 12:28:00.179451000, lastModified=1970-01-01 00:00:00.000000000, delta=1654604880179451000 ns, racy<=2500000000 ns
12:28:04.891 [pool-68-thread-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified
12:28:04.891 [pool-68-thread-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit5312567350496795951/.git/config, isRacyClean=true, read=2022-06-07 12:28:04.890584000, lastModified=2022-06-07 12:28:04.584037000, delta=306547000 ns, racy<=2500000000 ns
12:28:04.891 [pool-68-thread-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit5312567350496795951/.git/config, is racily clean
12:28:04.891 [pool-68-thread-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit5312567350496795951/.git/config, create new FileSnapshot: lastRead=2022-06-07 12:28:04.891155000, lastModified=2022-06-07 12:28:04.584037000, size=78, fileKey=(dev=38,ino=633340785)
12:28:04.891 [pool-68-thread-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit5312567350496795951/.git/config, isRacyClean=true, read=2022-06-07 12:28:04.891155000, lastModified=2022-06-07 12:28:04.584037000, delta=307118000 ns, racy<=2500000000 ns
12:28:04.891 [pool-68-thread-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit5312567350496795951/.git/index, create new FileSnapshot: lastRead=2022-06-07 12:28:04.891391000, lastModified=2022-06-07 12:28:04.791038000, size=104, fileKey=(dev=38,ino=633340786)
12:28:04.891 [pool-68-thread-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=null, size changed from -1 to 6 bytes
12:28:04.891 [pool-68-thread-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit5312567350496795951/.git/objects/pack, create new FileSnapshot: lastRead=2022-06-07 12:28:04.891547000, lastModified=2022-06-07 12:28:04.578037000, size=6, fileKey=(dev=38,ino=642778991)
12:28:04.891 [pool-68-thread-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit5312567350496795951/.git/objects/pack, isRacyClean=false, read=2022-06-07 12:28:04.891547000, lastModified=2022-06-07 12:28:04.578037000, delta=313510000 ns, racy<=2257500 ns
12:28:04.891 [pool-68-thread-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit5312567350496795951/.git/objects/pack, is unmodified
12:28:04.892 [pool-68-thread-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit5312567350496795951/.git/objects/pack, isRacyClean=false, read=2022-06-07 12:28:04.891547000, lastModified=2022-06-07 12:28:04.578037000, delta=313510000 ns, racy<=2257500 ns
12:28:04.892 [pool-68-thread-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit5312567350496795951/.git/objects/pack, is unmodified
12:28:04.892 [pool-68-thread-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit5312567350496795951/.git/objects/pack, isRacyClean=false, read=2022-06-07 12:28:04.891547000, lastModified=2022-06-07 12:28:04.578037000, delta=313510000 ns, racy<=2257500 ns
12:28:04.892 [pool-68-thread-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit5312567350496795951/.git/objects/pack, is unmodified
12:28:04.892 [pool-68-thread-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-07 12:28:04.890832000, lastModified=2022-06-07 12:28:03.404032000, delta=1486800000 ns, racy<=2500000000 ns
12:28:04.892 [pool-68-thread-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean
12:28:04.892 [pool-68-thread-1] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config]
12:28:04.892 [pool-68-thread-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2022-06-07 12:28:04.892773000, lastModified=2022-06-07 12:28:03.404032000, size=259, fileKey=(dev=804,ino=1711877496)
12:28:04.892 [pool-68-thread-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-07 12:28:04.892773000, lastModified=2022-06-07 12:28:03.404032000, delta=1488741000 ns, racy<=2500000000 ns
12:28:04.892 [pool-68-thread-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2022-06-07 12:28:00.179451000, lastModified=1970-01-01 00:00:00.000000000, delta=1654604880179451000 ns, racy<=2500000000 ns
12:28:04.892 [pool-68-thread-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified
12:28:04.893 [pool-68-thread-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit5312567350496795951/.git/config, isRacyClean=true, read=2022-06-07 12:28:04.889246000, lastModified=2022-06-07 12:28:04.584037000, delta=305209000 ns, racy<=2500000000 ns
12:28:04.893 [pool-68-thread-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit5312567350496795951/.git/config, is racily clean
12:28:04.893 [pool-68-thread-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit5312567350496795951/.git/config, create new FileSnapshot: lastRead=2022-06-07 12:28:04.893105000, lastModified=2022-06-07 12:28:04.584037000, size=78, fileKey=(dev=38,ino=633340785)
12:28:04.893 [pool-68-thread-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit5312567350496795951/.git/config, isRacyClean=true, read=2022-06-07 12:28:04.893105000, lastModified=2022-06-07 12:28:04.584037000, delta=309068000 ns, racy<=2500000000 ns
12:28:04.893 [pool-68-thread-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=null, size changed from -1 to 6 bytes
12:28:04.893 [pool-68-thread-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit5312567350496795951/.git/objects/pack, create new FileSnapshot: lastRead=2022-06-07 12:28:04.893431000, lastModified=2022-06-07 12:28:04.578037000, size=6, fileKey=(dev=38,ino=642778991)
12:28:04.893 [pool-68-thread-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit5312567350496795951/.git/objects/pack, isRacyClean=false, read=2022-06-07 12:28:04.893431000, lastModified=2022-06-07 12:28:04.578037000, delta=315394000 ns, racy<=2257500 ns
12:28:04.893 [pool-68-thread-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit5312567350496795951/.git/objects/pack, is unmodified
12:28:04.893 [pool-68-thread-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit5312567350496795951/.git/objects/pack, isRacyClean=false, read=2022-06-07 12:28:04.893431000, lastModified=2022-06-07 12:28:04.578037000, delta=315394000 ns, racy<=2257500 ns
12:28:04.893 [pool-68-thread-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit5312567350496795951/.git/objects/pack, is unmodified
12:28:04.894 [pool-68-thread-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit5312567350496795951/.git/objects/pack, isRacyClean=false, read=2022-06-07 12:28:04.893431000, lastModified=2022-06-07 12:28:04.578037000, delta=315394000 ns, racy<=2257500 ns
12:28:04.894 [pool-68-thread-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit5312567350496795951/.git/objects/pack, is unmodified
12:28:04.894 [pool-68-thread-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit5312567350496795951/.git/objects/pack, isRacyClean=false, read=2022-06-07 12:28:04.893431000, lastModified=2022-06-07 12:28:04.578037000, delta=315394000 ns, racy<=2257500 ns
12:28:04.894 [pool-68-thread-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit5312567350496795951/.git/objects/pack, is unmodified
12:28:04.894 [pool-68-thread-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit5312567350496795951/.git/objects/pack, isRacyClean=false, read=2022-06-07 12:28:04.893431000, lastModified=2022-06-07 12:28:04.578037000, delta=315394000 ns, racy<=2257500 ns
12:28:04.894 [pool-68-thread-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit5312567350496795951/.git/objects/pack, is unmodified
12:28:04.894 [pool-68-thread-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-07 12:28:04.892773000, lastModified=2022-06-07 12:28:03.404032000, delta=1488741000 ns, racy<=2500000000 ns
12:28:04.894 [pool-68-thread-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean
12:28:04.894 [pool-68-thread-1] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config]
12:28:04.894 [pool-68-thread-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2022-06-07 12:28:04.894881000, lastModified=2022-06-07 12:28:03.404032000, size=259, fileKey=(dev=804,ino=1711877496)
12:28:04.894 [pool-68-thread-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-07 12:28:04.894881000, lastModified=2022-06-07 12:28:03.404032000, delta=1490849000 ns, racy<=2500000000 ns
12:28:04.895 [pool-68-thread-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2022-06-07 12:28:00.179451000, lastModified=1970-01-01 00:00:00.000000000, delta=1654604880179451000 ns, racy<=2500000000 ns
12:28:04.895 [pool-68-thread-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified
12:28:04.895 [pool-68-thread-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit5312567350496795951/.git/config, isRacyClean=true, read=2022-06-07 12:28:04.893105000, lastModified=2022-06-07 12:28:04.584037000, delta=309068000 ns, racy<=2500000000 ns
12:28:04.895 [pool-68-thread-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit5312567350496795951/.git/config, is racily clean
12:28:04.895 [pool-68-thread-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit5312567350496795951/.git/config, create new FileSnapshot: lastRead=2022-06-07 12:28:04.895216000, lastModified=2022-06-07 12:28:04.584037000, size=78, fileKey=(dev=38,ino=633340785)
12:28:04.895 [pool-68-thread-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit5312567350496795951/.git/config, isRacyClean=true, read=2022-06-07 12:28:04.895216000, lastModified=2022-06-07 12:28:04.584037000, delta=311179000 ns, racy<=2500000000 ns
12:28:04.895 [pool-68-thread-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-07 12:28:04.894881000, lastModified=2022-06-07 12:28:03.404032000, delta=1490849000 ns, racy<=2500000000 ns
12:28:04.895 [pool-68-thread-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean
12:28:04.895 [pool-68-thread-1] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config]
12:28:04.895 [pool-68-thread-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2022-06-07 12:28:04.895521000, lastModified=2022-06-07 12:28:03.404032000, size=259, fileKey=(dev=804,ino=1711877496)
12:28:04.895 [pool-68-thread-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-07 12:28:04.895521000, lastModified=2022-06-07 12:28:03.404032000, delta=1491489000 ns, racy<=2500000000 ns
12:28:04.895 [pool-68-thread-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2022-06-07 12:28:00.179451000, lastModified=1970-01-01 00:00:00.000000000, delta=1654604880179451000 ns, racy<=2500000000 ns
12:28:04.895 [pool-68-thread-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified
12:28:04.895 [pool-68-thread-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit5312567350496795951/.git/config, isRacyClean=true, read=2022-06-07 12:28:04.895216000, lastModified=2022-06-07 12:28:04.584037000, delta=311179000 ns, racy<=2500000000 ns
12:28:04.895 [pool-68-thread-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit5312567350496795951/.git/config, is racily clean
12:28:04.895 [pool-68-thread-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit5312567350496795951/.git/config, create new FileSnapshot: lastRead=2022-06-07 12:28:04.895801000, lastModified=2022-06-07 12:28:04.584037000, size=78, fileKey=(dev=38,ino=633340785)
12:28:04.895 [pool-68-thread-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit5312567350496795951/.git/config, isRacyClean=true, read=2022-06-07 12:28:04.895801000, lastModified=2022-06-07 12:28:04.584037000, delta=311764000 ns, racy<=2500000000 ns
12:28:04.896 [pool-68-thread-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-07 12:28:04.895521000, lastModified=2022-06-07 12:28:03.404032000, delta=1491489000 ns, racy<=2500000000 ns
12:28:04.896 [pool-68-thread-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean
12:28:04.896 [pool-68-thread-1] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config]
12:28:04.896 [pool-68-thread-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2022-06-07 12:28:04.896276000, lastModified=2022-06-07 12:28:03.404032000, size=259, fileKey=(dev=804,ino=1711877496)
12:28:04.896 [pool-68-thread-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-07 12:28:04.896276000, lastModified=2022-06-07 12:28:03.404032000, delta=1492244000 ns, racy<=2500000000 ns
12:28:04.896 [pool-68-thread-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2022-06-07 12:28:00.179451000, lastModified=1970-01-01 00:00:00.000000000, delta=1654604880179451000 ns, racy<=2500000000 ns
12:28:04.896 [pool-68-thread-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified
12:28:04.896 [pool-68-thread-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit5312567350496795951/.git/config, isRacyClean=true, read=2022-06-07 12:28:04.895801000, lastModified=2022-06-07 12:28:04.584037000, delta=311764000 ns, racy<=2500000000 ns
12:28:04.896 [pool-68-thread-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit5312567350496795951/.git/config, is racily clean
12:28:04.896 [pool-68-thread-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit5312567350496795951/.git/config, create new FileSnapshot: lastRead=2022-06-07 12:28:04.896501000, lastModified=2022-06-07 12:28:04.584037000, size=78, fileKey=(dev=38,ino=633340785)
12:28:04.896 [pool-68-thread-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit5312567350496795951/.git/config, isRacyClean=true, read=2022-06-07 12:28:04.896501000, lastModified=2022-06-07 12:28:04.584037000, delta=312464000 ns, racy<=2500000000 ns
12:28:04.897 [pool-68-thread-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-07 12:28:04.896276000, lastModified=2022-06-07 12:28:03.404032000, delta=1492244000 ns, racy<=2500000000 ns
12:28:04.897 [pool-68-thread-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean
12:28:04.897 [pool-68-thread-1] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config]
12:28:04.897 [pool-68-thread-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2022-06-07 12:28:04.897319000, lastModified=2022-06-07 12:28:03.404032000, size=259, fileKey=(dev=804,ino=1711877496)
12:28:04.897 [pool-68-thread-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-07 12:28:04.897319000, lastModified=2022-06-07 12:28:03.404032000, delta=1493287000 ns, racy<=2500000000 ns
12:28:04.897 [pool-68-thread-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2022-06-07 12:28:00.179451000, lastModified=1970-01-01 00:00:00.000000000, delta=1654604880179451000 ns, racy<=2500000000 ns
12:28:04.897 [pool-68-thread-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified
12:28:04.897 [pool-68-thread-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit5312567350496795951/.git/config, isRacyClean=true, read=2022-06-07 12:28:04.896501000, lastModified=2022-06-07 12:28:04.584037000, delta=312464000 ns, racy<=2500000000 ns
12:28:04.897 [pool-68-thread-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit5312567350496795951/.git/config, is racily clean
12:28:04.897 [pool-68-thread-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit5312567350496795951/.git/config, create new FileSnapshot: lastRead=2022-06-07 12:28:04.897627000, lastModified=2022-06-07 12:28:04.584037000, size=78, fileKey=(dev=38,ino=633340785)
12:28:04.897 [pool-68-thread-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit5312567350496795951/.git/config, isRacyClean=true, read=2022-06-07 12:28:04.897627000, lastModified=2022-06-07 12:28:04.584037000, delta=313590000 ns, racy<=2500000000 ns
12:28:04.897 [pool-68-thread-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-07 12:28:04.897319000, lastModified=2022-06-07 12:28:03.404032000, delta=1493287000 ns, racy<=2500000000 ns
12:28:04.897 [pool-68-thread-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean
12:28:04.897 [pool-68-thread-1] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config]
12:28:04.897 [pool-68-thread-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2022-06-07 12:28:04.897907000, lastModified=2022-06-07 12:28:03.404032000, size=259, fileKey=(dev=804,ino=1711877496)
12:28:04.898 [pool-68-thread-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-07 12:28:04.897907000, lastModified=2022-06-07 12:28:03.404032000, delta=1493875000 ns, racy<=2500000000 ns
12:28:04.898 [pool-68-thread-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2022-06-07 12:28:00.179451000, lastModified=1970-01-01 00:00:00.000000000, delta=1654604880179451000 ns, racy<=2500000000 ns
12:28:04.898 [pool-68-thread-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified
12:28:04.898 [pool-68-thread-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit5312567350496795951/.git/config, isRacyClean=true, read=2022-06-07 12:28:04.897627000, lastModified=2022-06-07 12:28:04.584037000, delta=313590000 ns, racy<=2500000000 ns
12:28:04.898 [pool-68-thread-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit5312567350496795951/.git/config, is racily clean
12:28:04.898 [pool-68-thread-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit5312567350496795951/.git/config, create new FileSnapshot: lastRead=2022-06-07 12:28:04.898216000, lastModified=2022-06-07 12:28:04.584037000, size=78, fileKey=(dev=38,ino=633340785)
12:28:04.898 [pool-68-thread-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit5312567350496795951/.git/config, isRacyClean=true, read=2022-06-07 12:28:04.898216000, lastModified=2022-06-07 12:28:04.584037000, delta=314179000 ns, racy<=2500000000 ns
12:28:04.898 [pool-68-thread-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-07 12:28:04.897907000, lastModified=2022-06-07 12:28:03.404032000, delta=1493875000 ns, racy<=2500000000 ns
12:28:04.898 [pool-68-thread-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean
12:28:04.898 [pool-68-thread-1] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config]
12:28:04.898 [pool-68-thread-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2022-06-07 12:28:04.898591000, lastModified=2022-06-07 12:28:03.404032000, size=259, fileKey=(dev=804,ino=1711877496)
12:28:04.898 [pool-68-thread-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-07 12:28:04.898591000, lastModified=2022-06-07 12:28:03.404032000, delta=1494559000 ns, racy<=2500000000 ns
12:28:04.898 [pool-68-thread-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2022-06-07 12:28:00.179451000, lastModified=1970-01-01 00:00:00.000000000, delta=1654604880179451000 ns, racy<=2500000000 ns
12:28:04.898 [pool-68-thread-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified
12:28:04.898 [pool-68-thread-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit5312567350496795951/.git/config, isRacyClean=true, read=2022-06-07 12:28:04.898216000, lastModified=2022-06-07 12:28:04.584037000, delta=314179000 ns, racy<=2500000000 ns
12:28:04.898 [pool-68-thread-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit5312567350496795951/.git/config, is racily clean
12:28:04.898 [pool-68-thread-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit5312567350496795951/.git/config, create new FileSnapshot: lastRead=2022-06-07 12:28:04.898896000, lastModified=2022-06-07 12:28:04.584037000, size=78, fileKey=(dev=38,ino=633340785)
12:28:04.899 [pool-68-thread-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit5312567350496795951/.git/config, isRacyClean=true, read=2022-06-07 12:28:04.898896000, lastModified=2022-06-07 12:28:04.584037000, delta=314859000 ns, racy<=2500000000 ns
12:28:04.899 [pool-68-thread-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit5312567350496795951/.git/objects/pack, isRacyClean=false, read=2022-06-07 12:28:04.893431000, lastModified=2022-06-07 12:28:04.578037000, delta=315394000 ns, racy<=2257500 ns
12:28:04.899 [pool-68-thread-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit5312567350496795951/.git/objects/pack, is unmodified
12:28:04.899 [pool-68-thread-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-07 12:28:04.898591000, lastModified=2022-06-07 12:28:03.404032000, delta=1494559000 ns, racy<=2500000000 ns
12:28:04.899 [pool-68-thread-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean
12:28:04.899 [pool-68-thread-1] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config]
12:28:04.899 [pool-68-thread-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2022-06-07 12:28:04.899551000, lastModified=2022-06-07 12:28:03.404032000, size=259, fileKey=(dev=804,ino=1711877496)
12:28:04.899 [pool-68-thread-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-07 12:28:04.899551000, lastModified=2022-06-07 12:28:03.404032000, delta=1495519000 ns, racy<=2500000000 ns
12:28:04.899 [pool-68-thread-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2022-06-07 12:28:00.179451000, lastModified=1970-01-01 00:00:00.000000000, delta=1654604880179451000 ns, racy<=2500000000 ns
12:28:04.899 [pool-68-thread-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified
12:28:04.899 [pool-68-thread-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit5312567350496795951/.git/config, isRacyClean=true, read=2022-06-07 12:28:04.898896000, lastModified=2022-06-07 12:28:04.584037000, delta=314859000 ns, racy<=2500000000 ns
12:28:04.899 [pool-68-thread-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit5312567350496795951/.git/config, is racily clean
12:28:04.899 [pool-68-thread-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit5312567350496795951/.git/config, create new FileSnapshot: lastRead=2022-06-07 12:28:04.899835000, lastModified=2022-06-07 12:28:04.584037000, size=78, fileKey=(dev=38,ino=633340785)
12:28:04.899 [pool-68-thread-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit5312567350496795951/.git/config, isRacyClean=true, read=2022-06-07 12:28:04.899835000, lastModified=2022-06-07 12:28:04.584037000, delta=315798000 ns, racy<=2500000000 ns
12:28:04.900 [pool-68-thread-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-07 12:28:04.899551000, lastModified=2022-06-07 12:28:03.404032000, delta=1495519000 ns, racy<=2500000000 ns
12:28:04.900 [pool-68-thread-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean
12:28:04.900 [pool-68-thread-1] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config]
12:28:04.900 [pool-68-thread-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2022-06-07 12:28:04.900144000, lastModified=2022-06-07 12:28:03.404032000, size=259, fileKey=(dev=804,ino=1711877496)
12:28:04.900 [pool-68-thread-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-07 12:28:04.900144000, lastModified=2022-06-07 12:28:03.404032000, delta=1496112000 ns, racy<=2500000000 ns
12:28:04.900 [pool-68-thread-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2022-06-07 12:28:00.179451000, lastModified=1970-01-01 00:00:00.000000000, delta=1654604880179451000 ns, racy<=2500000000 ns
12:28:04.900 [pool-68-thread-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified
12:28:04.900 [pool-68-thread-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit5312567350496795951/.git/config, isRacyClean=true, read=2022-06-07 12:28:04.899835000, lastModified=2022-06-07 12:28:04.584037000, delta=315798000 ns, racy<=2500000000 ns
12:28:04.900 [pool-68-thread-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit5312567350496795951/.git/config, is racily clean
12:28:04.900 [pool-68-thread-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit5312567350496795951/.git/config, create new FileSnapshot: lastRead=2022-06-07 12:28:04.900448000, lastModified=2022-06-07 12:28:04.584037000, size=78, fileKey=(dev=38,ino=633340785)
12:28:04.900 [pool-68-thread-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit5312567350496795951/.git/config, isRacyClean=true, read=2022-06-07 12:28:04.900448000, lastModified=2022-06-07 12:28:04.584037000, delta=316411000 ns, racy<=2500000000 ns
12:28:04.900 [pool-68-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating relevant changed model files...
12:28:04.905 [pool-68-thread-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-07 12:28:04.900144000, lastModified=2022-06-07 12:28:03.404032000, delta=1496112000 ns, racy<=2500000000 ns
12:28:04.905 [pool-68-thread-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean
12:28:04.905 [pool-68-thread-1] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config]
12:28:04.905 [pool-68-thread-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2022-06-07 12:28:04.905967000, lastModified=2022-06-07 12:28:03.404032000, size=259, fileKey=(dev=804,ino=1711877496)
12:28:04.906 [pool-68-thread-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-07 12:28:04.905967000, lastModified=2022-06-07 12:28:03.404032000, delta=1501935000 ns, racy<=2500000000 ns
12:28:04.906 [pool-68-thread-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2022-06-07 12:28:00.179451000, lastModified=1970-01-01 00:00:00.000000000, delta=1654604880179451000 ns, racy<=2500000000 ns
12:28:04.906 [pool-68-thread-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified
12:28:04.906 [pool-68-thread-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit5312567350496795951/.git/config, isRacyClean=true, read=2022-06-07 12:28:04.900448000, lastModified=2022-06-07 12:28:04.584037000, delta=316411000 ns, racy<=2500000000 ns
12:28:04.906 [pool-68-thread-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit5312567350496795951/.git/config, is racily clean
12:28:04.906 [pool-68-thread-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit5312567350496795951/.git/config, create new FileSnapshot: lastRead=2022-06-07 12:28:04.906439000, lastModified=2022-06-07 12:28:04.584037000, size=78, fileKey=(dev=38,ino=633340785)
12:28:04.906 [pool-68-thread-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit5312567350496795951/.git/config, isRacyClean=true, read=2022-06-07 12:28:04.906439000, lastModified=2022-06-07 12:28:04.584037000, delta=322402000 ns, racy<=2500000000 ns
12:28:04.906 [pool-68-thread-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit5312567350496795951/.git/objects/pack, isRacyClean=false, read=2022-06-07 12:28:04.893431000, lastModified=2022-06-07 12:28:04.578037000, delta=315394000 ns, racy<=2257500 ns
12:28:04.906 [pool-68-thread-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit5312567350496795951/.git/objects/pack, is unmodified
12:28:04.907 [pool-68-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Deleting models removed from repository...
12:28:04.907 [pool-68-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating models to the new version...
12:28:04.984 [pool-68-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /root.xmi...
12:28:05.004 [pool-68-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
12:28:05.005 [pool-68-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
12:28:05.005 [pool-68-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performing batch insert on file: /root.xmi...
12:28:05.011 [pool-68-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding elements of file /root.xmi
12:28:05.079 [pool-68-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~0sec)
12:28:05.079 [pool-68-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding edges of file /root.xmi
12:28:05.079 [pool-68-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec)
12:28:05.079 [pool-68-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performed batch insert on file: /root.xmi.
0s95ms [pure insertion]
marking any relevant derived attributes for update...12:28:05.079 [pool-68-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s4ms
12:28:05.083 [pool-68-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s4ms
12:28:05.083 [pool-68-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating proxies...
attempting to resolve any leftover cross-file references...
12:28:05.083 [pool-68-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Resolving any leftover cross-file references...
12:28:05.084 [pool-68-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - 0 proxy ref lists left after resolving 0 refs
12:28:05.084 [pool-68-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - proxy resolution took: ~0.001s
attempting to resolve any uninitialized derived attributes...
12:28:05.084 [pool-68-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Resolving any uninitialized derived attributes...
12:28:05.084 [pool-68-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - Deriving attributes...
12:28:05.084 [pool-68-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...
12:28:05.084 [pool-68-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating any affected derived attributes...
0s1ms [proxy update]
12:28:05.084 [pool-68-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updated proxies.
Indexed successfully revision a41e91e82a923c35dfd9dcca48824f58025cf011 (timepoint 1654604884000) of /tmp/junit5312567350496795951
12:28:05.085 [pool-68-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating relevant changed model files...
12:28:05.087 [pool-68-thread-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-07 12:28:04.905967000, lastModified=2022-06-07 12:28:03.404032000, delta=1501935000 ns, racy<=2500000000 ns
12:28:05.087 [pool-68-thread-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean
12:28:05.087 [pool-68-thread-1] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config]
12:28:05.087 [pool-68-thread-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2022-06-07 12:28:05.087601000, lastModified=2022-06-07 12:28:03.404032000, size=259, fileKey=(dev=804,ino=1711877496)
12:28:05.087 [pool-68-thread-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-07 12:28:05.087601000, lastModified=2022-06-07 12:28:03.404032000, delta=1683569000 ns, racy<=2500000000 ns
12:28:05.087 [pool-68-thread-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2022-06-07 12:28:00.179451000, lastModified=1970-01-01 00:00:00.000000000, delta=1654604880179451000 ns, racy<=2500000000 ns
12:28:05.087 [pool-68-thread-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified
12:28:05.087 [pool-68-thread-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit5312567350496795951/.git/config, isRacyClean=true, read=2022-06-07 12:28:04.906439000, lastModified=2022-06-07 12:28:04.584037000, delta=322402000 ns, racy<=2500000000 ns
12:28:05.087 [pool-68-thread-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit5312567350496795951/.git/config, is racily clean
12:28:05.087 [pool-68-thread-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit5312567350496795951/.git/config, create new FileSnapshot: lastRead=2022-06-07 12:28:05.087967000, lastModified=2022-06-07 12:28:04.584037000, size=78, fileKey=(dev=38,ino=633340785)
12:28:05.088 [pool-68-thread-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit5312567350496795951/.git/config, isRacyClean=true, read=2022-06-07 12:28:05.087967000, lastModified=2022-06-07 12:28:04.584037000, delta=503930000 ns, racy<=2500000000 ns
12:28:05.088 [pool-68-thread-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit5312567350496795951/.git/objects/pack, isRacyClean=false, read=2022-06-07 12:28:04.893431000, lastModified=2022-06-07 12:28:04.578037000, delta=315394000 ns, racy<=2257500 ns
12:28:05.088 [pool-68-thread-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit5312567350496795951/.git/objects/pack, is unmodified
12:28:05.088 [pool-68-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Deleting models removed from repository...
12:28:05.088 [pool-68-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating models to the new version...
12:28:05.102 [pool-68-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /root.xmi...
12:28:05.103 [pool-68-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
12:28:05.103 [pool-68-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File contains: 1 (1) nodes in store
12:28:05.104 [pool-68-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - Update contains | a:1 u:1 d:0 ratio: 2.0
12:28:05.104 [pool-68-thread-1] DEBUG o.e.h.g.updater.GraphModelInserter - File already present, calculating deltas with respect to graph storage
12:28:05.104 [pool-68-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performing transactional update (ratio:0.0) on file: /root.xmi...
12:28:05.104 [pool-68-thread-1] DEBUG o.e.h.g.updater.GraphModelInserter - transactional update called
12:28:05.117 [pool-68-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performed transactional update on file: /root.xmi.
0s16ms [pure insertion]
marking any relevant derived attributes for update...12:28:05.118 [pool-68-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
12:28:05.118 [pool-68-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
12:28:05.118 [pool-68-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating proxies...
attempting to resolve any leftover cross-file references...
12:28:05.118 [pool-68-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Resolving any leftover cross-file references...
12:28:05.118 [pool-68-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - 0 proxy ref lists left after resolving 0 refs
12:28:05.118 [pool-68-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - proxy resolution took: ~0.0s
attempting to resolve any uninitialized derived attributes...
12:28:05.118 [pool-68-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Resolving any uninitialized derived attributes...
12:28:05.118 [pool-68-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - Deriving attributes...
12:28:05.118 [pool-68-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...
12:28:05.118 [pool-68-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating any affected derived attributes...
0s1ms [proxy update]
12:28:05.119 [pool-68-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updated proxies.
Indexed successfully revision ca4168462c364f79e606e798cf2d55a3767d0738 (timepoint 1654604884002) of /tmp/junit5312567350496795951
12:28:05.119 [pool-68-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating relevant changed model files...
12:28:05.174 [pool-68-thread-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-07 12:28:05.087601000, lastModified=2022-06-07 12:28:03.404032000, delta=1683569000 ns, racy<=2500000000 ns
12:28:05.174 [pool-68-thread-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean
12:28:05.174 [pool-68-thread-1] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config]
12:28:05.174 [pool-68-thread-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2022-06-07 12:28:05.174665000, lastModified=2022-06-07 12:28:03.404032000, size=259, fileKey=(dev=804,ino=1711877496)
12:28:05.174 [pool-68-thread-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-07 12:28:05.174665000, lastModified=2022-06-07 12:28:03.404032000, delta=1770633000 ns, racy<=2500000000 ns
12:28:05.175 [pool-68-thread-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2022-06-07 12:28:00.179451000, lastModified=1970-01-01 00:00:00.000000000, delta=1654604880179451000 ns, racy<=2500000000 ns
12:28:05.175 [pool-68-thread-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified
12:28:05.175 [pool-68-thread-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit5312567350496795951/.git/config, isRacyClean=true, read=2022-06-07 12:28:05.087967000, lastModified=2022-06-07 12:28:04.584037000, delta=503930000 ns, racy<=2500000000 ns
12:28:05.175 [pool-68-thread-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit5312567350496795951/.git/config, is racily clean
12:28:05.175 [pool-68-thread-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit5312567350496795951/.git/config, create new FileSnapshot: lastRead=2022-06-07 12:28:05.175148000, lastModified=2022-06-07 12:28:04.584037000, size=78, fileKey=(dev=38,ino=633340785)
12:28:05.175 [pool-68-thread-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit5312567350496795951/.git/config, isRacyClean=true, read=2022-06-07 12:28:05.175148000, lastModified=2022-06-07 12:28:04.584037000, delta=591111000 ns, racy<=2500000000 ns
12:28:05.175 [pool-68-thread-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit5312567350496795951/.git/objects/pack, isRacyClean=false, read=2022-06-07 12:28:04.893431000, lastModified=2022-06-07 12:28:04.578037000, delta=315394000 ns, racy<=2257500 ns
12:28:05.175 [pool-68-thread-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit5312567350496795951/.git/objects/pack, is unmodified
12:28:05.175 [pool-68-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Deleting models removed from repository...
12:28:05.175 [pool-68-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating models to the new version...
12:28:05.189 [pool-68-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /root.xmi...
12:28:05.190 [pool-68-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
12:28:05.190 [pool-68-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File contains: 2 (2) nodes in store
12:28:05.191 [pool-68-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - Update contains | a:0 u:1 d:0 ratio: 0.5
12:28:05.191 [pool-68-thread-1] DEBUG o.e.h.g.updater.GraphModelInserter - File already present, calculating deltas with respect to graph storage
12:28:05.191 [pool-68-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performing transactional update (ratio:0.0) on file: /root.xmi...
12:28:05.191 [pool-68-thread-1] DEBUG o.e.h.g.updater.GraphModelInserter - transactional update called
12:28:05.193 [pool-68-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performed transactional update on file: /root.xmi.
0s4ms [pure insertion]
marking any relevant derived attributes for update...12:28:05.193 [pool-68-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
12:28:05.193 [pool-68-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
12:28:05.193 [pool-68-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating proxies...
attempting to resolve any leftover cross-file references...
12:28:05.193 [pool-68-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Resolving any leftover cross-file references...
12:28:05.193 [pool-68-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - 0 proxy ref lists left after resolving 0 refs
12:28:05.193 [pool-68-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - proxy resolution took: ~0.0s
attempting to resolve any uninitialized derived attributes...
12:28:05.193 [pool-68-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Resolving any uninitialized derived attributes...
12:28:05.193 [pool-68-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - Deriving attributes...
12:28:05.193 [pool-68-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...
12:28:05.193 [pool-68-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating any affected derived attributes...
0s1ms [proxy update]
12:28:05.194 [pool-68-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updated proxies.
Indexed successfully revision e4723dc5dd39bd2ef1cbb130ddd7b47d67572c55 (timepoint 1654604884003) of /tmp/junit5312567350496795951
12:28:05.195 [pool-68-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performing optional post-sync operations.
12:28:05.195 [pool-68-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updated Hawk instance test (success). 0 s 321 ms
12:28:05.204 [main] INFO  o.e.h.c.r.CompositeStateListener - Hawk shutting down...
12:28:05.204 [main] INFO  o.e.h.c.r.CompositeStateListener - Saving Hawk metadata...
adding: /tmp/junit5312567350496795951:org.eclipse.hawk.git.JGitRepository:false
12:28:05.207 [main] INFO  o.e.h.c.r.CompositeStateListener - Saved Hawk metadata.
12:28:05.207 [main] INFO  o.e.h.core.runtime.BaseModelIndexer - Waiting 120s for all scheduled tasks to complete
12:28:05.411 [main] INFO  o.e.hawk.greycat.lucene.SoftTxLucene - Shutdown of Lucene complete.
12:28:05.411 [main] INFO  o.e.h.g.AbstractGreycatDatabase - Disconnected from GreyCat graph at /tmp/junit11271492045168515496/test_nonDefaultBranch[LevelDB GreyCat]
12:28:05.411 [main] INFO  o.e.h.c.r.CompositeStateListener - Hawk shut down.
12:28:06.393 [main] INFO  o.e.h.c.r.CompositeStateListener - Saving Hawk metadata...
12:28:06.395 [main] INFO  o.e.h.c.r.CompositeStateListener - Saved Hawk metadata.
12:28:06.395 [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
12:28:06.395 [main] INFO  o.e.h.g.u.GraphMetaModelResourceInjector - ADDING METAMODELS: 
12:28:06.395 [main] INFO  o.e.h.g.u.GraphMetaModelResourceInjector - ADDING: 
12:28:06.400 [main] INFO  o.e.h.g.u.GraphMetaModelResourceInjector - 0 METAMODEL NODES! (took ~0 sec)
inserting static metamodels complete
12:28:06.400 [main] INFO  o.e.h.c.r.CompositeStateListener - Registering metamodels...
12:28:06.400 [main] INFO  o.e.h.c.r.CompositeStateListener - Registered metamodels.
12:28:06.401 [main] INFO  o.e.h.c.r.CompositeStateListener - Initialized Hawk.
12:28:06.401 [main] INFO  o.e.h.c.r.CompositeStateListener - Adding metamodel(s)...
12:28:06.401 [pool-70-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating Hawk...
updating indexer: 
12:28:06.401 [pool-70-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performing optional post-sync operations.
12:28:06.402 [pool-70-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updated Hawk instance test (success). 0 s 0 ms
Adding metamodels in: ../../core/tests/org.eclipse.hawk.integration.tests/resources/metamodels/Ecore.ecore to store
12:28:06.411 [main] INFO  o.e.h.g.u.GraphMetaModelResourceInjector - ADDING METAMODELS: 
12:28:06.411 [main] INFO  o.e.h.g.u.GraphMetaModelResourceInjector - ADDING: 
12:28:06.419 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EByte will be handled as its instance type byte
12:28:06.420 [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
12:28:06.420 [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
12:28:06.420 [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
12:28:06.420 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EByteObject will be handled as its instance type java.lang.Byte
12:28:06.420 [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
12:28:06.421 [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[]
12:28:06.421 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EShortObject will be handled as its instance type java.lang.Short
12:28:06.421 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EEList will be handled as its instance type org.eclipse.emf.common.util.EList
12:28:06.421 [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
12:28:06.422 [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
12:28:06.422 [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
12:28:06.474 [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
12:28:06.474 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EJavaObject will be handled as its instance type java.lang.Object
12:28:06.476 [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
12:28:06.476 [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
12:28:06.476 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EEnumerator will be handled as its instance type org.eclipse.emf.common.util.Enumerator
12:28:06.476 [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
12:28:06.476 [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
12:28:06.477 [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
12:28:06.477 [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
12:28:06.478 [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
12:28:06.478 [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
12:28:06.478 [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
12:28:06.478 [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
12:28:06.478 [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
12:28:06.478 [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
12:28:06.479 [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
12:28:06.482 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EFloat will be handled as its instance type java.lang.Float
12:28:06.485 [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
12:28:06.485 [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
12:28:06.485 [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
12:28:06.485 [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
12:28:06.493 [main] INFO  o.e.h.g.u.GraphMetaModelResourceInjector - 20 METAMODEL NODES! (took ~0 sec)
12:28:06.493 [main] INFO  o.e.h.c.r.CompositeStateListener - Added metamodel(s).
12:28:06.493 [main] INFO  o.e.h.c.r.CompositeStateListener - Adding metamodel(s)...
Adding metamodels in: ../../core/tests/org.eclipse.hawk.integration.tests/resources/metamodels/XMLType.ecore to store
12:28:06.499 [main] INFO  o.e.h.g.u.GraphMetaModelResourceInjector - ADDING METAMODELS: 
12:28:06.500 [main] INFO  o.e.h.g.u.GraphMetaModelResourceInjector - ADDING: 
12:28:06.507 [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
12:28:06.508 [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
12:28:06.508 [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
12:28:06.508 [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
12:28:06.508 [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
12:28:06.508 [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
12:28:06.508 [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
12:28:06.508 [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
12:28:06.508 [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
12:28:06.508 [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
12:28:06.508 [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
12:28:06.508 [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
12:28:06.508 [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
12:28:06.508 [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
12:28:06.508 [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
12:28:06.508 [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
12:28:06.508 [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
12:28:06.508 [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
12:28:06.508 [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
12:28:06.508 [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
12:28:06.508 [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
12:28:06.508 [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
12:28:06.508 [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
12:28:06.508 [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
12:28:06.508 [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
12:28:06.509 [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
12:28:06.509 [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
12:28:06.510 [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[]
12:28:06.510 [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
12:28:06.510 [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
12:28:06.510 [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
12:28:06.510 [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
12:28:06.510 [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
12:28:06.510 [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
12:28:06.511 [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
12:28:06.511 [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
12:28:06.511 [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
12:28:06.511 [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
12:28:06.511 [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
12:28:06.511 [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
12:28:06.511 [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
12:28:06.511 [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
12:28:06.511 [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
12:28:06.511 [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
12:28:06.511 [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
12:28:06.511 [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
12:28:06.511 [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
12:28:06.511 [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
12:28:06.511 [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
12:28:06.511 [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
12:28:06.511 [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
12:28:06.511 [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
12:28:06.511 [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
12:28:06.512 [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
12:28:06.512 [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[]
12:28:06.512 [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
12:28:06.512 [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
12:28:06.512 [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
12:28:06.513 [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
12:28:06.574 [main] INFO  o.e.h.g.u.GraphMetaModelResourceInjector - 4 METAMODEL NODES! (took ~0 sec)
12:28:06.574 [main] INFO  o.e.h.c.r.CompositeStateListener - Added metamodel(s).
No username/password recorded for the repository file:///tmp/hawkSvnRepo3337661188484304570
12:28:08.108 [main] INFO  o.e.h.c.r.CompositeStateListener - Saving Hawk metadata...
adding: file:///tmp/hawkSvnRepo3337661188484304570:org.eclipse.hawk.svn.SvnManager:false
12:28:08.111 [main] INFO  o.e.h.c.r.CompositeStateListener - Saved Hawk metadata.
12:28:08.111 [pool-70-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating Hawk...
updating indexer: 
12:28:08.125 [pool-70-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating relevant changed model files...
12:28:08.125 [pool-70-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Deleting models removed from repository...
12:28:08.125 [pool-70-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating models to the new version...
12:28:08.125 [pool-70-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating proxies...
attempting to resolve any leftover cross-file references...
12:28:08.125 [pool-70-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Resolving any leftover cross-file references...
12:28:08.129 [pool-70-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - 0 proxy ref lists left after resolving 0 refs
12:28:08.129 [pool-70-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - proxy resolution took: ~0.004s
attempting to resolve any uninitialized derived attributes...
12:28:08.129 [pool-70-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Resolving any uninitialized derived attributes...
12:28:08.129 [pool-70-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - Deriving attributes...
12:28:08.132 [pool-70-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...
12:28:08.132 [pool-70-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating any affected derived attributes...
0s10ms [proxy update]
12:28:08.135 [pool-70-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updated proxies.
Indexed successfully revision 0 (timepoint 1654604885433) of file:///tmp/hawkSvnRepo3337661188484304570
12:28:08.136 [pool-70-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating relevant changed model files...
12:28:08.141 [pool-70-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Deleting models removed from repository...
12:28:08.141 [pool-70-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating models to the new version...
12:28:08.151 [pool-70-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /root.xmi...
12:28:08.182 [pool-70-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
12:28:08.182 [pool-70-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
12:28:08.182 [pool-70-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performing batch insert on file: /root.xmi...
12:28:08.188 [pool-70-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding elements of file /root.xmi
12:28:08.188 [pool-70-thread-1] INFO  o.e.hawk.graph.updater.TypeCache - Metamodel Tree is not in the graph, trying to locate it
12:28:08.188 [pool-70-thread-1] INFO  o.e.hawk.graph.updater.TypeCache - Found metamodel for Tree, inserting
12:28:08.189 [pool-70-thread-1] INFO  o.e.h.g.u.GraphMetaModelResourceInjector - ADDING METAMODELS: 
12:28:08.189 [pool-70-thread-1] INFO  o.e.h.g.u.GraphMetaModelResourceInjector - ADDING: 
12:28:08.196 [pool-70-thread-1] DEBUG o.e.h.g.u.GraphMetaModelResourceInjector - supertype dependency from Tree to http://www.eclipse.org/emf/2002/Ecore
12:28:08.198 [pool-70-thread-1] INFO  o.e.h.g.u.GraphMetaModelResourceInjector - 1 METAMODEL NODES! (took ~0 sec)
12:28:08.204 [pool-70-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~0sec)
12:28:08.204 [pool-70-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding edges of file /root.xmi
12:28:08.205 [pool-70-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec)
12:28:08.205 [pool-70-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performed batch insert on file: /root.xmi.
0s54ms [pure insertion]
marking any relevant derived attributes for update...12:28:08.205 [pool-70-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
12:28:08.205 [pool-70-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
12:28:08.205 [pool-70-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating proxies...
attempting to resolve any leftover cross-file references...
12:28:08.205 [pool-70-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Resolving any leftover cross-file references...
12:28:08.206 [pool-70-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - 0 proxy ref lists left after resolving 0 refs
12:28:08.206 [pool-70-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - proxy resolution took: ~0.001s
attempting to resolve any uninitialized derived attributes...
12:28:08.206 [pool-70-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Resolving any uninitialized derived attributes...
12:28:08.206 [pool-70-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - Deriving attributes...
12:28:08.206 [pool-70-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...
12:28:08.206 [pool-70-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating any affected derived attributes...
0s1ms [proxy update]
12:28:08.206 [pool-70-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updated proxies.
Indexed successfully revision 1 (timepoint 1654604886616) of file:///tmp/hawkSvnRepo3337661188484304570
12:28:08.207 [pool-70-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performing optional post-sync operations.
12:28:08.207 [pool-70-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updated Hawk instance test (success). 0 s 96 ms
12:28:08.280 [main] INFO  o.e.h.c.r.CompositeStateListener - Hawk shutting down...
12:28:08.281 [main] INFO  o.e.h.c.r.CompositeStateListener - Saving Hawk metadata...
adding: file:///tmp/hawkSvnRepo3337661188484304570:org.eclipse.hawk.svn.SvnManager:false
12:28:08.283 [main] INFO  o.e.h.c.r.CompositeStateListener - Saved Hawk metadata.
12:28:08.283 [main] INFO  o.e.h.core.runtime.BaseModelIndexer - Waiting 120s for all scheduled tasks to complete
12:28:08.390 [main] INFO  o.e.hawk.greycat.lucene.SoftTxLucene - Shutdown of Lucene complete.
12:28:08.391 [main] INFO  o.e.h.g.AbstractGreycatDatabase - Disconnected from GreyCat graph at /tmp/junit8884527198731342059/test_countInstancesModelAll[LevelDB GreyCat]
12:28:08.393 [main] INFO  o.e.h.c.r.CompositeStateListener - Hawk shut down.
12:28:09.405 [main] INFO  o.e.h.c.r.CompositeStateListener - Saving Hawk metadata...
12:28:09.407 [main] INFO  o.e.h.c.r.CompositeStateListener - Saved Hawk metadata.
12:28:09.407 [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
12:28:09.407 [main] INFO  o.e.h.g.u.GraphMetaModelResourceInjector - ADDING METAMODELS: 
12:28:09.407 [main] INFO  o.e.h.g.u.GraphMetaModelResourceInjector - ADDING: 
12:28:09.410 [main] INFO  o.e.h.g.u.GraphMetaModelResourceInjector - 0 METAMODEL NODES! (took ~0 sec)
inserting static metamodels complete
12:28:09.410 [main] INFO  o.e.h.c.r.CompositeStateListener - Registering metamodels...
12:28:09.410 [main] INFO  o.e.h.c.r.CompositeStateListener - Registered metamodels.
12:28:09.410 [main] INFO  o.e.h.c.r.CompositeStateListener - Initialized Hawk.
12:28:09.410 [main] INFO  o.e.h.c.r.CompositeStateListener - Adding metamodel(s)...
12:28:09.410 [pool-72-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating Hawk...
updating indexer: 
12:28:09.411 [pool-72-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performing optional post-sync operations.
12:28:09.411 [pool-72-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updated Hawk instance test (success). 0 s 0 ms
Adding metamodels in: ../../core/tests/org.eclipse.hawk.integration.tests/resources/metamodels/Ecore.ecore to store
12:28:09.419 [main] INFO  o.e.h.g.u.GraphMetaModelResourceInjector - ADDING METAMODELS: 
12:28:09.419 [main] INFO  o.e.h.g.u.GraphMetaModelResourceInjector - ADDING: 
12:28:09.428 [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
12:28:09.428 [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
12:28:09.428 [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
12:28:09.429 [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
12:28:09.429 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EIntegerObject will be handled as its instance type java.lang.Integer
12:28:09.429 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::ECharacterObject will be handled as its instance type java.lang.Character
12:28:09.429 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EJavaObject will be handled as its instance type java.lang.Object
12:28:09.429 [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
12:28:09.429 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EByteObject will be handled as its instance type java.lang.Byte
12:28:09.429 [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
12:28:09.429 [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
12:28:09.430 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EResourceSet will be handled as its instance type org.eclipse.emf.ecore.resource.ResourceSet
12:28:09.430 [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
12:28:09.430 [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
12:28:09.431 [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
12:28:09.431 [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
12:28:09.431 [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
12:28:09.431 [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
12:28:09.432 [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
12:28:09.433 [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
12:28:09.433 [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
12:28:09.433 [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
12:28:09.434 [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
12:28:09.434 [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[]
12:28:09.434 [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
12:28:09.434 [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
12:28:09.434 [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
12:28:09.434 [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
12:28:09.434 [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
12:28:09.438 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EFeatureMapEntry will be handled as its instance type org.eclipse.emf.ecore.util.FeatureMap$Entry
12:28:09.475 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::ELongObject will be handled as its instance type java.lang.Long
12:28:09.475 [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
12:28:09.476 [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
12:28:09.481 [main] INFO  o.e.h.g.u.GraphMetaModelResourceInjector - 20 METAMODEL NODES! (took ~0 sec)
12:28:09.481 [main] INFO  o.e.h.c.r.CompositeStateListener - Added metamodel(s).
12:28:09.481 [main] INFO  o.e.h.c.r.CompositeStateListener - Adding metamodel(s)...
Adding metamodels in: ../../core/tests/org.eclipse.hawk.integration.tests/resources/metamodels/XMLType.ecore to store
12:28:09.485 [main] INFO  o.e.h.g.u.GraphMetaModelResourceInjector - ADDING METAMODELS: 
12:28:09.485 [main] INFO  o.e.h.g.u.GraphMetaModelResourceInjector - ADDING: 
12:28:09.490 [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
12:28:09.490 [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[]
12:28:09.490 [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
12:28:09.490 [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
12:28:09.490 [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
12:28:09.490 [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
12:28:09.490 [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
12:28:09.490 [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
12:28:09.490 [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
12:28:09.490 [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
12:28:09.490 [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
12:28:09.491 [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
12:28:09.491 [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
12:28:09.491 [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
12:28:09.491 [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
12:28:09.491 [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
12:28:09.491 [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
12:28:09.491 [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
12:28:09.491 [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
12:28:09.491 [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
12:28:09.491 [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[]
12:28:09.491 [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
12:28:09.491 [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
12:28:09.491 [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
12:28:09.491 [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
12:28:09.491 [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
12:28:09.491 [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
12:28:09.491 [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
12:28:09.491 [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
12:28:09.491 [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
12:28:09.491 [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
12:28:09.492 [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
12:28:09.492 [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
12:28:09.492 [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
12:28:09.492 [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
12:28:09.492 [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
12:28:09.492 [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
12:28:09.492 [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
12:28:09.492 [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
12:28:09.492 [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
12:28:09.492 [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
12:28:09.492 [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
12:28:09.492 [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
12:28:09.492 [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
12:28:09.492 [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
12:28:09.492 [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
12:28:09.493 [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
12:28:09.493 [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
12:28:09.493 [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
12:28:09.493 [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
12:28:09.493 [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
12:28:09.493 [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
12:28:09.493 [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
12:28:09.493 [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
12:28:09.493 [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
12:28:09.493 [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
12:28:09.493 [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
12:28:09.493 [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
12:28:09.493 [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
12:28:09.496 [main] INFO  o.e.h.g.u.GraphMetaModelResourceInjector - 4 METAMODEL NODES! (took ~0 sec)
12:28:09.496 [main] INFO  o.e.h.c.r.CompositeStateListener - Added metamodel(s).
No username/password recorded for the repository file:///tmp/hawkSvnRepo13371835691863190686
12:28:17.106 [main] INFO  o.e.h.c.r.CompositeStateListener - Saving Hawk metadata...
adding: file:///tmp/hawkSvnRepo13371835691863190686:org.eclipse.hawk.svn.SvnManager:false
12:28:17.108 [main] INFO  o.e.h.c.r.CompositeStateListener - Saved Hawk metadata.
12:28:17.108 [pool-72-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating Hawk...
updating indexer: 
12:28:17.123 [pool-72-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating relevant changed model files...
12:28:17.124 [pool-72-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Deleting models removed from repository...
12:28:17.124 [pool-72-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating models to the new version...
12:28:17.124 [pool-72-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating proxies...
attempting to resolve any leftover cross-file references...
12:28:17.124 [pool-72-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Resolving any leftover cross-file references...
12:28:17.127 [pool-72-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - 0 proxy ref lists left after resolving 0 refs
12:28:17.127 [pool-72-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - proxy resolution took: ~0.003s
attempting to resolve any uninitialized derived attributes...
12:28:17.128 [pool-72-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Resolving any uninitialized derived attributes...
12:28:17.128 [pool-72-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - Deriving attributes...
12:28:17.131 [pool-72-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...
12:28:17.131 [pool-72-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating any affected derived attributes...
0s10ms [proxy update]
12:28:17.134 [pool-72-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updated proxies.
Indexed successfully revision 0 (timepoint 1654604888410) of file:///tmp/hawkSvnRepo13371835691863190686
12:28:17.135 [pool-72-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating relevant changed model files...
12:28:17.141 [pool-72-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Deleting models removed from repository...
12:28:17.141 [pool-72-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating models to the new version...
12:28:17.153 [pool-72-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /m.xmi...
12:28:17.180 [pool-72-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
12:28:17.180 [pool-72-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
12:28:17.180 [pool-72-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performing batch insert on file: /m.xmi...
12:28:17.185 [pool-72-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding elements of file /m.xmi
12:28:17.185 [pool-72-thread-1] INFO  o.e.hawk.graph.updater.TypeCache - Metamodel Tree is not in the graph, trying to locate it
12:28:17.186 [pool-72-thread-1] INFO  o.e.hawk.graph.updater.TypeCache - Found metamodel for Tree, inserting
12:28:17.186 [pool-72-thread-1] INFO  o.e.h.g.u.GraphMetaModelResourceInjector - ADDING METAMODELS: 
12:28:17.186 [pool-72-thread-1] INFO  o.e.h.g.u.GraphMetaModelResourceInjector - ADDING: 
12:28:17.192 [pool-72-thread-1] DEBUG o.e.h.g.u.GraphMetaModelResourceInjector - supertype dependency from Tree to http://www.eclipse.org/emf/2002/Ecore
12:28:17.194 [pool-72-thread-1] INFO  o.e.h.g.u.GraphMetaModelResourceInjector - 1 METAMODEL NODES! (took ~0 sec)
12:28:17.199 [pool-72-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~0sec)
12:28:17.199 [pool-72-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding edges of file /m.xmi
12:28:17.200 [pool-72-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec)
12:28:17.200 [pool-72-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performed batch insert on file: /m.xmi.
0s47ms [pure insertion]
marking any relevant derived attributes for update...12:28:17.200 [pool-72-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
12:28:17.200 [pool-72-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
12:28:17.200 [pool-72-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating proxies...
attempting to resolve any leftover cross-file references...
12:28:17.200 [pool-72-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Resolving any leftover cross-file references...
12:28:17.200 [pool-72-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - 0 proxy ref lists left after resolving 0 refs
12:28:17.200 [pool-72-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - proxy resolution took: ~0.0s
attempting to resolve any uninitialized derived attributes...
12:28:17.200 [pool-72-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Resolving any uninitialized derived attributes...
12:28:17.200 [pool-72-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - Deriving attributes...
12:28:17.200 [pool-72-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...
12:28:17.200 [pool-72-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating any affected derived attributes...
0s1ms [proxy update]
12:28:17.201 [pool-72-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updated proxies.
Indexed successfully revision 1 (timepoint 1654604889578) of file:///tmp/hawkSvnRepo13371835691863190686
12:28:17.202 [pool-72-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating relevant changed model files...
12:28:17.205 [pool-72-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Deleting models removed from repository...
12:28:17.205 [pool-72-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating models to the new version...
12:28:17.276 [pool-72-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /m.xmi...
12:28:17.276 [pool-72-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
12:28:17.276 [pool-72-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File contains: 1 (1) nodes in store
12:28:17.277 [pool-72-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - Update contains | a:1 u:1 d:0 ratio: 2.0
12:28:17.277 [pool-72-thread-1] DEBUG o.e.h.g.updater.GraphModelInserter - File already present, calculating deltas with respect to graph storage
12:28:17.277 [pool-72-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performing transactional update (ratio:0.0) on file: /m.xmi...
12:28:17.277 [pool-72-thread-1] DEBUG o.e.h.g.updater.GraphModelInserter - transactional update called
12:28:17.290 [pool-72-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performed transactional update on file: /m.xmi.
0s14ms [pure insertion]
marking any relevant derived attributes for update...12:28:17.290 [pool-72-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s1ms
12:28:17.291 [pool-72-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s1ms
12:28:17.291 [pool-72-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating proxies...
attempting to resolve any leftover cross-file references...
12:28:17.291 [pool-72-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Resolving any leftover cross-file references...
12:28:17.291 [pool-72-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - 0 proxy ref lists left after resolving 0 refs
12:28:17.291 [pool-72-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - proxy resolution took: ~0.0s
attempting to resolve any uninitialized derived attributes...
12:28:17.291 [pool-72-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Resolving any uninitialized derived attributes...
12:28:17.291 [pool-72-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - Deriving attributes...
12:28:17.291 [pool-72-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...
12:28:17.291 [pool-72-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating any affected derived attributes...
0s1ms [proxy update]
12:28:17.292 [pool-72-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updated proxies.
Indexed successfully revision 2 (timepoint 1654604891114) of file:///tmp/hawkSvnRepo13371835691863190686
12:28:17.292 [pool-72-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating relevant changed model files...
12:28:17.296 [pool-72-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Deleting models removed from repository...
12:28:17.296 [pool-72-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating models to the new version...
12:28:17.309 [pool-72-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /m.xmi...
12:28:17.310 [pool-72-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
12:28:17.310 [pool-72-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File contains: 2 (2) nodes in store
12:28:17.311 [pool-72-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - Update contains | a:1 u:1 d:0 ratio: 1.0
12:28:17.311 [pool-72-thread-1] DEBUG o.e.h.g.updater.GraphModelInserter - File already present, calculating deltas with respect to graph storage
12:28:17.311 [pool-72-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performing transactional update (ratio:0.0) on file: /m.xmi...
12:28:17.311 [pool-72-thread-1] DEBUG o.e.h.g.updater.GraphModelInserter - transactional update called
12:28:17.313 [pool-72-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performed transactional update on file: /m.xmi.
0s4ms [pure insertion]
marking any relevant derived attributes for update...12:28:17.313 [pool-72-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
12:28:17.313 [pool-72-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
12:28:17.313 [pool-72-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating proxies...
attempting to resolve any leftover cross-file references...
12:28:17.313 [pool-72-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Resolving any leftover cross-file references...
12:28:17.314 [pool-72-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - 0 proxy ref lists left after resolving 0 refs
12:28:17.314 [pool-72-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - proxy resolution took: ~0.0s
attempting to resolve any uninitialized derived attributes...
12:28:17.314 [pool-72-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Resolving any uninitialized derived attributes...
12:28:17.314 [pool-72-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - Deriving attributes...
12:28:17.314 [pool-72-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...
12:28:17.314 [pool-72-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating any affected derived attributes...
0s1ms [proxy update]
12:28:17.314 [pool-72-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updated proxies.
Indexed successfully revision 3 (timepoint 1654604893122) of file:///tmp/hawkSvnRepo13371835691863190686
12:28:17.315 [pool-72-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating relevant changed model files...
12:28:17.319 [pool-72-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Deleting models removed from repository...
12:28:17.319 [pool-72-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating models to the new version...
12:28:17.386 [pool-72-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /m.xmi...
12:28:17.386 [pool-72-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
12:28:17.387 [pool-72-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File contains: 3 (3) nodes in store
12:28:17.388 [pool-72-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - Update contains | a:1 u:1 d:0 ratio: 0.6666666666666666
12:28:17.388 [pool-72-thread-1] DEBUG o.e.h.g.updater.GraphModelInserter - File already present, calculating deltas with respect to graph storage
12:28:17.388 [pool-72-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performing transactional update (ratio:0.0) on file: /m.xmi...
12:28:17.388 [pool-72-thread-1] DEBUG o.e.h.g.updater.GraphModelInserter - transactional update called
12:28:17.390 [pool-72-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performed transactional update on file: /m.xmi.
0s4ms [pure insertion]
marking any relevant derived attributes for update...12:28:17.390 [pool-72-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s1ms
12:28:17.391 [pool-72-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s1ms
12:28:17.391 [pool-72-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating proxies...
attempting to resolve any leftover cross-file references...
12:28:17.391 [pool-72-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Resolving any leftover cross-file references...
12:28:17.391 [pool-72-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - 0 proxy ref lists left after resolving 0 refs
12:28:17.391 [pool-72-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - proxy resolution took: ~0.0s
attempting to resolve any uninitialized derived attributes...
12:28:17.391 [pool-72-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Resolving any uninitialized derived attributes...
12:28:17.391 [pool-72-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - Deriving attributes...
12:28:17.391 [pool-72-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...
12:28:17.392 [pool-72-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating any affected derived attributes...
0s1ms [proxy update]
12:28:17.392 [pool-72-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updated proxies.
Indexed successfully revision 4 (timepoint 1654604895113) of file:///tmp/hawkSvnRepo13371835691863190686
12:28:17.393 [pool-72-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performing optional post-sync operations.
12:28:17.393 [pool-72-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updated Hawk instance test (success). 0 s 285 ms
12:28:17.410 [main] INFO  o.e.h.c.r.CompositeStateListener - Hawk shutting down...
12:28:17.411 [main] INFO  o.e.h.c.r.CompositeStateListener - Saving Hawk metadata...
adding: file:///tmp/hawkSvnRepo13371835691863190686:org.eclipse.hawk.svn.SvnManager:false
12:28:17.476 [main] INFO  o.e.h.c.r.CompositeStateListener - Saved Hawk metadata.
12:28:17.476 [main] INFO  o.e.h.core.runtime.BaseModelIndexer - Waiting 120s for all scheduled tasks to complete
12:28:17.661 [main] INFO  o.e.hawk.greycat.lucene.SoftTxLucene - Shutdown of Lucene complete.
12:28:17.662 [main] INFO  o.e.h.g.AbstractGreycatDatabase - Disconnected from GreyCat graph at /tmp/junit16769714479793297212/test_sinceThen[LevelDB GreyCat]
12:28:17.663 [main] INFO  o.e.h.c.r.CompositeStateListener - Hawk shut down.
12:28:18.382 [main] INFO  o.e.h.c.r.CompositeStateListener - Saving Hawk metadata...
12:28:18.383 [main] INFO  o.e.h.c.r.CompositeStateListener - Saved Hawk metadata.
12:28:18.383 [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
12:28:18.383 [main] INFO  o.e.h.g.u.GraphMetaModelResourceInjector - ADDING METAMODELS: 
12:28:18.384 [main] INFO  o.e.h.g.u.GraphMetaModelResourceInjector - ADDING: 
12:28:18.387 [main] INFO  o.e.h.g.u.GraphMetaModelResourceInjector - 0 METAMODEL NODES! (took ~0 sec)
inserting static metamodels complete
12:28:18.387 [main] INFO  o.e.h.c.r.CompositeStateListener - Registering metamodels...
12:28:18.387 [main] INFO  o.e.h.c.r.CompositeStateListener - Registered metamodels.
12:28:18.388 [main] INFO  o.e.h.c.r.CompositeStateListener - Initialized Hawk.
12:28:18.388 [pool-74-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating Hawk...
updating indexer: 
12:28:18.388 [main] INFO  o.e.h.c.r.CompositeStateListener - Adding metamodel(s)...
12:28:18.388 [pool-74-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performing optional post-sync operations.
12:28:18.388 [pool-74-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updated Hawk instance test (success). 0 s 0 ms
Adding metamodels in: ../../core/tests/org.eclipse.hawk.integration.tests/resources/metamodels/Ecore.ecore to store
12:28:18.397 [main] INFO  o.e.h.g.u.GraphMetaModelResourceInjector - ADDING METAMODELS: 
12:28:18.397 [main] INFO  o.e.h.g.u.GraphMetaModelResourceInjector - ADDING: 
12:28:18.405 [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
12:28:18.405 [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
12:28:18.407 [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
12:28:18.407 [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
12:28:18.407 [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
12:28:18.407 [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
12:28:18.410 [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
12:28:18.410 [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
12:28:18.411 [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
12:28:18.411 [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
12:28:18.412 [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
12:28:18.412 [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
12:28:18.412 [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
12:28:18.412 [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
12:28:18.412 [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
12:28:18.414 [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
12:28:18.416 [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
12:28:18.416 [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
12:28:18.416 [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
12:28:18.416 [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
12:28:18.417 [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
12:28:18.418 [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
12:28:18.419 [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[]
12:28:18.419 [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
12:28:18.419 [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
12:28:18.419 [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
12:28:18.419 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EDoubleObject will be handled as its instance type java.lang.Double
12:28:18.419 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EFeatureMapEntry will be handled as its instance type org.eclipse.emf.ecore.util.FeatureMap$Entry
12:28:18.475 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EJavaClass will be handled as its instance type java.lang.Class
12:28:18.475 [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
12:28:18.475 [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
12:28:18.475 [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
12:28:18.476 [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
12:28:18.483 [main] INFO  o.e.h.g.u.GraphMetaModelResourceInjector - 20 METAMODEL NODES! (took ~0 sec)
12:28:18.483 [main] INFO  o.e.h.c.r.CompositeStateListener - Added metamodel(s).
12:28:18.483 [main] INFO  o.e.h.c.r.CompositeStateListener - Adding metamodel(s)...
Adding metamodels in: ../../core/tests/org.eclipse.hawk.integration.tests/resources/metamodels/XMLType.ecore to store
12:28:18.490 [main] INFO  o.e.h.g.u.GraphMetaModelResourceInjector - ADDING METAMODELS: 
12:28:18.490 [main] INFO  o.e.h.g.u.GraphMetaModelResourceInjector - ADDING: 
12:28:18.496 [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
12:28:18.497 [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
12:28:18.497 [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
12:28:18.497 [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
12:28:18.497 [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
12:28:18.497 [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
12:28:18.497 [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
12:28:18.497 [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
12:28:18.497 [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
12:28:18.497 [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[]
12:28:18.497 [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
12:28:18.497 [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
12:28:18.497 [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
12:28:18.497 [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
12:28:18.497 [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
12:28:18.497 [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
12:28:18.497 [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
12:28:18.497 [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[]
12:28:18.497 [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
12:28:18.497 [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
12:28:18.497 [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
12:28:18.498 [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
12:28:18.498 [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
12:28:18.499 [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
12:28:18.499 [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
12:28:18.499 [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
12:28:18.499 [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
12:28:18.499 [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
12:28:18.499 [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
12:28:18.499 [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
12:28:18.499 [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
12:28:18.499 [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
12:28:18.499 [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
12:28:18.499 [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
12:28:18.499 [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
12:28:18.499 [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
12:28:18.499 [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
12:28:18.499 [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
12:28:18.499 [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
12:28:18.499 [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
12:28:18.499 [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
12:28:18.499 [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
12:28:18.499 [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
12:28:18.499 [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
12:28:18.499 [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
12:28:18.499 [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
12:28:18.499 [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
12:28:18.499 [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
12:28:18.499 [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
12:28:18.499 [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
12:28:18.499 [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
12:28:18.500 [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
12:28:18.500 [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
12:28:18.500 [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
12:28:18.500 [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
12:28:18.500 [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
12:28:18.501 [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
12:28:18.501 [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
12:28:18.501 [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
12:28:18.505 [main] INFO  o.e.h.g.u.GraphMetaModelResourceInjector - 4 METAMODEL NODES! (took ~0 sec)
12:28:18.505 [main] INFO  o.e.h.c.r.CompositeStateListener - Added metamodel(s).
No username/password recorded for the repository file:///tmp/hawkSvnRepo13651412943904691987
12:28:27.109 [main] INFO  o.e.h.c.r.CompositeStateListener - Saving Hawk metadata...
adding: file:///tmp/hawkSvnRepo13651412943904691987:org.eclipse.hawk.svn.SvnManager:false
12:28:27.112 [main] INFO  o.e.h.c.r.CompositeStateListener - Saved Hawk metadata.
12:28:27.112 [pool-74-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating Hawk...
updating indexer: 
12:28:27.130 [pool-74-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating relevant changed model files...
12:28:27.130 [pool-74-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Deleting models removed from repository...
12:28:27.130 [pool-74-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating models to the new version...
12:28:27.130 [pool-74-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating proxies...
attempting to resolve any leftover cross-file references...
12:28:27.130 [pool-74-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Resolving any leftover cross-file references...
12:28:27.134 [pool-74-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - 0 proxy ref lists left after resolving 0 refs
12:28:27.134 [pool-74-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - proxy resolution took: ~0.004s
attempting to resolve any uninitialized derived attributes...
12:28:27.134 [pool-74-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Resolving any uninitialized derived attributes...
12:28:27.134 [pool-74-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - Deriving attributes...
12:28:27.174 [pool-74-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...
12:28:27.174 [pool-74-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating any affected derived attributes...
0s47ms [proxy update]
12:28:27.178 [pool-74-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updated proxies.
Indexed successfully revision 0 (timepoint 1654604897682) of file:///tmp/hawkSvnRepo13651412943904691987
12:28:27.178 [pool-74-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating relevant changed model files...
12:28:27.183 [pool-74-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Deleting models removed from repository...
12:28:27.183 [pool-74-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating models to the new version...
12:28:27.195 [pool-74-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /m.xmi...
12:28:27.275 [pool-74-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
12:28:27.275 [pool-74-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
12:28:27.275 [pool-74-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performing batch insert on file: /m.xmi...
12:28:27.282 [pool-74-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding elements of file /m.xmi
12:28:27.283 [pool-74-thread-1] INFO  o.e.hawk.graph.updater.TypeCache - Metamodel Tree is not in the graph, trying to locate it
12:28:27.283 [pool-74-thread-1] INFO  o.e.hawk.graph.updater.TypeCache - Found metamodel for Tree, inserting
12:28:27.283 [pool-74-thread-1] INFO  o.e.h.g.u.GraphMetaModelResourceInjector - ADDING METAMODELS: 
12:28:27.283 [pool-74-thread-1] INFO  o.e.h.g.u.GraphMetaModelResourceInjector - ADDING: 
12:28:27.288 [pool-74-thread-1] DEBUG o.e.h.g.u.GraphMetaModelResourceInjector - supertype dependency from Tree to http://www.eclipse.org/emf/2002/Ecore
12:28:27.290 [pool-74-thread-1] INFO  o.e.h.g.u.GraphMetaModelResourceInjector - 1 METAMODEL NODES! (took ~0 sec)
12:28:27.295 [pool-74-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~0sec)
12:28:27.295 [pool-74-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding edges of file /m.xmi
12:28:27.295 [pool-74-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec)
12:28:27.295 [pool-74-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performed batch insert on file: /m.xmi.
0s100ms [pure insertion]
marking any relevant derived attributes for update...12:28:27.295 [pool-74-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
12:28:27.295 [pool-74-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
12:28:27.295 [pool-74-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating proxies...
attempting to resolve any leftover cross-file references...
12:28:27.295 [pool-74-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Resolving any leftover cross-file references...
12:28:27.296 [pool-74-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - 0 proxy ref lists left after resolving 0 refs
12:28:27.296 [pool-74-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - proxy resolution took: ~0.001s
attempting to resolve any uninitialized derived attributes...
12:28:27.296 [pool-74-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Resolving any uninitialized derived attributes...
12:28:27.296 [pool-74-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - Deriving attributes...
12:28:27.296 [pool-74-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...
12:28:27.296 [pool-74-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating any affected derived attributes...
0s1ms [proxy update]
12:28:27.296 [pool-74-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updated proxies.
Indexed successfully revision 1 (timepoint 1654604898592) of file:///tmp/hawkSvnRepo13651412943904691987
12:28:27.297 [pool-74-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating relevant changed model files...
12:28:27.300 [pool-74-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Deleting models removed from repository...
12:28:27.300 [pool-74-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating models to the new version...
12:28:27.309 [pool-74-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /m.xmi...
12:28:27.309 [pool-74-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
12:28:27.310 [pool-74-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File contains: 1 (1) nodes in store
12:28:27.310 [pool-74-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - Update contains | a:1 u:1 d:0 ratio: 2.0
12:28:27.310 [pool-74-thread-1] DEBUG o.e.h.g.updater.GraphModelInserter - File already present, calculating deltas with respect to graph storage
12:28:27.310 [pool-74-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performing transactional update (ratio:0.0) on file: /m.xmi...
12:28:27.310 [pool-74-thread-1] DEBUG o.e.h.g.updater.GraphModelInserter - transactional update called
12:28:27.380 [pool-74-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performed transactional update on file: /m.xmi.
0s71ms [pure insertion]
marking any relevant derived attributes for update...12:28:27.380 [pool-74-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
12:28:27.380 [pool-74-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
12:28:27.381 [pool-74-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating proxies...
attempting to resolve any leftover cross-file references...
12:28:27.381 [pool-74-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Resolving any leftover cross-file references...
12:28:27.381 [pool-74-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - 0 proxy ref lists left after resolving 0 refs
12:28:27.381 [pool-74-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - proxy resolution took: ~0.0s
attempting to resolve any uninitialized derived attributes...
12:28:27.381 [pool-74-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Resolving any uninitialized derived attributes...
12:28:27.381 [pool-74-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - Deriving attributes...
12:28:27.381 [pool-74-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...
12:28:27.381 [pool-74-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating any affected derived attributes...
0s0ms [proxy update]
12:28:27.381 [pool-74-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updated proxies.
Indexed successfully revision 2 (timepoint 1654604901115) of file:///tmp/hawkSvnRepo13651412943904691987
12:28:27.382 [pool-74-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating relevant changed model files...
12:28:27.384 [pool-74-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Deleting models removed from repository...
12:28:27.385 [pool-74-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating models to the new version...
12:28:27.394 [pool-74-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /m.xmi...
12:28:27.394 [pool-74-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
12:28:27.394 [pool-74-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File contains: 2 (2) nodes in store
12:28:27.395 [pool-74-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - Update contains | a:1 u:1 d:0 ratio: 1.0
12:28:27.395 [pool-74-thread-1] DEBUG o.e.h.g.updater.GraphModelInserter - File already present, calculating deltas with respect to graph storage
12:28:27.395 [pool-74-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performing transactional update (ratio:0.0) on file: /m.xmi...
12:28:27.395 [pool-74-thread-1] DEBUG o.e.h.g.updater.GraphModelInserter - transactional update called
12:28:27.397 [pool-74-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performed transactional update on file: /m.xmi.
0s3ms [pure insertion]
marking any relevant derived attributes for update...12:28:27.397 [pool-74-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
12:28:27.397 [pool-74-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
12:28:27.397 [pool-74-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating proxies...
attempting to resolve any leftover cross-file references...
12:28:27.397 [pool-74-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Resolving any leftover cross-file references...
12:28:27.397 [pool-74-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - 0 proxy ref lists left after resolving 0 refs
12:28:27.397 [pool-74-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - proxy resolution took: ~0.0s
attempting to resolve any uninitialized derived attributes...
12:28:27.397 [pool-74-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Resolving any uninitialized derived attributes...
12:28:27.397 [pool-74-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - Deriving attributes...
12:28:27.397 [pool-74-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...
12:28:27.398 [pool-74-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating any affected derived attributes...
0s1ms [proxy update]
12:28:27.398 [pool-74-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updated proxies.
Indexed successfully revision 3 (timepoint 1654604903122) of file:///tmp/hawkSvnRepo13651412943904691987
12:28:27.398 [pool-74-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating relevant changed model files...
12:28:27.401 [pool-74-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Deleting models removed from repository...
12:28:27.401 [pool-74-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating models to the new version...
12:28:27.411 [pool-74-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /m.xmi...
12:28:27.411 [pool-74-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
12:28:27.411 [pool-74-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File contains: 3 (3) nodes in store
12:28:27.412 [pool-74-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - Update contains | a:1 u:1 d:0 ratio: 0.6666666666666666
12:28:27.412 [pool-74-thread-1] DEBUG o.e.h.g.updater.GraphModelInserter - File already present, calculating deltas with respect to graph storage
12:28:27.412 [pool-74-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performing transactional update (ratio:0.0) on file: /m.xmi...
12:28:27.412 [pool-74-thread-1] DEBUG o.e.h.g.updater.GraphModelInserter - transactional update called
12:28:27.414 [pool-74-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performed transactional update on file: /m.xmi.
0s3ms [pure insertion]
marking any relevant derived attributes for update...12:28:27.414 [pool-74-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
12:28:27.414 [pool-74-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
12:28:27.414 [pool-74-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating proxies...
attempting to resolve any leftover cross-file references...
12:28:27.414 [pool-74-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Resolving any leftover cross-file references...
12:28:27.414 [pool-74-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - 0 proxy ref lists left after resolving 0 refs
12:28:27.414 [pool-74-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - proxy resolution took: ~0.0s
attempting to resolve any uninitialized derived attributes...
12:28:27.414 [pool-74-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Resolving any uninitialized derived attributes...
12:28:27.415 [pool-74-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - Deriving attributes...
12:28:27.415 [pool-74-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...
12:28:27.415 [pool-74-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating any affected derived attributes...
0s1ms [proxy update]
12:28:27.415 [pool-74-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updated proxies.
Indexed successfully revision 4 (timepoint 1654604905118) of file:///tmp/hawkSvnRepo13651412943904691987
12:28:27.415 [pool-74-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performing optional post-sync operations.
12:28:27.416 [pool-74-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updated Hawk instance test (success). 0 s 303 ms
12:28:29.101 [pool-74-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating Hawk...
updating indexer: 
12:28:29.103 [pool-74-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating relevant changed model files...
12:28:29.105 [pool-74-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Deleting models removed from repository...
12:28:29.105 [pool-74-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating models to the new version...
12:28:29.105 [pool-74-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating proxies...
attempting to resolve any leftover cross-file references...
12:28:29.105 [pool-74-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Resolving any leftover cross-file references...
12:28:29.105 [pool-74-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - 0 proxy ref lists left after resolving 0 refs
12:28:29.105 [pool-74-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - proxy resolution took: ~0.0s
attempting to resolve any uninitialized derived attributes...
12:28:29.105 [pool-74-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Resolving any uninitialized derived attributes...
12:28:29.105 [pool-74-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - Deriving attributes...
12:28:29.106 [pool-74-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...
12:28:29.106 [pool-74-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating any affected derived attributes...
0s1ms [proxy update]
12:28:29.106 [pool-74-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updated proxies.
Indexed successfully revision 4 (timepoint 1654604905118) of file:///tmp/hawkSvnRepo13651412943904691987
12:28:29.107 [pool-74-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating relevant changed model files...
12:28:29.110 [pool-74-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Deleting models removed from repository...
12:28:29.110 [pool-74-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating models to the new version...
12:28:29.124 [pool-74-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /m.xmi...
12:28:29.124 [pool-74-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
12:28:29.125 [pool-74-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File contains: 4 (4) nodes in store
12:28:29.126 [pool-74-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - Update contains | a:1 u:1 d:0 ratio: 0.5
12:28:29.126 [pool-74-thread-1] DEBUG o.e.h.g.updater.GraphModelInserter - File already present, calculating deltas with respect to graph storage
12:28:29.126 [pool-74-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performing transactional update (ratio:0.0) on file: /m.xmi...
12:28:29.126 [pool-74-thread-1] DEBUG o.e.h.g.updater.GraphModelInserter - transactional update called
12:28:29.129 [pool-74-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performed transactional update on file: /m.xmi.
0s5ms [pure insertion]
marking any relevant derived attributes for update...12:28:29.129 [pool-74-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
12:28:29.129 [pool-74-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
12:28:29.129 [pool-74-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating proxies...
attempting to resolve any leftover cross-file references...
12:28:29.129 [pool-74-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Resolving any leftover cross-file references...
12:28:29.129 [pool-74-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - 0 proxy ref lists left after resolving 0 refs
12:28:29.129 [pool-74-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - proxy resolution took: ~0.0s
attempting to resolve any uninitialized derived attributes...
12:28:29.129 [pool-74-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Resolving any uninitialized derived attributes...
12:28:29.129 [pool-74-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - Deriving attributes...
12:28:29.130 [pool-74-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...
12:28:29.130 [pool-74-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating any affected derived attributes...
0s1ms [proxy update]
12:28:29.130 [pool-74-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updated proxies.
Indexed successfully revision 5 (timepoint 1654604907134) of file:///tmp/hawkSvnRepo13651412943904691987
12:28:29.131 [pool-74-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performing optional post-sync operations.
12:28:29.131 [pool-74-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updated Hawk instance test (success). 0 s 30 ms
after for 1654604898592: 0
after for 1654604901115: 1
before for 1654604903122: 2
before for 1654604905118: 3
12:28:29.183 [main] INFO  o.e.h.c.r.CompositeStateListener - Hawk shutting down...
12:28:29.183 [main] INFO  o.e.h.c.r.CompositeStateListener - Saving Hawk metadata...
adding: file:///tmp/hawkSvnRepo13651412943904691987:org.eclipse.hawk.svn.SvnManager:false
12:28:29.185 [main] INFO  o.e.h.c.r.CompositeStateListener - Saved Hawk metadata.
12:28:29.185 [main] INFO  o.e.h.core.runtime.BaseModelIndexer - Waiting 120s for all scheduled tasks to complete
12:28:29.282 [main] INFO  o.e.hawk.greycat.lucene.SoftTxLucene - Shutdown of Lucene complete.
12:28:29.283 [main] INFO  o.e.h.g.AbstractGreycatDatabase - Disconnected from GreyCat graph at /tmp/junit111770979729630920/test_before[LevelDB GreyCat]
12:28:29.285 [main] INFO  o.e.h.c.r.CompositeStateListener - Hawk shut down.
12:28:30.418 [main] INFO  o.e.h.c.r.CompositeStateListener - Saving Hawk metadata...
12:28:30.420 [main] INFO  o.e.h.c.r.CompositeStateListener - Saved Hawk metadata.
12:28:30.420 [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
12:28:30.420 [main] INFO  o.e.h.g.u.GraphMetaModelResourceInjector - ADDING METAMODELS: 
12:28:30.420 [main] INFO  o.e.h.g.u.GraphMetaModelResourceInjector - ADDING: 
12:28:30.424 [main] INFO  o.e.h.g.u.GraphMetaModelResourceInjector - 0 METAMODEL NODES! (took ~0 sec)
inserting static metamodels complete
12:28:30.424 [main] INFO  o.e.h.c.r.CompositeStateListener - Registering metamodels...
12:28:30.424 [main] INFO  o.e.h.c.r.CompositeStateListener - Registered metamodels.
12:28:30.424 [main] INFO  o.e.h.c.r.CompositeStateListener - Initialized Hawk.
12:28:30.424 [main] INFO  o.e.h.c.r.CompositeStateListener - Adding metamodel(s)...
12:28:30.424 [pool-76-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating Hawk...
updating indexer: 
12:28:30.425 [pool-76-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performing optional post-sync operations.
12:28:30.425 [pool-76-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updated Hawk instance test (success). 0 s 0 ms
Adding metamodels in: ../../core/tests/org.eclipse.hawk.integration.tests/resources/metamodels/Ecore.ecore to store
12:28:30.476 [main] INFO  o.e.h.g.u.GraphMetaModelResourceInjector - ADDING METAMODELS: 
12:28:30.476 [main] INFO  o.e.h.g.u.GraphMetaModelResourceInjector - ADDING: 
12:28:30.481 [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
12:28:30.481 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::ECharacterObject will be handled as its instance type java.lang.Character
12:28:30.482 [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
12:28:30.482 [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
12:28:30.482 [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
12:28:30.483 [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
12:28:30.483 [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
12:28:30.483 [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
12:28:30.483 [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
12:28:30.484 [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
12:28:30.485 [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
12:28:30.485 [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
12:28:30.485 [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
12:28:30.485 [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
12:28:30.485 [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[]
12:28:30.485 [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
12:28:30.486 [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
12:28:30.486 [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
12:28:30.486 [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
12:28:30.486 [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
12:28:30.486 [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
12:28:30.487 [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
12:28:30.487 [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
12:28:30.487 [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
12:28:30.489 [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
12:28:30.489 [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
12:28:30.489 [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
12:28:30.489 [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
12:28:30.492 [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
12:28:30.492 [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
12:28:30.492 [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
12:28:30.492 [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
12:28:30.492 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EBoolean will be handled as its instance type java.lang.Boolean
12:28:30.496 [main] INFO  o.e.h.g.u.GraphMetaModelResourceInjector - 20 METAMODEL NODES! (took ~0 sec)
12:28:30.496 [main] INFO  o.e.h.c.r.CompositeStateListener - Added metamodel(s).
12:28:30.496 [main] INFO  o.e.h.c.r.CompositeStateListener - Adding metamodel(s)...
Adding metamodels in: ../../core/tests/org.eclipse.hawk.integration.tests/resources/metamodels/XMLType.ecore to store
12:28:30.499 [main] INFO  o.e.h.g.u.GraphMetaModelResourceInjector - ADDING METAMODELS: 
12:28:30.499 [main] INFO  o.e.h.g.u.GraphMetaModelResourceInjector - ADDING: 
12:28:30.504 [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
12:28:30.504 [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
12:28:30.504 [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
12:28:30.504 [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
12:28:30.504 [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
12:28:30.504 [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
12:28:30.504 [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[]
12:28:30.504 [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
12:28:30.504 [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
12:28:30.504 [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
12:28:30.504 [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
12:28:30.504 [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
12:28:30.504 [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
12:28:30.504 [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
12:28:30.504 [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
12:28:30.504 [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
12:28:30.504 [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
12:28:30.504 [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
12:28:30.504 [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
12:28:30.504 [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
12:28:30.504 [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
12:28:30.504 [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
12:28:30.504 [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
12:28:30.504 [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
12:28:30.504 [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
12:28:30.504 [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
12:28:30.504 [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
12:28:30.504 [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
12:28:30.505 [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[]
12:28:30.505 [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
12:28:30.505 [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
12:28:30.505 [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
12:28:30.505 [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
12:28:30.505 [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
12:28:30.505 [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
12:28:30.505 [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
12:28:30.505 [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
12:28:30.505 [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
12:28:30.506 [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
12:28:30.506 [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
12:28:30.506 [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
12:28:30.506 [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
12:28:30.506 [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
12:28:30.506 [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
12:28:30.506 [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
12:28:30.506 [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
12:28:30.506 [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
12:28:30.506 [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
12:28:30.506 [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
12:28:30.506 [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
12:28:30.507 [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
12:28:30.507 [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
12:28:30.507 [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
12:28:30.507 [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
12:28:30.507 [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
12:28:30.507 [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
12:28:30.507 [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
12:28:30.507 [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
12:28:30.507 [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
12:28:30.510 [main] INFO  o.e.h.g.u.GraphMetaModelResourceInjector - 4 METAMODEL NODES! (took ~0 sec)
12:28:30.510 [main] INFO  o.e.h.c.r.CompositeStateListener - Added metamodel(s).
No username/password recorded for the repository file:///tmp/hawkSvnRepo16034473806819863747
12:28:38.107 [main] INFO  o.e.h.c.r.CompositeStateListener - Saving Hawk metadata...
adding: file:///tmp/hawkSvnRepo16034473806819863747:org.eclipse.hawk.svn.SvnManager:false
12:28:38.110 [main] INFO  o.e.h.c.r.CompositeStateListener - Saved Hawk metadata.
12:28:38.110 [pool-76-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating Hawk...
updating indexer: 
12:28:38.124 [pool-76-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating relevant changed model files...
12:28:38.124 [pool-76-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Deleting models removed from repository...
12:28:38.124 [pool-76-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating models to the new version...
12:28:38.124 [pool-76-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating proxies...
attempting to resolve any leftover cross-file references...
12:28:38.124 [pool-76-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Resolving any leftover cross-file references...
12:28:38.128 [pool-76-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - 0 proxy ref lists left after resolving 0 refs
12:28:38.129 [pool-76-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - proxy resolution took: ~0.004s
attempting to resolve any uninitialized derived attributes...
12:28:38.129 [pool-76-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Resolving any uninitialized derived attributes...
12:28:38.129 [pool-76-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - Deriving attributes...
12:28:38.132 [pool-76-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...
12:28:38.132 [pool-76-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating any affected derived attributes...
0s12ms [proxy update]
12:28:38.136 [pool-76-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updated proxies.
Indexed successfully revision 0 (timepoint 1654604909304) of file:///tmp/hawkSvnRepo16034473806819863747
12:28:38.137 [pool-76-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating relevant changed model files...
12:28:38.143 [pool-76-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Deleting models removed from repository...
12:28:38.143 [pool-76-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating models to the new version...
12:28:38.189 [pool-76-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /m.xmi...
12:28:38.212 [pool-76-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
12:28:38.216 [pool-76-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
12:28:38.216 [pool-76-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performing batch insert on file: /m.xmi...
12:28:38.222 [pool-76-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding elements of file /m.xmi
12:28:38.222 [pool-76-thread-1] INFO  o.e.hawk.graph.updater.TypeCache - Metamodel Tree is not in the graph, trying to locate it
12:28:38.222 [pool-76-thread-1] INFO  o.e.hawk.graph.updater.TypeCache - Found metamodel for Tree, inserting
12:28:38.222 [pool-76-thread-1] INFO  o.e.h.g.u.GraphMetaModelResourceInjector - ADDING METAMODELS: 
12:28:38.222 [pool-76-thread-1] INFO  o.e.h.g.u.GraphMetaModelResourceInjector - ADDING: 
12:28:38.229 [pool-76-thread-1] DEBUG o.e.h.g.u.GraphMetaModelResourceInjector - supertype dependency from Tree to http://www.eclipse.org/emf/2002/Ecore
12:28:38.230 [pool-76-thread-1] INFO  o.e.h.g.u.GraphMetaModelResourceInjector - 1 METAMODEL NODES! (took ~0 sec)
12:28:38.280 [pool-76-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~0sec)
12:28:38.280 [pool-76-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding edges of file /m.xmi
12:28:38.280 [pool-76-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec)
12:28:38.281 [pool-76-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performed batch insert on file: /m.xmi.
0s92ms [pure insertion]
marking any relevant derived attributes for update...12:28:38.281 [pool-76-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
12:28:38.281 [pool-76-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
12:28:38.281 [pool-76-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating proxies...
attempting to resolve any leftover cross-file references...
12:28:38.281 [pool-76-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Resolving any leftover cross-file references...
12:28:38.281 [pool-76-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - 0 proxy ref lists left after resolving 0 refs
12:28:38.281 [pool-76-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - proxy resolution took: ~0.0s
attempting to resolve any uninitialized derived attributes...
12:28:38.281 [pool-76-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Resolving any uninitialized derived attributes...
12:28:38.281 [pool-76-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - Deriving attributes...
12:28:38.281 [pool-76-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...
12:28:38.281 [pool-76-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating any affected derived attributes...
0s1ms [proxy update]
12:28:38.282 [pool-76-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updated proxies.
Indexed successfully revision 1 (timepoint 1654604910586) of file:///tmp/hawkSvnRepo16034473806819863747
12:28:38.283 [pool-76-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating relevant changed model files...
12:28:38.287 [pool-76-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Deleting models removed from repository...
12:28:38.287 [pool-76-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating models to the new version...
12:28:38.299 [pool-76-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /m.xmi...
12:28:38.299 [pool-76-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
12:28:38.300 [pool-76-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File contains: 1 (1) nodes in store
12:28:38.300 [pool-76-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - Update contains | a:1 u:1 d:0 ratio: 2.0
12:28:38.301 [pool-76-thread-1] DEBUG o.e.h.g.updater.GraphModelInserter - File already present, calculating deltas with respect to graph storage
12:28:38.301 [pool-76-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performing transactional update (ratio:0.0) on file: /m.xmi...
12:28:38.301 [pool-76-thread-1] DEBUG o.e.h.g.updater.GraphModelInserter - transactional update called
12:28:38.313 [pool-76-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performed transactional update on file: /m.xmi.
0s14ms [pure insertion]
marking any relevant derived attributes for update...12:28:38.313 [pool-76-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
12:28:38.313 [pool-76-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
12:28:38.313 [pool-76-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating proxies...
attempting to resolve any leftover cross-file references...
12:28:38.313 [pool-76-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Resolving any leftover cross-file references...
12:28:38.313 [pool-76-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - 0 proxy ref lists left after resolving 0 refs
12:28:38.313 [pool-76-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - proxy resolution took: ~0.0s
attempting to resolve any uninitialized derived attributes...
12:28:38.313 [pool-76-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Resolving any uninitialized derived attributes...
12:28:38.313 [pool-76-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - Deriving attributes...
12:28:38.314 [pool-76-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...
12:28:38.314 [pool-76-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating any affected derived attributes...
0s1ms [proxy update]
12:28:38.314 [pool-76-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updated proxies.
Indexed successfully revision 2 (timepoint 1654604912116) of file:///tmp/hawkSvnRepo16034473806819863747
12:28:38.315 [pool-76-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating relevant changed model files...
12:28:38.318 [pool-76-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Deleting models removed from repository...
12:28:38.318 [pool-76-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating models to the new version...
12:28:38.379 [pool-76-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /m.xmi...
12:28:38.379 [pool-76-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
12:28:38.379 [pool-76-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File contains: 2 (2) nodes in store
12:28:38.380 [pool-76-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - Update contains | a:1 u:1 d:0 ratio: 1.0
12:28:38.380 [pool-76-thread-1] DEBUG o.e.h.g.updater.GraphModelInserter - File already present, calculating deltas with respect to graph storage
12:28:38.380 [pool-76-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performing transactional update (ratio:0.0) on file: /m.xmi...
12:28:38.380 [pool-76-thread-1] DEBUG o.e.h.g.updater.GraphModelInserter - transactional update called
12:28:38.382 [pool-76-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performed transactional update on file: /m.xmi.
0s3ms [pure insertion]
marking any relevant derived attributes for update...12:28:38.382 [pool-76-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
12:28:38.382 [pool-76-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
12:28:38.382 [pool-76-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating proxies...
attempting to resolve any leftover cross-file references...
12:28:38.382 [pool-76-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Resolving any leftover cross-file references...
12:28:38.382 [pool-76-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - 0 proxy ref lists left after resolving 0 refs
12:28:38.382 [pool-76-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - proxy resolution took: ~0.0s
attempting to resolve any uninitialized derived attributes...
12:28:38.382 [pool-76-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Resolving any uninitialized derived attributes...
12:28:38.382 [pool-76-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - Deriving attributes...
12:28:38.382 [pool-76-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...
12:28:38.382 [pool-76-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating any affected derived attributes...
0s1ms [proxy update]
12:28:38.383 [pool-76-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updated proxies.
Indexed successfully revision 3 (timepoint 1654604914113) of file:///tmp/hawkSvnRepo16034473806819863747
12:28:38.383 [pool-76-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating relevant changed model files...
12:28:38.386 [pool-76-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Deleting models removed from repository...
12:28:38.386 [pool-76-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating models to the new version...
12:28:38.394 [pool-76-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /m.xmi...
12:28:38.394 [pool-76-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
12:28:38.395 [pool-76-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File contains: 3 (3) nodes in store
12:28:38.395 [pool-76-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - Update contains | a:1 u:1 d:0 ratio: 0.6666666666666666
12:28:38.395 [pool-76-thread-1] DEBUG o.e.h.g.updater.GraphModelInserter - File already present, calculating deltas with respect to graph storage
12:28:38.395 [pool-76-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performing transactional update (ratio:0.0) on file: /m.xmi...
12:28:38.396 [pool-76-thread-1] DEBUG o.e.h.g.updater.GraphModelInserter - transactional update called
12:28:38.397 [pool-76-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performed transactional update on file: /m.xmi.
0s3ms [pure insertion]
marking any relevant derived attributes for update...12:28:38.397 [pool-76-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
12:28:38.397 [pool-76-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
12:28:38.397 [pool-76-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating proxies...
attempting to resolve any leftover cross-file references...
12:28:38.397 [pool-76-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Resolving any leftover cross-file references...
12:28:38.398 [pool-76-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - 0 proxy ref lists left after resolving 0 refs
12:28:38.398 [pool-76-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - proxy resolution took: ~0.001s
attempting to resolve any uninitialized derived attributes...
12:28:38.398 [pool-76-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Resolving any uninitialized derived attributes...
12:28:38.398 [pool-76-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - Deriving attributes...
12:28:38.398 [pool-76-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...
12:28:38.398 [pool-76-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating any affected derived attributes...
0s1ms [proxy update]
12:28:38.398 [pool-76-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updated proxies.
Indexed successfully revision 4 (timepoint 1654604916140) of file:///tmp/hawkSvnRepo16034473806819863747
12:28:38.398 [pool-76-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performing optional post-sync operations.
12:28:38.399 [pool-76-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updated Hawk instance test (success). 0 s 289 ms
12:28:38.407 [main] INFO  o.e.h.c.r.CompositeStateListener - Hawk shutting down...
12:28:38.407 [main] INFO  o.e.h.c.r.CompositeStateListener - Saving Hawk metadata...
adding: file:///tmp/hawkSvnRepo16034473806819863747:org.eclipse.hawk.svn.SvnManager:false
12:28:38.410 [main] INFO  o.e.h.c.r.CompositeStateListener - Saved Hawk metadata.
12:28:38.410 [main] INFO  o.e.h.core.runtime.BaseModelIndexer - Waiting 120s for all scheduled tasks to complete
12:28:38.550 [main] INFO  o.e.hawk.greycat.lucene.SoftTxLucene - Shutdown of Lucene complete.
12:28:38.551 [main] INFO  o.e.h.g.AbstractGreycatDatabase - Disconnected from GreyCat graph at /tmp/junit1959355577896430467/test_commitMessages[LevelDB GreyCat]
12:28:38.553 [main] INFO  o.e.h.c.r.CompositeStateListener - Hawk shut down.
12:28:39.419 [main] INFO  o.e.h.c.r.CompositeStateListener - Saving Hawk metadata...
12:28:39.422 [main] INFO  o.e.h.c.r.CompositeStateListener - Saved Hawk metadata.
12:28:39.422 [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
12:28:39.422 [main] INFO  o.e.h.g.u.GraphMetaModelResourceInjector - ADDING METAMODELS: 
12:28:39.422 [main] INFO  o.e.h.g.u.GraphMetaModelResourceInjector - ADDING: 
12:28:39.425 [main] INFO  o.e.h.g.u.GraphMetaModelResourceInjector - 0 METAMODEL NODES! (took ~0 sec)
inserting static metamodels complete
12:28:39.425 [main] INFO  o.e.h.c.r.CompositeStateListener - Registering metamodels...
12:28:39.425 [main] INFO  o.e.h.c.r.CompositeStateListener - Registered metamodels.
12:28:39.426 [main] INFO  o.e.h.c.r.CompositeStateListener - Initialized Hawk.
12:28:39.426 [pool-78-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating Hawk...
updating indexer: 
12:28:39.426 [pool-78-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performing optional post-sync operations.
12:28:39.426 [pool-78-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updated Hawk instance test (success). 0 s 0 ms
12:28:39.426 [main] INFO  o.e.h.c.r.CompositeStateListener - Adding metamodel(s)...
Adding metamodels in: ../../core/tests/org.eclipse.hawk.integration.tests/resources/metamodels/Ecore.ecore to store
12:28:39.431 [main] INFO  o.e.h.g.u.GraphMetaModelResourceInjector - ADDING METAMODELS: 
12:28:39.431 [main] INFO  o.e.h.g.u.GraphMetaModelResourceInjector - ADDING: 
12:28:39.479 [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
12:28:39.479 [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
12:28:39.481 [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
12:28:39.481 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EEnumerator will be handled as its instance type org.eclipse.emf.common.util.Enumerator
12:28:39.481 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EInt will be handled as its instance type java.lang.Integer
12:28:39.481 [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
12:28:39.482 [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
12:28:39.482 [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
12:28:39.484 [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
12:28:39.484 [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
12:28:39.484 [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
12:28:39.485 [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
12:28:39.486 [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
12:28:39.486 [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
12:28:39.488 [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
12:28:39.488 [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
12:28:39.489 [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
12:28:39.489 [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
12:28:39.489 [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
12:28:39.489 [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
12:28:39.489 [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
12:28:39.489 [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
12:28:39.489 [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
12:28:39.492 [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
12:28:39.492 [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
12:28:39.494 [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
12:28:39.495 [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
12:28:39.495 [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
12:28:39.495 [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
12:28:39.495 [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
12:28:39.495 [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
12:28:39.495 [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[]
12:28:39.495 [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
12:28:39.503 [main] INFO  o.e.h.g.u.GraphMetaModelResourceInjector - 20 METAMODEL NODES! (took ~0 sec)
12:28:39.503 [main] INFO  o.e.h.c.r.CompositeStateListener - Added metamodel(s).
12:28:39.503 [main] INFO  o.e.h.c.r.CompositeStateListener - Adding metamodel(s)...
Adding metamodels in: ../../core/tests/org.eclipse.hawk.integration.tests/resources/metamodels/XMLType.ecore to store
12:28:39.509 [main] INFO  o.e.h.g.u.GraphMetaModelResourceInjector - ADDING METAMODELS: 
12:28:39.509 [main] INFO  o.e.h.g.u.GraphMetaModelResourceInjector - ADDING: 
12:28:39.578 [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
12:28:39.578 [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
12:28:39.578 [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
12:28:39.578 [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
12:28:39.578 [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
12:28:39.578 [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
12:28:39.578 [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
12:28:39.578 [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
12:28:39.578 [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
12:28:39.578 [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
12:28:39.578 [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
12:28:39.578 [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
12:28:39.578 [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
12:28:39.578 [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
12:28:39.578 [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
12:28:39.578 [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
12:28:39.579 [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
12:28:39.580 [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
12:28:39.580 [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
12:28:39.580 [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
12:28:39.580 [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
12:28:39.580 [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
12:28:39.581 [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
12:28:39.582 [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
12:28:39.582 [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
12:28:39.582 [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
12:28:39.582 [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
12:28:39.582 [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
12:28:39.582 [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
12:28:39.582 [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
12:28:39.582 [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
12:28:39.582 [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
12:28:39.582 [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
12:28:39.582 [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
12:28:39.582 [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
12:28:39.582 [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
12:28:39.582 [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
12:28:39.582 [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
12:28:39.582 [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
12:28:39.582 [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
12:28:39.582 [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[]
12:28:39.582 [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
12:28:39.582 [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
12:28:39.583 [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
12:28:39.583 [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
12:28:39.583 [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
12:28:39.583 [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
12:28:39.583 [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
12:28:39.583 [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
12:28:39.583 [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
12:28:39.583 [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
12:28:39.583 [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
12:28:39.583 [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
12:28:39.583 [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
12:28:39.583 [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
12:28:39.583 [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
12:28:39.583 [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
12:28:39.583 [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[]
12:28:39.583 [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
12:28:39.589 [main] INFO  o.e.h.g.u.GraphMetaModelResourceInjector - 4 METAMODEL NODES! (took ~0 sec)
12:28:39.589 [main] INFO  o.e.h.c.r.CompositeStateListener - Added metamodel(s).
No username/password recorded for the repository file:///tmp/hawkSvnRepo13341941353880075902
12:28:47.105 [main] INFO  o.e.h.c.r.CompositeStateListener - Saving Hawk metadata...
adding: file:///tmp/hawkSvnRepo13341941353880075902:org.eclipse.hawk.svn.SvnManager:false
12:28:47.107 [main] INFO  o.e.h.c.r.CompositeStateListener - Saved Hawk metadata.
12:28:47.107 [pool-78-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating Hawk...
updating indexer: 
12:28:47.120 [pool-78-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating relevant changed model files...
12:28:47.120 [pool-78-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Deleting models removed from repository...
12:28:47.120 [pool-78-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating models to the new version...
12:28:47.120 [pool-78-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating proxies...
attempting to resolve any leftover cross-file references...
12:28:47.120 [pool-78-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Resolving any leftover cross-file references...
12:28:47.124 [pool-78-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - 0 proxy ref lists left after resolving 0 refs
12:28:47.124 [pool-78-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - proxy resolution took: ~0.004s
attempting to resolve any uninitialized derived attributes...
12:28:47.124 [pool-78-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Resolving any uninitialized derived attributes...
12:28:47.124 [pool-78-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - Deriving attributes...
12:28:47.128 [pool-78-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...
12:28:47.128 [pool-78-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating any affected derived attributes...
0s12ms [proxy update]
12:28:47.132 [pool-78-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updated proxies.
Indexed successfully revision 0 (timepoint 1654604918575) of file:///tmp/hawkSvnRepo13341941353880075902
12:28:47.133 [pool-78-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating relevant changed model files...
12:28:47.140 [pool-78-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Deleting models removed from repository...
12:28:47.140 [pool-78-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating models to the new version...
12:28:47.182 [pool-78-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /m.xmi...
12:28:47.190 [pool-78-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
12:28:47.194 [pool-78-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
12:28:47.194 [pool-78-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performing batch insert on file: /m.xmi...
12:28:47.200 [pool-78-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding elements of file /m.xmi
12:28:47.200 [pool-78-thread-1] INFO  o.e.hawk.graph.updater.TypeCache - Metamodel Tree is not in the graph, trying to locate it
12:28:47.200 [pool-78-thread-1] INFO  o.e.hawk.graph.updater.TypeCache - Found metamodel for Tree, inserting
12:28:47.200 [pool-78-thread-1] INFO  o.e.h.g.u.GraphMetaModelResourceInjector - ADDING METAMODELS: 
12:28:47.200 [pool-78-thread-1] INFO  o.e.h.g.u.GraphMetaModelResourceInjector - ADDING: 
12:28:47.275 [pool-78-thread-1] DEBUG o.e.h.g.u.GraphMetaModelResourceInjector - supertype dependency from Tree to http://www.eclipse.org/emf/2002/Ecore
12:28:47.277 [pool-78-thread-1] INFO  o.e.h.g.u.GraphMetaModelResourceInjector - 1 METAMODEL NODES! (took ~0 sec)
12:28:47.283 [pool-78-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~0sec)
12:28:47.283 [pool-78-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding edges of file /m.xmi
12:28:47.283 [pool-78-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec)
12:28:47.284 [pool-78-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performed batch insert on file: /m.xmi.
0s102ms [pure insertion]
marking any relevant derived attributes for update...12:28:47.284 [pool-78-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
12:28:47.284 [pool-78-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
12:28:47.284 [pool-78-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating proxies...
attempting to resolve any leftover cross-file references...
12:28:47.284 [pool-78-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Resolving any leftover cross-file references...
12:28:47.284 [pool-78-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - 0 proxy ref lists left after resolving 0 refs
12:28:47.284 [pool-78-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - proxy resolution took: ~0.0s
attempting to resolve any uninitialized derived attributes...
12:28:47.284 [pool-78-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Resolving any uninitialized derived attributes...
12:28:47.284 [pool-78-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - Deriving attributes...
12:28:47.284 [pool-78-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...
12:28:47.284 [pool-78-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating any affected derived attributes...
0s1ms [proxy update]
12:28:47.285 [pool-78-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updated proxies.
Indexed successfully revision 1 (timepoint 1654604919678) of file:///tmp/hawkSvnRepo13341941353880075902
12:28:47.285 [pool-78-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating relevant changed model files...
12:28:47.289 [pool-78-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Deleting models removed from repository...
12:28:47.289 [pool-78-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating models to the new version...
12:28:47.301 [pool-78-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /m.xmi...
12:28:47.301 [pool-78-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
12:28:47.301 [pool-78-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File contains: 1 (1) nodes in store
12:28:47.302 [pool-78-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - Update contains | a:1 u:1 d:0 ratio: 2.0
12:28:47.302 [pool-78-thread-1] DEBUG o.e.h.g.updater.GraphModelInserter - File already present, calculating deltas with respect to graph storage
12:28:47.302 [pool-78-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performing transactional update (ratio:0.0) on file: /m.xmi...
12:28:47.302 [pool-78-thread-1] DEBUG o.e.h.g.updater.GraphModelInserter - transactional update called
12:28:47.312 [pool-78-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performed transactional update on file: /m.xmi.
0s11ms [pure insertion]
marking any relevant derived attributes for update...12:28:47.312 [pool-78-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
12:28:47.312 [pool-78-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
12:28:47.312 [pool-78-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating proxies...
attempting to resolve any leftover cross-file references...
12:28:47.312 [pool-78-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Resolving any leftover cross-file references...
12:28:47.313 [pool-78-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - 0 proxy ref lists left after resolving 0 refs
12:28:47.313 [pool-78-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - proxy resolution took: ~0.001s
attempting to resolve any uninitialized derived attributes...
12:28:47.313 [pool-78-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Resolving any uninitialized derived attributes...
12:28:47.313 [pool-78-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - Deriving attributes...
12:28:47.313 [pool-78-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...
12:28:47.313 [pool-78-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating any affected derived attributes...
0s1ms [proxy update]
12:28:47.313 [pool-78-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updated proxies.
Indexed successfully revision 2 (timepoint 1654604921112) of file:///tmp/hawkSvnRepo13341941353880075902
12:28:47.313 [pool-78-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating relevant changed model files...
12:28:47.316 [pool-78-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Deleting models removed from repository...
12:28:47.316 [pool-78-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating models to the new version...
12:28:47.382 [pool-78-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /m.xmi...
12:28:47.382 [pool-78-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
12:28:47.383 [pool-78-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File contains: 2 (2) nodes in store
12:28:47.383 [pool-78-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - Update contains | a:1 u:1 d:0 ratio: 1.0
12:28:47.383 [pool-78-thread-1] DEBUG o.e.h.g.updater.GraphModelInserter - File already present, calculating deltas with respect to graph storage
12:28:47.383 [pool-78-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performing transactional update (ratio:0.0) on file: /m.xmi...
12:28:47.383 [pool-78-thread-1] DEBUG o.e.h.g.updater.GraphModelInserter - transactional update called
12:28:47.385 [pool-78-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performed transactional update on file: /m.xmi.
0s3ms [pure insertion]
marking any relevant derived attributes for update...12:28:47.385 [pool-78-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
12:28:47.385 [pool-78-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
12:28:47.385 [pool-78-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating proxies...
attempting to resolve any leftover cross-file references...
12:28:47.385 [pool-78-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Resolving any leftover cross-file references...
12:28:47.385 [pool-78-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - 0 proxy ref lists left after resolving 0 refs
12:28:47.385 [pool-78-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - proxy resolution took: ~0.0s
attempting to resolve any uninitialized derived attributes...
12:28:47.385 [pool-78-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Resolving any uninitialized derived attributes...
12:28:47.385 [pool-78-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - Deriving attributes...
12:28:47.386 [pool-78-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...
12:28:47.386 [pool-78-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating any affected derived attributes...
0s1ms [proxy update]
12:28:47.386 [pool-78-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updated proxies.
Indexed successfully revision 3 (timepoint 1654604923113) of file:///tmp/hawkSvnRepo13341941353880075902
12:28:47.386 [pool-78-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating relevant changed model files...
12:28:47.389 [pool-78-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Deleting models removed from repository...
12:28:47.389 [pool-78-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating models to the new version...
12:28:47.397 [pool-78-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /m.xmi...
12:28:47.397 [pool-78-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
12:28:47.398 [pool-78-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File contains: 3 (3) nodes in store
12:28:47.398 [pool-78-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - Update contains | a:1 u:1 d:0 ratio: 0.6666666666666666
12:28:47.398 [pool-78-thread-1] DEBUG o.e.h.g.updater.GraphModelInserter - File already present, calculating deltas with respect to graph storage
12:28:47.398 [pool-78-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performing transactional update (ratio:0.0) on file: /m.xmi...
12:28:47.398 [pool-78-thread-1] DEBUG o.e.h.g.updater.GraphModelInserter - transactional update called
12:28:47.400 [pool-78-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performed transactional update on file: /m.xmi.
0s3ms [pure insertion]
marking any relevant derived attributes for update...12:28:47.400 [pool-78-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
12:28:47.400 [pool-78-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
12:28:47.400 [pool-78-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating proxies...
attempting to resolve any leftover cross-file references...
12:28:47.400 [pool-78-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Resolving any leftover cross-file references...
12:28:47.400 [pool-78-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - 0 proxy ref lists left after resolving 0 refs
12:28:47.400 [pool-78-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - proxy resolution took: ~0.0s
attempting to resolve any uninitialized derived attributes...
12:28:47.400 [pool-78-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Resolving any uninitialized derived attributes...
12:28:47.400 [pool-78-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - Deriving attributes...
12:28:47.400 [pool-78-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...
12:28:47.400 [pool-78-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating any affected derived attributes...
0s0ms [proxy update]
12:28:47.400 [pool-78-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updated proxies.
Indexed successfully revision 4 (timepoint 1654604925112) of file:///tmp/hawkSvnRepo13341941353880075902
12:28:47.401 [pool-78-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performing optional post-sync operations.
12:28:47.401 [pool-78-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updated Hawk instance test (success). 0 s 294 ms
12:28:47.406 [main] INFO  o.e.h.c.r.CompositeStateListener - Hawk shutting down...
12:28:47.406 [main] INFO  o.e.h.c.r.CompositeStateListener - Saving Hawk metadata...
adding: file:///tmp/hawkSvnRepo13341941353880075902:org.eclipse.hawk.svn.SvnManager:false
12:28:47.408 [main] INFO  o.e.h.c.r.CompositeStateListener - Saved Hawk metadata.
12:28:47.408 [main] INFO  o.e.h.core.runtime.BaseModelIndexer - Waiting 120s for all scheduled tasks to complete
12:28:47.531 [main] INFO  o.e.hawk.greycat.lucene.SoftTxLucene - Shutdown of Lucene complete.
12:28:47.531 [main] INFO  o.e.h.g.AbstractGreycatDatabase - Disconnected from GreyCat graph at /tmp/junit1692826666249691590/test_rangesAreBothInclusive[LevelDB GreyCat]
12:28:47.533 [main] INFO  o.e.h.c.r.CompositeStateListener - Hawk shut down.
12:28:48.420 [main] INFO  o.e.h.c.r.CompositeStateListener - Saving Hawk metadata...
12:28:48.423 [main] INFO  o.e.h.c.r.CompositeStateListener - Saved Hawk metadata.
12:28:48.423 [main] INFO  o.e.h.c.r.CompositeStateListener - Initializing Hawk...
inserting static metamodels of registered metamodel factories to graph:
org.eclipse.hawk.emf.metamodel.EMFMetaModelResourceFactory
12:28:48.423 [main] INFO  o.e.h.g.u.GraphMetaModelResourceInjector - ADDING METAMODELS: 
12:28:48.423 [main] INFO  o.e.h.g.u.GraphMetaModelResourceInjector - ADDING: 
12:28:48.477 [main] INFO  o.e.h.g.u.GraphMetaModelResourceInjector - 0 METAMODEL NODES! (took ~0 sec)
inserting static metamodels complete
12:28:48.478 [main] INFO  o.e.h.c.r.CompositeStateListener - Registering metamodels...
12:28:48.478 [main] INFO  o.e.h.c.r.CompositeStateListener - Registered metamodels.
12:28:48.478 [main] INFO  o.e.h.c.r.CompositeStateListener - Initialized Hawk.
12:28:48.478 [pool-80-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating Hawk...
updating indexer: 
12:28:48.479 [main] INFO  o.e.h.c.r.CompositeStateListener - Adding metamodel(s)...
12:28:48.479 [pool-80-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performing optional post-sync operations.
12:28:48.479 [pool-80-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updated Hawk instance test (success). 0 s 0 ms
Adding metamodels in: ../../core/tests/org.eclipse.hawk.integration.tests/resources/metamodels/Ecore.ecore to store
12:28:48.490 [main] INFO  o.e.h.g.u.GraphMetaModelResourceInjector - ADDING METAMODELS: 
12:28:48.490 [main] INFO  o.e.h.g.u.GraphMetaModelResourceInjector - ADDING: 
12:28:48.497 [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
12:28:48.497 [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
12:28:48.497 [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
12:28:48.498 [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
12:28:48.498 [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
12:28:48.498 [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
12:28:48.499 [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
12:28:48.499 [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
12:28:48.499 [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
12:28:48.499 [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
12:28:48.499 [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
12:28:48.500 [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
12:28:48.500 [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
12:28:48.501 [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
12:28:48.502 [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
12:28:48.502 [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
12:28:48.503 [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
12:28:48.503 [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
12:28:48.503 [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
12:28:48.503 [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[]
12:28:48.503 [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
12:28:48.503 [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
12:28:48.503 [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
12:28:48.503 [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
12:28:48.504 [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
12:28:48.504 [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
12:28:48.504 [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
12:28:48.504 [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
12:28:48.505 [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
12:28:48.506 [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
12:28:48.507 [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
12:28:48.507 [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
12:28:48.507 [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
12:28:48.512 [main] INFO  o.e.h.g.u.GraphMetaModelResourceInjector - 20 METAMODEL NODES! (took ~0 sec)
12:28:48.512 [main] INFO  o.e.h.c.r.CompositeStateListener - Added metamodel(s).
12:28:48.512 [main] INFO  o.e.h.c.r.CompositeStateListener - Adding metamodel(s)...
Adding metamodels in: ../../core/tests/org.eclipse.hawk.integration.tests/resources/metamodels/XMLType.ecore to store
12:28:48.516 [main] INFO  o.e.h.g.u.GraphMetaModelResourceInjector - ADDING METAMODELS: 
12:28:48.516 [main] INFO  o.e.h.g.u.GraphMetaModelResourceInjector - ADDING: 
12:28:48.575 [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
12:28:48.576 [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
12:28:48.576 [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
12:28:48.576 [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
12:28:48.576 [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
12:28:48.576 [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
12:28:48.576 [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
12:28:48.576 [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
12:28:48.576 [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
12:28:48.576 [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
12:28:48.576 [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
12:28:48.576 [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
12:28:48.576 [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
12:28:48.576 [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
12:28:48.576 [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
12:28:48.576 [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
12:28:48.576 [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
12:28:48.576 [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
12:28:48.576 [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
12:28:48.576 [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
12:28:48.576 [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
12:28:48.576 [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
12:28:48.576 [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
12:28:48.576 [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
12:28:48.576 [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
12:28:48.576 [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
12:28:48.576 [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[]
12:28:48.576 [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[]
12:28:48.576 [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
12:28:48.576 [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
12:28:48.576 [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
12:28:48.576 [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
12:28:48.576 [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
12:28:48.576 [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
12:28:48.576 [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
12:28:48.576 [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
12:28:48.576 [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
12:28:48.576 [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
12:28:48.576 [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
12:28:48.576 [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
12:28:48.576 [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
12:28:48.576 [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
12:28:48.577 [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
12:28:48.578 [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
12:28:48.578 [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
12:28:48.578 [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
12:28:48.578 [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
12:28:48.578 [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
12:28:48.578 [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
12:28:48.578 [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
12:28:48.578 [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
12:28:48.578 [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
12:28:48.578 [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
12:28:48.578 [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
12:28:48.578 [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
12:28:48.578 [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
12:28:48.578 [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
12:28:48.578 [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
12:28:48.578 [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
12:28:48.582 [main] INFO  o.e.h.g.u.GraphMetaModelResourceInjector - 4 METAMODEL NODES! (took ~0 sec)
12:28:48.582 [main] INFO  o.e.h.c.r.CompositeStateListener - Added metamodel(s).
No username/password recorded for the repository file:///tmp/hawkSvnRepo6008492704101101715
12:28:52.109 [main] INFO  o.e.h.c.r.CompositeStateListener - Saving Hawk metadata...
adding: file:///tmp/hawkSvnRepo6008492704101101715:org.eclipse.hawk.svn.SvnManager:false
12:28:52.112 [main] INFO  o.e.h.c.r.CompositeStateListener - Saved Hawk metadata.
12:28:52.112 [pool-80-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating Hawk...
updating indexer: 
12:28:52.125 [pool-80-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating relevant changed model files...
12:28:52.125 [pool-80-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Deleting models removed from repository...
12:28:52.125 [pool-80-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating models to the new version...
12:28:52.126 [pool-80-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating proxies...
attempting to resolve any leftover cross-file references...
12:28:52.126 [pool-80-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Resolving any leftover cross-file references...
12:28:52.128 [pool-80-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - 0 proxy ref lists left after resolving 0 refs
12:28:52.128 [pool-80-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - proxy resolution took: ~0.002s
attempting to resolve any uninitialized derived attributes...
12:28:52.128 [pool-80-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Resolving any uninitialized derived attributes...
12:28:52.128 [pool-80-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - Deriving attributes...
12:28:52.130 [pool-80-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...
12:28:52.130 [pool-80-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating any affected derived attributes...
0s7ms [proxy update]
12:28:52.133 [pool-80-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updated proxies.
Indexed successfully revision 0 (timepoint 1654604927575) of file:///tmp/hawkSvnRepo6008492704101101715
12:28:52.134 [pool-80-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating relevant changed model files...
12:28:52.138 [pool-80-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Deleting models removed from repository...
12:28:52.138 [pool-80-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating models to the new version...
12:28:52.147 [pool-80-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /root.xmi...
12:28:52.153 [pool-80-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
12:28:52.154 [pool-80-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
12:28:52.154 [pool-80-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performing batch insert on file: /root.xmi...
12:28:52.157 [pool-80-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding elements of file /root.xmi
12:28:52.158 [pool-80-thread-1] INFO  o.e.hawk.graph.updater.TypeCache - Metamodel Tree is not in the graph, trying to locate it
12:28:52.174 [pool-80-thread-1] INFO  o.e.hawk.graph.updater.TypeCache - Found metamodel for Tree, inserting
12:28:52.174 [pool-80-thread-1] INFO  o.e.h.g.u.GraphMetaModelResourceInjector - ADDING METAMODELS: 
12:28:52.174 [pool-80-thread-1] INFO  o.e.h.g.u.GraphMetaModelResourceInjector - ADDING: 
12:28:52.182 [pool-80-thread-1] DEBUG o.e.h.g.u.GraphMetaModelResourceInjector - supertype dependency from Tree to http://www.eclipse.org/emf/2002/Ecore
12:28:52.183 [pool-80-thread-1] INFO  o.e.h.g.u.GraphMetaModelResourceInjector - 1 METAMODEL NODES! (took ~0 sec)
12:28:52.188 [pool-80-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~0sec)
12:28:52.188 [pool-80-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding edges of file /root.xmi
12:28:52.188 [pool-80-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec)
12:28:52.188 [pool-80-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performed batch insert on file: /root.xmi.
0s41ms [pure insertion]
marking any relevant derived attributes for update...12:28:52.188 [pool-80-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
12:28:52.188 [pool-80-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
12:28:52.188 [pool-80-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating proxies...
attempting to resolve any leftover cross-file references...
12:28:52.188 [pool-80-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Resolving any leftover cross-file references...
12:28:52.189 [pool-80-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - 0 proxy ref lists left after resolving 0 refs
12:28:52.189 [pool-80-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - proxy resolution took: ~0.001s
attempting to resolve any uninitialized derived attributes...
12:28:52.189 [pool-80-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Resolving any uninitialized derived attributes...
12:28:52.189 [pool-80-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - Deriving attributes...
12:28:52.189 [pool-80-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...
12:28:52.189 [pool-80-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating any affected derived attributes...
0s1ms [proxy update]
12:28:52.189 [pool-80-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updated proxies.
Indexed successfully revision 1 (timepoint 1654604928607) of file:///tmp/hawkSvnRepo6008492704101101715
12:28:52.190 [pool-80-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating relevant changed model files...
12:28:52.190 [pool-80-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Deleting models removed from repository...
12:28:52.190 [pool-80-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Deleting all contents of file: /root.xmi...
12:28:52.190 [pool-80-thread-1] DEBUG o.e.hawk.graph.updater.DeletionUtils - deleting nodes from file: /root.xmi
12:28:52.203 [pool-80-thread-1] DEBUG o.e.hawk.graph.updater.DeletionUtils - deleted all, took: 0.013s
12:28:52.203 [pool-80-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Deleted all contents of file: /root.xmi.
12:28:52.204 [pool-80-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating models to the new version...
12:28:52.204 [pool-80-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating proxies...
attempting to resolve any leftover cross-file references...
12:28:52.204 [pool-80-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Resolving any leftover cross-file references...
12:28:52.204 [pool-80-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - 0 proxy ref lists left after resolving 0 refs
12:28:52.204 [pool-80-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - proxy resolution took: ~0.0s
attempting to resolve any uninitialized derived attributes...
12:28:52.204 [pool-80-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Resolving any uninitialized derived attributes...
12:28:52.204 [pool-80-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - Deriving attributes...
12:28:52.204 [pool-80-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...
12:28:52.204 [pool-80-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating any affected derived attributes...
0s0ms [proxy update]
12:28:52.204 [pool-80-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updated proxies.
Indexed successfully revision 2 (timepoint 1654604930163) of file:///tmp/hawkSvnRepo6008492704101101715
12:28:52.205 [pool-80-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performing optional post-sync operations.
12:28:52.205 [pool-80-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updated Hawk instance test (success). 0 s 93 ms
12:28:52.212 [main] INFO  o.e.h.c.r.CompositeStateListener - Hawk shutting down...
12:28:52.212 [main] INFO  o.e.h.c.r.CompositeStateListener - Saving Hawk metadata...
adding: file:///tmp/hawkSvnRepo6008492704101101715:org.eclipse.hawk.svn.SvnManager:false
12:28:52.273 [main] INFO  o.e.h.c.r.CompositeStateListener - Saved Hawk metadata.
12:28:52.274 [main] INFO  o.e.h.core.runtime.BaseModelIndexer - Waiting 120s for all scheduled tasks to complete
12:28:52.400 [main] INFO  o.e.hawk.greycat.lucene.SoftTxLucene - Shutdown of Lucene complete.
12:28:52.401 [main] INFO  o.e.h.g.AbstractGreycatDatabase - Disconnected from GreyCat graph at /tmp/junit177912213934783470/test_createDeleteNode[LevelDB GreyCat]
12:28:52.403 [main] INFO  o.e.h.c.r.CompositeStateListener - Hawk shut down.
12:28:53.424 [main] INFO  o.e.h.c.r.CompositeStateListener - Saving Hawk metadata...
12:28:53.427 [main] INFO  o.e.h.c.r.CompositeStateListener - Saved Hawk metadata.
12:28:53.427 [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
12:28:53.427 [main] INFO  o.e.h.g.u.GraphMetaModelResourceInjector - ADDING METAMODELS: 
12:28:53.427 [main] INFO  o.e.h.g.u.GraphMetaModelResourceInjector - ADDING: 
12:28:53.476 [main] INFO  o.e.h.g.u.GraphMetaModelResourceInjector - 0 METAMODEL NODES! (took ~0 sec)
inserting static metamodels complete
12:28:53.476 [main] INFO  o.e.h.c.r.CompositeStateListener - Registering metamodels...
12:28:53.477 [main] INFO  o.e.h.c.r.CompositeStateListener - Registered metamodels.
12:28:53.477 [main] INFO  o.e.h.c.r.CompositeStateListener - Initialized Hawk.
12:28:53.477 [main] INFO  o.e.h.c.r.CompositeStateListener - Adding metamodel(s)...
12:28:53.477 [pool-82-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating Hawk...
updating indexer: 
12:28:53.478 [pool-82-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performing optional post-sync operations.
12:28:53.478 [pool-82-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updated Hawk instance test (success). 0 s 0 ms
Adding metamodels in: ../../core/tests/org.eclipse.hawk.integration.tests/resources/metamodels/Ecore.ecore to store
12:28:53.486 [main] INFO  o.e.h.g.u.GraphMetaModelResourceInjector - ADDING METAMODELS: 
12:28:53.486 [main] INFO  o.e.h.g.u.GraphMetaModelResourceInjector - ADDING: 
12:28:53.492 [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
12:28:53.492 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::ELongObject will be handled as its instance type java.lang.Long
12:28:53.492 [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
12:28:53.492 [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
12:28:53.492 [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
12:28:53.493 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EJavaClass will be handled as its instance type java.lang.Class
12:28:53.495 [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
12:28:53.495 [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
12:28:53.495 [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
12:28:53.497 [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
12:28:53.497 [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
12:28:53.497 [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
12:28:53.497 [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
12:28:53.497 [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
12:28:53.498 [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
12:28:53.501 [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
12:28:53.501 [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
12:28:53.501 [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
12:28:53.502 [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
12:28:53.502 [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
12:28:53.502 [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
12:28:53.504 [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
12:28:53.505 [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
12:28:53.505 [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
12:28:53.507 [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
12:28:53.510 [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[]
12:28:53.510 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EDate will be handled as its instance type java.util.Date
12:28:53.510 [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
12:28:53.510 [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
12:28:53.510 [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
12:28:53.510 [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
12:28:53.510 [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
12:28:53.510 [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
12:28:53.580 [main] INFO  o.e.h.g.u.GraphMetaModelResourceInjector - 20 METAMODEL NODES! (took ~0 sec)
12:28:53.580 [main] INFO  o.e.h.c.r.CompositeStateListener - Added metamodel(s).
12:28:53.580 [main] INFO  o.e.h.c.r.CompositeStateListener - Adding metamodel(s)...
Adding metamodels in: ../../core/tests/org.eclipse.hawk.integration.tests/resources/metamodels/XMLType.ecore to store
12:28:53.586 [main] INFO  o.e.h.g.u.GraphMetaModelResourceInjector - ADDING METAMODELS: 
12:28:53.586 [main] INFO  o.e.h.g.u.GraphMetaModelResourceInjector - ADDING: 
12:28:53.594 [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
12:28:53.594 [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
12:28:53.594 [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
12:28:53.594 [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
12:28:53.594 [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
12:28:53.594 [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
12:28:53.594 [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
12:28:53.594 [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
12:28:53.594 [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
12:28:53.594 [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
12:28:53.595 [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
12:28:53.596 [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
12:28:53.596 [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
12:28:53.596 [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
12:28:53.596 [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[]
12:28:53.596 [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
12:28:53.596 [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
12:28:53.596 [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
12:28:53.596 [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
12:28:53.596 [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
12:28:53.596 [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
12:28:53.596 [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
12:28:53.596 [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
12:28:53.596 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::BooleanObject will be handled as its instance type java.lang.Boolean
12:28:53.596 [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
12:28:53.597 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::NonPositiveInteger will be handled as its instance type java.math.BigInteger
12:28:53.597 [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
12:28:53.597 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Float will be handled as its instance type java.lang.Float
12:28:53.597 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::IDREFS will be handled as its instance type java.util.List
12:28:53.597 [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
12:28:53.597 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Integer will be handled as its instance type java.math.BigInteger
12:28:53.597 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::LongObject will be handled as its instance type java.lang.Long
12:28:53.597 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::NMTOKENS will be handled as its instance type java.util.List
12:28:53.597 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::HexBinary will be handled as its instance type byte[]
12:28:53.597 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::UnsignedInt will be handled as its instance type java.lang.Long
12:28:53.597 [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
12:28:53.597 [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
12:28:53.597 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::NegativeInteger will be handled as its instance type java.math.BigInteger
12:28:53.597 [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
12:28:53.597 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Time will be handled as its instance type javax.xml.datatype.XMLGregorianCalendar
12:28:53.597 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Byte will be handled as its instance type byte
12:28:53.597 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Name will be handled as its instance type java.lang.String
12:28:53.597 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::NOTATION will be handled as its instance type javax.xml.namespace.QName
12:28:53.597 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::ByteObject will be handled as its instance type java.lang.Byte
12:28:53.597 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Duration will be handled as its instance type javax.xml.datatype.Duration
12:28:53.597 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::NCName will be handled as its instance type java.lang.String
12:28:53.597 [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
12:28:53.597 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Long will be handled as its instance type java.lang.Long
12:28:53.597 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::GMonth will be handled as its instance type javax.xml.datatype.XMLGregorianCalendar
12:28:53.597 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::ENTITIESBase will be handled as its instance type java.util.List
12:28:53.597 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::GYear will be handled as its instance type javax.xml.datatype.XMLGregorianCalendar
12:28:53.599 [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
12:28:53.599 [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
12:28:53.599 [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
12:28:53.600 [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
12:28:53.601 [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
12:28:53.601 [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
12:28:53.601 [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
12:28:53.601 [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
12:28:53.607 [main] INFO  o.e.h.g.u.GraphMetaModelResourceInjector - 4 METAMODEL NODES! (took ~0 sec)
12:28:53.607 [main] INFO  o.e.h.c.r.CompositeStateListener - Added metamodel(s).
No username/password recorded for the repository file:///tmp/hawkSvnRepo11922060129676225230
12:28:57.105 [main] INFO  o.e.h.c.r.CompositeStateListener - Saving Hawk metadata...
adding: file:///tmp/hawkSvnRepo11922060129676225230:org.eclipse.hawk.svn.SvnManager:false
12:28:57.107 [main] INFO  o.e.h.c.r.CompositeStateListener - Saved Hawk metadata.
12:28:57.107 [pool-82-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating Hawk...
updating indexer: 
12:28:57.123 [pool-82-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating relevant changed model files...
12:28:57.123 [pool-82-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Deleting models removed from repository...
12:28:57.123 [pool-82-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating models to the new version...
12:28:57.123 [pool-82-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating proxies...
attempting to resolve any leftover cross-file references...
12:28:57.123 [pool-82-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Resolving any leftover cross-file references...
12:28:57.127 [pool-82-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - 0 proxy ref lists left after resolving 0 refs
12:28:57.127 [pool-82-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - proxy resolution took: ~0.004s
attempting to resolve any uninitialized derived attributes...
12:28:57.127 [pool-82-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Resolving any uninitialized derived attributes...
12:28:57.127 [pool-82-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - Deriving attributes...
12:28:57.131 [pool-82-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...
12:28:57.131 [pool-82-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating any affected derived attributes...
0s12ms [proxy update]
12:28:57.135 [pool-82-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updated proxies.
Indexed successfully revision 0 (timepoint 1654604932428) of file:///tmp/hawkSvnRepo11922060129676225230
12:28:57.136 [pool-82-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating relevant changed model files...
12:28:57.142 [pool-82-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Deleting models removed from repository...
12:28:57.142 [pool-82-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating models to the new version...
12:28:57.174 [pool-82-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /root.xmi...
12:28:57.183 [pool-82-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
12:28:57.183 [pool-82-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
12:28:57.183 [pool-82-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performing batch insert on file: /root.xmi...
12:28:57.192 [pool-82-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding elements of file /root.xmi
12:28:57.192 [pool-82-thread-1] INFO  o.e.hawk.graph.updater.TypeCache - Metamodel Tree is not in the graph, trying to locate it
12:28:57.192 [pool-82-thread-1] INFO  o.e.hawk.graph.updater.TypeCache - Found metamodel for Tree, inserting
12:28:57.192 [pool-82-thread-1] INFO  o.e.h.g.u.GraphMetaModelResourceInjector - ADDING METAMODELS: 
12:28:57.192 [pool-82-thread-1] INFO  o.e.h.g.u.GraphMetaModelResourceInjector - ADDING: 
12:28:57.199 [pool-82-thread-1] DEBUG o.e.h.g.u.GraphMetaModelResourceInjector - supertype dependency from Tree to http://www.eclipse.org/emf/2002/Ecore
12:28:57.201 [pool-82-thread-1] INFO  o.e.h.g.u.GraphMetaModelResourceInjector - 1 METAMODEL NODES! (took ~0 sec)
12:28:57.206 [pool-82-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~0sec)
12:28:57.206 [pool-82-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding edges of file /root.xmi
12:28:57.207 [pool-82-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec)
12:28:57.207 [pool-82-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performed batch insert on file: /root.xmi.
0s33ms [pure insertion]
marking any relevant derived attributes for update...12:28:57.207 [pool-82-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
12:28:57.207 [pool-82-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
12:28:57.207 [pool-82-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating proxies...
attempting to resolve any leftover cross-file references...
12:28:57.207 [pool-82-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Resolving any leftover cross-file references...
12:28:57.207 [pool-82-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - 0 proxy ref lists left after resolving 0 refs
12:28:57.207 [pool-82-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - proxy resolution took: ~0.0s
attempting to resolve any uninitialized derived attributes...
12:28:57.207 [pool-82-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Resolving any uninitialized derived attributes...
12:28:57.207 [pool-82-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - Deriving attributes...
12:28:57.208 [pool-82-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...
12:28:57.208 [pool-82-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating any affected derived attributes...
0s1ms [proxy update]
12:28:57.208 [pool-82-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updated proxies.
Indexed successfully revision 1 (timepoint 1654604933696) of file:///tmp/hawkSvnRepo11922060129676225230
12:28:57.209 [pool-82-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating relevant changed model files...
12:28:57.209 [pool-82-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Deleting models removed from repository...
12:28:57.209 [pool-82-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Deleting all contents of file: /root.xmi...
12:28:57.209 [pool-82-thread-1] DEBUG o.e.hawk.graph.updater.DeletionUtils - deleting nodes from file: /root.xmi
12:28:57.278 [pool-82-thread-1] DEBUG o.e.hawk.graph.updater.DeletionUtils - deleted all, took: 0.069s
12:28:57.279 [pool-82-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Deleted all contents of file: /root.xmi.
12:28:57.279 [pool-82-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating models to the new version...
12:28:57.279 [pool-82-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating proxies...
attempting to resolve any leftover cross-file references...
12:28:57.279 [pool-82-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Resolving any leftover cross-file references...
12:28:57.279 [pool-82-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - 0 proxy ref lists left after resolving 0 refs
12:28:57.279 [pool-82-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - proxy resolution took: ~0.0s
attempting to resolve any uninitialized derived attributes...
12:28:57.279 [pool-82-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Resolving any uninitialized derived attributes...
12:28:57.279 [pool-82-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - Deriving attributes...
12:28:57.279 [pool-82-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...
12:28:57.279 [pool-82-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating any affected derived attributes...
0s0ms [proxy update]
12:28:57.279 [pool-82-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updated proxies.
Indexed successfully revision 2 (timepoint 1654604935155) of file:///tmp/hawkSvnRepo11922060129676225230
12:28:57.280 [pool-82-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performing optional post-sync operations.
12:28:57.280 [pool-82-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updated Hawk instance test (success). 0 s 173 ms
12:28:57.284 [main] INFO  o.e.h.c.r.CompositeStateListener - Hawk shutting down...
12:28:57.284 [main] INFO  o.e.h.c.r.CompositeStateListener - Saving Hawk metadata...
adding: file:///tmp/hawkSvnRepo11922060129676225230:org.eclipse.hawk.svn.SvnManager:false
12:28:57.286 [main] INFO  o.e.h.c.r.CompositeStateListener - Saved Hawk metadata.
12:28:57.286 [main] INFO  o.e.h.core.runtime.BaseModelIndexer - Waiting 120s for all scheduled tasks to complete
12:28:57.418 [main] INFO  o.e.hawk.greycat.lucene.SoftTxLucene - Shutdown of Lucene complete.
12:28:57.419 [main] INFO  o.e.h.g.AbstractGreycatDatabase - Disconnected from GreyCat graph at /tmp/junit15264532072044810879/test_travelToMissingTimepointReturnsNull[LevelDB GreyCat]
12:28:57.421 [main] INFO  o.e.h.c.r.CompositeStateListener - Hawk shut down.
12:28:58.414 [main] INFO  o.e.h.c.r.CompositeStateListener - Saving Hawk metadata...
12:28:58.416 [main] INFO  o.e.h.c.r.CompositeStateListener - Saved Hawk metadata.
12:28:58.416 [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
12:28:58.416 [main] INFO  o.e.h.g.u.GraphMetaModelResourceInjector - ADDING METAMODELS: 
12:28:58.416 [main] INFO  o.e.h.g.u.GraphMetaModelResourceInjector - ADDING: 
12:28:58.420 [main] INFO  o.e.h.g.u.GraphMetaModelResourceInjector - 0 METAMODEL NODES! (took ~0 sec)
inserting static metamodels complete
12:28:58.420 [main] INFO  o.e.h.c.r.CompositeStateListener - Registering metamodels...
12:28:58.420 [main] INFO  o.e.h.c.r.CompositeStateListener - Registered metamodels.
12:28:58.421 [main] INFO  o.e.h.c.r.CompositeStateListener - Initialized Hawk.
12:28:58.421 [pool-84-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating Hawk...
updating indexer: 
12:28:58.421 [main] INFO  o.e.h.c.r.CompositeStateListener - Adding metamodel(s)...
12:28:58.422 [pool-84-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performing optional post-sync operations.
12:28:58.422 [pool-84-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updated Hawk instance test (success). 0 s 1 ms
Adding metamodels in: ../../core/tests/org.eclipse.hawk.integration.tests/resources/metamodels/Ecore.ecore to store
12:28:58.427 [main] INFO  o.e.h.g.u.GraphMetaModelResourceInjector - ADDING METAMODELS: 
12:28:58.427 [main] INFO  o.e.h.g.u.GraphMetaModelResourceInjector - ADDING: 
12:28:58.482 [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
12:28:58.482 [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
12:28:58.482 [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
12:28:58.483 [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
12:28:58.483 [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
12:28:58.484 [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
12:28:58.484 [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
12:28:58.485 [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
12:28:58.487 [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
12:28:58.487 [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
12:28:58.487 [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
12:28:58.487 [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
12:28:58.488 [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
12:28:58.488 [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
12:28:58.488 [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
12:28:58.488 [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
12:28:58.488 [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
12:28:58.488 [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
12:28:58.489 [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
12:28:58.490 [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
12:28:58.490 [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
12:28:58.492 [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
12:28:58.494 [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[]
12:28:58.494 [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
12:28:58.494 [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
12:28:58.494 [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
12:28:58.494 [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
12:28:58.494 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EBigInteger will be handled as its instance type java.math.BigInteger
12:28:58.494 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::ECharacterObject will be handled as its instance type java.lang.Character
12:28:58.494 [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
12:28:58.494 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EByte will be handled as its instance type byte
12:28:58.494 [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
12:28:58.494 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EByteObject will be handled as its instance type java.lang.Byte
12:28:58.502 [main] INFO  o.e.h.g.u.GraphMetaModelResourceInjector - 20 METAMODEL NODES! (took ~0 sec)
12:28:58.502 [main] INFO  o.e.h.c.r.CompositeStateListener - Added metamodel(s).
12:28:58.502 [main] INFO  o.e.h.c.r.CompositeStateListener - Adding metamodel(s)...
Adding metamodels in: ../../core/tests/org.eclipse.hawk.integration.tests/resources/metamodels/XMLType.ecore to store
12:28:58.577 [main] INFO  o.e.h.g.u.GraphMetaModelResourceInjector - ADDING METAMODELS: 
12:28:58.577 [main] INFO  o.e.h.g.u.GraphMetaModelResourceInjector - ADDING: 
12:28:58.582 [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
12:28:58.582 [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
12:28:58.582 [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
12:28:58.582 [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
12:28:58.582 [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
12:28:58.582 [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
12:28:58.583 [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
12:28:58.583 [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
12:28:58.584 [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
12:28:58.584 [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[]
12:28:58.584 [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
12:28:58.584 [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
12:28:58.584 [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
12:28:58.584 [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
12:28:58.584 [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
12:28:58.584 [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
12:28:58.584 [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
12:28:58.584 [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
12:28:58.584 [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
12:28:58.584 [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
12:28:58.584 [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
12:28:58.584 [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
12:28:58.584 [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
12:28:58.584 [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
12:28:58.585 [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
12:28:58.585 [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[]
12:28:58.586 [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
12:28:58.586 [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
12:28:58.586 [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
12:28:58.586 [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
12:28:58.586 [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
12:28:58.586 [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
12:28:58.586 [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
12:28:58.586 [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
12:28:58.586 [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
12:28:58.586 [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
12:28:58.586 [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
12:28:58.586 [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
12:28:58.586 [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
12:28:58.586 [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
12:28:58.586 [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
12:28:58.586 [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
12:28:58.586 [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
12:28:58.586 [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
12:28:58.586 [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
12:28:58.586 [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
12:28:58.586 [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
12:28:58.586 [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
12:28:58.586 [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
12:28:58.586 [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
12:28:58.586 [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
12:28:58.586 [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
12:28:58.586 [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
12:28:58.586 [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
12:28:58.586 [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
12:28:58.586 [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
12:28:58.586 [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
12:28:58.586 [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
12:28:58.586 [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
12:28:58.591 [main] INFO  o.e.h.g.u.GraphMetaModelResourceInjector - 4 METAMODEL NODES! (took ~0 sec)
12:28:58.591 [main] INFO  o.e.h.c.r.CompositeStateListener - Added metamodel(s).
No username/password recorded for the repository file:///tmp/hawkSvnRepo13048362553770509197
12:29:12.111 [main] INFO  o.e.h.c.r.CompositeStateListener - Saving Hawk metadata...
adding: file:///tmp/hawkSvnRepo13048362553770509197:org.eclipse.hawk.svn.SvnManager:false
12:29:12.114 [main] INFO  o.e.h.c.r.CompositeStateListener - Saved Hawk metadata.
12:29:12.115 [pool-84-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating Hawk...
updating indexer: 
12:29:12.131 [pool-84-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating relevant changed model files...
12:29:12.131 [pool-84-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Deleting models removed from repository...
12:29:12.131 [pool-84-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating models to the new version...
12:29:12.131 [pool-84-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating proxies...
attempting to resolve any leftover cross-file references...
12:29:12.131 [pool-84-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Resolving any leftover cross-file references...
12:29:12.134 [pool-84-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - 0 proxy ref lists left after resolving 0 refs
12:29:12.134 [pool-84-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - proxy resolution took: ~0.003s
attempting to resolve any uninitialized derived attributes...
12:29:12.134 [pool-84-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Resolving any uninitialized derived attributes...
12:29:12.134 [pool-84-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - Deriving attributes...
12:29:12.137 [pool-84-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...
12:29:12.137 [pool-84-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating any affected derived attributes...
0s9ms [proxy update]
12:29:12.140 [pool-84-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updated proxies.
Indexed successfully revision 0 (timepoint 1654604937445) of file:///tmp/hawkSvnRepo13048362553770509197
12:29:12.141 [pool-84-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating relevant changed model files...
12:29:12.146 [pool-84-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Deleting models removed from repository...
12:29:12.146 [pool-84-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating models to the new version...
12:29:12.177 [pool-84-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /m.xmi...
12:29:12.184 [pool-84-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
12:29:12.184 [pool-84-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
12:29:12.184 [pool-84-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performing batch insert on file: /m.xmi...
12:29:12.192 [pool-84-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding elements of file /m.xmi
12:29:12.192 [pool-84-thread-1] INFO  o.e.hawk.graph.updater.TypeCache - Metamodel Tree is not in the graph, trying to locate it
12:29:12.192 [pool-84-thread-1] INFO  o.e.hawk.graph.updater.TypeCache - Found metamodel for Tree, inserting
12:29:12.192 [pool-84-thread-1] INFO  o.e.h.g.u.GraphMetaModelResourceInjector - ADDING METAMODELS: 
12:29:12.192 [pool-84-thread-1] INFO  o.e.h.g.u.GraphMetaModelResourceInjector - ADDING: 
12:29:12.198 [pool-84-thread-1] DEBUG o.e.h.g.u.GraphMetaModelResourceInjector - supertype dependency from Tree to http://www.eclipse.org/emf/2002/Ecore
12:29:12.199 [pool-84-thread-1] INFO  o.e.h.g.u.GraphMetaModelResourceInjector - 1 METAMODEL NODES! (took ~0 sec)
12:29:12.204 [pool-84-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~0sec)
12:29:12.204 [pool-84-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding edges of file /m.xmi
12:29:12.204 [pool-84-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec)
12:29:12.204 [pool-84-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performed batch insert on file: /m.xmi.
0s27ms [pure insertion]
marking any relevant derived attributes for update...12:29:12.204 [pool-84-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
12:29:12.204 [pool-84-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
12:29:12.204 [pool-84-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating proxies...
attempting to resolve any leftover cross-file references...
12:29:12.204 [pool-84-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Resolving any leftover cross-file references...
12:29:12.205 [pool-84-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - 0 proxy ref lists left after resolving 0 refs
12:29:12.205 [pool-84-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - proxy resolution took: ~0.001s
attempting to resolve any uninitialized derived attributes...
12:29:12.205 [pool-84-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Resolving any uninitialized derived attributes...
12:29:12.205 [pool-84-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - Deriving attributes...
12:29:12.205 [pool-84-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...
12:29:12.205 [pool-84-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating any affected derived attributes...
0s1ms [proxy update]
12:29:12.205 [pool-84-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updated proxies.
Indexed successfully revision 1 (timepoint 1654604938617) of file:///tmp/hawkSvnRepo13048362553770509197
12:29:12.206 [pool-84-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating relevant changed model files...
12:29:12.208 [pool-84-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Deleting models removed from repository...
12:29:12.208 [pool-84-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating models to the new version...
12:29:12.277 [pool-84-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /m.xmi...
12:29:12.277 [pool-84-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
12:29:12.278 [pool-84-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File contains: 1 (1) nodes in store
12:29:12.278 [pool-84-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - Update contains | a:1 u:1 d:0 ratio: 2.0
12:29:12.278 [pool-84-thread-1] DEBUG o.e.h.g.updater.GraphModelInserter - File already present, calculating deltas with respect to graph storage
12:29:12.278 [pool-84-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performing transactional update (ratio:0.0) on file: /m.xmi...
12:29:12.278 [pool-84-thread-1] DEBUG o.e.h.g.updater.GraphModelInserter - transactional update called
12:29:12.288 [pool-84-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performed transactional update on file: /m.xmi.
0s12ms [pure insertion]
marking any relevant derived attributes for update...12:29:12.289 [pool-84-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
12:29:12.289 [pool-84-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
12:29:12.289 [pool-84-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating proxies...
attempting to resolve any leftover cross-file references...
12:29:12.289 [pool-84-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Resolving any leftover cross-file references...
12:29:12.289 [pool-84-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - 0 proxy ref lists left after resolving 0 refs
12:29:12.289 [pool-84-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - proxy resolution took: ~0.0s
attempting to resolve any uninitialized derived attributes...
12:29:12.289 [pool-84-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Resolving any uninitialized derived attributes...
12:29:12.289 [pool-84-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - Deriving attributes...
12:29:12.289 [pool-84-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...
12:29:12.289 [pool-84-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating any affected derived attributes...
0s1ms [proxy update]
12:29:12.290 [pool-84-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updated proxies.
Indexed successfully revision 2 (timepoint 1654604940113) of file:///tmp/hawkSvnRepo13048362553770509197
12:29:12.290 [pool-84-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating relevant changed model files...
12:29:12.293 [pool-84-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Deleting models removed from repository...
12:29:12.293 [pool-84-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating models to the new version...
12:29:12.302 [pool-84-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /m.xmi...
12:29:12.302 [pool-84-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
12:29:12.302 [pool-84-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File contains: 2 (2) nodes in store
12:29:12.303 [pool-84-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - Update contains | a:1 u:1 d:0 ratio: 1.0
12:29:12.303 [pool-84-thread-1] DEBUG o.e.h.g.updater.GraphModelInserter - File already present, calculating deltas with respect to graph storage
12:29:12.303 [pool-84-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performing transactional update (ratio:0.0) on file: /m.xmi...
12:29:12.303 [pool-84-thread-1] DEBUG o.e.h.g.updater.GraphModelInserter - transactional update called
12:29:12.304 [pool-84-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performed transactional update on file: /m.xmi.
0s2ms [pure insertion]
marking any relevant derived attributes for update...12:29:12.304 [pool-84-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s1ms
12:29:12.305 [pool-84-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s1ms
12:29:12.305 [pool-84-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating proxies...
attempting to resolve any leftover cross-file references...
12:29:12.305 [pool-84-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Resolving any leftover cross-file references...
12:29:12.305 [pool-84-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - 0 proxy ref lists left after resolving 0 refs
12:29:12.305 [pool-84-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - proxy resolution took: ~0.0s
attempting to resolve any uninitialized derived attributes...
12:29:12.305 [pool-84-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Resolving any uninitialized derived attributes...
12:29:12.305 [pool-84-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - Deriving attributes...
12:29:12.305 [pool-84-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...
12:29:12.305 [pool-84-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating any affected derived attributes...
0s0ms [proxy update]
12:29:12.305 [pool-84-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updated proxies.
Indexed successfully revision 3 (timepoint 1654604942112) of file:///tmp/hawkSvnRepo13048362553770509197
12:29:12.306 [pool-84-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating relevant changed model files...
12:29:12.308 [pool-84-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Deleting models removed from repository...
12:29:12.308 [pool-84-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating models to the new version...
12:29:12.317 [pool-84-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /m.xmi...
12:29:12.317 [pool-84-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
12:29:12.318 [pool-84-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File contains: 3 (3) nodes in store
12:29:12.318 [pool-84-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - Update contains | a:0 u:1 d:2 ratio: 1.0
12:29:12.318 [pool-84-thread-1] DEBUG o.e.h.g.updater.GraphModelInserter - File already present, calculating deltas with respect to graph storage
12:29:12.318 [pool-84-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performing transactional update (ratio:0.0) on file: /m.xmi...
12:29:12.318 [pool-84-thread-1] DEBUG o.e.h.g.updater.GraphModelInserter - transactional update called
12:29:12.378 [pool-84-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performed transactional update on file: /m.xmi.
0s61ms [pure insertion]
marking any relevant derived attributes for update...12:29:12.378 [pool-84-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
12:29:12.378 [pool-84-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
12:29:12.378 [pool-84-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating proxies...
attempting to resolve any leftover cross-file references...
12:29:12.378 [pool-84-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Resolving any leftover cross-file references...
12:29:12.378 [pool-84-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - 0 proxy ref lists left after resolving 0 refs
12:29:12.379 [pool-84-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - proxy resolution took: ~0.001s
attempting to resolve any uninitialized derived attributes...
12:29:12.379 [pool-84-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Resolving any uninitialized derived attributes...
12:29:12.379 [pool-84-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - Deriving attributes...
12:29:12.379 [pool-84-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...
12:29:12.379 [pool-84-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating any affected derived attributes...
0s1ms [proxy update]
12:29:12.379 [pool-84-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updated proxies.
Indexed successfully revision 4 (timepoint 1654604944119) of file:///tmp/hawkSvnRepo13048362553770509197
12:29:12.380 [pool-84-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating relevant changed model files...
12:29:12.382 [pool-84-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Deleting models removed from repository...
12:29:12.382 [pool-84-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating models to the new version...
12:29:12.390 [pool-84-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /m.xmi...
12:29:12.391 [pool-84-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
12:29:12.393 [pool-84-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File contains: 1 (1) nodes in store
12:29:12.393 [pool-84-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - Update contains | a:1 u:1 d:0 ratio: 2.0
12:29:12.393 [pool-84-thread-1] DEBUG o.e.h.g.updater.GraphModelInserter - File already present, calculating deltas with respect to graph storage
12:29:12.393 [pool-84-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performing transactional update (ratio:0.0) on file: /m.xmi...
12:29:12.393 [pool-84-thread-1] DEBUG o.e.h.g.updater.GraphModelInserter - transactional update called
12:29:12.395 [pool-84-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performed transactional update on file: /m.xmi.
0s5ms [pure insertion]
marking any relevant derived attributes for update...12:29:12.395 [pool-84-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
12:29:12.395 [pool-84-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
12:29:12.395 [pool-84-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating proxies...
attempting to resolve any leftover cross-file references...
12:29:12.395 [pool-84-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Resolving any leftover cross-file references...
12:29:12.395 [pool-84-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - 0 proxy ref lists left after resolving 0 refs
12:29:12.395 [pool-84-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - proxy resolution took: ~0.0s
attempting to resolve any uninitialized derived attributes...
12:29:12.395 [pool-84-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Resolving any uninitialized derived attributes...
12:29:12.395 [pool-84-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - Deriving attributes...
12:29:12.395 [pool-84-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...
12:29:12.395 [pool-84-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating any affected derived attributes...
0s0ms [proxy update]
12:29:12.395 [pool-84-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updated proxies.
Indexed successfully revision 5 (timepoint 1654604946113) of file:///tmp/hawkSvnRepo13048362553770509197
12:29:12.396 [pool-84-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating relevant changed model files...
12:29:12.399 [pool-84-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Deleting models removed from repository...
12:29:12.399 [pool-84-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating models to the new version...
12:29:12.407 [pool-84-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /m.xmi...
12:29:12.407 [pool-84-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
12:29:12.408 [pool-84-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File contains: 2 (2) nodes in store
12:29:12.408 [pool-84-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - Update contains | a:0 u:1 d:0 ratio: 0.5
12:29:12.408 [pool-84-thread-1] DEBUG o.e.h.g.updater.GraphModelInserter - File already present, calculating deltas with respect to graph storage
12:29:12.408 [pool-84-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performing transactional update (ratio:0.0) on file: /m.xmi...
12:29:12.408 [pool-84-thread-1] DEBUG o.e.h.g.updater.GraphModelInserter - transactional update called
12:29:12.409 [pool-84-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performed transactional update on file: /m.xmi.
0s2ms [pure insertion]
marking any relevant derived attributes for update...12:29:12.409 [pool-84-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
12:29:12.409 [pool-84-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
12:29:12.410 [pool-84-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating proxies...
attempting to resolve any leftover cross-file references...
12:29:12.410 [pool-84-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Resolving any leftover cross-file references...
12:29:12.410 [pool-84-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - 0 proxy ref lists left after resolving 0 refs
12:29:12.410 [pool-84-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - proxy resolution took: ~0.0s
attempting to resolve any uninitialized derived attributes...
12:29:12.410 [pool-84-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Resolving any uninitialized derived attributes...
12:29:12.410 [pool-84-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - Deriving attributes...
12:29:12.410 [pool-84-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...
12:29:12.410 [pool-84-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating any affected derived attributes...
0s0ms [proxy update]
12:29:12.410 [pool-84-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updated proxies.
Indexed successfully revision 6 (timepoint 1654604948125) of file:///tmp/hawkSvnRepo13048362553770509197
12:29:12.411 [pool-84-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating relevant changed model files...
12:29:12.413 [pool-84-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Deleting models removed from repository...
12:29:12.413 [pool-84-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating models to the new version...
12:29:12.474 [pool-84-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /m.xmi...
12:29:12.474 [pool-84-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
12:29:12.475 [pool-84-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File contains: 2 (2) nodes in store
12:29:12.475 [pool-84-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - Update contains | a:0 u:1 d:1 ratio: 1.0
12:29:12.475 [pool-84-thread-1] DEBUG o.e.h.g.updater.GraphModelInserter - File already present, calculating deltas with respect to graph storage
12:29:12.475 [pool-84-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performing transactional update (ratio:0.0) on file: /m.xmi...
12:29:12.476 [pool-84-thread-1] DEBUG o.e.h.g.updater.GraphModelInserter - transactional update called
12:29:12.479 [pool-84-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performed transactional update on file: /m.xmi.
0s5ms [pure insertion]
marking any relevant derived attributes for update...12:29:12.479 [pool-84-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
12:29:12.479 [pool-84-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
12:29:12.479 [pool-84-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating proxies...
attempting to resolve any leftover cross-file references...
12:29:12.479 [pool-84-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Resolving any leftover cross-file references...
12:29:12.480 [pool-84-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - 0 proxy ref lists left after resolving 0 refs
12:29:12.480 [pool-84-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - proxy resolution took: ~0.001s
attempting to resolve any uninitialized derived attributes...
12:29:12.480 [pool-84-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Resolving any uninitialized derived attributes...
12:29:12.480 [pool-84-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - Deriving attributes...
12:29:12.480 [pool-84-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...
12:29:12.480 [pool-84-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating any affected derived attributes...
0s1ms [proxy update]
12:29:12.480 [pool-84-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updated proxies.
Indexed successfully revision 7 (timepoint 1654604950113) of file:///tmp/hawkSvnRepo13048362553770509197
12:29:12.481 [pool-84-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performing optional post-sync operations.
12:29:12.481 [pool-84-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updated Hawk instance test (success). 0 s 366 ms
property: eContainer not found in metamodel for type: Tree
property: eContainer not found in metamodel for type: Tree
property: eContainer not found in metamodel for type: Tree
property: eContainer not found in metamodel for type: Tree
label: Empty
label: NotEmpty
label: Empty
label: NotEmpty
label: NotEmpty
label: Empty
Children of NotEmpty at 1654604946113: 1
Children of NotEmpty at 1654604942112: 2
Children of NotEmpty at 1654604940113: 1
property: eContainer not found in metamodel for type: Tree
Children of NotEmpty at 1654604946113: 1
Children of NotEmpty at 1654604942112: 2
Children of NotEmpty at 1654604940113: 1
12:29:12.511 [main] INFO  o.e.h.c.r.CompositeStateListener - Hawk shutting down...
12:29:12.511 [main] INFO  o.e.h.c.r.CompositeStateListener - Saving Hawk metadata...
adding: file:///tmp/hawkSvnRepo13048362553770509197:org.eclipse.hawk.svn.SvnManager:false
12:29:12.513 [main] INFO  o.e.h.c.r.CompositeStateListener - Saved Hawk metadata.
12:29:12.513 [main] INFO  o.e.h.core.runtime.BaseModelIndexer - Waiting 120s for all scheduled tasks to complete
12:29:12.650 [main] INFO  o.e.hawk.greycat.lucene.SoftTxLucene - Shutdown of Lucene complete.
12:29:12.650 [main] INFO  o.e.h.g.AbstractGreycatDatabase - Disconnected from GreyCat graph at /tmp/junit17080842675509623189/test_unscope[LevelDB GreyCat]
12:29:12.652 [main] INFO  o.e.h.c.r.CompositeStateListener - Hawk shut down.
12:29:14.424 [main] INFO  o.e.h.c.r.CompositeStateListener - Saving Hawk metadata...
12:29:14.427 [main] INFO  o.e.h.c.r.CompositeStateListener - Saved Hawk metadata.
12:29:14.427 [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
12:29:14.427 [main] INFO  o.e.h.g.u.GraphMetaModelResourceInjector - ADDING METAMODELS: 
12:29:14.427 [main] INFO  o.e.h.g.u.GraphMetaModelResourceInjector - ADDING: 
12:29:14.477 [main] INFO  o.e.h.g.u.GraphMetaModelResourceInjector - 0 METAMODEL NODES! (took ~0 sec)
inserting static metamodels complete
12:29:14.477 [main] INFO  o.e.h.c.r.CompositeStateListener - Registering metamodels...
12:29:14.477 [main] INFO  o.e.h.c.r.CompositeStateListener - Registered metamodels.
12:29:14.478 [pool-86-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating Hawk...
updating indexer: 
12:29:14.478 [main] INFO  o.e.h.c.r.CompositeStateListener - Initialized Hawk.
12:29:14.479 [pool-86-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performing optional post-sync operations.
12:29:14.479 [main] INFO  o.e.h.c.r.CompositeStateListener - Adding metamodel(s)...
12:29:14.479 [pool-86-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updated Hawk instance test (success). 0 s 0 ms
Adding metamodels in: ../../core/tests/org.eclipse.hawk.integration.tests/resources/metamodels/Ecore.ecore to store
12:29:14.489 [main] INFO  o.e.h.g.u.GraphMetaModelResourceInjector - ADDING METAMODELS: 
12:29:14.489 [main] INFO  o.e.h.g.u.GraphMetaModelResourceInjector - ADDING: 
12:29:14.501 [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
12:29:14.501 [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
12:29:14.501 [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
12:29:14.502 [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
12:29:14.504 [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
12:29:14.505 [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
12:29:14.575 [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
12:29:14.575 [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
12:29:14.575 [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
12:29:14.575 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EByteArray will be handled as its instance type byte[]
12:29:14.576 [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
12:29:14.576 [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
12:29:14.576 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EDouble will be handled as its instance type java.lang.Double
12:29:14.576 [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
12:29:14.576 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::ELongObject will be handled as its instance type java.lang.Long
12:29:14.577 [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
12:29:14.578 [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
12:29:14.578 [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
12:29:14.578 [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
12:29:14.580 [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
12:29:14.582 [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
12:29:14.582 [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
12:29:14.583 [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
12:29:14.583 [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
12:29:14.583 [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
12:29:14.584 [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
12:29:14.585 [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
12:29:14.585 [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
12:29:14.585 [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
12:29:14.588 [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
12:29:14.588 [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
12:29:14.588 [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
12:29:14.590 [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
12:29:14.598 [main] INFO  o.e.h.g.u.GraphMetaModelResourceInjector - 20 METAMODEL NODES! (took ~0 sec)
12:29:14.598 [main] INFO  o.e.h.c.r.CompositeStateListener - Added metamodel(s).
12:29:14.598 [main] INFO  o.e.h.c.r.CompositeStateListener - Adding metamodel(s)...
Adding metamodels in: ../../core/tests/org.eclipse.hawk.integration.tests/resources/metamodels/XMLType.ecore to store
12:29:14.603 [main] INFO  o.e.h.g.u.GraphMetaModelResourceInjector - ADDING METAMODELS: 
12:29:14.603 [main] INFO  o.e.h.g.u.GraphMetaModelResourceInjector - ADDING: 
12:29:14.611 [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
12:29:14.611 [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
12:29:14.611 [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
12:29:14.611 [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
12:29:14.611 [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
12:29:14.611 [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
12:29:14.611 [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
12:29:14.611 [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
12:29:14.611 [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
12:29:14.611 [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
12:29:14.611 [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
12:29:14.611 [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
12:29:14.611 [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
12:29:14.611 [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
12:29:14.611 [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
12:29:14.611 [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
12:29:14.611 [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[]
12:29:14.612 [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
12:29:14.673 [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
12:29:14.674 [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
12:29:14.675 [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
12:29:14.676 [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
12:29:14.676 [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
12:29:14.676 [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
12:29:14.676 [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
12:29:14.676 [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
12:29:14.676 [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
12:29:14.676 [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
12:29:14.676 [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
12:29:14.676 [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
12:29:14.676 [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
12:29:14.676 [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
12:29:14.676 [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
12:29:14.676 [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
12:29:14.676 [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
12:29:14.676 [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
12:29:14.676 [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
12:29:14.676 [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
12:29:14.676 [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
12:29:14.676 [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
12:29:14.676 [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
12:29:14.676 [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
12:29:14.676 [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
12:29:14.676 [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
12:29:14.676 [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
12:29:14.676 [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
12:29:14.676 [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
12:29:14.676 [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
12:29:14.676 [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
12:29:14.676 [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
12:29:14.676 [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
12:29:14.676 [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
12:29:14.677 [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
12:29:14.678 [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
12:29:14.678 [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
12:29:14.678 [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
12:29:14.680 [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
12:29:14.680 [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
12:29:14.680 [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[]
12:29:14.686 [main] INFO  o.e.h.g.u.GraphMetaModelResourceInjector - 4 METAMODEL NODES! (took ~0 sec)
12:29:14.686 [main] INFO  o.e.h.c.r.CompositeStateListener - Added metamodel(s).
No username/password recorded for the repository file:///tmp/hawkSvnRepo9392082467745384414
12:29:18.104 [main] INFO  o.e.h.c.r.CompositeStateListener - Saving Hawk metadata...
adding: file:///tmp/hawkSvnRepo9392082467745384414:org.eclipse.hawk.svn.SvnManager:false
12:29:18.111 [main] INFO  o.e.h.c.r.CompositeStateListener - Saved Hawk metadata.
12:29:18.111 [pool-86-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating Hawk...
updating indexer: 
12:29:18.127 [pool-86-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating relevant changed model files...
12:29:18.127 [pool-86-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Deleting models removed from repository...
12:29:18.127 [pool-86-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating models to the new version...
12:29:18.127 [pool-86-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating proxies...
attempting to resolve any leftover cross-file references...
12:29:18.127 [pool-86-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Resolving any leftover cross-file references...
12:29:18.131 [pool-86-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - 0 proxy ref lists left after resolving 0 refs
12:29:18.131 [pool-86-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - proxy resolution took: ~0.004s
attempting to resolve any uninitialized derived attributes...
12:29:18.131 [pool-86-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Resolving any uninitialized derived attributes...
12:29:18.131 [pool-86-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - Deriving attributes...
12:29:18.135 [pool-86-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...
12:29:18.135 [pool-86-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating any affected derived attributes...
0s12ms [proxy update]
12:29:18.139 [pool-86-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updated proxies.
Indexed successfully revision 0 (timepoint 1654604952692) of file:///tmp/hawkSvnRepo9392082467745384414
12:29:18.140 [pool-86-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating relevant changed model files...
12:29:18.146 [pool-86-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Deleting models removed from repository...
12:29:18.146 [pool-86-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating models to the new version...
12:29:18.179 [pool-86-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /root.xmi...
12:29:18.187 [pool-86-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
12:29:18.187 [pool-86-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
12:29:18.187 [pool-86-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performing batch insert on file: /root.xmi...
12:29:18.197 [pool-86-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding elements of file /root.xmi
12:29:18.197 [pool-86-thread-1] INFO  o.e.hawk.graph.updater.TypeCache - Metamodel Tree is not in the graph, trying to locate it
12:29:18.197 [pool-86-thread-1] INFO  o.e.hawk.graph.updater.TypeCache - Found metamodel for Tree, inserting
12:29:18.197 [pool-86-thread-1] INFO  o.e.h.g.u.GraphMetaModelResourceInjector - ADDING METAMODELS: 
12:29:18.197 [pool-86-thread-1] INFO  o.e.h.g.u.GraphMetaModelResourceInjector - ADDING: 
12:29:18.205 [pool-86-thread-1] DEBUG o.e.h.g.u.GraphMetaModelResourceInjector - supertype dependency from Tree to http://www.eclipse.org/emf/2002/Ecore
12:29:18.206 [pool-86-thread-1] INFO  o.e.h.g.u.GraphMetaModelResourceInjector - 1 METAMODEL NODES! (took ~0 sec)
12:29:18.277 [pool-86-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~0sec)
12:29:18.277 [pool-86-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding edges of file /root.xmi
12:29:18.277 [pool-86-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec)
12:29:18.277 [pool-86-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performed batch insert on file: /root.xmi.
0s98ms [pure insertion]
marking any relevant derived attributes for update...12:29:18.277 [pool-86-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
12:29:18.278 [pool-86-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
12:29:18.278 [pool-86-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating proxies...
attempting to resolve any leftover cross-file references...
12:29:18.278 [pool-86-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Resolving any leftover cross-file references...
12:29:18.278 [pool-86-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - 0 proxy ref lists left after resolving 0 refs
12:29:18.278 [pool-86-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - proxy resolution took: ~0.0s
attempting to resolve any uninitialized derived attributes...
12:29:18.278 [pool-86-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Resolving any uninitialized derived attributes...
12:29:18.278 [pool-86-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - Deriving attributes...
12:29:18.278 [pool-86-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...
12:29:18.278 [pool-86-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating any affected derived attributes...
0s0ms [proxy update]
12:29:18.278 [pool-86-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updated proxies.
Indexed successfully revision 1 (timepoint 1654604954785) of file:///tmp/hawkSvnRepo9392082467745384414
12:29:18.279 [pool-86-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating relevant changed model files...
12:29:18.279 [pool-86-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Deleting models removed from repository...
12:29:18.279 [pool-86-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Deleting all contents of file: /root.xmi...
12:29:18.280 [pool-86-thread-1] DEBUG o.e.hawk.graph.updater.DeletionUtils - deleting nodes from file: /root.xmi
12:29:18.298 [pool-86-thread-1] DEBUG o.e.hawk.graph.updater.DeletionUtils - deleted all, took: 0.018s
12:29:18.298 [pool-86-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Deleted all contents of file: /root.xmi.
12:29:18.298 [pool-86-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating models to the new version...
12:29:18.298 [pool-86-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating proxies...
attempting to resolve any leftover cross-file references...
12:29:18.298 [pool-86-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Resolving any leftover cross-file references...
12:29:18.299 [pool-86-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - 0 proxy ref lists left after resolving 0 refs
12:29:18.299 [pool-86-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - proxy resolution took: ~0.001s
attempting to resolve any uninitialized derived attributes...
12:29:18.299 [pool-86-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Resolving any uninitialized derived attributes...
12:29:18.299 [pool-86-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - Deriving attributes...
12:29:18.299 [pool-86-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...
12:29:18.299 [pool-86-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating any affected derived attributes...
0s1ms [proxy update]
12:29:18.299 [pool-86-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updated proxies.
Indexed successfully revision 2 (timepoint 1654604956152) of file:///tmp/hawkSvnRepo9392082467745384414
12:29:18.300 [pool-86-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performing optional post-sync operations.
12:29:18.300 [pool-86-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updated Hawk instance test (success). 0 s 189 ms
12:29:18.376 [main] INFO  o.e.h.c.r.CompositeStateListener - Hawk shutting down...
12:29:18.376 [main] INFO  o.e.h.c.r.CompositeStateListener - Saving Hawk metadata...
adding: file:///tmp/hawkSvnRepo9392082467745384414:org.eclipse.hawk.svn.SvnManager:false
12:29:18.378 [main] INFO  o.e.h.c.r.CompositeStateListener - Saved Hawk metadata.
12:29:18.378 [main] INFO  o.e.h.core.runtime.BaseModelIndexer - Waiting 120s for all scheduled tasks to complete
12:29:18.507 [main] INFO  o.e.hawk.greycat.lucene.SoftTxLucene - Shutdown of Lucene complete.
12:29:18.508 [main] INFO  o.e.h.g.AbstractGreycatDatabase - Disconnected from GreyCat graph at /tmp/junit7764848758463805274/test_countInstancesFromModelTypes[LevelDB GreyCat]
12:29:18.510 [main] INFO  o.e.h.c.r.CompositeStateListener - Hawk shut down.
12:29:19.412 [main] INFO  o.e.h.c.r.CompositeStateListener - Saving Hawk metadata...
12:29:19.414 [main] INFO  o.e.h.c.r.CompositeStateListener - Saved Hawk metadata.
12:29:19.414 [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
12:29:19.414 [main] INFO  o.e.h.g.u.GraphMetaModelResourceInjector - ADDING METAMODELS: 
12:29:19.414 [main] INFO  o.e.h.g.u.GraphMetaModelResourceInjector - ADDING: 
12:29:19.420 [main] INFO  o.e.h.g.u.GraphMetaModelResourceInjector - 0 METAMODEL NODES! (took ~0 sec)
inserting static metamodels complete
12:29:19.420 [main] INFO  o.e.h.c.r.CompositeStateListener - Registering metamodels...
12:29:19.420 [main] INFO  o.e.h.c.r.CompositeStateListener - Registered metamodels.
12:29:19.421 [main] INFO  o.e.h.c.r.CompositeStateListener - Initialized Hawk.
12:29:19.421 [pool-88-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating Hawk...
updating indexer: 
12:29:19.421 [main] INFO  o.e.h.c.r.CompositeStateListener - Adding metamodel(s)...
12:29:19.421 [pool-88-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performing optional post-sync operations.
12:29:19.421 [pool-88-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updated Hawk instance test (success). 0 s 0 ms
Adding metamodels in: ../../core/tests/org.eclipse.hawk.integration.tests/resources/metamodels/Ecore.ecore to store
12:29:19.475 [main] INFO  o.e.h.g.u.GraphMetaModelResourceInjector - ADDING METAMODELS: 
12:29:19.475 [main] INFO  o.e.h.g.u.GraphMetaModelResourceInjector - ADDING: 
12:29:19.480 [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
12:29:19.480 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EIntegerObject will be handled as its instance type java.lang.Integer
12:29:19.480 [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
12:29:19.480 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EByteArray will be handled as its instance type byte[]
12:29:19.480 [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
12:29:19.482 [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
12:29:19.482 [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
12:29:19.483 [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
12:29:19.484 [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
12:29:19.485 [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
12:29:19.485 [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
12:29:19.486 [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
12:29:19.486 [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
12:29:19.486 [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
12:29:19.486 [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
12:29:19.486 [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
12:29:19.486 [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
12:29:19.486 [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
12:29:19.487 [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
12:29:19.487 [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
12:29:19.487 [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
12:29:19.487 [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
12:29:19.487 [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
12:29:19.487 [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
12:29:19.488 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EEnumerator will be handled as its instance type org.eclipse.emf.common.util.Enumerator
12:29:19.488 [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
12:29:19.488 [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
12:29:19.489 [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
12:29:19.489 [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
12:29:19.489 [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
12:29:19.489 [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
12:29:19.489 [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
12:29:19.490 [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
12:29:19.495 [main] INFO  o.e.h.g.u.GraphMetaModelResourceInjector - 20 METAMODEL NODES! (took ~0 sec)
12:29:19.495 [main] INFO  o.e.h.c.r.CompositeStateListener - Added metamodel(s).
12:29:19.495 [main] INFO  o.e.h.c.r.CompositeStateListener - Adding metamodel(s)...
Adding metamodels in: ../../core/tests/org.eclipse.hawk.integration.tests/resources/metamodels/XMLType.ecore to store
12:29:19.498 [main] INFO  o.e.h.g.u.GraphMetaModelResourceInjector - ADDING METAMODELS: 
12:29:19.498 [main] INFO  o.e.h.g.u.GraphMetaModelResourceInjector - ADDING: 
12:29:19.502 [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
12:29:19.502 [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
12:29:19.502 [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
12:29:19.502 [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
12:29:19.502 [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[]
12:29:19.502 [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
12:29:19.502 [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
12:29:19.502 [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
12:29:19.502 [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
12:29:19.502 [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
12:29:19.502 [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
12:29:19.502 [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
12:29:19.502 [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
12:29:19.502 [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
12:29:19.502 [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
12:29:19.502 [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
12:29:19.502 [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
12:29:19.502 [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
12:29:19.502 [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
12:29:19.503 [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
12:29:19.503 [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
12:29:19.503 [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
12:29:19.503 [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
12:29:19.503 [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
12:29:19.503 [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
12:29:19.503 [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
12:29:19.503 [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
12:29:19.503 [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
12:29:19.503 [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
12:29:19.504 [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
12:29:19.504 [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
12:29:19.504 [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
12:29:19.504 [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
12:29:19.504 [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
12:29:19.504 [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
12:29:19.504 [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
12:29:19.504 [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
12:29:19.504 [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
12:29:19.504 [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
12:29:19.504 [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
12:29:19.504 [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
12:29:19.504 [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
12:29:19.504 [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
12:29:19.504 [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
12:29:19.504 [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
12:29:19.504 [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
12:29:19.504 [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
12:29:19.505 [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
12:29:19.505 [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
12:29:19.505 [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
12:29:19.505 [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
12:29:19.505 [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
12:29:19.505 [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
12:29:19.505 [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
12:29:19.505 [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
12:29:19.505 [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
12:29:19.505 [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
12:29:19.505 [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
12:29:19.505 [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[]
12:29:19.508 [main] INFO  o.e.h.g.u.GraphMetaModelResourceInjector - 4 METAMODEL NODES! (took ~0 sec)
12:29:19.508 [main] INFO  o.e.h.c.r.CompositeStateListener - Added metamodel(s).
No username/password recorded for the repository file:///tmp/hawkSvnRepo9487197351410160759
12:29:27.107 [main] INFO  o.e.h.c.r.CompositeStateListener - Saving Hawk metadata...
adding: file:///tmp/hawkSvnRepo9487197351410160759:org.eclipse.hawk.svn.SvnManager:false
12:29:27.110 [main] INFO  o.e.h.c.r.CompositeStateListener - Saved Hawk metadata.
12:29:27.110 [pool-88-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating Hawk...
updating indexer: 
12:29:27.124 [pool-88-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating relevant changed model files...
12:29:27.124 [pool-88-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Deleting models removed from repository...
12:29:27.124 [pool-88-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating models to the new version...
12:29:27.125 [pool-88-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating proxies...
attempting to resolve any leftover cross-file references...
12:29:27.125 [pool-88-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Resolving any leftover cross-file references...
12:29:27.127 [pool-88-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - 0 proxy ref lists left after resolving 0 refs
12:29:27.127 [pool-88-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - proxy resolution took: ~0.002s
attempting to resolve any uninitialized derived attributes...
12:29:27.127 [pool-88-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Resolving any uninitialized derived attributes...
12:29:27.127 [pool-88-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - Deriving attributes...
12:29:27.130 [pool-88-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...
12:29:27.130 [pool-88-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating any affected derived attributes...
0s7ms [proxy update]
12:29:27.132 [pool-88-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updated proxies.
Indexed successfully revision 0 (timepoint 1654604958526) of file:///tmp/hawkSvnRepo9487197351410160759
12:29:27.133 [pool-88-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating relevant changed model files...
12:29:27.138 [pool-88-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Deleting models removed from repository...
12:29:27.138 [pool-88-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating models to the new version...
12:29:27.148 [pool-88-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /m.xmi...
12:29:27.176 [pool-88-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
12:29:27.177 [pool-88-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
12:29:27.177 [pool-88-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performing batch insert on file: /m.xmi...
12:29:27.183 [pool-88-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding elements of file /m.xmi
12:29:27.184 [pool-88-thread-1] INFO  o.e.hawk.graph.updater.TypeCache - Metamodel Tree is not in the graph, trying to locate it
12:29:27.184 [pool-88-thread-1] INFO  o.e.hawk.graph.updater.TypeCache - Found metamodel for Tree, inserting
12:29:27.184 [pool-88-thread-1] INFO  o.e.h.g.u.GraphMetaModelResourceInjector - ADDING METAMODELS: 
12:29:27.184 [pool-88-thread-1] INFO  o.e.h.g.u.GraphMetaModelResourceInjector - ADDING: 
12:29:27.188 [pool-88-thread-1] DEBUG o.e.h.g.u.GraphMetaModelResourceInjector - supertype dependency from Tree to http://www.eclipse.org/emf/2002/Ecore
12:29:27.190 [pool-88-thread-1] INFO  o.e.h.g.u.GraphMetaModelResourceInjector - 1 METAMODEL NODES! (took ~0 sec)
12:29:27.194 [pool-88-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~0sec)
12:29:27.194 [pool-88-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding edges of file /m.xmi
12:29:27.194 [pool-88-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec)
12:29:27.194 [pool-88-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performed batch insert on file: /m.xmi.
0s46ms [pure insertion]
marking any relevant derived attributes for update...12:29:27.194 [pool-88-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
12:29:27.194 [pool-88-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
12:29:27.195 [pool-88-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating proxies...
attempting to resolve any leftover cross-file references...
12:29:27.195 [pool-88-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Resolving any leftover cross-file references...
12:29:27.195 [pool-88-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - 0 proxy ref lists left after resolving 0 refs
12:29:27.195 [pool-88-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - proxy resolution took: ~0.0s
attempting to resolve any uninitialized derived attributes...
12:29:27.195 [pool-88-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Resolving any uninitialized derived attributes...
12:29:27.195 [pool-88-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - Deriving attributes...
12:29:27.195 [pool-88-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...
12:29:27.195 [pool-88-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating any affected derived attributes...
0s0ms [proxy update]
12:29:27.195 [pool-88-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updated proxies.
Indexed successfully revision 1 (timepoint 1654604959599) of file:///tmp/hawkSvnRepo9487197351410160759
12:29:27.196 [pool-88-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating relevant changed model files...
12:29:27.198 [pool-88-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Deleting models removed from repository...
12:29:27.198 [pool-88-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating models to the new version...
12:29:27.207 [pool-88-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /m.xmi...
12:29:27.207 [pool-88-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
12:29:27.208 [pool-88-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File contains: 1 (1) nodes in store
12:29:27.208 [pool-88-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - Update contains | a:1 u:1 d:0 ratio: 2.0
12:29:27.208 [pool-88-thread-1] DEBUG o.e.h.g.updater.GraphModelInserter - File already present, calculating deltas with respect to graph storage
12:29:27.208 [pool-88-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performing transactional update (ratio:0.0) on file: /m.xmi...
12:29:27.208 [pool-88-thread-1] DEBUG o.e.h.g.updater.GraphModelInserter - transactional update called
12:29:27.277 [pool-88-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performed transactional update on file: /m.xmi.
0s70ms [pure insertion]
marking any relevant derived attributes for update...12:29:27.277 [pool-88-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
12:29:27.277 [pool-88-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
12:29:27.278 [pool-88-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating proxies...
attempting to resolve any leftover cross-file references...
12:29:27.278 [pool-88-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Resolving any leftover cross-file references...
12:29:27.278 [pool-88-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - 0 proxy ref lists left after resolving 0 refs
12:29:27.278 [pool-88-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - proxy resolution took: ~0.0s
attempting to resolve any uninitialized derived attributes...
12:29:27.278 [pool-88-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Resolving any uninitialized derived attributes...
12:29:27.278 [pool-88-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - Deriving attributes...
12:29:27.278 [pool-88-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...
12:29:27.278 [pool-88-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating any affected derived attributes...
0s0ms [proxy update]
12:29:27.278 [pool-88-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updated proxies.
Indexed successfully revision 2 (timepoint 1654604961114) of file:///tmp/hawkSvnRepo9487197351410160759
12:29:27.279 [pool-88-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating relevant changed model files...
12:29:27.281 [pool-88-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Deleting models removed from repository...
12:29:27.281 [pool-88-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating models to the new version...
12:29:27.290 [pool-88-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /m.xmi...
12:29:27.290 [pool-88-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
12:29:27.290 [pool-88-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File contains: 2 (2) nodes in store
12:29:27.291 [pool-88-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - Update contains | a:1 u:1 d:0 ratio: 1.0
12:29:27.291 [pool-88-thread-1] DEBUG o.e.h.g.updater.GraphModelInserter - File already present, calculating deltas with respect to graph storage
12:29:27.291 [pool-88-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performing transactional update (ratio:0.0) on file: /m.xmi...
12:29:27.291 [pool-88-thread-1] DEBUG o.e.h.g.updater.GraphModelInserter - transactional update called
12:29:27.292 [pool-88-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performed transactional update on file: /m.xmi.
0s2ms [pure insertion]
marking any relevant derived attributes for update...12:29:27.292 [pool-88-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s1ms
12:29:27.293 [pool-88-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s1ms
12:29:27.293 [pool-88-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating proxies...
attempting to resolve any leftover cross-file references...
12:29:27.293 [pool-88-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Resolving any leftover cross-file references...
12:29:27.293 [pool-88-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - 0 proxy ref lists left after resolving 0 refs
12:29:27.293 [pool-88-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - proxy resolution took: ~0.0s
attempting to resolve any uninitialized derived attributes...
12:29:27.293 [pool-88-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Resolving any uninitialized derived attributes...
12:29:27.293 [pool-88-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - Deriving attributes...
12:29:27.293 [pool-88-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...
12:29:27.293 [pool-88-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating any affected derived attributes...
0s0ms [proxy update]
12:29:27.293 [pool-88-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updated proxies.
Indexed successfully revision 3 (timepoint 1654604963117) of file:///tmp/hawkSvnRepo9487197351410160759
12:29:27.294 [pool-88-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating relevant changed model files...
12:29:27.296 [pool-88-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Deleting models removed from repository...
12:29:27.296 [pool-88-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating models to the new version...
12:29:27.305 [pool-88-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /m.xmi...
12:29:27.305 [pool-88-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
12:29:27.306 [pool-88-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File contains: 3 (3) nodes in store
12:29:27.306 [pool-88-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - Update contains | a:1 u:1 d:0 ratio: 0.6666666666666666
12:29:27.306 [pool-88-thread-1] DEBUG o.e.h.g.updater.GraphModelInserter - File already present, calculating deltas with respect to graph storage
12:29:27.306 [pool-88-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performing transactional update (ratio:0.0) on file: /m.xmi...
12:29:27.306 [pool-88-thread-1] DEBUG o.e.h.g.updater.GraphModelInserter - transactional update called
12:29:27.308 [pool-88-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performed transactional update on file: /m.xmi.
0s3ms [pure insertion]
marking any relevant derived attributes for update...12:29:27.308 [pool-88-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
12:29:27.308 [pool-88-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
12:29:27.308 [pool-88-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating proxies...
attempting to resolve any leftover cross-file references...
12:29:27.308 [pool-88-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Resolving any leftover cross-file references...
12:29:27.309 [pool-88-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - 0 proxy ref lists left after resolving 0 refs
12:29:27.309 [pool-88-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - proxy resolution took: ~0.0s
attempting to resolve any uninitialized derived attributes...
12:29:27.309 [pool-88-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Resolving any uninitialized derived attributes...
12:29:27.309 [pool-88-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - Deriving attributes...
12:29:27.309 [pool-88-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...
12:29:27.309 [pool-88-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating any affected derived attributes...
0s1ms [proxy update]
12:29:27.309 [pool-88-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updated proxies.
Indexed successfully revision 4 (timepoint 1654604965115) of file:///tmp/hawkSvnRepo9487197351410160759
12:29:27.310 [pool-88-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performing optional post-sync operations.
12:29:27.310 [pool-88-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updated Hawk instance test (success). 0 s 200 ms
12:29:27.315 [main] INFO  o.e.h.c.r.CompositeStateListener - Hawk shutting down...
12:29:27.315 [main] INFO  o.e.h.c.r.CompositeStateListener - Saving Hawk metadata...
adding: file:///tmp/hawkSvnRepo9487197351410160759:org.eclipse.hawk.svn.SvnManager:false
12:29:27.318 [main] INFO  o.e.h.c.r.CompositeStateListener - Saved Hawk metadata.
12:29:27.318 [main] INFO  o.e.h.core.runtime.BaseModelIndexer - Waiting 120s for all scheduled tasks to complete
12:29:27.463 [main] INFO  o.e.hawk.greycat.lucene.SoftTxLucene - Shutdown of Lucene complete.
12:29:27.464 [main] INFO  o.e.h.g.AbstractGreycatDatabase - Disconnected from GreyCat graph at /tmp/junit9270917383378488587/test_after[LevelDB GreyCat]
12:29:27.474 [main] INFO  o.e.h.c.r.CompositeStateListener - Hawk shut down.
12:29:28.399 [main] INFO  o.e.h.c.r.CompositeStateListener - Saving Hawk metadata...
12:29:28.402 [main] INFO  o.e.h.c.r.CompositeStateListener - Saved Hawk metadata.
12:29:28.402 [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
12:29:28.402 [main] INFO  o.e.h.g.u.GraphMetaModelResourceInjector - ADDING METAMODELS: 
12:29:28.402 [main] INFO  o.e.h.g.u.GraphMetaModelResourceInjector - ADDING: 
12:29:28.408 [main] INFO  o.e.h.g.u.GraphMetaModelResourceInjector - 0 METAMODEL NODES! (took ~0 sec)
inserting static metamodels complete
12:29:28.408 [main] INFO  o.e.h.c.r.CompositeStateListener - Registering metamodels...
12:29:28.408 [main] INFO  o.e.h.c.r.CompositeStateListener - Registered metamodels.
12:29:28.409 [main] INFO  o.e.h.c.r.CompositeStateListener - Initialized Hawk.
12:29:28.409 [pool-90-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating Hawk...
updating indexer: 
12:29:28.409 [main] INFO  o.e.h.c.r.CompositeStateListener - Adding metamodel(s)...
12:29:28.410 [pool-90-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performing optional post-sync operations.
12:29:28.410 [pool-90-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updated Hawk instance test (success). 0 s 0 ms
Adding metamodels in: ../../core/tests/org.eclipse.hawk.integration.tests/resources/metamodels/Ecore.ecore to store
12:29:28.419 [main] INFO  o.e.h.g.u.GraphMetaModelResourceInjector - ADDING METAMODELS: 
12:29:28.419 [main] INFO  o.e.h.g.u.GraphMetaModelResourceInjector - ADDING: 
12:29:28.479 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EJavaObject will be handled as its instance type java.lang.Object
12:29:28.479 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EMap will be handled as its instance type java.util.Map
12:29:28.479 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::ECharacterObject will be handled as its instance type java.lang.Character
12:29:28.479 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EEList will be handled as its instance type org.eclipse.emf.common.util.EList
12:29:28.479 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::ELongObject will be handled as its instance type java.lang.Long
12:29:28.479 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EEnumerator will be handled as its instance type org.eclipse.emf.common.util.Enumerator
12:29:28.481 [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
12:29:28.481 [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
12:29:28.481 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EDate will be handled as its instance type java.util.Date
12:29:28.481 [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
12:29:28.481 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EResourceSet will be handled as its instance type org.eclipse.emf.ecore.resource.ResourceSet
12:29:28.483 [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
12:29:28.485 [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
12:29:28.485 [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
12:29:28.485 [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
12:29:28.485 [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
12:29:28.486 [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
12:29:28.486 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EShortObject will be handled as its instance type java.lang.Short
12:29:28.486 [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
12:29:28.486 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::ETreeIterator will be handled as its instance type org.eclipse.emf.common.util.TreeIterator
12:29:28.486 [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
12:29:28.486 [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
12:29:28.487 [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
12:29:28.488 [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
12:29:28.488 [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
12:29:28.488 [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
12:29:28.488 [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
12:29:28.488 [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
12:29:28.489 [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
12:29:28.491 [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
12:29:28.491 [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
12:29:28.493 [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
12:29:28.493 [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[]
12:29:28.501 [main] INFO  o.e.h.g.u.GraphMetaModelResourceInjector - 20 METAMODEL NODES! (took ~0 sec)
12:29:28.501 [main] INFO  o.e.h.c.r.CompositeStateListener - Added metamodel(s).
12:29:28.501 [main] INFO  o.e.h.c.r.CompositeStateListener - Adding metamodel(s)...
Adding metamodels in: ../../core/tests/org.eclipse.hawk.integration.tests/resources/metamodels/XMLType.ecore to store
12:29:28.576 [main] INFO  o.e.h.g.u.GraphMetaModelResourceInjector - ADDING METAMODELS: 
12:29:28.576 [main] INFO  o.e.h.g.u.GraphMetaModelResourceInjector - ADDING: 
12:29:28.583 [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
12:29:28.583 [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
12:29:28.583 [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
12:29:28.583 [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[]
12:29:28.583 [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
12:29:28.583 [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
12:29:28.583 [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
12:29:28.583 [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
12:29:28.583 [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
12:29:28.583 [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
12:29:28.583 [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
12:29:28.583 [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
12:29:28.583 [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
12:29:28.583 [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
12:29:28.584 [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
12:29:28.584 [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
12:29:28.584 [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
12:29:28.584 [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
12:29:28.584 [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
12:29:28.584 [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
12:29:28.585 [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
12:29:28.585 [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
12:29:28.585 [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
12:29:28.585 [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
12:29:28.585 [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
12:29:28.585 [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
12:29:28.585 [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
12:29:28.585 [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
12:29:28.585 [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
12:29:28.585 [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
12:29:28.585 [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
12:29:28.585 [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
12:29:28.585 [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
12:29:28.586 [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
12:29:28.586 [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
12:29:28.586 [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
12:29:28.586 [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
12:29:28.586 [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
12:29:28.586 [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
12:29:28.586 [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
12:29:28.586 [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
12:29:28.586 [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
12:29:28.586 [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
12:29:28.586 [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
12:29:28.586 [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
12:29:28.586 [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
12:29:28.586 [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
12:29:28.586 [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
12:29:28.586 [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
12:29:28.586 [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
12:29:28.586 [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
12:29:28.586 [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
12:29:28.586 [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
12:29:28.586 [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
12:29:28.587 [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[]
12:29:28.587 [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
12:29:28.587 [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
12:29:28.587 [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
12:29:28.587 [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
12:29:28.593 [main] INFO  o.e.h.g.u.GraphMetaModelResourceInjector - 4 METAMODEL NODES! (took ~0 sec)
12:29:28.593 [main] INFO  o.e.h.c.r.CompositeStateListener - Added metamodel(s).
No username/password recorded for the repository file:///tmp/hawkSvnRepo2113238327853090891
12:29:36.106 [main] INFO  o.e.h.c.r.CompositeStateListener - Saving Hawk metadata...
adding: file:///tmp/hawkSvnRepo2113238327853090891:org.eclipse.hawk.svn.SvnManager:false
12:29:36.109 [main] INFO  o.e.h.c.r.CompositeStateListener - Saved Hawk metadata.
12:29:36.109 [pool-90-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating Hawk...
updating indexer: 
12:29:36.122 [pool-90-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating relevant changed model files...
12:29:36.123 [pool-90-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Deleting models removed from repository...
12:29:36.123 [pool-90-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating models to the new version...
12:29:36.123 [pool-90-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating proxies...
attempting to resolve any leftover cross-file references...
12:29:36.123 [pool-90-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Resolving any leftover cross-file references...
12:29:36.125 [pool-90-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - 0 proxy ref lists left after resolving 0 refs
12:29:36.125 [pool-90-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - proxy resolution took: ~0.002s
attempting to resolve any uninitialized derived attributes...
12:29:36.125 [pool-90-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Resolving any uninitialized derived attributes...
12:29:36.125 [pool-90-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - Deriving attributes...
12:29:36.128 [pool-90-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...
12:29:36.128 [pool-90-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating any affected derived attributes...
0s7ms [proxy update]
12:29:36.130 [pool-90-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updated proxies.
Indexed successfully revision 0 (timepoint 1654604967492) of file:///tmp/hawkSvnRepo2113238327853090891
12:29:36.131 [pool-90-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating relevant changed model files...
12:29:36.135 [pool-90-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Deleting models removed from repository...
12:29:36.135 [pool-90-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating models to the new version...
12:29:36.177 [pool-90-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /m.xmi...
12:29:36.182 [pool-90-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
12:29:36.182 [pool-90-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
12:29:36.182 [pool-90-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performing batch insert on file: /m.xmi...
12:29:36.188 [pool-90-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding elements of file /m.xmi
12:29:36.189 [pool-90-thread-1] INFO  o.e.hawk.graph.updater.TypeCache - Metamodel Tree is not in the graph, trying to locate it
12:29:36.189 [pool-90-thread-1] INFO  o.e.hawk.graph.updater.TypeCache - Found metamodel for Tree, inserting
12:29:36.189 [pool-90-thread-1] INFO  o.e.h.g.u.GraphMetaModelResourceInjector - ADDING METAMODELS: 
12:29:36.189 [pool-90-thread-1] INFO  o.e.h.g.u.GraphMetaModelResourceInjector - ADDING: 
12:29:36.193 [pool-90-thread-1] DEBUG o.e.h.g.u.GraphMetaModelResourceInjector - supertype dependency from Tree to http://www.eclipse.org/emf/2002/Ecore
12:29:36.194 [pool-90-thread-1] INFO  o.e.h.g.u.GraphMetaModelResourceInjector - 1 METAMODEL NODES! (took ~0 sec)
12:29:36.198 [pool-90-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~0sec)
12:29:36.198 [pool-90-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding edges of file /m.xmi
12:29:36.199 [pool-90-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec)
12:29:36.199 [pool-90-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performed batch insert on file: /m.xmi.
0s22ms [pure insertion]
marking any relevant derived attributes for update...12:29:36.199 [pool-90-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
12:29:36.199 [pool-90-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
12:29:36.199 [pool-90-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating proxies...
attempting to resolve any leftover cross-file references...
12:29:36.199 [pool-90-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Resolving any leftover cross-file references...
12:29:36.199 [pool-90-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - 0 proxy ref lists left after resolving 0 refs
12:29:36.199 [pool-90-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - proxy resolution took: ~0.0s
attempting to resolve any uninitialized derived attributes...
12:29:36.199 [pool-90-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Resolving any uninitialized derived attributes...
12:29:36.199 [pool-90-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - Deriving attributes...
12:29:36.199 [pool-90-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...
12:29:36.199 [pool-90-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating any affected derived attributes...
0s0ms [proxy update]
12:29:36.199 [pool-90-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updated proxies.
Indexed successfully revision 1 (timepoint 1654604968693) of file:///tmp/hawkSvnRepo2113238327853090891
12:29:36.200 [pool-90-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating relevant changed model files...
12:29:36.202 [pool-90-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Deleting models removed from repository...
12:29:36.202 [pool-90-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating models to the new version...
12:29:36.210 [pool-90-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /m.xmi...
12:29:36.210 [pool-90-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
12:29:36.211 [pool-90-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File contains: 1 (1) nodes in store
12:29:36.211 [pool-90-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - Update contains | a:1 u:1 d:0 ratio: 2.0
12:29:36.211 [pool-90-thread-1] DEBUG o.e.h.g.updater.GraphModelInserter - File already present, calculating deltas with respect to graph storage
12:29:36.211 [pool-90-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performing transactional update (ratio:0.0) on file: /m.xmi...
12:29:36.211 [pool-90-thread-1] DEBUG o.e.h.g.updater.GraphModelInserter - transactional update called
12:29:36.278 [pool-90-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performed transactional update on file: /m.xmi.
0s68ms [pure insertion]
marking any relevant derived attributes for update...12:29:36.278 [pool-90-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
12:29:36.278 [pool-90-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
12:29:36.278 [pool-90-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating proxies...
attempting to resolve any leftover cross-file references...
12:29:36.278 [pool-90-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Resolving any leftover cross-file references...
12:29:36.278 [pool-90-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - 0 proxy ref lists left after resolving 0 refs
12:29:36.278 [pool-90-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - proxy resolution took: ~0.0s
attempting to resolve any uninitialized derived attributes...
12:29:36.278 [pool-90-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Resolving any uninitialized derived attributes...
12:29:36.278 [pool-90-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - Deriving attributes...
12:29:36.278 [pool-90-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...
12:29:36.278 [pool-90-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating any affected derived attributes...
0s1ms [proxy update]
12:29:36.279 [pool-90-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updated proxies.
Indexed successfully revision 2 (timepoint 1654604970118) of file:///tmp/hawkSvnRepo2113238327853090891
12:29:36.279 [pool-90-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating relevant changed model files...
12:29:36.281 [pool-90-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Deleting models removed from repository...
12:29:36.281 [pool-90-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating models to the new version...
12:29:36.290 [pool-90-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /m.xmi...
12:29:36.290 [pool-90-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
12:29:36.290 [pool-90-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File contains: 2 (2) nodes in store
12:29:36.290 [pool-90-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - Update contains | a:1 u:1 d:0 ratio: 1.0
12:29:36.290 [pool-90-thread-1] DEBUG o.e.h.g.updater.GraphModelInserter - File already present, calculating deltas with respect to graph storage
12:29:36.290 [pool-90-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performing transactional update (ratio:0.0) on file: /m.xmi...
12:29:36.290 [pool-90-thread-1] DEBUG o.e.h.g.updater.GraphModelInserter - transactional update called
12:29:36.292 [pool-90-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performed transactional update on file: /m.xmi.
0s3ms [pure insertion]
marking any relevant derived attributes for update...12:29:36.292 [pool-90-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
12:29:36.292 [pool-90-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
12:29:36.292 [pool-90-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating proxies...
attempting to resolve any leftover cross-file references...
12:29:36.292 [pool-90-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Resolving any leftover cross-file references...
12:29:36.292 [pool-90-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - 0 proxy ref lists left after resolving 0 refs
12:29:36.292 [pool-90-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - proxy resolution took: ~0.0s
attempting to resolve any uninitialized derived attributes...
12:29:36.292 [pool-90-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Resolving any uninitialized derived attributes...
12:29:36.292 [pool-90-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - Deriving attributes...
12:29:36.292 [pool-90-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...
12:29:36.292 [pool-90-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating any affected derived attributes...
0s1ms [proxy update]
12:29:36.293 [pool-90-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updated proxies.
Indexed successfully revision 3 (timepoint 1654604972118) of file:///tmp/hawkSvnRepo2113238327853090891
12:29:36.293 [pool-90-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating relevant changed model files...
12:29:36.295 [pool-90-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Deleting models removed from repository...
12:29:36.295 [pool-90-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating models to the new version...
12:29:36.304 [pool-90-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /m.xmi...
12:29:36.304 [pool-90-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
12:29:36.304 [pool-90-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File contains: 3 (3) nodes in store
12:29:36.305 [pool-90-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - Update contains | a:1 u:1 d:0 ratio: 0.6666666666666666
12:29:36.305 [pool-90-thread-1] DEBUG o.e.h.g.updater.GraphModelInserter - File already present, calculating deltas with respect to graph storage
12:29:36.305 [pool-90-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performing transactional update (ratio:0.0) on file: /m.xmi...
12:29:36.305 [pool-90-thread-1] DEBUG o.e.h.g.updater.GraphModelInserter - transactional update called
12:29:36.306 [pool-90-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performed transactional update on file: /m.xmi.
0s2ms [pure insertion]
marking any relevant derived attributes for update...12:29:36.306 [pool-90-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
12:29:36.306 [pool-90-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
12:29:36.306 [pool-90-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating proxies...
attempting to resolve any leftover cross-file references...
12:29:36.306 [pool-90-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Resolving any leftover cross-file references...
12:29:36.307 [pool-90-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - 0 proxy ref lists left after resolving 0 refs
12:29:36.307 [pool-90-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - proxy resolution took: ~0.001s
attempting to resolve any uninitialized derived attributes...
12:29:36.307 [pool-90-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Resolving any uninitialized derived attributes...
12:29:36.307 [pool-90-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - Deriving attributes...
12:29:36.307 [pool-90-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...
12:29:36.307 [pool-90-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating any affected derived attributes...
0s1ms [proxy update]
12:29:36.307 [pool-90-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updated proxies.
Indexed successfully revision 4 (timepoint 1654604974112) of file:///tmp/hawkSvnRepo2113238327853090891
12:29:36.307 [pool-90-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performing optional post-sync operations.
12:29:36.307 [pool-90-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updated Hawk instance test (success). 0 s 198 ms
12:29:38.101 [pool-90-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating Hawk...
updating indexer: 
12:29:38.103 [pool-90-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating relevant changed model files...
12:29:38.104 [pool-90-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Deleting models removed from repository...
12:29:38.104 [pool-90-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating models to the new version...
12:29:38.104 [pool-90-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating proxies...
attempting to resolve any leftover cross-file references...
12:29:38.104 [pool-90-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Resolving any leftover cross-file references...
12:29:38.104 [pool-90-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - 0 proxy ref lists left after resolving 0 refs
12:29:38.104 [pool-90-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - proxy resolution took: ~0.0s
attempting to resolve any uninitialized derived attributes...
12:29:38.104 [pool-90-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Resolving any uninitialized derived attributes...
12:29:38.104 [pool-90-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - Deriving attributes...
12:29:38.105 [pool-90-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...
12:29:38.105 [pool-90-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating any affected derived attributes...
0s1ms [proxy update]
12:29:38.105 [pool-90-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updated proxies.
Indexed successfully revision 4 (timepoint 1654604974112) of file:///tmp/hawkSvnRepo2113238327853090891
12:29:38.105 [pool-90-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating relevant changed model files...
12:29:38.108 [pool-90-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Deleting models removed from repository...
12:29:38.108 [pool-90-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating models to the new version...
12:29:38.120 [pool-90-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /m.xmi...
12:29:38.120 [pool-90-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
12:29:38.121 [pool-90-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File contains: 4 (4) nodes in store
12:29:38.121 [pool-90-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - Update contains | a:1 u:1 d:0 ratio: 0.5
12:29:38.122 [pool-90-thread-1] DEBUG o.e.h.g.updater.GraphModelInserter - File already present, calculating deltas with respect to graph storage
12:29:38.122 [pool-90-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performing transactional update (ratio:0.0) on file: /m.xmi...
12:29:38.122 [pool-90-thread-1] DEBUG o.e.h.g.updater.GraphModelInserter - transactional update called
12:29:38.124 [pool-90-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performed transactional update on file: /m.xmi.
0s4ms [pure insertion]
marking any relevant derived attributes for update...12:29:38.124 [pool-90-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
12:29:38.124 [pool-90-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
12:29:38.124 [pool-90-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating proxies...
attempting to resolve any leftover cross-file references...
12:29:38.124 [pool-90-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Resolving any leftover cross-file references...
12:29:38.124 [pool-90-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - 0 proxy ref lists left after resolving 0 refs
12:29:38.124 [pool-90-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - proxy resolution took: ~0.0s
attempting to resolve any uninitialized derived attributes...
12:29:38.124 [pool-90-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Resolving any uninitialized derived attributes...
12:29:38.124 [pool-90-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - Deriving attributes...
12:29:38.124 [pool-90-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...
12:29:38.124 [pool-90-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating any affected derived attributes...
0s0ms [proxy update]
12:29:38.124 [pool-90-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updated proxies.
Indexed successfully revision 5 (timepoint 1654604976128) of file:///tmp/hawkSvnRepo2113238327853090891
12:29:38.125 [pool-90-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performing optional post-sync operations.
12:29:38.125 [pool-90-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updated Hawk instance test (success). 0 s 24 ms
12:29:38.133 [main] INFO  o.e.h.c.r.CompositeStateListener - Hawk shutting down...
12:29:38.133 [main] INFO  o.e.h.c.r.CompositeStateListener - Saving Hawk metadata...
adding: file:///tmp/hawkSvnRepo2113238327853090891:org.eclipse.hawk.svn.SvnManager:false
12:29:38.136 [main] INFO  o.e.h.c.r.CompositeStateListener - Saved Hawk metadata.
12:29:38.136 [main] INFO  o.e.h.core.runtime.BaseModelIndexer - Waiting 120s for all scheduled tasks to complete
12:29:38.258 [main] INFO  o.e.hawk.greycat.lucene.SoftTxLucene - Shutdown of Lucene complete.
12:29:38.258 [main] INFO  o.e.h.g.AbstractGreycatDatabase - Disconnected from GreyCat graph at /tmp/junit13037805300541227352/test_until[LevelDB GreyCat]
12:29:38.260 [main] INFO  o.e.h.c.r.CompositeStateListener - Hawk shut down.
12:29:39.412 [main] INFO  o.e.h.c.r.CompositeStateListener - Saving Hawk metadata...
12:29:39.415 [main] INFO  o.e.h.c.r.CompositeStateListener - Saved Hawk metadata.
12:29:39.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
12:29:39.415 [main] INFO  o.e.h.g.u.GraphMetaModelResourceInjector - ADDING METAMODELS: 
12:29:39.415 [main] INFO  o.e.h.g.u.GraphMetaModelResourceInjector - ADDING: 
12:29:39.420 [main] INFO  o.e.h.g.u.GraphMetaModelResourceInjector - 0 METAMODEL NODES! (took ~0 sec)
inserting static metamodels complete
12:29:39.420 [main] INFO  o.e.h.c.r.CompositeStateListener - Registering metamodels...
12:29:39.421 [main] INFO  o.e.h.c.r.CompositeStateListener - Registered metamodels.
12:29:39.421 [main] INFO  o.e.h.c.r.CompositeStateListener - Initialized Hawk.
12:29:39.421 [main] INFO  o.e.h.c.r.CompositeStateListener - Adding metamodel(s)...
12:29:39.421 [pool-92-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating Hawk...
updating indexer: 
12:29:39.422 [pool-92-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performing optional post-sync operations.
12:29:39.422 [pool-92-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updated Hawk instance test (success). 0 s 0 ms
Adding metamodels in: ../../core/tests/org.eclipse.hawk.integration.tests/resources/metamodels/Ecore.ecore to store
12:29:39.476 [main] INFO  o.e.h.g.u.GraphMetaModelResourceInjector - ADDING METAMODELS: 
12:29:39.476 [main] INFO  o.e.h.g.u.GraphMetaModelResourceInjector - ADDING: 
12:29:39.485 [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
12:29:39.485 [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
12:29:39.485 [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
12:29:39.487 [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
12:29:39.489 [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
12:29:39.489 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EInt will be handled as its instance type java.lang.Integer
12:29:39.490 [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
12:29:39.491 [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
12:29:39.492 [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
12:29:39.493 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::ELong will be handled as its instance type java.lang.Long
12:29:39.493 [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
12:29:39.493 [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
12:29:39.493 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EBooleanObject will be handled as its instance type java.lang.Boolean
12:29:39.493 [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
12:29:39.493 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EResourceSet will be handled as its instance type org.eclipse.emf.ecore.resource.ResourceSet
12:29:39.495 [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
12:29:39.496 [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
12:29:39.497 [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
12:29:39.497 [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
12:29:39.497 [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
12:29:39.497 [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
12:29:39.498 [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
12:29:39.498 [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
12:29:39.498 [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
12:29:39.498 [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
12:29:39.499 [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
12:29:39.501 [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
12:29:39.501 [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
12:29:39.501 [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
12:29:39.501 [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
12:29:39.501 [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
12:29:39.501 [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[]
12:29:39.501 [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
12:29:39.508 [main] INFO  o.e.h.g.u.GraphMetaModelResourceInjector - 20 METAMODEL NODES! (took ~0 sec)
12:29:39.574 [main] INFO  o.e.h.c.r.CompositeStateListener - Added metamodel(s).
12:29:39.574 [main] INFO  o.e.h.c.r.CompositeStateListener - Adding metamodel(s)...
Adding metamodels in: ../../core/tests/org.eclipse.hawk.integration.tests/resources/metamodels/XMLType.ecore to store
12:29:39.577 [main] INFO  o.e.h.g.u.GraphMetaModelResourceInjector - ADDING METAMODELS: 
12:29:39.578 [main] INFO  o.e.h.g.u.GraphMetaModelResourceInjector - ADDING: 
12:29:39.583 [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
12:29:39.583 [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
12:29:39.583 [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
12:29:39.583 [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
12:29:39.583 [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[]
12:29:39.583 [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
12:29:39.583 [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
12:29:39.583 [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
12:29:39.583 [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
12:29:39.583 [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
12:29:39.583 [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
12:29:39.583 [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
12:29:39.583 [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
12:29:39.583 [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
12:29:39.583 [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
12:29:39.583 [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
12:29:39.583 [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
12:29:39.583 [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
12:29:39.583 [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
12:29:39.583 [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
12:29:39.583 [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
12:29:39.583 [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
12:29:39.583 [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
12:29:39.583 [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
12:29:39.583 [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
12:29:39.583 [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
12:29:39.583 [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
12:29:39.583 [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
12:29:39.583 [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
12:29:39.583 [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
12:29:39.583 [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
12:29:39.583 [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
12:29:39.583 [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
12:29:39.583 [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
12:29:39.583 [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
12:29:39.583 [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
12:29:39.583 [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
12:29:39.584 [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
12:29:39.584 [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
12:29:39.584 [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
12:29:39.584 [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
12:29:39.584 [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
12:29:39.584 [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
12:29:39.585 [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
12:29:39.585 [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
12:29:39.585 [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
12:29:39.585 [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
12:29:39.585 [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
12:29:39.585 [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
12:29:39.585 [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
12:29:39.585 [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
12:29:39.585 [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
12:29:39.586 [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[]
12:29:39.586 [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
12:29:39.586 [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
12:29:39.586 [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
12:29:39.586 [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
12:29:39.586 [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
12:29:39.586 [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
12:29:39.589 [main] INFO  o.e.h.g.u.GraphMetaModelResourceInjector - 4 METAMODEL NODES! (took ~0 sec)
12:29:39.589 [main] INFO  o.e.h.c.r.CompositeStateListener - Added metamodel(s).
No username/password recorded for the repository file:///tmp/hawkSvnRepo6836957024687016577
12:29:47.104 [main] INFO  o.e.h.c.r.CompositeStateListener - Saving Hawk metadata...
adding: file:///tmp/hawkSvnRepo6836957024687016577:org.eclipse.hawk.svn.SvnManager:false
12:29:47.109 [main] INFO  o.e.h.c.r.CompositeStateListener - Saved Hawk metadata.
12:29:47.109 [pool-92-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating Hawk...
updating indexer: 
12:29:47.119 [pool-92-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating relevant changed model files...
12:29:47.119 [pool-92-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Deleting models removed from repository...
12:29:47.119 [pool-92-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating models to the new version...
12:29:47.119 [pool-92-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating proxies...
attempting to resolve any leftover cross-file references...
12:29:47.119 [pool-92-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Resolving any leftover cross-file references...
12:29:47.121 [pool-92-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - 0 proxy ref lists left after resolving 0 refs
12:29:47.121 [pool-92-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - proxy resolution took: ~0.002s
attempting to resolve any uninitialized derived attributes...
12:29:47.121 [pool-92-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Resolving any uninitialized derived attributes...
12:29:47.122 [pool-92-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - Deriving attributes...
12:29:47.123 [pool-92-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...
12:29:47.123 [pool-92-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating any affected derived attributes...
0s7ms [proxy update]
12:29:47.126 [pool-92-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updated proxies.
Indexed successfully revision 0 (timepoint 1654604978276) of file:///tmp/hawkSvnRepo6836957024687016577
12:29:47.126 [pool-92-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating relevant changed model files...
12:29:47.130 [pool-92-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Deleting models removed from repository...
12:29:47.130 [pool-92-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating models to the new version...
12:29:47.138 [pool-92-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /m.xmi...
12:29:47.175 [pool-92-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
12:29:47.175 [pool-92-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
12:29:47.175 [pool-92-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performing batch insert on file: /m.xmi...
12:29:47.180 [pool-92-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding elements of file /m.xmi
12:29:47.181 [pool-92-thread-1] INFO  o.e.hawk.graph.updater.TypeCache - Metamodel Tree is not in the graph, trying to locate it
12:29:47.181 [pool-92-thread-1] INFO  o.e.hawk.graph.updater.TypeCache - Found metamodel for Tree, inserting
12:29:47.181 [pool-92-thread-1] INFO  o.e.h.g.u.GraphMetaModelResourceInjector - ADDING METAMODELS: 
12:29:47.181 [pool-92-thread-1] INFO  o.e.h.g.u.GraphMetaModelResourceInjector - ADDING: 
12:29:47.185 [pool-92-thread-1] DEBUG o.e.h.g.u.GraphMetaModelResourceInjector - supertype dependency from Tree to http://www.eclipse.org/emf/2002/Ecore
12:29:47.186 [pool-92-thread-1] INFO  o.e.h.g.u.GraphMetaModelResourceInjector - 1 METAMODEL NODES! (took ~0 sec)
12:29:47.189 [pool-92-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~0sec)
12:29:47.189 [pool-92-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding edges of file /m.xmi
12:29:47.189 [pool-92-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec)
12:29:47.189 [pool-92-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performed batch insert on file: /m.xmi.
0s51ms [pure insertion]
marking any relevant derived attributes for update...12:29:47.189 [pool-92-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s1ms
12:29:47.190 [pool-92-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s1ms
12:29:47.190 [pool-92-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating proxies...
attempting to resolve any leftover cross-file references...
12:29:47.190 [pool-92-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Resolving any leftover cross-file references...
12:29:47.190 [pool-92-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - 0 proxy ref lists left after resolving 0 refs
12:29:47.190 [pool-92-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - proxy resolution took: ~0.0s
attempting to resolve any uninitialized derived attributes...
12:29:47.190 [pool-92-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Resolving any uninitialized derived attributes...
12:29:47.190 [pool-92-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - Deriving attributes...
12:29:47.190 [pool-92-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...
12:29:47.190 [pool-92-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating any affected derived attributes...
0s0ms [proxy update]
12:29:47.190 [pool-92-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updated proxies.
Indexed successfully revision 1 (timepoint 1654604979613) of file:///tmp/hawkSvnRepo6836957024687016577
12:29:47.191 [pool-92-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating relevant changed model files...
12:29:47.193 [pool-92-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Deleting models removed from repository...
12:29:47.193 [pool-92-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating models to the new version...
12:29:47.200 [pool-92-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /m.xmi...
12:29:47.201 [pool-92-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
12:29:47.201 [pool-92-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File contains: 1 (1) nodes in store
12:29:47.201 [pool-92-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - Update contains | a:1 u:1 d:0 ratio: 2.0
12:29:47.201 [pool-92-thread-1] DEBUG o.e.h.g.updater.GraphModelInserter - File already present, calculating deltas with respect to graph storage
12:29:47.201 [pool-92-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performing transactional update (ratio:0.0) on file: /m.xmi...
12:29:47.201 [pool-92-thread-1] DEBUG o.e.h.g.updater.GraphModelInserter - transactional update called
12:29:47.209 [pool-92-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performed transactional update on file: /m.xmi.
0s9ms [pure insertion]
marking any relevant derived attributes for update...12:29:47.209 [pool-92-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
12:29:47.209 [pool-92-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
12:29:47.209 [pool-92-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating proxies...
attempting to resolve any leftover cross-file references...
12:29:47.209 [pool-92-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Resolving any leftover cross-file references...
12:29:47.209 [pool-92-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - 0 proxy ref lists left after resolving 0 refs
12:29:47.209 [pool-92-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - proxy resolution took: ~0.0s
attempting to resolve any uninitialized derived attributes...
12:29:47.209 [pool-92-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Resolving any uninitialized derived attributes...
12:29:47.209 [pool-92-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - Deriving attributes...
12:29:47.209 [pool-92-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...
12:29:47.210 [pool-92-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating any affected derived attributes...
0s1ms [proxy update]
12:29:47.210 [pool-92-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updated proxies.
Indexed successfully revision 2 (timepoint 1654604981111) of file:///tmp/hawkSvnRepo6836957024687016577
12:29:47.210 [pool-92-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating relevant changed model files...
12:29:47.212 [pool-92-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Deleting models removed from repository...
12:29:47.212 [pool-92-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating models to the new version...
12:29:47.281 [pool-92-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /m.xmi...
12:29:47.281 [pool-92-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
12:29:47.282 [pool-92-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File contains: 2 (2) nodes in store
12:29:47.282 [pool-92-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - Update contains | a:1 u:1 d:0 ratio: 1.0
12:29:47.282 [pool-92-thread-1] DEBUG o.e.h.g.updater.GraphModelInserter - File already present, calculating deltas with respect to graph storage
12:29:47.282 [pool-92-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performing transactional update (ratio:0.0) on file: /m.xmi...
12:29:47.282 [pool-92-thread-1] DEBUG o.e.h.g.updater.GraphModelInserter - transactional update called
12:29:47.284 [pool-92-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performed transactional update on file: /m.xmi.
0s3ms [pure insertion]
marking any relevant derived attributes for update...12:29:47.284 [pool-92-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
12:29:47.284 [pool-92-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
12:29:47.285 [pool-92-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating proxies...
attempting to resolve any leftover cross-file references...
12:29:47.285 [pool-92-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Resolving any leftover cross-file references...
12:29:47.285 [pool-92-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - 0 proxy ref lists left after resolving 0 refs
12:29:47.285 [pool-92-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - proxy resolution took: ~0.0s
attempting to resolve any uninitialized derived attributes...
12:29:47.285 [pool-92-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Resolving any uninitialized derived attributes...
12:29:47.285 [pool-92-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - Deriving attributes...
12:29:47.285 [pool-92-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...
12:29:47.285 [pool-92-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating any affected derived attributes...
0s0ms [proxy update]
12:29:47.285 [pool-92-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updated proxies.
Indexed successfully revision 3 (timepoint 1654604983112) of file:///tmp/hawkSvnRepo6836957024687016577
12:29:47.286 [pool-92-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating relevant changed model files...
12:29:47.289 [pool-92-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Deleting models removed from repository...
12:29:47.289 [pool-92-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating models to the new version...
12:29:47.297 [pool-92-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /m.xmi...
12:29:47.297 [pool-92-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
12:29:47.298 [pool-92-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File contains: 3 (3) nodes in store
12:29:47.298 [pool-92-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - Update contains | a:1 u:1 d:0 ratio: 0.6666666666666666
12:29:47.298 [pool-92-thread-1] DEBUG o.e.h.g.updater.GraphModelInserter - File already present, calculating deltas with respect to graph storage
12:29:47.298 [pool-92-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performing transactional update (ratio:0.0) on file: /m.xmi...
12:29:47.298 [pool-92-thread-1] DEBUG o.e.h.g.updater.GraphModelInserter - transactional update called
12:29:47.300 [pool-92-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performed transactional update on file: /m.xmi.
0s3ms [pure insertion]
marking any relevant derived attributes for update...12:29:47.300 [pool-92-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
12:29:47.300 [pool-92-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
12:29:47.300 [pool-92-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating proxies...
attempting to resolve any leftover cross-file references...
12:29:47.300 [pool-92-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Resolving any leftover cross-file references...
12:29:47.300 [pool-92-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - 0 proxy ref lists left after resolving 0 refs
12:29:47.300 [pool-92-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - proxy resolution took: ~0.0s
attempting to resolve any uninitialized derived attributes...
12:29:47.300 [pool-92-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Resolving any uninitialized derived attributes...
12:29:47.300 [pool-92-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - Deriving attributes...
12:29:47.300 [pool-92-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...
12:29:47.300 [pool-92-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating any affected derived attributes...
0s1ms [proxy update]
12:29:47.301 [pool-92-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updated proxies.
Indexed successfully revision 4 (timepoint 1654604985111) of file:///tmp/hawkSvnRepo6836957024687016577
12:29:47.301 [pool-92-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performing optional post-sync operations.
12:29:47.301 [pool-92-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updated Hawk instance test (success). 0 s 192 ms
12:29:49.100 [pool-92-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating Hawk...
updating indexer: 
12:29:49.102 [pool-92-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating relevant changed model files...
12:29:49.103 [pool-92-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Deleting models removed from repository...
12:29:49.103 [pool-92-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating models to the new version...
12:29:49.103 [pool-92-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating proxies...
attempting to resolve any leftover cross-file references...
12:29:49.103 [pool-92-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Resolving any leftover cross-file references...
12:29:49.103 [pool-92-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - 0 proxy ref lists left after resolving 0 refs
12:29:49.103 [pool-92-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - proxy resolution took: ~0.0s
attempting to resolve any uninitialized derived attributes...
12:29:49.103 [pool-92-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Resolving any uninitialized derived attributes...
12:29:49.103 [pool-92-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - Deriving attributes...
12:29:49.103 [pool-92-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...
12:29:49.103 [pool-92-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating any affected derived attributes...
0s0ms [proxy update]
12:29:49.103 [pool-92-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updated proxies.
Indexed successfully revision 4 (timepoint 1654604985111) of file:///tmp/hawkSvnRepo6836957024687016577
12:29:49.104 [pool-92-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating relevant changed model files...
12:29:49.106 [pool-92-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Deleting models removed from repository...
12:29:49.106 [pool-92-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating models to the new version...
12:29:49.115 [pool-92-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /m.xmi...
12:29:49.115 [pool-92-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
12:29:49.115 [pool-92-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File contains: 4 (4) nodes in store
12:29:49.116 [pool-92-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - Update contains | a:0 u:1 d:1 ratio: 0.5
12:29:49.116 [pool-92-thread-1] DEBUG o.e.h.g.updater.GraphModelInserter - File already present, calculating deltas with respect to graph storage
12:29:49.116 [pool-92-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performing transactional update (ratio:0.0) on file: /m.xmi...
12:29:49.116 [pool-92-thread-1] DEBUG o.e.h.g.updater.GraphModelInserter - transactional update called
12:29:49.119 [pool-92-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performed transactional update on file: /m.xmi.
0s4ms [pure insertion]
marking any relevant derived attributes for update...12:29:49.119 [pool-92-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
12:29:49.119 [pool-92-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
12:29:49.119 [pool-92-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating proxies...
attempting to resolve any leftover cross-file references...
12:29:49.119 [pool-92-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Resolving any leftover cross-file references...
12:29:49.119 [pool-92-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - 0 proxy ref lists left after resolving 0 refs
12:29:49.119 [pool-92-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - proxy resolution took: ~0.0s
attempting to resolve any uninitialized derived attributes...
12:29:49.119 [pool-92-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Resolving any uninitialized derived attributes...
12:29:49.119 [pool-92-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - Deriving attributes...
12:29:49.120 [pool-92-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...
12:29:49.120 [pool-92-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating any affected derived attributes...
0s1ms [proxy update]
12:29:49.120 [pool-92-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updated proxies.
Indexed successfully revision 5 (timepoint 1654604987123) of file:///tmp/hawkSvnRepo6836957024687016577
12:29:49.120 [pool-92-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performing optional post-sync operations.
12:29:49.120 [pool-92-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updated Hawk instance test (success). 0 s 20 ms
12:29:49.136 [main] INFO  o.e.h.c.r.CompositeStateListener - Hawk shutting down...
12:29:49.136 [main] INFO  o.e.h.c.r.CompositeStateListener - Saving Hawk metadata...
adding: file:///tmp/hawkSvnRepo6836957024687016577:org.eclipse.hawk.svn.SvnManager:false
12:29:49.138 [main] INFO  o.e.h.c.r.CompositeStateListener - Saved Hawk metadata.
12:29:49.138 [main] INFO  o.e.h.core.runtime.BaseModelIndexer - Waiting 120s for all scheduled tasks to complete
12:29:49.276 [main] INFO  o.e.hawk.greycat.lucene.SoftTxLucene - Shutdown of Lucene complete.
12:29:49.276 [main] INFO  o.e.h.g.AbstractGreycatDatabase - Disconnected from GreyCat graph at /tmp/junit8438162665971894601/test_whenPoints[LevelDB GreyCat]
12:29:49.278 [main] INFO  o.e.h.c.r.CompositeStateListener - Hawk shut down.
12:29:50.386 [main] INFO  o.e.h.c.r.CompositeStateListener - Saving Hawk metadata...
12:29:50.387 [main] INFO  o.e.h.c.r.CompositeStateListener - Saved Hawk metadata.
12:29:50.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
12:29:50.387 [main] INFO  o.e.h.g.u.GraphMetaModelResourceInjector - ADDING METAMODELS: 
12:29:50.387 [main] INFO  o.e.h.g.u.GraphMetaModelResourceInjector - ADDING: 
12:29:50.391 [main] INFO  o.e.h.g.u.GraphMetaModelResourceInjector - 0 METAMODEL NODES! (took ~0 sec)
inserting static metamodels complete
12:29:50.391 [main] INFO  o.e.h.c.r.CompositeStateListener - Registering metamodels...
12:29:50.391 [main] INFO  o.e.h.c.r.CompositeStateListener - Registered metamodels.
12:29:50.391 [main] INFO  o.e.h.c.r.CompositeStateListener - Initialized Hawk.
12:29:50.391 [main] INFO  o.e.h.c.r.CompositeStateListener - Adding metamodel(s)...
12:29:50.391 [pool-94-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating Hawk...
updating indexer: 
12:29:50.392 [pool-94-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performing optional post-sync operations.
12:29:50.392 [pool-94-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updated Hawk instance test (success). 0 s 0 ms
Adding metamodels in: ../../core/tests/org.eclipse.hawk.integration.tests/resources/metamodels/Ecore.ecore to store
12:29:50.396 [main] INFO  o.e.h.g.u.GraphMetaModelResourceInjector - ADDING METAMODELS: 
12:29:50.396 [main] INFO  o.e.h.g.u.GraphMetaModelResourceInjector - ADDING: 
12:29:50.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
12:29:50.403 [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
12:29:50.403 [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
12:29:50.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
12:29:50.403 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EBigInteger will be handled as its instance type java.math.BigInteger
12:29:50.403 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EFeatureMap will be handled as its instance type org.eclipse.emf.ecore.util.FeatureMap
12:29:50.403 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EEnumerator will be handled as its instance type org.eclipse.emf.common.util.Enumerator
12:29:50.403 [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
12:29:50.403 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EDiagnosticChain will be handled as its instance type org.eclipse.emf.common.util.DiagnosticChain
12:29:50.403 [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
12:29:50.403 [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
12:29:50.403 [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[]
12:29:50.403 [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
12:29:50.404 [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
12:29:50.404 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EBoolean will be handled as its instance type java.lang.Boolean
12:29:50.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
12:29:50.405 [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
12:29:50.405 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EShortObject will be handled as its instance type java.lang.Short
12:29:50.407 [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
12:29:50.407 [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
12:29:50.407 [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
12:29:50.407 [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
12:29:50.409 [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
12:29:50.474 [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
12:29:50.475 [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
12:29:50.475 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::ELongObject will be handled as its instance type java.lang.Long
12:29:50.476 [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
12:29:50.476 [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
12:29:50.476 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EResource will be handled as its instance type org.eclipse.emf.ecore.resource.Resource
12:29:50.476 [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
12:29:50.477 [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
12:29:50.477 [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
12:29:50.477 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EByte will be handled as its instance type byte
12:29:50.482 [main] INFO  o.e.h.g.u.GraphMetaModelResourceInjector - 20 METAMODEL NODES! (took ~0 sec)
12:29:50.482 [main] INFO  o.e.h.c.r.CompositeStateListener - Added metamodel(s).
12:29:50.482 [main] INFO  o.e.h.c.r.CompositeStateListener - Adding metamodel(s)...
Adding metamodels in: ../../core/tests/org.eclipse.hawk.integration.tests/resources/metamodels/XMLType.ecore to store
12:29:50.485 [main] INFO  o.e.h.g.u.GraphMetaModelResourceInjector - ADDING METAMODELS: 
12:29:50.485 [main] INFO  o.e.h.g.u.GraphMetaModelResourceInjector - ADDING: 
12:29:50.490 [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
12:29:50.490 [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
12:29:50.490 [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
12:29:50.490 [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
12:29:50.490 [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
12:29:50.490 [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
12:29:50.491 [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
12:29:50.491 [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
12:29:50.491 [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
12:29:50.492 [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
12:29:50.492 [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
12:29:50.492 [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
12:29:50.492 [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
12:29:50.492 [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
12:29:50.492 [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[]
12:29:50.492 [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
12:29:50.492 [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
12:29:50.492 [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
12:29:50.492 [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
12:29:50.492 [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
12:29:50.492 [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
12:29:50.492 [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
12:29:50.492 [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
12:29:50.492 [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
12:29:50.493 [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
12:29:50.493 [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
12:29:50.493 [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
12:29:50.494 [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
12:29:50.494 [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
12:29:50.494 [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
12:29:50.494 [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
12:29:50.494 [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
12:29:50.494 [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
12:29:50.494 [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
12:29:50.494 [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
12:29:50.494 [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
12:29:50.494 [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
12:29:50.494 [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
12:29:50.494 [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
12:29:50.494 [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
12:29:50.494 [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
12:29:50.494 [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
12:29:50.494 [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[]
12:29:50.494 [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
12:29:50.494 [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
12:29:50.494 [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
12:29:50.494 [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
12:29:50.494 [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
12:29:50.494 [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
12:29:50.494 [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
12:29:50.494 [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
12:29:50.494 [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
12:29:50.494 [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
12:29:50.494 [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
12:29:50.494 [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
12:29:50.494 [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
12:29:50.494 [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
12:29:50.494 [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
12:29:50.494 [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
12:29:50.497 [main] INFO  o.e.h.g.u.GraphMetaModelResourceInjector - 4 METAMODEL NODES! (took ~0 sec)
12:29:50.498 [main] INFO  o.e.h.c.r.CompositeStateListener - Added metamodel(s).
No username/password recorded for the repository file:///tmp/hawkSvnRepo14100932908561281691
12:29:58.110 [main] INFO  o.e.h.c.r.CompositeStateListener - Saving Hawk metadata...
adding: file:///tmp/hawkSvnRepo14100932908561281691:org.eclipse.hawk.svn.SvnManager:false
12:29:58.113 [main] INFO  o.e.h.c.r.CompositeStateListener - Saved Hawk metadata.
12:29:58.113 [pool-94-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating Hawk...
updating indexer: 
12:29:58.128 [pool-94-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating relevant changed model files...
12:29:58.128 [pool-94-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Deleting models removed from repository...
12:29:58.128 [pool-94-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating models to the new version...
12:29:58.128 [pool-94-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating proxies...
attempting to resolve any leftover cross-file references...
12:29:58.128 [pool-94-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Resolving any leftover cross-file references...
12:29:58.131 [pool-94-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - 0 proxy ref lists left after resolving 0 refs
12:29:58.131 [pool-94-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - proxy resolution took: ~0.003s
attempting to resolve any uninitialized derived attributes...
12:29:58.131 [pool-94-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Resolving any uninitialized derived attributes...
12:29:58.131 [pool-94-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - Deriving attributes...
12:29:58.133 [pool-94-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...
12:29:58.133 [pool-94-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating any affected derived attributes...
0s8ms [proxy update]
12:29:58.136 [pool-94-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updated proxies.
Indexed successfully revision 0 (timepoint 1654604989295) of file:///tmp/hawkSvnRepo14100932908561281691
12:29:58.136 [pool-94-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating relevant changed model files...
12:29:58.141 [pool-94-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Deleting models removed from repository...
12:29:58.141 [pool-94-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating models to the new version...
12:29:58.178 [pool-94-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /m.xmi...
12:29:58.184 [pool-94-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
12:29:58.184 [pool-94-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
12:29:58.184 [pool-94-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performing batch insert on file: /m.xmi...
12:29:58.191 [pool-94-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding elements of file /m.xmi
12:29:58.191 [pool-94-thread-1] INFO  o.e.hawk.graph.updater.TypeCache - Metamodel Tree is not in the graph, trying to locate it
12:29:58.191 [pool-94-thread-1] INFO  o.e.hawk.graph.updater.TypeCache - Found metamodel for Tree, inserting
12:29:58.191 [pool-94-thread-1] INFO  o.e.h.g.u.GraphMetaModelResourceInjector - ADDING METAMODELS: 
12:29:58.191 [pool-94-thread-1] INFO  o.e.h.g.u.GraphMetaModelResourceInjector - ADDING: 
12:29:58.196 [pool-94-thread-1] DEBUG o.e.h.g.u.GraphMetaModelResourceInjector - supertype dependency from Tree to http://www.eclipse.org/emf/2002/Ecore
12:29:58.197 [pool-94-thread-1] INFO  o.e.h.g.u.GraphMetaModelResourceInjector - 1 METAMODEL NODES! (took ~0 sec)
12:29:58.202 [pool-94-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~0sec)
12:29:58.202 [pool-94-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding edges of file /m.xmi
12:29:58.202 [pool-94-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec)
12:29:58.202 [pool-94-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performed batch insert on file: /m.xmi.
0s24ms [pure insertion]
marking any relevant derived attributes for update...12:29:58.202 [pool-94-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
12:29:58.202 [pool-94-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
12:29:58.202 [pool-94-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating proxies...
attempting to resolve any leftover cross-file references...
12:29:58.202 [pool-94-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Resolving any leftover cross-file references...
12:29:58.203 [pool-94-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - 0 proxy ref lists left after resolving 0 refs
12:29:58.203 [pool-94-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - proxy resolution took: ~0.001s
attempting to resolve any uninitialized derived attributes...
12:29:58.203 [pool-94-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Resolving any uninitialized derived attributes...
12:29:58.203 [pool-94-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - Deriving attributes...
12:29:58.203 [pool-94-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...
12:29:58.203 [pool-94-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating any affected derived attributes...
0s1ms [proxy update]
12:29:58.203 [pool-94-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updated proxies.
Indexed successfully revision 1 (timepoint 1654604990592) of file:///tmp/hawkSvnRepo14100932908561281691
12:29:58.204 [pool-94-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating relevant changed model files...
12:29:58.206 [pool-94-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Deleting models removed from repository...
12:29:58.206 [pool-94-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating models to the new version...
12:29:58.275 [pool-94-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /m.xmi...
12:29:58.275 [pool-94-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
12:29:58.276 [pool-94-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File contains: 1 (1) nodes in store
12:29:58.276 [pool-94-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - Update contains | a:1 u:1 d:0 ratio: 2.0
12:29:58.276 [pool-94-thread-1] DEBUG o.e.h.g.updater.GraphModelInserter - File already present, calculating deltas with respect to graph storage
12:29:58.276 [pool-94-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performing transactional update (ratio:0.0) on file: /m.xmi...
12:29:58.276 [pool-94-thread-1] DEBUG o.e.h.g.updater.GraphModelInserter - transactional update called
12:29:58.286 [pool-94-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performed transactional update on file: /m.xmi.
0s11ms [pure insertion]
marking any relevant derived attributes for update...12:29:58.286 [pool-94-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
12:29:58.286 [pool-94-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
12:29:58.286 [pool-94-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating proxies...
attempting to resolve any leftover cross-file references...
12:29:58.286 [pool-94-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Resolving any leftover cross-file references...
12:29:58.287 [pool-94-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - 0 proxy ref lists left after resolving 0 refs
12:29:58.287 [pool-94-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - proxy resolution took: ~0.001s
attempting to resolve any uninitialized derived attributes...
12:29:58.287 [pool-94-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Resolving any uninitialized derived attributes...
12:29:58.287 [pool-94-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - Deriving attributes...
12:29:58.287 [pool-94-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...
12:29:58.287 [pool-94-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating any affected derived attributes...
0s1ms [proxy update]
12:29:58.287 [pool-94-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updated proxies.
Indexed successfully revision 2 (timepoint 1654604992112) of file:///tmp/hawkSvnRepo14100932908561281691
12:29:58.288 [pool-94-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating relevant changed model files...
12:29:58.290 [pool-94-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Deleting models removed from repository...
12:29:58.290 [pool-94-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating models to the new version...
12:29:58.298 [pool-94-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /m.xmi...
12:29:58.298 [pool-94-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
12:29:58.299 [pool-94-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File contains: 2 (2) nodes in store
12:29:58.299 [pool-94-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - Update contains | a:1 u:1 d:0 ratio: 1.0
12:29:58.299 [pool-94-thread-1] DEBUG o.e.h.g.updater.GraphModelInserter - File already present, calculating deltas with respect to graph storage
12:29:58.299 [pool-94-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performing transactional update (ratio:0.0) on file: /m.xmi...
12:29:58.299 [pool-94-thread-1] DEBUG o.e.h.g.updater.GraphModelInserter - transactional update called
12:29:58.300 [pool-94-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performed transactional update on file: /m.xmi.
0s2ms [pure insertion]
marking any relevant derived attributes for update...12:29:58.300 [pool-94-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s1ms
12:29:58.301 [pool-94-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s1ms
12:29:58.301 [pool-94-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating proxies...
attempting to resolve any leftover cross-file references...
12:29:58.301 [pool-94-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Resolving any leftover cross-file references...
12:29:58.301 [pool-94-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - 0 proxy ref lists left after resolving 0 refs
12:29:58.301 [pool-94-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - proxy resolution took: ~0.0s
attempting to resolve any uninitialized derived attributes...
12:29:58.301 [pool-94-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Resolving any uninitialized derived attributes...
12:29:58.301 [pool-94-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - Deriving attributes...
12:29:58.301 [pool-94-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...
12:29:58.301 [pool-94-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating any affected derived attributes...
0s0ms [proxy update]
12:29:58.301 [pool-94-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updated proxies.
Indexed successfully revision 3 (timepoint 1654604994113) of file:///tmp/hawkSvnRepo14100932908561281691
12:29:58.302 [pool-94-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating relevant changed model files...
12:29:58.304 [pool-94-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Deleting models removed from repository...
12:29:58.304 [pool-94-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating models to the new version...
12:29:58.311 [pool-94-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /m.xmi...
12:29:58.311 [pool-94-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
12:29:58.312 [pool-94-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File contains: 3 (3) nodes in store
12:29:58.312 [pool-94-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - Update contains | a:1 u:1 d:0 ratio: 0.6666666666666666
12:29:58.313 [pool-94-thread-1] DEBUG o.e.h.g.updater.GraphModelInserter - File already present, calculating deltas with respect to graph storage
12:29:58.313 [pool-94-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performing transactional update (ratio:0.0) on file: /m.xmi...
12:29:58.313 [pool-94-thread-1] DEBUG o.e.h.g.updater.GraphModelInserter - transactional update called
12:29:58.314 [pool-94-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performed transactional update on file: /m.xmi.
0s3ms [pure insertion]
marking any relevant derived attributes for update...12:29:58.314 [pool-94-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
12:29:58.314 [pool-94-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
12:29:58.314 [pool-94-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating proxies...
attempting to resolve any leftover cross-file references...
12:29:58.314 [pool-94-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Resolving any leftover cross-file references...
12:29:58.314 [pool-94-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - 0 proxy ref lists left after resolving 0 refs
12:29:58.314 [pool-94-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - proxy resolution took: ~0.0s
attempting to resolve any uninitialized derived attributes...
12:29:58.314 [pool-94-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Resolving any uninitialized derived attributes...
12:29:58.314 [pool-94-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - Deriving attributes...
12:29:58.314 [pool-94-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...
12:29:58.314 [pool-94-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating any affected derived attributes...
0s0ms [proxy update]
12:29:58.314 [pool-94-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updated proxies.
Indexed successfully revision 4 (timepoint 1654604996118) of file:///tmp/hawkSvnRepo14100932908561281691
12:29:58.315 [pool-94-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performing optional post-sync operations.
12:29:58.315 [pool-94-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updated Hawk instance test (success). 0 s 202 ms
12:30:00.100 [pool-94-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating Hawk...
updating indexer: 
12:30:00.102 [pool-94-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating relevant changed model files...
12:30:00.102 [pool-94-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Deleting models removed from repository...
12:30:00.102 [pool-94-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating models to the new version...
12:30:00.103 [pool-94-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating proxies...
attempting to resolve any leftover cross-file references...
12:30:00.103 [pool-94-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Resolving any leftover cross-file references...
12:30:00.103 [pool-94-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - 0 proxy ref lists left after resolving 0 refs
12:30:00.103 [pool-94-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - proxy resolution took: ~0.0s
attempting to resolve any uninitialized derived attributes...
12:30:00.103 [pool-94-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Resolving any uninitialized derived attributes...
12:30:00.103 [pool-94-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - Deriving attributes...
12:30:00.103 [pool-94-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...
12:30:00.103 [pool-94-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating any affected derived attributes...
0s0ms [proxy update]
12:30:00.103 [pool-94-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updated proxies.
Indexed successfully revision 4 (timepoint 1654604996118) of file:///tmp/hawkSvnRepo14100932908561281691
12:30:00.103 [pool-94-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating relevant changed model files...
12:30:00.105 [pool-94-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Deleting models removed from repository...
12:30:00.105 [pool-94-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating models to the new version...
12:30:00.113 [pool-94-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /m.xmi...
12:30:00.113 [pool-94-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
12:30:00.114 [pool-94-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File contains: 4 (4) nodes in store
12:30:00.114 [pool-94-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - Update contains | a:0 u:1 d:0 ratio: 0.25
12:30:00.114 [pool-94-thread-1] DEBUG o.e.h.g.updater.GraphModelInserter - File already present, calculating deltas with respect to graph storage
12:30:00.114 [pool-94-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performing transactional update (ratio:0.0) on file: /m.xmi...
12:30:00.114 [pool-94-thread-1] DEBUG o.e.h.g.updater.GraphModelInserter - transactional update called
12:30:00.115 [pool-94-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performed transactional update on file: /m.xmi.
0s2ms [pure insertion]
marking any relevant derived attributes for update...12:30:00.115 [pool-94-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
12:30:00.115 [pool-94-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
12:30:00.115 [pool-94-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating proxies...
attempting to resolve any leftover cross-file references...
12:30:00.115 [pool-94-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Resolving any leftover cross-file references...
12:30:00.116 [pool-94-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - 0 proxy ref lists left after resolving 0 refs
12:30:00.116 [pool-94-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - proxy resolution took: ~0.001s
attempting to resolve any uninitialized derived attributes...
12:30:00.116 [pool-94-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Resolving any uninitialized derived attributes...
12:30:00.116 [pool-94-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - Deriving attributes...
12:30:00.116 [pool-94-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...
12:30:00.116 [pool-94-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating any affected derived attributes...
0s1ms [proxy update]
12:30:00.116 [pool-94-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updated proxies.
Indexed successfully revision 5 (timepoint 1654604998135) of file:///tmp/hawkSvnRepo14100932908561281691
12:30:00.116 [pool-94-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performing optional post-sync operations.
12:30:00.116 [pool-94-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updated Hawk instance test (success). 0 s 16 ms
Label at 1654604998135: SomethingElse
12:30:00.176 [main] INFO  o.e.h.c.r.CompositeStateListener - Hawk shutting down...
12:30:00.176 [main] INFO  o.e.h.c.r.CompositeStateListener - Saving Hawk metadata...
adding: file:///tmp/hawkSvnRepo14100932908561281691:org.eclipse.hawk.svn.SvnManager:false
12:30:00.177 [main] INFO  o.e.h.c.r.CompositeStateListener - Saved Hawk metadata.
12:30:00.177 [main] INFO  o.e.h.core.runtime.BaseModelIndexer - Waiting 120s for all scheduled tasks to complete
12:30:00.247 [main] INFO  o.e.hawk.greycat.lucene.SoftTxLucene - Shutdown of Lucene complete.
12:30:00.247 [main] INFO  o.e.h.g.AbstractGreycatDatabase - Disconnected from GreyCat graph at /tmp/junit10468945209036687763/test_onceFalse[LevelDB GreyCat]
12:30:00.249 [main] INFO  o.e.h.c.r.CompositeStateListener - Hawk shut down.
12:30:01.438 [main] INFO  o.e.h.c.r.CompositeStateListener - Saving Hawk metadata...
12:30:01.440 [main] INFO  o.e.h.c.r.CompositeStateListener - Saved Hawk metadata.
12:30:01.440 [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
12:30:01.441 [main] INFO  o.e.h.g.u.GraphMetaModelResourceInjector - ADDING METAMODELS: 
12:30:01.441 [main] INFO  o.e.h.g.u.GraphMetaModelResourceInjector - ADDING: 
12:30:01.445 [main] INFO  o.e.h.g.u.GraphMetaModelResourceInjector - 0 METAMODEL NODES! (took ~0 sec)
inserting static metamodels complete
12:30:01.445 [main] INFO  o.e.h.c.r.CompositeStateListener - Registering metamodels...
12:30:01.446 [main] INFO  o.e.h.c.r.CompositeStateListener - Registered metamodels.
12:30:01.446 [main] INFO  o.e.h.c.r.CompositeStateListener - Initialized Hawk.
12:30:01.446 [pool-96-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating Hawk...
updating indexer: 
12:30:01.446 [main] INFO  o.e.h.c.r.CompositeStateListener - Adding metamodel(s)...
12:30:01.447 [pool-96-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performing optional post-sync operations.
12:30:01.447 [pool-96-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updated Hawk instance test (success). 0 s 0 ms
Adding metamodels in: ../../core/tests/org.eclipse.hawk.integration.tests/resources/metamodels/Ecore.ecore to store
12:30:01.478 [main] INFO  o.e.h.g.u.GraphMetaModelResourceInjector - ADDING METAMODELS: 
12:30:01.478 [main] INFO  o.e.h.g.u.GraphMetaModelResourceInjector - ADDING: 
12:30:01.484 [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
12:30:01.484 [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
12:30:01.485 [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
12:30:01.487 [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
12:30:01.487 [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
12:30:01.487 [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
12:30:01.487 [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
12:30:01.487 [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
12:30:01.487 [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
12:30:01.487 [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
12:30:01.487 [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
12:30:01.488 [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
12:30:01.489 [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
12:30:01.490 [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
12:30:01.490 [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
12:30:01.490 [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[]
12:30:01.490 [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
12:30:01.490 [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
12:30:01.490 [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
12:30:01.490 [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
12:30:01.490 [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
12:30:01.491 [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
12:30:01.491 [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
12:30:01.491 [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
12:30:01.491 [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
12:30:01.491 [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
12:30:01.491 [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
12:30:01.491 [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
12:30:01.491 [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
12:30:01.491 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EShort will be handled as its instance type short
12:30:01.492 [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
12:30:01.492 [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
12:30:01.493 [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
12:30:01.497 [main] INFO  o.e.h.g.u.GraphMetaModelResourceInjector - 20 METAMODEL NODES! (took ~0 sec)
12:30:01.497 [main] INFO  o.e.h.c.r.CompositeStateListener - Added metamodel(s).
12:30:01.497 [main] INFO  o.e.h.c.r.CompositeStateListener - Adding metamodel(s)...
Adding metamodels in: ../../core/tests/org.eclipse.hawk.integration.tests/resources/metamodels/XMLType.ecore to store
12:30:01.501 [main] INFO  o.e.h.g.u.GraphMetaModelResourceInjector - ADDING METAMODELS: 
12:30:01.501 [main] INFO  o.e.h.g.u.GraphMetaModelResourceInjector - ADDING: 
12:30:01.577 [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
12:30:01.577 [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
12:30:01.577 [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
12:30:01.579 [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
12:30:01.579 [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
12:30:01.579 [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
12:30:01.579 [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
12:30:01.579 [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
12:30:01.579 [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
12:30:01.579 [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
12:30:01.579 [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
12:30:01.579 [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
12:30:01.579 [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
12:30:01.579 [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
12:30:01.579 [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
12:30:01.579 [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
12:30:01.579 [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
12:30:01.579 [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
12:30:01.579 [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
12:30:01.579 [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
12:30:01.579 [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
12:30:01.579 [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
12:30:01.579 [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
12:30:01.579 [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
12:30:01.579 [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
12:30:01.579 [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
12:30:01.579 [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
12:30:01.579 [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
12:30:01.579 [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
12:30:01.579 [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
12:30:01.579 [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
12:30:01.579 [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
12:30:01.579 [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[]
12:30:01.579 [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
12:30:01.579 [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
12:30:01.579 [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
12:30:01.579 [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
12:30:01.579 [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
12:30:01.579 [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
12:30:01.579 [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
12:30:01.579 [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
12:30:01.579 [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
12:30:01.580 [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
12:30:01.580 [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[]
12:30:01.580 [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
12:30:01.580 [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
12:30:01.580 [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
12:30:01.580 [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
12:30:01.580 [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
12:30:01.580 [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
12:30:01.580 [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
12:30:01.580 [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
12:30:01.580 [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
12:30:01.580 [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
12:30:01.580 [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
12:30:01.580 [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
12:30:01.580 [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
12:30:01.580 [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
12:30:01.580 [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
12:30:01.583 [main] INFO  o.e.h.g.u.GraphMetaModelResourceInjector - 4 METAMODEL NODES! (took ~0 sec)
12:30:01.583 [main] INFO  o.e.h.c.r.CompositeStateListener - Added metamodel(s).
No username/password recorded for the repository file:///tmp/hawkSvnRepo2971545461304547059
12:30:09.107 [main] INFO  o.e.h.c.r.CompositeStateListener - Saving Hawk metadata...
adding: file:///tmp/hawkSvnRepo2971545461304547059:org.eclipse.hawk.svn.SvnManager:false
12:30:09.109 [main] INFO  o.e.h.c.r.CompositeStateListener - Saved Hawk metadata.
12:30:09.110 [pool-96-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating Hawk...
updating indexer: 
12:30:09.120 [pool-96-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating relevant changed model files...
12:30:09.120 [pool-96-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Deleting models removed from repository...
12:30:09.120 [pool-96-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating models to the new version...
12:30:09.120 [pool-96-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating proxies...
attempting to resolve any leftover cross-file references...
12:30:09.120 [pool-96-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Resolving any leftover cross-file references...
12:30:09.122 [pool-96-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - 0 proxy ref lists left after resolving 0 refs
12:30:09.122 [pool-96-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - proxy resolution took: ~0.002s
attempting to resolve any uninitialized derived attributes...
12:30:09.122 [pool-96-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Resolving any uninitialized derived attributes...
12:30:09.122 [pool-96-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - Deriving attributes...
12:30:09.124 [pool-96-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...
12:30:09.124 [pool-96-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating any affected derived attributes...
0s6ms [proxy update]
12:30:09.126 [pool-96-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updated proxies.
Indexed successfully revision 0 (timepoint 1654605000283) of file:///tmp/hawkSvnRepo2971545461304547059
12:30:09.127 [pool-96-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating relevant changed model files...
12:30:09.130 [pool-96-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Deleting models removed from repository...
12:30:09.130 [pool-96-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating models to the new version...
12:30:09.141 [pool-96-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /m.xmi...
12:30:09.147 [pool-96-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
12:30:09.147 [pool-96-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
12:30:09.147 [pool-96-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performing batch insert on file: /m.xmi...
12:30:09.153 [pool-96-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding elements of file /m.xmi
12:30:09.154 [pool-96-thread-1] INFO  o.e.hawk.graph.updater.TypeCache - Metamodel Tree is not in the graph, trying to locate it
12:30:09.154 [pool-96-thread-1] INFO  o.e.hawk.graph.updater.TypeCache - Found metamodel for Tree, inserting
12:30:09.154 [pool-96-thread-1] INFO  o.e.h.g.u.GraphMetaModelResourceInjector - ADDING METAMODELS: 
12:30:09.154 [pool-96-thread-1] INFO  o.e.h.g.u.GraphMetaModelResourceInjector - ADDING: 
12:30:09.157 [pool-96-thread-1] DEBUG o.e.h.g.u.GraphMetaModelResourceInjector - supertype dependency from Tree to http://www.eclipse.org/emf/2002/Ecore
12:30:09.158 [pool-96-thread-1] INFO  o.e.h.g.u.GraphMetaModelResourceInjector - 1 METAMODEL NODES! (took ~0 sec)
12:30:09.176 [pool-96-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~0sec)
12:30:09.176 [pool-96-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding edges of file /m.xmi
12:30:09.176 [pool-96-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec)
12:30:09.176 [pool-96-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performed batch insert on file: /m.xmi.
0s35ms [pure insertion]
marking any relevant derived attributes for update...12:30:09.176 [pool-96-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s1ms
12:30:09.177 [pool-96-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s1ms
12:30:09.177 [pool-96-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating proxies...
attempting to resolve any leftover cross-file references...
12:30:09.177 [pool-96-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Resolving any leftover cross-file references...
12:30:09.177 [pool-96-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - 0 proxy ref lists left after resolving 0 refs
12:30:09.177 [pool-96-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - proxy resolution took: ~0.0s
attempting to resolve any uninitialized derived attributes...
12:30:09.177 [pool-96-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Resolving any uninitialized derived attributes...
12:30:09.177 [pool-96-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - Deriving attributes...
12:30:09.177 [pool-96-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...
12:30:09.177 [pool-96-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating any affected derived attributes...
0s0ms [proxy update]
12:30:09.177 [pool-96-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updated proxies.
Indexed successfully revision 1 (timepoint 1654605001605) of file:///tmp/hawkSvnRepo2971545461304547059
12:30:09.177 [pool-96-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating relevant changed model files...
12:30:09.179 [pool-96-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Deleting models removed from repository...
12:30:09.179 [pool-96-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating models to the new version...
12:30:09.188 [pool-96-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /m.xmi...
12:30:09.188 [pool-96-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
12:30:09.188 [pool-96-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File contains: 1 (1) nodes in store
12:30:09.189 [pool-96-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - Update contains | a:1 u:1 d:0 ratio: 2.0
12:30:09.189 [pool-96-thread-1] DEBUG o.e.h.g.updater.GraphModelInserter - File already present, calculating deltas with respect to graph storage
12:30:09.189 [pool-96-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performing transactional update (ratio:0.0) on file: /m.xmi...
12:30:09.189 [pool-96-thread-1] DEBUG o.e.h.g.updater.GraphModelInserter - transactional update called
12:30:09.198 [pool-96-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performed transactional update on file: /m.xmi.
0s10ms [pure insertion]
marking any relevant derived attributes for update...12:30:09.198 [pool-96-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
12:30:09.198 [pool-96-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
12:30:09.198 [pool-96-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating proxies...
attempting to resolve any leftover cross-file references...
12:30:09.198 [pool-96-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Resolving any leftover cross-file references...
12:30:09.198 [pool-96-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - 0 proxy ref lists left after resolving 0 refs
12:30:09.198 [pool-96-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - proxy resolution took: ~0.0s
attempting to resolve any uninitialized derived attributes...
12:30:09.198 [pool-96-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Resolving any uninitialized derived attributes...
12:30:09.198 [pool-96-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - Deriving attributes...
12:30:09.198 [pool-96-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...
12:30:09.198 [pool-96-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating any affected derived attributes...
0s0ms [proxy update]
12:30:09.198 [pool-96-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updated proxies.
Indexed successfully revision 2 (timepoint 1654605003121) of file:///tmp/hawkSvnRepo2971545461304547059
12:30:09.199 [pool-96-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating relevant changed model files...
12:30:09.201 [pool-96-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Deleting models removed from repository...
12:30:09.201 [pool-96-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating models to the new version...
12:30:09.209 [pool-96-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /m.xmi...
12:30:09.209 [pool-96-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
12:30:09.210 [pool-96-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File contains: 2 (2) nodes in store
12:30:09.210 [pool-96-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - Update contains | a:1 u:1 d:0 ratio: 1.0
12:30:09.210 [pool-96-thread-1] DEBUG o.e.h.g.updater.GraphModelInserter - File already present, calculating deltas with respect to graph storage
12:30:09.210 [pool-96-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performing transactional update (ratio:0.0) on file: /m.xmi...
12:30:09.210 [pool-96-thread-1] DEBUG o.e.h.g.updater.GraphModelInserter - transactional update called
12:30:09.212 [pool-96-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performed transactional update on file: /m.xmi.
0s3ms [pure insertion]
marking any relevant derived attributes for update...12:30:09.212 [pool-96-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
12:30:09.212 [pool-96-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
12:30:09.212 [pool-96-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating proxies...
attempting to resolve any leftover cross-file references...
12:30:09.212 [pool-96-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Resolving any leftover cross-file references...
12:30:09.212 [pool-96-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - 0 proxy ref lists left after resolving 0 refs
12:30:09.212 [pool-96-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - proxy resolution took: ~0.0s
attempting to resolve any uninitialized derived attributes...
12:30:09.212 [pool-96-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Resolving any uninitialized derived attributes...
12:30:09.212 [pool-96-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - Deriving attributes...
12:30:09.212 [pool-96-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...
12:30:09.212 [pool-96-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating any affected derived attributes...
0s0ms [proxy update]
12:30:09.212 [pool-96-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updated proxies.
Indexed successfully revision 3 (timepoint 1654605005117) of file:///tmp/hawkSvnRepo2971545461304547059
12:30:09.213 [pool-96-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating relevant changed model files...
12:30:09.215 [pool-96-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Deleting models removed from repository...
12:30:09.215 [pool-96-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating models to the new version...
12:30:09.278 [pool-96-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /m.xmi...
12:30:09.278 [pool-96-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
12:30:09.279 [pool-96-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File contains: 3 (3) nodes in store
12:30:09.279 [pool-96-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - Update contains | a:1 u:1 d:0 ratio: 0.6666666666666666
12:30:09.279 [pool-96-thread-1] DEBUG o.e.h.g.updater.GraphModelInserter - File already present, calculating deltas with respect to graph storage
12:30:09.279 [pool-96-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performing transactional update (ratio:0.0) on file: /m.xmi...
12:30:09.279 [pool-96-thread-1] DEBUG o.e.h.g.updater.GraphModelInserter - transactional update called
12:30:09.281 [pool-96-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performed transactional update on file: /m.xmi.
0s3ms [pure insertion]
marking any relevant derived attributes for update...12:30:09.281 [pool-96-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
12:30:09.281 [pool-96-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
12:30:09.281 [pool-96-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating proxies...
attempting to resolve any leftover cross-file references...
12:30:09.281 [pool-96-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Resolving any leftover cross-file references...
12:30:09.281 [pool-96-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - 0 proxy ref lists left after resolving 0 refs
12:30:09.281 [pool-96-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - proxy resolution took: ~0.0s
attempting to resolve any uninitialized derived attributes...
12:30:09.281 [pool-96-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Resolving any uninitialized derived attributes...
12:30:09.281 [pool-96-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - Deriving attributes...
12:30:09.281 [pool-96-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...
12:30:09.281 [pool-96-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating any affected derived attributes...
0s0ms [proxy update]
12:30:09.281 [pool-96-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updated proxies.
Indexed successfully revision 4 (timepoint 1654605007112) of file:///tmp/hawkSvnRepo2971545461304547059
12:30:09.282 [pool-96-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performing optional post-sync operations.
12:30:09.282 [pool-96-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updated Hawk instance test (success). 0 s 172 ms
12:30:09.284 [main] INFO  o.e.h.c.r.CompositeStateListener - Hawk shutting down...
12:30:09.284 [main] INFO  o.e.h.c.r.CompositeStateListener - Saving Hawk metadata...
adding: file:///tmp/hawkSvnRepo2971545461304547059:org.eclipse.hawk.svn.SvnManager:false
12:30:09.287 [main] INFO  o.e.h.c.r.CompositeStateListener - Saved Hawk metadata.
12:30:09.287 [main] INFO  o.e.h.core.runtime.BaseModelIndexer - Waiting 120s for all scheduled tasks to complete
12:30:09.423 [main] INFO  o.e.hawk.greycat.lucene.SoftTxLucene - Shutdown of Lucene complete.
12:30:09.424 [main] INFO  o.e.h.g.AbstractGreycatDatabase - Disconnected from GreyCat graph at /tmp/junit5094999077983486537/test_followReferences[LevelDB GreyCat]
12:30:09.426 [main] INFO  o.e.h.c.r.CompositeStateListener - Hawk shut down.
12:30:10.427 [main] INFO  o.e.h.c.r.CompositeStateListener - Saving Hawk metadata...
12:30:10.476 [main] INFO  o.e.h.c.r.CompositeStateListener - Saved Hawk metadata.
12:30:10.477 [main] INFO  o.e.h.c.r.CompositeStateListener - Initializing Hawk...
inserting static metamodels of registered metamodel factories to graph:
org.eclipse.hawk.emf.metamodel.EMFMetaModelResourceFactory
12:30:10.477 [main] INFO  o.e.h.g.u.GraphMetaModelResourceInjector - ADDING METAMODELS: 
12:30:10.477 [main] INFO  o.e.h.g.u.GraphMetaModelResourceInjector - ADDING: 
12:30:10.482 [main] INFO  o.e.h.g.u.GraphMetaModelResourceInjector - 0 METAMODEL NODES! (took ~0 sec)
inserting static metamodels complete
12:30:10.482 [main] INFO  o.e.h.c.r.CompositeStateListener - Registering metamodels...
12:30:10.483 [main] INFO  o.e.h.c.r.CompositeStateListener - Registered metamodels.
12:30:10.483 [main] INFO  o.e.h.c.r.CompositeStateListener - Initialized Hawk.
12:30:10.483 [pool-98-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating Hawk...
updating indexer: 
12:30:10.483 [main] INFO  o.e.h.c.r.CompositeStateListener - Adding metamodel(s)...
12:30:10.484 [pool-98-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performing optional post-sync operations.
12:30:10.484 [pool-98-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updated Hawk instance test (success). 0 s 0 ms
Adding metamodels in: ../../core/tests/org.eclipse.hawk.integration.tests/resources/metamodels/Ecore.ecore to store
12:30:10.492 [main] INFO  o.e.h.g.u.GraphMetaModelResourceInjector - ADDING METAMODELS: 
12:30:10.492 [main] INFO  o.e.h.g.u.GraphMetaModelResourceInjector - ADDING: 
12:30:10.500 [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
12:30:10.503 [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
12:30:10.504 [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
12:30:10.504 [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
12:30:10.504 [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
12:30:10.505 [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
12:30:10.506 [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
12:30:10.506 [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
12:30:10.506 [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
12:30:10.506 [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
12:30:10.507 [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
12:30:10.507 [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
12:30:10.507 [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
12:30:10.509 [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
12:30:10.509 [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
12:30:10.509 [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
12:30:10.509 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EFloatObject will be handled as its instance type java.lang.Float
12:30:10.509 [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
12:30:10.510 [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
12:30:10.510 [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
12:30:10.510 [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
12:30:10.510 [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
12:30:10.510 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EByte will be handled as its instance type byte
12:30:10.510 [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
12:30:10.510 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EDate will be handled as its instance type java.util.Date
12:30:10.510 [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[]
12:30:10.514 [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
12:30:10.514 [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
12:30:10.514 [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
12:30:10.515 [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
12:30:10.515 [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
12:30:10.515 [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
12:30:10.515 [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
12:30:10.523 [main] INFO  o.e.h.g.u.GraphMetaModelResourceInjector - 20 METAMODEL NODES! (took ~0 sec)
12:30:10.523 [main] INFO  o.e.h.c.r.CompositeStateListener - Added metamodel(s).
12:30:10.523 [main] INFO  o.e.h.c.r.CompositeStateListener - Adding metamodel(s)...
Adding metamodels in: ../../core/tests/org.eclipse.hawk.integration.tests/resources/metamodels/XMLType.ecore to store
12:30:10.577 [main] INFO  o.e.h.g.u.GraphMetaModelResourceInjector - ADDING METAMODELS: 
12:30:10.577 [main] INFO  o.e.h.g.u.GraphMetaModelResourceInjector - ADDING: 
12:30:10.585 [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
12:30:10.586 [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
12:30:10.586 [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
12:30:10.586 [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
12:30:10.586 [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
12:30:10.586 [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
12:30:10.586 [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
12:30:10.586 [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
12:30:10.586 [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
12:30:10.586 [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
12:30:10.587 [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
12:30:10.587 [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
12:30:10.587 [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
12:30:10.587 [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
12:30:10.587 [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
12:30:10.587 [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[]
12:30:10.587 [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
12:30:10.587 [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
12:30:10.587 [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
12:30:10.587 [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
12:30:10.587 [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
12:30:10.587 [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
12:30:10.587 [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
12:30:10.587 [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
12:30:10.587 [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
12:30:10.587 [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
12:30:10.587 [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
12:30:10.588 [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
12:30:10.588 [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
12:30:10.588 [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
12:30:10.588 [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[]
12:30:10.588 [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
12:30:10.588 [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
12:30:10.588 [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
12:30:10.588 [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
12:30:10.588 [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
12:30:10.588 [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
12:30:10.588 [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
12:30:10.588 [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
12:30:10.588 [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
12:30:10.588 [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
12:30:10.588 [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
12:30:10.588 [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
12:30:10.588 [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
12:30:10.588 [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
12:30:10.588 [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
12:30:10.589 [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
12:30:10.589 [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
12:30:10.589 [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
12:30:10.589 [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
12:30:10.589 [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
12:30:10.589 [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
12:30:10.589 [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
12:30:10.589 [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
12:30:10.589 [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
12:30:10.589 [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
12:30:10.589 [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
12:30:10.589 [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
12:30:10.589 [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
12:30:10.594 [main] INFO  o.e.h.g.u.GraphMetaModelResourceInjector - 4 METAMODEL NODES! (took ~0 sec)
12:30:10.594 [main] INFO  o.e.h.c.r.CompositeStateListener - Added metamodel(s).
No username/password recorded for the repository file:///tmp/hawkSvnRepo3605660531250402195
12:30:18.106 [main] INFO  o.e.h.c.r.CompositeStateListener - Saving Hawk metadata...
adding: file:///tmp/hawkSvnRepo3605660531250402195:org.eclipse.hawk.svn.SvnManager:false
12:30:18.107 [main] INFO  o.e.h.c.r.CompositeStateListener - Saved Hawk metadata.
12:30:18.108 [pool-98-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating Hawk...
updating indexer: 
12:30:18.118 [pool-98-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating relevant changed model files...
12:30:18.118 [pool-98-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Deleting models removed from repository...
12:30:18.118 [pool-98-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating models to the new version...
12:30:18.118 [pool-98-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating proxies...
attempting to resolve any leftover cross-file references...
12:30:18.118 [pool-98-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Resolving any leftover cross-file references...
12:30:18.120 [pool-98-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - 0 proxy ref lists left after resolving 0 refs
12:30:18.120 [pool-98-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - proxy resolution took: ~0.002s
attempting to resolve any uninitialized derived attributes...
12:30:18.120 [pool-98-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Resolving any uninitialized derived attributes...
12:30:18.120 [pool-98-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - Deriving attributes...
12:30:18.122 [pool-98-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...
12:30:18.122 [pool-98-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating any affected derived attributes...
0s7ms [proxy update]
12:30:18.125 [pool-98-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updated proxies.
Indexed successfully revision 0 (timepoint 1654605009449) of file:///tmp/hawkSvnRepo3605660531250402195
12:30:18.125 [pool-98-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating relevant changed model files...
12:30:18.129 [pool-98-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Deleting models removed from repository...
12:30:18.129 [pool-98-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating models to the new version...
12:30:18.138 [pool-98-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /m.xmi...
12:30:18.144 [pool-98-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
12:30:18.144 [pool-98-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
12:30:18.144 [pool-98-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performing batch insert on file: /m.xmi...
12:30:18.149 [pool-98-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding elements of file /m.xmi
12:30:18.149 [pool-98-thread-1] INFO  o.e.hawk.graph.updater.TypeCache - Metamodel Tree is not in the graph, trying to locate it
12:30:18.149 [pool-98-thread-1] INFO  o.e.hawk.graph.updater.TypeCache - Found metamodel for Tree, inserting
12:30:18.149 [pool-98-thread-1] INFO  o.e.h.g.u.GraphMetaModelResourceInjector - ADDING METAMODELS: 
12:30:18.149 [pool-98-thread-1] INFO  o.e.h.g.u.GraphMetaModelResourceInjector - ADDING: 
12:30:18.153 [pool-98-thread-1] DEBUG o.e.h.g.u.GraphMetaModelResourceInjector - supertype dependency from Tree to http://www.eclipse.org/emf/2002/Ecore
12:30:18.154 [pool-98-thread-1] INFO  o.e.h.g.u.GraphMetaModelResourceInjector - 1 METAMODEL NODES! (took ~0 sec)
12:30:18.177 [pool-98-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~0sec)
12:30:18.177 [pool-98-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding edges of file /m.xmi
12:30:18.177 [pool-98-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec)
12:30:18.178 [pool-98-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performed batch insert on file: /m.xmi.
0s40ms [pure insertion]
marking any relevant derived attributes for update...12:30:18.178 [pool-98-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
12:30:18.178 [pool-98-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
12:30:18.178 [pool-98-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating proxies...
attempting to resolve any leftover cross-file references...
12:30:18.178 [pool-98-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Resolving any leftover cross-file references...
12:30:18.178 [pool-98-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - 0 proxy ref lists left after resolving 0 refs
12:30:18.178 [pool-98-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - proxy resolution took: ~0.0s
attempting to resolve any uninitialized derived attributes...
12:30:18.178 [pool-98-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Resolving any uninitialized derived attributes...
12:30:18.178 [pool-98-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - Deriving attributes...
12:30:18.178 [pool-98-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...
12:30:18.178 [pool-98-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating any affected derived attributes...
0s0ms [proxy update]
12:30:18.178 [pool-98-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updated proxies.
Indexed successfully revision 1 (timepoint 1654605010680) of file:///tmp/hawkSvnRepo3605660531250402195
12:30:18.179 [pool-98-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating relevant changed model files...
12:30:18.181 [pool-98-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Deleting models removed from repository...
12:30:18.181 [pool-98-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating models to the new version...
12:30:18.189 [pool-98-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /m.xmi...
12:30:18.189 [pool-98-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
12:30:18.190 [pool-98-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File contains: 1 (1) nodes in store
12:30:18.190 [pool-98-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - Update contains | a:1 u:1 d:0 ratio: 2.0
12:30:18.190 [pool-98-thread-1] DEBUG o.e.h.g.updater.GraphModelInserter - File already present, calculating deltas with respect to graph storage
12:30:18.190 [pool-98-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performing transactional update (ratio:0.0) on file: /m.xmi...
12:30:18.190 [pool-98-thread-1] DEBUG o.e.h.g.updater.GraphModelInserter - transactional update called
12:30:18.198 [pool-98-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performed transactional update on file: /m.xmi.
0s9ms [pure insertion]
marking any relevant derived attributes for update...12:30:18.198 [pool-98-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s1ms
12:30:18.199 [pool-98-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s1ms
12:30:18.199 [pool-98-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating proxies...
attempting to resolve any leftover cross-file references...
12:30:18.199 [pool-98-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Resolving any leftover cross-file references...
12:30:18.199 [pool-98-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - 0 proxy ref lists left after resolving 0 refs
12:30:18.199 [pool-98-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - proxy resolution took: ~0.0s
attempting to resolve any uninitialized derived attributes...
12:30:18.199 [pool-98-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Resolving any uninitialized derived attributes...
12:30:18.199 [pool-98-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - Deriving attributes...
12:30:18.199 [pool-98-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...
12:30:18.199 [pool-98-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating any affected derived attributes...
0s0ms [proxy update]
12:30:18.199 [pool-98-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updated proxies.
Indexed successfully revision 2 (timepoint 1654605012116) of file:///tmp/hawkSvnRepo3605660531250402195
12:30:18.200 [pool-98-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating relevant changed model files...
12:30:18.202 [pool-98-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Deleting models removed from repository...
12:30:18.203 [pool-98-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating models to the new version...
12:30:18.211 [pool-98-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /m.xmi...
12:30:18.211 [pool-98-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
12:30:18.211 [pool-98-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File contains: 2 (2) nodes in store
12:30:18.211 [pool-98-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - Update contains | a:1 u:1 d:0 ratio: 1.0
12:30:18.212 [pool-98-thread-1] DEBUG o.e.h.g.updater.GraphModelInserter - File already present, calculating deltas with respect to graph storage
12:30:18.212 [pool-98-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performing transactional update (ratio:0.0) on file: /m.xmi...
12:30:18.212 [pool-98-thread-1] DEBUG o.e.h.g.updater.GraphModelInserter - transactional update called
12:30:18.213 [pool-98-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performed transactional update on file: /m.xmi.
0s2ms [pure insertion]
marking any relevant derived attributes for update...12:30:18.213 [pool-98-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
12:30:18.213 [pool-98-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
12:30:18.213 [pool-98-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating proxies...
attempting to resolve any leftover cross-file references...
12:30:18.213 [pool-98-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Resolving any leftover cross-file references...
12:30:18.213 [pool-98-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - 0 proxy ref lists left after resolving 0 refs
12:30:18.213 [pool-98-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - proxy resolution took: ~0.0s
attempting to resolve any uninitialized derived attributes...
12:30:18.213 [pool-98-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Resolving any uninitialized derived attributes...
12:30:18.213 [pool-98-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - Deriving attributes...
12:30:18.214 [pool-98-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...
12:30:18.214 [pool-98-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating any affected derived attributes...
0s1ms [proxy update]
12:30:18.214 [pool-98-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updated proxies.
Indexed successfully revision 3 (timepoint 1654605014115) of file:///tmp/hawkSvnRepo3605660531250402195
12:30:18.214 [pool-98-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating relevant changed model files...
12:30:18.216 [pool-98-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Deleting models removed from repository...
12:30:18.216 [pool-98-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating models to the new version...
12:30:18.278 [pool-98-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /m.xmi...
12:30:18.278 [pool-98-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
12:30:18.279 [pool-98-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File contains: 3 (3) nodes in store
12:30:18.279 [pool-98-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - Update contains | a:1 u:1 d:0 ratio: 0.6666666666666666
12:30:18.279 [pool-98-thread-1] DEBUG o.e.h.g.updater.GraphModelInserter - File already present, calculating deltas with respect to graph storage
12:30:18.279 [pool-98-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performing transactional update (ratio:0.0) on file: /m.xmi...
12:30:18.279 [pool-98-thread-1] DEBUG o.e.h.g.updater.GraphModelInserter - transactional update called
12:30:18.281 [pool-98-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performed transactional update on file: /m.xmi.
0s3ms [pure insertion]
marking any relevant derived attributes for update...12:30:18.281 [pool-98-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
12:30:18.281 [pool-98-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
12:30:18.281 [pool-98-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating proxies...
attempting to resolve any leftover cross-file references...
12:30:18.281 [pool-98-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Resolving any leftover cross-file references...
12:30:18.281 [pool-98-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - 0 proxy ref lists left after resolving 0 refs
12:30:18.281 [pool-98-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - proxy resolution took: ~0.0s
attempting to resolve any uninitialized derived attributes...
12:30:18.281 [pool-98-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Resolving any uninitialized derived attributes...
12:30:18.281 [pool-98-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - Deriving attributes...
12:30:18.281 [pool-98-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...
12:30:18.281 [pool-98-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating any affected derived attributes...
0s1ms [proxy update]
12:30:18.282 [pool-98-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updated proxies.
Indexed successfully revision 4 (timepoint 1654605016113) of file:///tmp/hawkSvnRepo3605660531250402195
12:30:18.282 [pool-98-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performing optional post-sync operations.
12:30:18.282 [pool-98-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updated Hawk instance test (success). 0 s 174 ms
12:30:18.288 [main] INFO  o.e.h.c.r.CompositeStateListener - Hawk shutting down...
12:30:18.288 [main] INFO  o.e.h.c.r.CompositeStateListener - Saving Hawk metadata...
adding: file:///tmp/hawkSvnRepo3605660531250402195:org.eclipse.hawk.svn.SvnManager:false
12:30:18.290 [main] INFO  o.e.h.c.r.CompositeStateListener - Saved Hawk metadata.
12:30:18.290 [main] INFO  o.e.h.core.runtime.BaseModelIndexer - Waiting 120s for all scheduled tasks to complete
12:30:18.444 [main] INFO  o.e.hawk.greycat.lucene.SoftTxLucene - Shutdown of Lucene complete.
12:30:18.445 [main] INFO  o.e.h.g.AbstractGreycatDatabase - Disconnected from GreyCat graph at /tmp/junit7873217952887963995/test_untilThen[LevelDB GreyCat]
12:30:18.448 [main] INFO  o.e.h.c.r.CompositeStateListener - Hawk shut down.
12:30:19.422 [main] INFO  o.e.h.c.r.CompositeStateListener - Saving Hawk metadata...
12:30:19.425 [main] INFO  o.e.h.c.r.CompositeStateListener - Saved Hawk metadata.
12:30:19.425 [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
12:30:19.425 [main] INFO  o.e.h.g.u.GraphMetaModelResourceInjector - ADDING METAMODELS: 
12:30:19.425 [main] INFO  o.e.h.g.u.GraphMetaModelResourceInjector - ADDING: 
12:30:19.429 [main] INFO  o.e.h.g.u.GraphMetaModelResourceInjector - 0 METAMODEL NODES! (took ~0 sec)
inserting static metamodels complete
12:30:19.429 [main] INFO  o.e.h.c.r.CompositeStateListener - Registering metamodels...
12:30:19.430 [main] INFO  o.e.h.c.r.CompositeStateListener - Registered metamodels.
12:30:19.430 [main] INFO  o.e.h.c.r.CompositeStateListener - Initialized Hawk.
12:30:19.430 [main] INFO  o.e.h.c.r.CompositeStateListener - Adding metamodel(s)...
12:30:19.430 [pool-100-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating Hawk...
updating indexer: 
12:30:19.431 [pool-100-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performing optional post-sync operations.
12:30:19.431 [pool-100-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updated Hawk instance test (success). 0 s 0 ms
Adding metamodels in: ../../core/tests/org.eclipse.hawk.integration.tests/resources/metamodels/Ecore.ecore to store
12:30:19.479 [main] INFO  o.e.h.g.u.GraphMetaModelResourceInjector - ADDING METAMODELS: 
12:30:19.479 [main] INFO  o.e.h.g.u.GraphMetaModelResourceInjector - ADDING: 
12:30:19.487 [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
12:30:19.487 [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
12:30:19.488 [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
12:30:19.489 [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
12:30:19.490 [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
12:30:19.490 [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
12:30:19.490 [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
12:30:19.491 [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
12:30:19.491 [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
12:30:19.491 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EString will be handled as its instance type java.lang.String
12:30:19.492 [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
12:30:19.495 [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
12:30:19.495 [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
12:30:19.496 [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
12:30:19.496 [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
12:30:19.497 [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
12:30:19.497 [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
12:30:19.497 [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
12:30:19.497 [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
12:30:19.497 [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
12:30:19.497 [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
12:30:19.497 [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
12:30:19.500 [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
12:30:19.500 [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
12:30:19.501 [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
12:30:19.501 [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[]
12:30:19.501 [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
12:30:19.502 [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
12:30:19.502 [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
12:30:19.502 [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
12:30:19.502 [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
12:30:19.502 [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
12:30:19.502 [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
12:30:19.509 [main] INFO  o.e.h.g.u.GraphMetaModelResourceInjector - 20 METAMODEL NODES! (took ~0 sec)
12:30:19.509 [main] INFO  o.e.h.c.r.CompositeStateListener - Added metamodel(s).
12:30:19.509 [main] INFO  o.e.h.c.r.CompositeStateListener - Adding metamodel(s)...
Adding metamodels in: ../../core/tests/org.eclipse.hawk.integration.tests/resources/metamodels/XMLType.ecore to store
12:30:19.512 [main] INFO  o.e.h.g.u.GraphMetaModelResourceInjector - ADDING METAMODELS: 
12:30:19.512 [main] INFO  o.e.h.g.u.GraphMetaModelResourceInjector - ADDING: 
12:30:19.518 [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
12:30:19.518 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::IntObject will be handled as its instance type java.lang.Integer
12:30:19.518 [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
12:30:19.518 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::String will be handled as its instance type java.lang.String
12:30:19.519 [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
12:30:19.520 [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
12:30:19.520 [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
12:30:19.520 [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
12:30:19.520 [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
12:30:19.520 [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
12:30:19.520 [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
12:30:19.520 [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
12:30:19.520 [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
12:30:19.520 [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
12:30:19.521 [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
12:30:19.521 [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
12:30:19.521 [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
12:30:19.522 [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
12:30:19.522 [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
12:30:19.522 [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[]
12:30:19.522 [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
12:30:19.522 [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
12:30:19.522 [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
12:30:19.522 [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
12:30:19.522 [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
12:30:19.522 [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
12:30:19.522 [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
12:30:19.522 [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
12:30:19.522 [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
12:30:19.522 [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
12:30:19.522 [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
12:30:19.522 [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
12:30:19.522 [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
12:30:19.522 [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
12:30:19.522 [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
12:30:19.522 [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
12:30:19.522 [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
12:30:19.523 [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
12:30:19.523 [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
12:30:19.523 [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
12:30:19.523 [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
12:30:19.523 [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
12:30:19.523 [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
12:30:19.523 [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
12:30:19.523 [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
12:30:19.523 [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
12:30:19.523 [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
12:30:19.523 [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
12:30:19.523 [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
12:30:19.523 [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
12:30:19.523 [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
12:30:19.523 [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
12:30:19.523 [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
12:30:19.523 [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
12:30:19.523 [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
12:30:19.523 [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
12:30:19.523 [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
12:30:19.523 [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
12:30:19.523 [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[]
12:30:19.578 [main] INFO  o.e.h.g.u.GraphMetaModelResourceInjector - 4 METAMODEL NODES! (took ~0 sec)
12:30:19.578 [main] INFO  o.e.h.c.r.CompositeStateListener - Added metamodel(s).
No username/password recorded for the repository file:///tmp/hawkSvnRepo9844885186232938784
12:30:27.109 [main] INFO  o.e.h.c.r.CompositeStateListener - Saving Hawk metadata...
adding: file:///tmp/hawkSvnRepo9844885186232938784:org.eclipse.hawk.svn.SvnManager:false
12:30:27.111 [main] INFO  o.e.h.c.r.CompositeStateListener - Saved Hawk metadata.
12:30:27.112 [pool-100-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating Hawk...
updating indexer: 
12:30:27.127 [pool-100-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating relevant changed model files...
12:30:27.128 [pool-100-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Deleting models removed from repository...
12:30:27.128 [pool-100-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating models to the new version...
12:30:27.128 [pool-100-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating proxies...
attempting to resolve any leftover cross-file references...
12:30:27.128 [pool-100-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Resolving any leftover cross-file references...
12:30:27.130 [pool-100-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - 0 proxy ref lists left after resolving 0 refs
12:30:27.130 [pool-100-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - proxy resolution took: ~0.002s
attempting to resolve any uninitialized derived attributes...
12:30:27.130 [pool-100-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Resolving any uninitialized derived attributes...
12:30:27.130 [pool-100-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - Deriving attributes...
12:30:27.133 [pool-100-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...
12:30:27.133 [pool-100-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating any affected derived attributes...
0s8ms [proxy update]
12:30:27.136 [pool-100-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updated proxies.
Indexed successfully revision 0 (timepoint 1654605018466) of file:///tmp/hawkSvnRepo9844885186232938784
12:30:27.137 [pool-100-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating relevant changed model files...
12:30:27.142 [pool-100-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Deleting models removed from repository...
12:30:27.142 [pool-100-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating models to the new version...
12:30:27.153 [pool-100-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /m.xmi...
12:30:27.160 [pool-100-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
12:30:27.160 [pool-100-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
12:30:27.160 [pool-100-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performing batch insert on file: /m.xmi...
12:30:27.178 [pool-100-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding elements of file /m.xmi
12:30:27.178 [pool-100-thread-1] INFO  o.e.hawk.graph.updater.TypeCache - Metamodel Tree is not in the graph, trying to locate it
12:30:27.178 [pool-100-thread-1] INFO  o.e.hawk.graph.updater.TypeCache - Found metamodel for Tree, inserting
12:30:27.178 [pool-100-thread-1] INFO  o.e.h.g.u.GraphMetaModelResourceInjector - ADDING METAMODELS: 
12:30:27.178 [pool-100-thread-1] INFO  o.e.h.g.u.GraphMetaModelResourceInjector - ADDING: 
12:30:27.184 [pool-100-thread-1] DEBUG o.e.h.g.u.GraphMetaModelResourceInjector - supertype dependency from Tree to http://www.eclipse.org/emf/2002/Ecore
12:30:27.186 [pool-100-thread-1] INFO  o.e.h.g.u.GraphMetaModelResourceInjector - 1 METAMODEL NODES! (took ~0 sec)
12:30:27.191 [pool-100-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~0sec)
12:30:27.191 [pool-100-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding edges of file /m.xmi
12:30:27.191 [pool-100-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec)
12:30:27.191 [pool-100-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performed batch insert on file: /m.xmi.
0s38ms [pure insertion]
marking any relevant derived attributes for update...12:30:27.191 [pool-100-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
12:30:27.191 [pool-100-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
12:30:27.191 [pool-100-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating proxies...
attempting to resolve any leftover cross-file references...
12:30:27.191 [pool-100-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Resolving any leftover cross-file references...
12:30:27.191 [pool-100-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - 0 proxy ref lists left after resolving 0 refs
12:30:27.191 [pool-100-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - proxy resolution took: ~0.0s
attempting to resolve any uninitialized derived attributes...
12:30:27.191 [pool-100-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Resolving any uninitialized derived attributes...
12:30:27.191 [pool-100-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - Deriving attributes...
12:30:27.192 [pool-100-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...
12:30:27.192 [pool-100-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating any affected derived attributes...
0s1ms [proxy update]
12:30:27.192 [pool-100-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updated proxies.
Indexed successfully revision 1 (timepoint 1654605019607) of file:///tmp/hawkSvnRepo9844885186232938784
12:30:27.192 [pool-100-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating relevant changed model files...
12:30:27.195 [pool-100-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Deleting models removed from repository...
12:30:27.195 [pool-100-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating models to the new version...
12:30:27.205 [pool-100-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /m.xmi...
12:30:27.205 [pool-100-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
12:30:27.206 [pool-100-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File contains: 1 (1) nodes in store
12:30:27.206 [pool-100-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - Update contains | a:1 u:1 d:0 ratio: 2.0
12:30:27.206 [pool-100-thread-1] DEBUG o.e.h.g.updater.GraphModelInserter - File already present, calculating deltas with respect to graph storage
12:30:27.206 [pool-100-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performing transactional update (ratio:0.0) on file: /m.xmi...
12:30:27.206 [pool-100-thread-1] DEBUG o.e.h.g.updater.GraphModelInserter - transactional update called
12:30:27.277 [pool-100-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performed transactional update on file: /m.xmi.
0s72ms [pure insertion]
marking any relevant derived attributes for update...12:30:27.277 [pool-100-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
12:30:27.277 [pool-100-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
12:30:27.277 [pool-100-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating proxies...
attempting to resolve any leftover cross-file references...
12:30:27.277 [pool-100-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Resolving any leftover cross-file references...
12:30:27.277 [pool-100-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - 0 proxy ref lists left after resolving 0 refs
12:30:27.277 [pool-100-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - proxy resolution took: ~0.0s
attempting to resolve any uninitialized derived attributes...
12:30:27.277 [pool-100-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Resolving any uninitialized derived attributes...
12:30:27.277 [pool-100-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - Deriving attributes...
12:30:27.277 [pool-100-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...
12:30:27.277 [pool-100-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating any affected derived attributes...
0s1ms [proxy update]
12:30:27.278 [pool-100-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updated proxies.
Indexed successfully revision 2 (timepoint 1654605021124) of file:///tmp/hawkSvnRepo9844885186232938784
12:30:27.278 [pool-100-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating relevant changed model files...
12:30:27.281 [pool-100-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Deleting models removed from repository...
12:30:27.281 [pool-100-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating models to the new version...
12:30:27.291 [pool-100-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /m.xmi...
12:30:27.291 [pool-100-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
12:30:27.291 [pool-100-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File contains: 2 (2) nodes in store
12:30:27.292 [pool-100-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - Update contains | a:1 u:1 d:0 ratio: 1.0
12:30:27.292 [pool-100-thread-1] DEBUG o.e.h.g.updater.GraphModelInserter - File already present, calculating deltas with respect to graph storage
12:30:27.292 [pool-100-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performing transactional update (ratio:0.0) on file: /m.xmi...
12:30:27.292 [pool-100-thread-1] DEBUG o.e.h.g.updater.GraphModelInserter - transactional update called
12:30:27.294 [pool-100-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performed transactional update on file: /m.xmi.
0s3ms [pure insertion]
marking any relevant derived attributes for update...12:30:27.294 [pool-100-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
12:30:27.294 [pool-100-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
12:30:27.294 [pool-100-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating proxies...
attempting to resolve any leftover cross-file references...
12:30:27.294 [pool-100-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Resolving any leftover cross-file references...
12:30:27.294 [pool-100-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - 0 proxy ref lists left after resolving 0 refs
12:30:27.294 [pool-100-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - proxy resolution took: ~0.0s
attempting to resolve any uninitialized derived attributes...
12:30:27.294 [pool-100-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Resolving any uninitialized derived attributes...
12:30:27.294 [pool-100-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - Deriving attributes...
12:30:27.295 [pool-100-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...
12:30:27.295 [pool-100-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating any affected derived attributes...
0s1ms [proxy update]
12:30:27.295 [pool-100-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updated proxies.
Indexed successfully revision 3 (timepoint 1654605023113) of file:///tmp/hawkSvnRepo9844885186232938784
12:30:27.296 [pool-100-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating relevant changed model files...
12:30:27.298 [pool-100-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Deleting models removed from repository...
12:30:27.298 [pool-100-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating models to the new version...
12:30:27.307 [pool-100-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /m.xmi...
12:30:27.307 [pool-100-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
12:30:27.308 [pool-100-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File contains: 3 (3) nodes in store
12:30:27.308 [pool-100-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - Update contains | a:1 u:1 d:0 ratio: 0.6666666666666666
12:30:27.308 [pool-100-thread-1] DEBUG o.e.h.g.updater.GraphModelInserter - File already present, calculating deltas with respect to graph storage
12:30:27.308 [pool-100-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performing transactional update (ratio:0.0) on file: /m.xmi...
12:30:27.308 [pool-100-thread-1] DEBUG o.e.h.g.updater.GraphModelInserter - transactional update called
12:30:27.310 [pool-100-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performed transactional update on file: /m.xmi.
0s3ms [pure insertion]
marking any relevant derived attributes for update...12:30:27.310 [pool-100-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
12:30:27.310 [pool-100-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
12:30:27.311 [pool-100-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating proxies...
attempting to resolve any leftover cross-file references...
12:30:27.311 [pool-100-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Resolving any leftover cross-file references...
12:30:27.311 [pool-100-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - 0 proxy ref lists left after resolving 0 refs
12:30:27.311 [pool-100-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - proxy resolution took: ~0.0s
attempting to resolve any uninitialized derived attributes...
12:30:27.311 [pool-100-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Resolving any uninitialized derived attributes...
12:30:27.311 [pool-100-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - Deriving attributes...
12:30:27.311 [pool-100-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...
12:30:27.311 [pool-100-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating any affected derived attributes...
0s0ms [proxy update]
12:30:27.311 [pool-100-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updated proxies.
Indexed successfully revision 4 (timepoint 1654605025113) of file:///tmp/hawkSvnRepo9844885186232938784
12:30:27.312 [pool-100-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performing optional post-sync operations.
12:30:27.312 [pool-100-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updated Hawk instance test (success). 0 s 200 ms
12:30:27.376 [main] INFO  o.e.h.c.r.CompositeStateListener - Hawk shutting down...
12:30:27.376 [main] INFO  o.e.h.c.r.CompositeStateListener - Saving Hawk metadata...
adding: file:///tmp/hawkSvnRepo9844885186232938784:org.eclipse.hawk.svn.SvnManager:false
12:30:27.379 [main] INFO  o.e.h.c.r.CompositeStateListener - Saved Hawk metadata.
12:30:27.379 [main] INFO  o.e.h.core.runtime.BaseModelIndexer - Waiting 120s for all scheduled tasks to complete
12:30:27.498 [main] INFO  o.e.hawk.greycat.lucene.SoftTxLucene - Shutdown of Lucene complete.
12:30:27.499 [main] INFO  o.e.h.g.AbstractGreycatDatabase - Disconnected from GreyCat graph at /tmp/junit5911509650960788246/test_beforeThen[LevelDB GreyCat]
12:30:27.521 [main] INFO  o.e.h.c.r.CompositeStateListener - Hawk shut down.
12:30:28.400 [main] INFO  o.e.h.c.r.CompositeStateListener - Saving Hawk metadata...
12:30:28.402 [main] INFO  o.e.h.c.r.CompositeStateListener - Saved Hawk metadata.
12:30:28.402 [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
12:30:28.402 [main] INFO  o.e.h.g.u.GraphMetaModelResourceInjector - ADDING METAMODELS: 
12:30:28.402 [main] INFO  o.e.h.g.u.GraphMetaModelResourceInjector - ADDING: 
12:30:28.405 [main] INFO  o.e.h.g.u.GraphMetaModelResourceInjector - 0 METAMODEL NODES! (took ~0 sec)
inserting static metamodels complete
12:30:28.405 [main] INFO  o.e.h.c.r.CompositeStateListener - Registering metamodels...
12:30:28.405 [main] INFO  o.e.h.c.r.CompositeStateListener - Registered metamodels.
12:30:28.405 [main] INFO  o.e.h.c.r.CompositeStateListener - Initialized Hawk.
12:30:28.405 [main] INFO  o.e.h.c.r.CompositeStateListener - Adding metamodel(s)...
12:30:28.405 [pool-102-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating Hawk...
updating indexer: 
12:30:28.406 [pool-102-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performing optional post-sync operations.
12:30:28.407 [pool-102-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updated Hawk instance test (success). 0 s 1 ms
Adding metamodels in: ../../core/tests/org.eclipse.hawk.integration.tests/resources/metamodels/Ecore.ecore to store
12:30:28.411 [main] INFO  o.e.h.g.u.GraphMetaModelResourceInjector - ADDING METAMODELS: 
12:30:28.411 [main] INFO  o.e.h.g.u.GraphMetaModelResourceInjector - ADDING: 
12:30:28.416 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EByteObject will be handled as its instance type java.lang.Byte
12:30:28.416 [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
12:30:28.416 [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
12:30:28.417 [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
12:30:28.418 [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
12:30:28.419 [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
12:30:28.419 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EEList will be handled as its instance type org.eclipse.emf.common.util.EList
12:30:28.419 [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
12:30:28.475 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EDiagnosticChain will be handled as its instance type org.eclipse.emf.common.util.DiagnosticChain
12:30:28.475 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EResource will be handled as its instance type org.eclipse.emf.ecore.resource.Resource
12:30:28.475 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::ETreeIterator will be handled as its instance type org.eclipse.emf.common.util.TreeIterator
12:30:28.476 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EChar will be handled as its instance type char
12:30:28.476 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EInt will be handled as its instance type java.lang.Integer
12:30:28.477 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EFeatureMap will be handled as its instance type org.eclipse.emf.ecore.util.FeatureMap
12:30:28.477 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EDate will be handled as its instance type java.util.Date
12:30:28.477 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EJavaObject will be handled as its instance type java.lang.Object
12:30:28.477 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EBigDecimal will be handled as its instance type java.math.BigDecimal
12:30:28.477 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EResourceSet will be handled as its instance type org.eclipse.emf.ecore.resource.ResourceSet
12:30:28.478 [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
12:30:28.478 [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
12:30:28.478 [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
12:30:28.478 [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
12:30:28.478 [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
12:30:28.478 [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
12:30:28.478 [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
12:30:28.478 [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
12:30:28.479 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EByteArray will be handled as its instance type byte[]
12:30:28.479 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EEnumerator will be handled as its instance type org.eclipse.emf.common.util.Enumerator
12:30:28.479 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::ELong will be handled as its instance type java.lang.Long
12:30:28.479 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EShortObject will be handled as its instance type java.lang.Short
12:30:28.479 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EFeatureMapEntry will be handled as its instance type org.eclipse.emf.ecore.util.FeatureMap$Entry
12:30:28.479 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EMap will be handled as its instance type java.util.Map
12:30:28.479 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EBigInteger will be handled as its instance type java.math.BigInteger
12:30:28.486 [main] INFO  o.e.h.g.u.GraphMetaModelResourceInjector - 20 METAMODEL NODES! (took ~0 sec)
12:30:28.486 [main] INFO  o.e.h.c.r.CompositeStateListener - Added metamodel(s).
12:30:28.486 [main] INFO  o.e.h.c.r.CompositeStateListener - Adding metamodel(s)...
Adding metamodels in: ../../core/tests/org.eclipse.hawk.integration.tests/resources/metamodels/XMLType.ecore to store
12:30:28.488 [main] INFO  o.e.h.g.u.GraphMetaModelResourceInjector - ADDING METAMODELS: 
12:30:28.488 [main] INFO  o.e.h.g.u.GraphMetaModelResourceInjector - ADDING: 
12:30:28.493 [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
12:30:28.494 [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
12:30:28.494 [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[]
12:30:28.494 [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
12:30:28.494 [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
12:30:28.494 [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
12:30:28.494 [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
12:30:28.494 [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
12:30:28.494 [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
12:30:28.494 [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
12:30:28.494 [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
12:30:28.494 [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
12:30:28.494 [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[]
12:30:28.494 [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
12:30:28.494 [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
12:30:28.494 [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
12:30:28.494 [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
12:30:28.494 [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
12:30:28.494 [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
12:30:28.494 [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
12:30:28.494 [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
12:30:28.494 [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
12:30:28.494 [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
12:30:28.494 [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
12:30:28.494 [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
12:30:28.494 [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
12:30:28.494 [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
12:30:28.494 [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
12:30:28.495 [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
12:30:28.495 [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
12:30:28.495 [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
12:30:28.495 [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
12:30:28.495 [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
12:30:28.495 [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
12:30:28.495 [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
12:30:28.495 [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
12:30:28.495 [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
12:30:28.495 [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
12:30:28.495 [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
12:30:28.495 [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
12:30:28.495 [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
12:30:28.495 [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
12:30:28.495 [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
12:30:28.495 [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
12:30:28.495 [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
12:30:28.495 [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
12:30:28.495 [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
12:30:28.495 [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
12:30:28.495 [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
12:30:28.495 [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
12:30:28.495 [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
12:30:28.495 [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
12:30:28.495 [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
12:30:28.495 [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
12:30:28.495 [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
12:30:28.495 [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
12:30:28.495 [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
12:30:28.495 [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
12:30:28.495 [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
12:30:28.498 [main] INFO  o.e.h.g.u.GraphMetaModelResourceInjector - 4 METAMODEL NODES! (took ~0 sec)
12:30:28.499 [main] INFO  o.e.h.c.r.CompositeStateListener - Added metamodel(s).
No username/password recorded for the repository file:///tmp/hawkSvnRepo486707630752224989
12:30:32.106 [main] INFO  o.e.h.c.r.CompositeStateListener - Saving Hawk metadata...
adding: file:///tmp/hawkSvnRepo486707630752224989:org.eclipse.hawk.svn.SvnManager:false
12:30:32.108 [main] INFO  o.e.h.c.r.CompositeStateListener - Saved Hawk metadata.
12:30:32.108 [pool-102-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating Hawk...
updating indexer: 
12:30:32.118 [pool-102-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating relevant changed model files...
12:30:32.118 [pool-102-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Deleting models removed from repository...
12:30:32.118 [pool-102-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating models to the new version...
12:30:32.118 [pool-102-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating proxies...
attempting to resolve any leftover cross-file references...
12:30:32.118 [pool-102-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Resolving any leftover cross-file references...
12:30:32.120 [pool-102-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - 0 proxy ref lists left after resolving 0 refs
12:30:32.120 [pool-102-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - proxy resolution took: ~0.002s
attempting to resolve any uninitialized derived attributes...
12:30:32.120 [pool-102-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Resolving any uninitialized derived attributes...
12:30:32.120 [pool-102-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - Deriving attributes...
12:30:32.123 [pool-102-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...
12:30:32.123 [pool-102-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating any affected derived attributes...
0s7ms [proxy update]
12:30:32.125 [pool-102-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updated proxies.
Indexed successfully revision 0 (timepoint 1654605027552) of file:///tmp/hawkSvnRepo486707630752224989
12:30:32.125 [pool-102-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating relevant changed model files...
12:30:32.129 [pool-102-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Deleting models removed from repository...
12:30:32.129 [pool-102-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating models to the new version...
12:30:32.138 [pool-102-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /root.xmi...
12:30:32.144 [pool-102-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
12:30:32.144 [pool-102-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
12:30:32.144 [pool-102-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performing batch insert on file: /root.xmi...
12:30:32.149 [pool-102-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding elements of file /root.xmi
12:30:32.149 [pool-102-thread-1] INFO  o.e.hawk.graph.updater.TypeCache - Metamodel Tree is not in the graph, trying to locate it
12:30:32.150 [pool-102-thread-1] INFO  o.e.hawk.graph.updater.TypeCache - Found metamodel for Tree, inserting
12:30:32.150 [pool-102-thread-1] INFO  o.e.h.g.u.GraphMetaModelResourceInjector - ADDING METAMODELS: 
12:30:32.150 [pool-102-thread-1] INFO  o.e.h.g.u.GraphMetaModelResourceInjector - ADDING: 
12:30:32.153 [pool-102-thread-1] DEBUG o.e.h.g.u.GraphMetaModelResourceInjector - supertype dependency from Tree to http://www.eclipse.org/emf/2002/Ecore
12:30:32.154 [pool-102-thread-1] INFO  o.e.h.g.u.GraphMetaModelResourceInjector - 1 METAMODEL NODES! (took ~0 sec)
12:30:32.176 [pool-102-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~0sec)
12:30:32.176 [pool-102-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding edges of file /root.xmi
12:30:32.176 [pool-102-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec)
12:30:32.176 [pool-102-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performed batch insert on file: /root.xmi.
0s38ms [pure insertion]
marking any relevant derived attributes for update...12:30:32.176 [pool-102-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
12:30:32.176 [pool-102-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
12:30:32.176 [pool-102-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating proxies...
attempting to resolve any leftover cross-file references...
12:30:32.176 [pool-102-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Resolving any leftover cross-file references...
12:30:32.176 [pool-102-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - 0 proxy ref lists left after resolving 0 refs
12:30:32.177 [pool-102-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - proxy resolution took: ~0.0s
attempting to resolve any uninitialized derived attributes...
12:30:32.177 [pool-102-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Resolving any uninitialized derived attributes...
12:30:32.177 [pool-102-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - Deriving attributes...
12:30:32.177 [pool-102-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...
12:30:32.177 [pool-102-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating any affected derived attributes...
0s1ms [proxy update]
12:30:32.177 [pool-102-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updated proxies.
Indexed successfully revision 1 (timepoint 1654605028577) of file:///tmp/hawkSvnRepo486707630752224989
12:30:32.177 [pool-102-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating relevant changed model files...
12:30:32.177 [pool-102-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Deleting models removed from repository...
12:30:32.177 [pool-102-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Deleting all contents of file: /root.xmi...
12:30:32.178 [pool-102-thread-1] DEBUG o.e.hawk.graph.updater.DeletionUtils - deleting nodes from file: /root.xmi
12:30:32.186 [pool-102-thread-1] DEBUG o.e.hawk.graph.updater.DeletionUtils - deleted all, took: 0.008s
12:30:32.186 [pool-102-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Deleted all contents of file: /root.xmi.
12:30:32.186 [pool-102-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating models to the new version...
12:30:32.187 [pool-102-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating proxies...
attempting to resolve any leftover cross-file references...
12:30:32.187 [pool-102-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Resolving any leftover cross-file references...
12:30:32.187 [pool-102-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - 0 proxy ref lists left after resolving 0 refs
12:30:32.187 [pool-102-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - proxy resolution took: ~0.0s
attempting to resolve any uninitialized derived attributes...
12:30:32.187 [pool-102-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Resolving any uninitialized derived attributes...
12:30:32.187 [pool-102-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - Deriving attributes...
12:30:32.187 [pool-102-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...
12:30:32.187 [pool-102-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating any affected derived attributes...
0s0ms [proxy update]
12:30:32.187 [pool-102-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updated proxies.
Indexed successfully revision 2 (timepoint 1654605030136) of file:///tmp/hawkSvnRepo486707630752224989
12:30:32.187 [pool-102-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performing optional post-sync operations.
12:30:32.187 [pool-102-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updated Hawk instance test (success). 0 s 79 ms
12:30:32.190 [pool-102-thread-1] INFO  o.e.h.t.q.TimelineEOLQueryEngine - Ran 0/3 instants
12:30:32.198 [main] INFO  o.e.h.c.r.CompositeStateListener - Hawk shutting down...
12:30:32.198 [main] INFO  o.e.h.c.r.CompositeStateListener - Saving Hawk metadata...
adding: file:///tmp/hawkSvnRepo486707630752224989:org.eclipse.hawk.svn.SvnManager:false
12:30:32.199 [main] INFO  o.e.h.c.r.CompositeStateListener - Saved Hawk metadata.
12:30:32.200 [main] INFO  o.e.h.core.runtime.BaseModelIndexer - Waiting 120s for all scheduled tasks to complete
12:30:32.290 [main] INFO  o.e.hawk.greycat.lucene.SoftTxLucene - Shutdown of Lucene complete.
12:30:32.291 [main] INFO  o.e.h.g.AbstractGreycatDatabase - Disconnected from GreyCat graph at /tmp/junit8999062080874945692/test_countInstancesTimeline[LevelDB GreyCat]
12:30:32.292 [main] INFO  o.e.h.c.r.CompositeStateListener - Hawk shut down.
12:30:33.443 [main] INFO  o.e.h.c.r.CompositeStateListener - Saving Hawk metadata...
12:30:33.476 [main] INFO  o.e.h.c.r.CompositeStateListener - Saved Hawk metadata.
12:30:33.476 [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
12:30:33.476 [main] INFO  o.e.h.g.u.GraphMetaModelResourceInjector - ADDING METAMODELS: 
12:30:33.476 [main] INFO  o.e.h.g.u.GraphMetaModelResourceInjector - ADDING: 
12:30:33.482 [main] INFO  o.e.h.g.u.GraphMetaModelResourceInjector - 0 METAMODEL NODES! (took ~0 sec)
inserting static metamodels complete
12:30:33.482 [main] INFO  o.e.h.c.r.CompositeStateListener - Registering metamodels...
12:30:33.482 [main] INFO  o.e.h.c.r.CompositeStateListener - Registered metamodels.
12:30:33.483 [main] INFO  o.e.h.c.r.CompositeStateListener - Initialized Hawk.
12:30:33.483 [pool-104-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating Hawk...
updating indexer: 
12:30:33.483 [main] INFO  o.e.h.c.r.CompositeStateListener - Adding metamodel(s)...
12:30:33.484 [pool-104-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performing optional post-sync operations.
12:30:33.484 [pool-104-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updated Hawk instance test (success). 0 s 0 ms
Adding metamodels in: ../../core/tests/org.eclipse.hawk.integration.tests/resources/metamodels/Ecore.ecore to store
12:30:33.494 [main] INFO  o.e.h.g.u.GraphMetaModelResourceInjector - ADDING METAMODELS: 
12:30:33.494 [main] INFO  o.e.h.g.u.GraphMetaModelResourceInjector - ADDING: 
12:30:33.502 [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
12:30:33.504 [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
12:30:33.505 [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
12:30:33.505 [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
12:30:33.505 [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
12:30:33.505 [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
12:30:33.507 [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
12:30:33.575 [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
12:30:33.575 [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
12:30:33.575 [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
12:30:33.575 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::ETreeIterator will be handled as its instance type org.eclipse.emf.common.util.TreeIterator
12:30:33.575 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EByteArray will be handled as its instance type byte[]
12:30:33.575 [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
12:30:33.575 [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
12:30:33.575 [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
12:30:33.577 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EBoolean will be handled as its instance type java.lang.Boolean
12:30:33.579 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EEnumerator will be handled as its instance type org.eclipse.emf.common.util.Enumerator
12:30:33.579 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EString will be handled as its instance type java.lang.String
12:30:33.579 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EDouble will be handled as its instance type java.lang.Double
12:30:33.579 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EMap will be handled as its instance type java.util.Map
12:30:33.579 [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
12:30:33.581 [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
12:30:33.581 [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
12:30:33.581 [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
12:30:33.581 [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
12:30:33.582 [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
12:30:33.583 [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
12:30:33.583 [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
12:30:33.584 [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
12:30:33.584 [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
12:30:33.584 [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
12:30:33.584 [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
12:30:33.585 [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
12:30:33.593 [main] INFO  o.e.h.g.u.GraphMetaModelResourceInjector - 20 METAMODEL NODES! (took ~0 sec)
12:30:33.593 [main] INFO  o.e.h.c.r.CompositeStateListener - Added metamodel(s).
12:30:33.593 [main] INFO  o.e.h.c.r.CompositeStateListener - Adding metamodel(s)...
Adding metamodels in: ../../core/tests/org.eclipse.hawk.integration.tests/resources/metamodels/XMLType.ecore to store
12:30:33.599 [main] INFO  o.e.h.g.u.GraphMetaModelResourceInjector - ADDING METAMODELS: 
12:30:33.599 [main] INFO  o.e.h.g.u.GraphMetaModelResourceInjector - ADDING: 
12:30:33.606 [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
12:30:33.606 [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[]
12:30:33.606 [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
12:30:33.606 [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
12:30:33.606 [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[]
12:30:33.606 [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
12:30:33.606 [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
12:30:33.606 [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
12:30:33.606 [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
12:30:33.606 [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
12:30:33.606 [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
12:30:33.606 [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
12:30:33.606 [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
12:30:33.606 [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
12:30:33.606 [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
12:30:33.606 [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
12:30:33.606 [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
12:30:33.606 [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
12:30:33.606 [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
12:30:33.606 [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
12:30:33.606 [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
12:30:33.606 [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
12:30:33.606 [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
12:30:33.606 [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
12:30:33.674 [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
12:30:33.675 [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
12:30:33.675 [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
12:30:33.675 [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
12:30:33.675 [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
12:30:33.675 [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
12:30:33.675 [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
12:30:33.675 [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
12:30:33.675 [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
12:30:33.675 [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
12:30:33.675 [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
12:30:33.676 [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
12:30:33.676 [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
12:30:33.676 [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
12:30:33.676 [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
12:30:33.676 [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
12:30:33.676 [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
12:30:33.676 [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
12:30:33.676 [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
12:30:33.676 [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
12:30:33.676 [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
12:30:33.676 [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
12:30:33.676 [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
12:30:33.677 [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
12:30:33.677 [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
12:30:33.677 [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
12:30:33.678 [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
12:30:33.678 [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
12:30:33.678 [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
12:30:33.678 [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
12:30:33.678 [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
12:30:33.678 [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
12:30:33.678 [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
12:30:33.678 [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
12:30:33.678 [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
12:30:33.683 [main] INFO  o.e.h.g.u.GraphMetaModelResourceInjector - 4 METAMODEL NODES! (took ~0 sec)
12:30:33.683 [main] INFO  o.e.h.c.r.CompositeStateListener - Added metamodel(s).
No username/password recorded for the repository file:///tmp/hawkSvnRepo7459983033549984136
12:30:41.105 [main] INFO  o.e.h.c.r.CompositeStateListener - Saving Hawk metadata...
adding: file:///tmp/hawkSvnRepo7459983033549984136:org.eclipse.hawk.svn.SvnManager:false
12:30:41.107 [main] INFO  o.e.h.c.r.CompositeStateListener - Saved Hawk metadata.
12:30:41.107 [pool-104-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating Hawk...
updating indexer: 
12:30:41.116 [pool-104-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating relevant changed model files...
12:30:41.117 [pool-104-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Deleting models removed from repository...
12:30:41.117 [pool-104-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating models to the new version...
12:30:41.117 [pool-104-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating proxies...
attempting to resolve any leftover cross-file references...
12:30:41.117 [pool-104-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Resolving any leftover cross-file references...
12:30:41.119 [pool-104-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - 0 proxy ref lists left after resolving 0 refs
12:30:41.119 [pool-104-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - proxy resolution took: ~0.002s
attempting to resolve any uninitialized derived attributes...
12:30:41.119 [pool-104-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Resolving any uninitialized derived attributes...
12:30:41.119 [pool-104-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - Deriving attributes...
12:30:41.121 [pool-104-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...
12:30:41.121 [pool-104-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating any affected derived attributes...
0s6ms [proxy update]
12:30:41.123 [pool-104-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updated proxies.
Indexed successfully revision 0 (timepoint 1654605032309) of file:///tmp/hawkSvnRepo7459983033549984136
12:30:41.124 [pool-104-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating relevant changed model files...
12:30:41.127 [pool-104-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Deleting models removed from repository...
12:30:41.127 [pool-104-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating models to the new version...
12:30:41.137 [pool-104-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /m.xmi...
12:30:41.142 [pool-104-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
12:30:41.142 [pool-104-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
12:30:41.142 [pool-104-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performing batch insert on file: /m.xmi...
12:30:41.148 [pool-104-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding elements of file /m.xmi
12:30:41.148 [pool-104-thread-1] INFO  o.e.hawk.graph.updater.TypeCache - Metamodel Tree is not in the graph, trying to locate it
12:30:41.148 [pool-104-thread-1] INFO  o.e.hawk.graph.updater.TypeCache - Found metamodel for Tree, inserting
12:30:41.148 [pool-104-thread-1] INFO  o.e.h.g.u.GraphMetaModelResourceInjector - ADDING METAMODELS: 
12:30:41.148 [pool-104-thread-1] INFO  o.e.h.g.u.GraphMetaModelResourceInjector - ADDING: 
12:30:41.152 [pool-104-thread-1] DEBUG o.e.h.g.u.GraphMetaModelResourceInjector - supertype dependency from Tree to http://www.eclipse.org/emf/2002/Ecore
12:30:41.174 [pool-104-thread-1] INFO  o.e.h.g.u.GraphMetaModelResourceInjector - 1 METAMODEL NODES! (took ~0 sec)
12:30:41.178 [pool-104-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~0sec)
12:30:41.178 [pool-104-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding edges of file /m.xmi
12:30:41.178 [pool-104-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec)
12:30:41.178 [pool-104-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performed batch insert on file: /m.xmi.
0s41ms [pure insertion]
marking any relevant derived attributes for update...12:30:41.178 [pool-104-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
12:30:41.178 [pool-104-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
12:30:41.178 [pool-104-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating proxies...
attempting to resolve any leftover cross-file references...
12:30:41.178 [pool-104-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Resolving any leftover cross-file references...
12:30:41.178 [pool-104-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - 0 proxy ref lists left after resolving 0 refs
12:30:41.178 [pool-104-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - proxy resolution took: ~0.0s
attempting to resolve any uninitialized derived attributes...
12:30:41.178 [pool-104-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Resolving any uninitialized derived attributes...
12:30:41.178 [pool-104-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - Deriving attributes...
12:30:41.178 [pool-104-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...
12:30:41.178 [pool-104-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating any affected derived attributes...
0s1ms [proxy update]
12:30:41.179 [pool-104-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updated proxies.
Indexed successfully revision 1 (timepoint 1654605033714) of file:///tmp/hawkSvnRepo7459983033549984136
12:30:41.179 [pool-104-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating relevant changed model files...
12:30:41.181 [pool-104-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Deleting models removed from repository...
12:30:41.181 [pool-104-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating models to the new version...
12:30:41.189 [pool-104-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /m.xmi...
12:30:41.189 [pool-104-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
12:30:41.189 [pool-104-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File contains: 1 (1) nodes in store
12:30:41.190 [pool-104-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - Update contains | a:1 u:1 d:0 ratio: 2.0
12:30:41.190 [pool-104-thread-1] DEBUG o.e.h.g.updater.GraphModelInserter - File already present, calculating deltas with respect to graph storage
12:30:41.190 [pool-104-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performing transactional update (ratio:0.0) on file: /m.xmi...
12:30:41.190 [pool-104-thread-1] DEBUG o.e.h.g.updater.GraphModelInserter - transactional update called
12:30:41.198 [pool-104-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performed transactional update on file: /m.xmi.
0s9ms [pure insertion]
marking any relevant derived attributes for update...12:30:41.198 [pool-104-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
12:30:41.198 [pool-104-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
12:30:41.198 [pool-104-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating proxies...
attempting to resolve any leftover cross-file references...
12:30:41.198 [pool-104-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Resolving any leftover cross-file references...
12:30:41.198 [pool-104-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - 0 proxy ref lists left after resolving 0 refs
12:30:41.198 [pool-104-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - proxy resolution took: ~0.0s
attempting to resolve any uninitialized derived attributes...
12:30:41.198 [pool-104-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Resolving any uninitialized derived attributes...
12:30:41.198 [pool-104-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - Deriving attributes...
12:30:41.198 [pool-104-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...
12:30:41.198 [pool-104-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating any affected derived attributes...
0s1ms [proxy update]
12:30:41.199 [pool-104-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updated proxies.
Indexed successfully revision 2 (timepoint 1654605035111) of file:///tmp/hawkSvnRepo7459983033549984136
12:30:41.199 [pool-104-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating relevant changed model files...
12:30:41.201 [pool-104-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Deleting models removed from repository...
12:30:41.201 [pool-104-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating models to the new version...
12:30:41.210 [pool-104-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /m.xmi...
12:30:41.210 [pool-104-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
12:30:41.210 [pool-104-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File contains: 2 (2) nodes in store
12:30:41.211 [pool-104-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - Update contains | a:1 u:1 d:0 ratio: 1.0
12:30:41.211 [pool-104-thread-1] DEBUG o.e.h.g.updater.GraphModelInserter - File already present, calculating deltas with respect to graph storage
12:30:41.211 [pool-104-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performing transactional update (ratio:0.0) on file: /m.xmi...
12:30:41.211 [pool-104-thread-1] DEBUG o.e.h.g.updater.GraphModelInserter - transactional update called
12:30:41.213 [pool-104-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performed transactional update on file: /m.xmi.
0s3ms [pure insertion]
marking any relevant derived attributes for update...12:30:41.213 [pool-104-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
12:30:41.213 [pool-104-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
12:30:41.213 [pool-104-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating proxies...
attempting to resolve any leftover cross-file references...
12:30:41.213 [pool-104-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Resolving any leftover cross-file references...
12:30:41.213 [pool-104-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - 0 proxy ref lists left after resolving 0 refs
12:30:41.214 [pool-104-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - proxy resolution took: ~0.001s
attempting to resolve any uninitialized derived attributes...
12:30:41.214 [pool-104-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Resolving any uninitialized derived attributes...
12:30:41.214 [pool-104-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - Deriving attributes...
12:30:41.214 [pool-104-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...
12:30:41.214 [pool-104-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating any affected derived attributes...
0s1ms [proxy update]
12:30:41.214 [pool-104-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updated proxies.
Indexed successfully revision 3 (timepoint 1654605037112) of file:///tmp/hawkSvnRepo7459983033549984136
12:30:41.215 [pool-104-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating relevant changed model files...
12:30:41.274 [pool-104-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Deleting models removed from repository...
12:30:41.274 [pool-104-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating models to the new version...
12:30:41.285 [pool-104-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /m.xmi...
12:30:41.285 [pool-104-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
12:30:41.286 [pool-104-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File contains: 3 (3) nodes in store
12:30:41.286 [pool-104-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - Update contains | a:1 u:1 d:0 ratio: 0.6666666666666666
12:30:41.286 [pool-104-thread-1] DEBUG o.e.h.g.updater.GraphModelInserter - File already present, calculating deltas with respect to graph storage
12:30:41.286 [pool-104-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performing transactional update (ratio:0.0) on file: /m.xmi...
12:30:41.286 [pool-104-thread-1] DEBUG o.e.h.g.updater.GraphModelInserter - transactional update called
12:30:41.288 [pool-104-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performed transactional update on file: /m.xmi.
0s3ms [pure insertion]
marking any relevant derived attributes for update...12:30:41.288 [pool-104-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
12:30:41.288 [pool-104-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
12:30:41.288 [pool-104-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating proxies...
attempting to resolve any leftover cross-file references...
12:30:41.288 [pool-104-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Resolving any leftover cross-file references...
12:30:41.289 [pool-104-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - 0 proxy ref lists left after resolving 0 refs
12:30:41.289 [pool-104-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - proxy resolution took: ~0.001s
attempting to resolve any uninitialized derived attributes...
12:30:41.289 [pool-104-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Resolving any uninitialized derived attributes...
12:30:41.289 [pool-104-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - Deriving attributes...
12:30:41.289 [pool-104-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...
12:30:41.289 [pool-104-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating any affected derived attributes...
0s1ms [proxy update]
12:30:41.289 [pool-104-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updated proxies.
Indexed successfully revision 4 (timepoint 1654605039111) of file:///tmp/hawkSvnRepo7459983033549984136
12:30:41.290 [pool-104-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performing optional post-sync operations.
12:30:41.290 [pool-104-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updated Hawk instance test (success). 0 s 183 ms
12:30:41.302 [main] INFO  o.e.h.c.r.CompositeStateListener - Hawk shutting down...
12:30:41.302 [main] INFO  o.e.h.c.r.CompositeStateListener - Saving Hawk metadata...
adding: file:///tmp/hawkSvnRepo7459983033549984136:org.eclipse.hawk.svn.SvnManager:false
12:30:41.303 [main] INFO  o.e.h.c.r.CompositeStateListener - Saved Hawk metadata.
12:30:41.304 [main] INFO  o.e.h.core.runtime.BaseModelIndexer - Waiting 120s for all scheduled tasks to complete
12:30:41.435 [main] INFO  o.e.hawk.greycat.lucene.SoftTxLucene - Shutdown of Lucene complete.
12:30:41.436 [main] INFO  o.e.h.g.AbstractGreycatDatabase - Disconnected from GreyCat graph at /tmp/junit16134238358882470892/test_afterThen[LevelDB GreyCat]
12:30:41.438 [main] INFO  o.e.h.c.r.CompositeStateListener - Hawk shut down.
12:30:42.390 [main] INFO  o.e.h.c.r.CompositeStateListener - Saving Hawk metadata...
12:30:42.392 [main] INFO  o.e.h.c.r.CompositeStateListener - Saved Hawk metadata.
12:30:42.392 [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
12:30:42.392 [main] INFO  o.e.h.g.u.GraphMetaModelResourceInjector - ADDING METAMODELS: 
12:30:42.392 [main] INFO  o.e.h.g.u.GraphMetaModelResourceInjector - ADDING: 
12:30:42.396 [main] INFO  o.e.h.g.u.GraphMetaModelResourceInjector - 0 METAMODEL NODES! (took ~0 sec)
inserting static metamodels complete
12:30:42.396 [main] INFO  o.e.h.c.r.CompositeStateListener - Registering metamodels...
12:30:42.396 [main] INFO  o.e.h.c.r.CompositeStateListener - Registered metamodels.
12:30:42.396 [main] INFO  o.e.h.c.r.CompositeStateListener - Initialized Hawk.
12:30:42.396 [main] INFO  o.e.h.c.r.CompositeStateListener - Adding metamodel(s)...
12:30:42.396 [pool-106-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating Hawk...
updating indexer: 
12:30:42.398 [pool-106-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performing optional post-sync operations.
12:30:42.398 [pool-106-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updated Hawk instance test (success). 0 s 0 ms
Adding metamodels in: ../../core/tests/org.eclipse.hawk.integration.tests/resources/metamodels/Ecore.ecore to store
12:30:42.402 [main] INFO  o.e.h.g.u.GraphMetaModelResourceInjector - ADDING METAMODELS: 
12:30:42.402 [main] INFO  o.e.h.g.u.GraphMetaModelResourceInjector - ADDING: 
12:30:42.409 [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
12:30:42.409 [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
12:30:42.409 [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
12:30:42.409 [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
12:30:42.410 [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
12:30:42.410 [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
12:30:42.410 [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
12:30:42.410 [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
12:30:42.411 [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
12:30:42.412 [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
12:30:42.412 [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
12:30:42.412 [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[]
12:30:42.412 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EJavaObject will be handled as its instance type java.lang.Object
12:30:42.412 [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
12:30:42.414 [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
12:30:42.414 [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
12:30:42.414 [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
12:30:42.414 [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
12:30:42.414 [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
12:30:42.414 [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
12:30:42.414 [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
12:30:42.414 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EBigDecimal will be handled as its instance type java.math.BigDecimal
12:30:42.415 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EDate will be handled as its instance type java.util.Date
12:30:42.415 [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
12:30:42.415 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EFloatObject will be handled as its instance type java.lang.Float
12:30:42.415 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::ELong will be handled as its instance type java.lang.Long
12:30:42.415 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EBigInteger will be handled as its instance type java.math.BigInteger
12:30:42.416 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EFloat will be handled as its instance type java.lang.Float
12:30:42.416 [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
12:30:42.416 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EByteObject will be handled as its instance type java.lang.Byte
12:30:42.416 [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
12:30:42.416 [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
12:30:42.416 [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
12:30:42.477 [main] INFO  o.e.h.g.u.GraphMetaModelResourceInjector - 20 METAMODEL NODES! (took ~0 sec)
12:30:42.477 [main] INFO  o.e.h.c.r.CompositeStateListener - Added metamodel(s).
12:30:42.477 [main] INFO  o.e.h.c.r.CompositeStateListener - Adding metamodel(s)...
Adding metamodels in: ../../core/tests/org.eclipse.hawk.integration.tests/resources/metamodels/XMLType.ecore to store
12:30:42.479 [main] INFO  o.e.h.g.u.GraphMetaModelResourceInjector - ADDING METAMODELS: 
12:30:42.479 [main] INFO  o.e.h.g.u.GraphMetaModelResourceInjector - ADDING: 
12:30:42.484 [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
12:30:42.484 [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
12:30:42.485 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::UnsignedShort will be handled as its instance type java.lang.Integer
12:30:42.485 [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
12:30:42.485 [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
12:30:42.485 [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[]
12:30:42.485 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::NMTOKENSBase will be handled as its instance type java.util.List
12:30:42.485 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::IntObject will be handled as its instance type java.lang.Integer
12:30:42.485 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::QName will be handled as its instance type javax.xml.namespace.QName
12:30:42.485 [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
12:30:42.485 [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
12:30:42.485 [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
12:30:42.485 [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
12:30:42.485 [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
12:30:42.485 [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
12:30:42.485 [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
12:30:42.485 [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
12:30:42.485 [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
12:30:42.485 [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
12:30:42.485 [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
12:30:42.485 [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
12:30:42.485 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::ByteObject will be handled as its instance type java.lang.Byte
12:30:42.485 [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
12:30:42.485 [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
12:30:42.485 [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
12:30:42.485 [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
12:30:42.485 [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
12:30:42.485 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::NonPositiveInteger will be handled as its instance type java.math.BigInteger
12:30:42.485 [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
12:30:42.485 [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
12:30:42.485 [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
12:30:42.485 [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
12:30:42.485 [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
12:30:42.485 [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
12:30:42.485 [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
12:30:42.485 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::ENTITIESBase will be handled as its instance type java.util.List
12:30:42.485 [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
12:30:42.486 [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
12:30:42.486 [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
12:30:42.486 [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
12:30:42.486 [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
12:30:42.486 [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
12:30:42.486 [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
12:30:42.486 [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
12:30:42.486 [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
12:30:42.486 [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
12:30:42.486 [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
12:30:42.486 [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
12:30:42.486 [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
12:30:42.486 [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
12:30:42.486 [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
12:30:42.486 [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
12:30:42.486 [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
12:30:42.486 [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
12:30:42.486 [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
12:30:42.486 [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
12:30:42.486 [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
12:30:42.486 [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
12:30:42.486 [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[]
12:30:42.489 [main] INFO  o.e.h.g.u.GraphMetaModelResourceInjector - 4 METAMODEL NODES! (took ~0 sec)
12:30:42.489 [main] INFO  o.e.h.c.r.CompositeStateListener - Added metamodel(s).
No username/password recorded for the repository file:///tmp/hawkSvnRepo6144207072753204014
12:30:46.106 [main] INFO  o.e.h.c.r.CompositeStateListener - Saving Hawk metadata...
adding: file:///tmp/hawkSvnRepo6144207072753204014:org.eclipse.hawk.svn.SvnManager:false
12:30:46.113 [main] INFO  o.e.h.c.r.CompositeStateListener - Saved Hawk metadata.
12:30:46.113 [pool-106-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating Hawk...
updating indexer: 
12:30:46.123 [pool-106-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating relevant changed model files...
12:30:46.123 [pool-106-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Deleting models removed from repository...
12:30:46.123 [pool-106-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating models to the new version...
12:30:46.123 [pool-106-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating proxies...
attempting to resolve any leftover cross-file references...
12:30:46.123 [pool-106-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Resolving any leftover cross-file references...
12:30:46.125 [pool-106-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - 0 proxy ref lists left after resolving 0 refs
12:30:46.125 [pool-106-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - proxy resolution took: ~0.002s
attempting to resolve any uninitialized derived attributes...
12:30:46.125 [pool-106-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Resolving any uninitialized derived attributes...
12:30:46.125 [pool-106-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - Deriving attributes...
12:30:46.128 [pool-106-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...
12:30:46.128 [pool-106-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating any affected derived attributes...
0s9ms [proxy update]
12:30:46.132 [pool-106-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updated proxies.
Indexed successfully revision 0 (timepoint 1654605041459) of file:///tmp/hawkSvnRepo6144207072753204014
12:30:46.132 [pool-106-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating relevant changed model files...
12:30:46.138 [pool-106-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Deleting models removed from repository...
12:30:46.138 [pool-106-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating models to the new version...
12:30:46.147 [pool-106-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /root.xmi...
12:30:46.152 [pool-106-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
12:30:46.152 [pool-106-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
12:30:46.152 [pool-106-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performing batch insert on file: /root.xmi...
12:30:46.160 [pool-106-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding elements of file /root.xmi
12:30:46.160 [pool-106-thread-1] INFO  o.e.hawk.graph.updater.TypeCache - Metamodel Tree is not in the graph, trying to locate it
12:30:46.160 [pool-106-thread-1] INFO  o.e.hawk.graph.updater.TypeCache - Found metamodel for Tree, inserting
12:30:46.160 [pool-106-thread-1] INFO  o.e.h.g.u.GraphMetaModelResourceInjector - ADDING METAMODELS: 
12:30:46.160 [pool-106-thread-1] INFO  o.e.h.g.u.GraphMetaModelResourceInjector - ADDING: 
12:30:46.163 [pool-106-thread-1] DEBUG o.e.h.g.u.GraphMetaModelResourceInjector - supertype dependency from Tree to http://www.eclipse.org/emf/2002/Ecore
12:30:46.164 [pool-106-thread-1] INFO  o.e.h.g.u.GraphMetaModelResourceInjector - 1 METAMODEL NODES! (took ~0 sec)
12:30:46.179 [pool-106-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~0sec)
12:30:46.179 [pool-106-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding edges of file /root.xmi
12:30:46.179 [pool-106-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec)
12:30:46.179 [pool-106-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performed batch insert on file: /root.xmi.
0s32ms [pure insertion]
marking any relevant derived attributes for update...12:30:46.179 [pool-106-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
12:30:46.179 [pool-106-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
12:30:46.180 [pool-106-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating proxies...
attempting to resolve any leftover cross-file references...
12:30:46.180 [pool-106-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Resolving any leftover cross-file references...
12:30:46.180 [pool-106-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - 0 proxy ref lists left after resolving 0 refs
12:30:46.180 [pool-106-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - proxy resolution took: ~0.0s
attempting to resolve any uninitialized derived attributes...
12:30:46.180 [pool-106-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Resolving any uninitialized derived attributes...
12:30:46.180 [pool-106-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - Deriving attributes...
12:30:46.180 [pool-106-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...
12:30:46.180 [pool-106-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating any affected derived attributes...
0s0ms [proxy update]
12:30:46.180 [pool-106-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updated proxies.
Indexed successfully revision 1 (timepoint 1654605042579) of file:///tmp/hawkSvnRepo6144207072753204014
12:30:46.181 [pool-106-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating relevant changed model files...
12:30:46.181 [pool-106-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Deleting models removed from repository...
12:30:46.181 [pool-106-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Deleting all contents of file: /root.xmi...
12:30:46.181 [pool-106-thread-1] DEBUG o.e.hawk.graph.updater.DeletionUtils - deleting nodes from file: /root.xmi
12:30:46.191 [pool-106-thread-1] DEBUG o.e.hawk.graph.updater.DeletionUtils - deleted all, took: 0.01s
12:30:46.191 [pool-106-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Deleted all contents of file: /root.xmi.
12:30:46.191 [pool-106-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating models to the new version...
12:30:46.191 [pool-106-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating proxies...
attempting to resolve any leftover cross-file references...
12:30:46.191 [pool-106-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Resolving any leftover cross-file references...
12:30:46.191 [pool-106-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - 0 proxy ref lists left after resolving 0 refs
12:30:46.191 [pool-106-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - proxy resolution took: ~0.0s
attempting to resolve any uninitialized derived attributes...
12:30:46.191 [pool-106-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Resolving any uninitialized derived attributes...
12:30:46.191 [pool-106-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - Deriving attributes...
12:30:46.191 [pool-106-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...
12:30:46.191 [pool-106-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating any affected derived attributes...
0s1ms [proxy update]
12:30:46.192 [pool-106-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updated proxies.
Indexed successfully revision 2 (timepoint 1654605044157) of file:///tmp/hawkSvnRepo6144207072753204014
12:30:46.192 [pool-106-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performing optional post-sync operations.
12:30:46.192 [pool-106-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updated Hawk instance test (success). 0 s 79 ms
12:30:46.199 [main] INFO  o.e.h.c.r.CompositeStateListener - Hawk shutting down...
12:30:46.199 [main] INFO  o.e.h.c.r.CompositeStateListener - Saving Hawk metadata...
adding: file:///tmp/hawkSvnRepo6144207072753204014:org.eclipse.hawk.svn.SvnManager:false
12:30:46.202 [main] INFO  o.e.h.c.r.CompositeStateListener - Saved Hawk metadata.
12:30:46.202 [main] INFO  o.e.h.core.runtime.BaseModelIndexer - Waiting 120s for all scheduled tasks to complete
12:30:46.308 [main] INFO  o.e.hawk.greycat.lucene.SoftTxLucene - Shutdown of Lucene complete.
12:30:46.309 [main] INFO  o.e.h.g.AbstractGreycatDatabase - Disconnected from GreyCat graph at /tmp/junit10111411433392262570/test_countInstancesFromModel[LevelDB GreyCat]
12:30:46.310 [main] INFO  o.e.h.c.r.CompositeStateListener - Hawk shut down.
12:30:47.402 [main] INFO  o.e.h.c.r.CompositeStateListener - Saving Hawk metadata...
12:30:47.404 [main] INFO  o.e.h.c.r.CompositeStateListener - Saved Hawk metadata.
12:30:47.404 [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
12:30:47.404 [main] INFO  o.e.h.g.u.GraphMetaModelResourceInjector - ADDING METAMODELS: 
12:30:47.404 [main] INFO  o.e.h.g.u.GraphMetaModelResourceInjector - ADDING: 
12:30:47.408 [main] INFO  o.e.h.g.u.GraphMetaModelResourceInjector - 0 METAMODEL NODES! (took ~0 sec)
inserting static metamodels complete
12:30:47.408 [main] INFO  o.e.h.c.r.CompositeStateListener - Registering metamodels...
12:30:47.408 [main] INFO  o.e.h.c.r.CompositeStateListener - Registered metamodels.
12:30:47.408 [main] INFO  o.e.h.c.r.CompositeStateListener - Initialized Hawk.
12:30:47.408 [main] INFO  o.e.h.c.r.CompositeStateListener - Adding metamodel(s)...
12:30:47.408 [pool-108-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating Hawk...
updating indexer: 
12:30:47.410 [pool-108-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performing optional post-sync operations.
12:30:47.410 [pool-108-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updated Hawk instance test (success). 0 s 1 ms
Adding metamodels in: ../../core/tests/org.eclipse.hawk.integration.tests/resources/metamodels/Ecore.ecore to store
12:30:47.416 [main] INFO  o.e.h.g.u.GraphMetaModelResourceInjector - ADDING METAMODELS: 
12:30:47.416 [main] INFO  o.e.h.g.u.GraphMetaModelResourceInjector - ADDING: 
12:30:47.476 [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
12:30:47.476 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EEnumerator will be handled as its instance type org.eclipse.emf.common.util.Enumerator
12:30:47.476 [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
12:30:47.478 [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
12:30:47.480 [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
12:30:47.480 [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
12:30:47.480 [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
12:30:47.480 [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
12:30:47.480 [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
12:30:47.481 [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
12:30:47.482 [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
12:30:47.483 [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
12:30:47.485 [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
12:30:47.485 [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
12:30:47.485 [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
12:30:47.485 [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
12:30:47.487 [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
12:30:47.487 [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
12:30:47.487 [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
12:30:47.487 [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
12:30:47.487 [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
12:30:47.487 [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
12:30:47.487 [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
12:30:47.488 [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
12:30:47.488 [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
12:30:47.489 [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
12:30:47.489 [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
12:30:47.491 [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
12:30:47.491 [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
12:30:47.491 [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
12:30:47.491 [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[]
12:30:47.491 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EChar will be handled as its instance type char
12:30:47.491 [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
12:30:47.498 [main] INFO  o.e.h.g.u.GraphMetaModelResourceInjector - 20 METAMODEL NODES! (took ~0 sec)
12:30:47.498 [main] INFO  o.e.h.c.r.CompositeStateListener - Added metamodel(s).
12:30:47.498 [main] INFO  o.e.h.c.r.CompositeStateListener - Adding metamodel(s)...
Adding metamodels in: ../../core/tests/org.eclipse.hawk.integration.tests/resources/metamodels/XMLType.ecore to store
12:30:47.503 [main] INFO  o.e.h.g.u.GraphMetaModelResourceInjector - ADDING METAMODELS: 
12:30:47.503 [main] INFO  o.e.h.g.u.GraphMetaModelResourceInjector - ADDING: 
12:30:47.576 [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
12:30:47.576 [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
12:30:47.576 [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
12:30:47.576 [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[]
12:30:47.577 [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
12:30:47.577 [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
12:30:47.577 [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
12:30:47.578 [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
12:30:47.578 [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
12:30:47.578 [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
12:30:47.578 [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
12:30:47.578 [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
12:30:47.578 [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
12:30:47.578 [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
12:30:47.579 [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
12:30:47.579 [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
12:30:47.579 [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
12:30:47.579 [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
12:30:47.579 [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
12:30:47.579 [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
12:30:47.579 [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
12:30:47.579 [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
12:30:47.579 [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
12:30:47.579 [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
12:30:47.579 [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
12:30:47.579 [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
12:30:47.579 [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
12:30:47.580 [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
12:30:47.580 [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
12:30:47.580 [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
12:30:47.580 [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
12:30:47.580 [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
12:30:47.580 [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
12:30:47.580 [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
12:30:47.580 [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
12:30:47.580 [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
12:30:47.580 [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
12:30:47.580 [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
12:30:47.580 [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
12:30:47.580 [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
12:30:47.580 [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
12:30:47.580 [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
12:30:47.580 [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
12:30:47.580 [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
12:30:47.580 [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
12:30:47.580 [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
12:30:47.580 [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
12:30:47.580 [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
12:30:47.580 [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
12:30:47.580 [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
12:30:47.581 [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[]
12:30:47.581 [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
12:30:47.581 [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
12:30:47.581 [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
12:30:47.581 [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
12:30:47.581 [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
12:30:47.581 [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
12:30:47.581 [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
12:30:47.581 [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
12:30:47.586 [main] INFO  o.e.h.g.u.GraphMetaModelResourceInjector - 4 METAMODEL NODES! (took ~0 sec)
12:30:47.586 [main] INFO  o.e.h.c.r.CompositeStateListener - Added metamodel(s).
No username/password recorded for the repository file:///tmp/hawkSvnRepo11169159239647865762
12:30:55.105 [main] INFO  o.e.h.c.r.CompositeStateListener - Saving Hawk metadata...
adding: file:///tmp/hawkSvnRepo11169159239647865762:org.eclipse.hawk.svn.SvnManager:false
12:30:55.152 [main] INFO  o.e.h.c.r.CompositeStateListener - Saved Hawk metadata.
12:30:55.152 [pool-108-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating Hawk...
updating indexer: 
12:30:55.161 [pool-108-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating relevant changed model files...
12:30:55.161 [pool-108-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Deleting models removed from repository...
12:30:55.161 [pool-108-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating models to the new version...
12:30:55.161 [pool-108-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating proxies...
attempting to resolve any leftover cross-file references...
12:30:55.161 [pool-108-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Resolving any leftover cross-file references...
12:30:55.162 [pool-108-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - 0 proxy ref lists left after resolving 0 refs
12:30:55.162 [pool-108-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - proxy resolution took: ~0.001s
attempting to resolve any uninitialized derived attributes...
12:30:55.162 [pool-108-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Resolving any uninitialized derived attributes...
12:30:55.162 [pool-108-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - Deriving attributes...
12:30:55.164 [pool-108-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...
12:30:55.164 [pool-108-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating any affected derived attributes...
0s5ms [proxy update]
12:30:55.166 [pool-108-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updated proxies.
Indexed successfully revision 0 (timepoint 1654605046325) of file:///tmp/hawkSvnRepo11169159239647865762
12:30:55.167 [pool-108-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating relevant changed model files...
12:30:55.170 [pool-108-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Deleting models removed from repository...
12:30:55.170 [pool-108-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating models to the new version...
12:30:55.180 [pool-108-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /m.xmi...
12:30:55.187 [pool-108-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
12:30:55.187 [pool-108-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
12:30:55.188 [pool-108-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performing batch insert on file: /m.xmi...
12:30:55.196 [pool-108-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding elements of file /m.xmi
12:30:55.196 [pool-108-thread-1] INFO  o.e.hawk.graph.updater.TypeCache - Metamodel Tree is not in the graph, trying to locate it
12:30:55.196 [pool-108-thread-1] INFO  o.e.hawk.graph.updater.TypeCache - Found metamodel for Tree, inserting
12:30:55.196 [pool-108-thread-1] INFO  o.e.h.g.u.GraphMetaModelResourceInjector - ADDING METAMODELS: 
12:30:55.196 [pool-108-thread-1] INFO  o.e.h.g.u.GraphMetaModelResourceInjector - ADDING: 
12:30:55.202 [pool-108-thread-1] DEBUG o.e.h.g.u.GraphMetaModelResourceInjector - supertype dependency from Tree to http://www.eclipse.org/emf/2002/Ecore
12:30:55.204 [pool-108-thread-1] INFO  o.e.h.g.u.GraphMetaModelResourceInjector - 1 METAMODEL NODES! (took ~0 sec)
12:30:55.209 [pool-108-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~0sec)
12:30:55.209 [pool-108-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding edges of file /m.xmi
12:30:55.210 [pool-108-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec)
12:30:55.210 [pool-108-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performed batch insert on file: /m.xmi.
0s30ms [pure insertion]
marking any relevant derived attributes for update...12:30:55.210 [pool-108-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
12:30:55.210 [pool-108-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
12:30:55.210 [pool-108-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating proxies...
attempting to resolve any leftover cross-file references...
12:30:55.210 [pool-108-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Resolving any leftover cross-file references...
12:30:55.210 [pool-108-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - 0 proxy ref lists left after resolving 0 refs
12:30:55.210 [pool-108-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - proxy resolution took: ~0.0s
attempting to resolve any uninitialized derived attributes...
12:30:55.210 [pool-108-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Resolving any uninitialized derived attributes...
12:30:55.210 [pool-108-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - Deriving attributes...
12:30:55.210 [pool-108-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...
12:30:55.210 [pool-108-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating any affected derived attributes...
0s1ms [proxy update]
12:30:55.211 [pool-108-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updated proxies.
Indexed successfully revision 1 (timepoint 1654605047612) of file:///tmp/hawkSvnRepo11169159239647865762
12:30:55.211 [pool-108-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating relevant changed model files...
12:30:55.214 [pool-108-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Deleting models removed from repository...
12:30:55.214 [pool-108-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating models to the new version...
12:30:55.278 [pool-108-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /m.xmi...
12:30:55.278 [pool-108-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
12:30:55.278 [pool-108-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File contains: 1 (1) nodes in store
12:30:55.279 [pool-108-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - Update contains | a:1 u:1 d:0 ratio: 2.0
12:30:55.279 [pool-108-thread-1] DEBUG o.e.h.g.updater.GraphModelInserter - File already present, calculating deltas with respect to graph storage
12:30:55.279 [pool-108-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performing transactional update (ratio:0.0) on file: /m.xmi...
12:30:55.279 [pool-108-thread-1] DEBUG o.e.h.g.updater.GraphModelInserter - transactional update called
12:30:55.290 [pool-108-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performed transactional update on file: /m.xmi.
0s12ms [pure insertion]
marking any relevant derived attributes for update...12:30:55.290 [pool-108-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s1ms
12:30:55.291 [pool-108-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s1ms
12:30:55.291 [pool-108-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating proxies...
attempting to resolve any leftover cross-file references...
12:30:55.291 [pool-108-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Resolving any leftover cross-file references...
12:30:55.291 [pool-108-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - 0 proxy ref lists left after resolving 0 refs
12:30:55.291 [pool-108-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - proxy resolution took: ~0.0s
attempting to resolve any uninitialized derived attributes...
12:30:55.291 [pool-108-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Resolving any uninitialized derived attributes...
12:30:55.291 [pool-108-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - Deriving attributes...
12:30:55.291 [pool-108-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...
12:30:55.291 [pool-108-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating any affected derived attributes...
0s1ms [proxy update]
12:30:55.292 [pool-108-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updated proxies.
Indexed successfully revision 2 (timepoint 1654605049111) of file:///tmp/hawkSvnRepo11169159239647865762
12:30:55.292 [pool-108-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating relevant changed model files...
12:30:55.295 [pool-108-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Deleting models removed from repository...
12:30:55.295 [pool-108-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating models to the new version...
12:30:55.307 [pool-108-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /m.xmi...
12:30:55.307 [pool-108-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
12:30:55.307 [pool-108-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File contains: 2 (2) nodes in store
12:30:55.308 [pool-108-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - Update contains | a:1 u:1 d:0 ratio: 1.0
12:30:55.308 [pool-108-thread-1] DEBUG o.e.h.g.updater.GraphModelInserter - File already present, calculating deltas with respect to graph storage
12:30:55.308 [pool-108-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performing transactional update (ratio:0.0) on file: /m.xmi...
12:30:55.308 [pool-108-thread-1] DEBUG o.e.h.g.updater.GraphModelInserter - transactional update called
12:30:55.310 [pool-108-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performed transactional update on file: /m.xmi.
0s3ms [pure insertion]
marking any relevant derived attributes for update...12:30:55.310 [pool-108-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
12:30:55.310 [pool-108-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
12:30:55.310 [pool-108-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating proxies...
attempting to resolve any leftover cross-file references...
12:30:55.310 [pool-108-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Resolving any leftover cross-file references...
12:30:55.310 [pool-108-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - 0 proxy ref lists left after resolving 0 refs
12:30:55.310 [pool-108-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - proxy resolution took: ~0.0s
attempting to resolve any uninitialized derived attributes...
12:30:55.310 [pool-108-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Resolving any uninitialized derived attributes...
12:30:55.310 [pool-108-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - Deriving attributes...
12:30:55.310 [pool-108-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...
12:30:55.310 [pool-108-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating any affected derived attributes...
0s1ms [proxy update]
12:30:55.311 [pool-108-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updated proxies.
Indexed successfully revision 3 (timepoint 1654605051110) of file:///tmp/hawkSvnRepo11169159239647865762
12:30:55.311 [pool-108-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating relevant changed model files...
12:30:55.314 [pool-108-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Deleting models removed from repository...
12:30:55.314 [pool-108-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating models to the new version...
12:30:55.379 [pool-108-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /m.xmi...
12:30:55.379 [pool-108-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
12:30:55.380 [pool-108-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File contains: 3 (3) nodes in store
12:30:55.380 [pool-108-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - Update contains | a:1 u:1 d:0 ratio: 0.6666666666666666
12:30:55.380 [pool-108-thread-1] DEBUG o.e.h.g.updater.GraphModelInserter - File already present, calculating deltas with respect to graph storage
12:30:55.380 [pool-108-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performing transactional update (ratio:0.0) on file: /m.xmi...
12:30:55.380 [pool-108-thread-1] DEBUG o.e.h.g.updater.GraphModelInserter - transactional update called
12:30:55.382 [pool-108-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performed transactional update on file: /m.xmi.
0s3ms [pure insertion]
marking any relevant derived attributes for update...12:30:55.382 [pool-108-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
12:30:55.382 [pool-108-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
12:30:55.382 [pool-108-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating proxies...
attempting to resolve any leftover cross-file references...
12:30:55.382 [pool-108-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Resolving any leftover cross-file references...
12:30:55.383 [pool-108-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - 0 proxy ref lists left after resolving 0 refs
12:30:55.383 [pool-108-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - proxy resolution took: ~0.001s
attempting to resolve any uninitialized derived attributes...
12:30:55.383 [pool-108-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Resolving any uninitialized derived attributes...
12:30:55.383 [pool-108-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - Deriving attributes...
12:30:55.383 [pool-108-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...
12:30:55.383 [pool-108-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating any affected derived attributes...
0s1ms [proxy update]
12:30:55.383 [pool-108-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updated proxies.
Indexed successfully revision 4 (timepoint 1654605053111) of file:///tmp/hawkSvnRepo11169159239647865762
12:30:55.384 [pool-108-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performing optional post-sync operations.
12:30:55.384 [pool-108-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updated Hawk instance test (success). 0 s 232 ms
12:30:55.405 [main] INFO  o.e.h.c.r.CompositeStateListener - Hawk shutting down...
12:30:55.406 [main] INFO  o.e.h.c.r.CompositeStateListener - Saving Hawk metadata...
adding: file:///tmp/hawkSvnRepo11169159239647865762:org.eclipse.hawk.svn.SvnManager:false
12:30:55.407 [main] INFO  o.e.h.c.r.CompositeStateListener - Saved Hawk metadata.
12:30:55.407 [main] INFO  o.e.h.core.runtime.BaseModelIndexer - Waiting 120s for all scheduled tasks to complete
12:30:55.560 [main] INFO  o.e.hawk.greycat.lucene.SoftTxLucene - Shutdown of Lucene complete.
12:30:55.560 [main] INFO  o.e.h.g.AbstractGreycatDatabase - Disconnected from GreyCat graph at /tmp/junit17607334825185263347/test_alwaysTrue[LevelDB GreyCat]
12:30:55.562 [main] INFO  o.e.h.c.r.CompositeStateListener - Hawk shut down.
12:30:56.418 [main] INFO  o.e.h.c.r.CompositeStateListener - Saving Hawk metadata...
12:30:56.420 [main] INFO  o.e.h.c.r.CompositeStateListener - Saved Hawk metadata.
12:30:56.421 [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
12:30:56.421 [main] INFO  o.e.h.g.u.GraphMetaModelResourceInjector - ADDING METAMODELS: 
12:30:56.421 [main] INFO  o.e.h.g.u.GraphMetaModelResourceInjector - ADDING: 
12:30:56.426 [main] INFO  o.e.h.g.u.GraphMetaModelResourceInjector - 0 METAMODEL NODES! (took ~0 sec)
inserting static metamodels complete
12:30:56.426 [main] INFO  o.e.h.c.r.CompositeStateListener - Registering metamodels...
12:30:56.426 [main] INFO  o.e.h.c.r.CompositeStateListener - Registered metamodels.
12:30:56.426 [main] INFO  o.e.h.c.r.CompositeStateListener - Initialized Hawk.
12:30:56.426 [pool-110-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating Hawk...
updating indexer: 
12:30:56.426 [main] INFO  o.e.h.c.r.CompositeStateListener - Adding metamodel(s)...
12:30:56.427 [pool-110-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performing optional post-sync operations.
12:30:56.427 [pool-110-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updated Hawk instance test (success). 0 s 0 ms
Adding metamodels in: ../../core/tests/org.eclipse.hawk.integration.tests/resources/metamodels/Ecore.ecore to store
12:30:56.476 [main] INFO  o.e.h.g.u.GraphMetaModelResourceInjector - ADDING METAMODELS: 
12:30:56.476 [main] INFO  o.e.h.g.u.GraphMetaModelResourceInjector - ADDING: 
12:30:56.481 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EDiagnosticChain will be handled as its instance type org.eclipse.emf.common.util.DiagnosticChain
12:30:56.481 [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
12:30:56.482 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EFloat will be handled as its instance type java.lang.Float
12:30:56.482 [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
12:30:56.482 [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
12:30:56.482 [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
12:30:56.482 [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
12:30:56.482 [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
12:30:56.482 [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
12:30:56.483 [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
12:30:56.483 [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
12:30:56.485 [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
12:30:56.485 [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
12:30:56.485 [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
12:30:56.486 [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
12:30:56.486 [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
12:30:56.486 [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
12:30:56.486 [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
12:30:56.486 [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
12:30:56.486 [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
12:30:56.487 [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
12:30:56.487 [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
12:30:56.487 [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
12:30:56.487 [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
12:30:56.487 [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
12:30:56.487 [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
12:30:56.488 [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
12:30:56.489 [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
12:30:56.489 [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
12:30:56.489 [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
12:30:56.489 [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
12:30:56.489 [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
12:30:56.489 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EByteArray will be handled as its instance type byte[]
12:30:56.493 [main] INFO  o.e.h.g.u.GraphMetaModelResourceInjector - 20 METAMODEL NODES! (took ~0 sec)
12:30:56.493 [main] INFO  o.e.h.c.r.CompositeStateListener - Added metamodel(s).
12:30:56.494 [main] INFO  o.e.h.c.r.CompositeStateListener - Adding metamodel(s)...
Adding metamodels in: ../../core/tests/org.eclipse.hawk.integration.tests/resources/metamodels/XMLType.ecore to store
12:30:56.496 [main] INFO  o.e.h.g.u.GraphMetaModelResourceInjector - ADDING METAMODELS: 
12:30:56.496 [main] INFO  o.e.h.g.u.GraphMetaModelResourceInjector - ADDING: 
12:30:56.500 [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
12:30:56.501 [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
12:30:56.501 [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
12:30:56.501 [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
12:30:56.501 [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
12:30:56.501 [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
12:30:56.501 [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
12:30:56.501 [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
12:30:56.502 [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
12:30:56.502 [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
12:30:56.502 [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
12:30:56.502 [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
12:30:56.502 [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
12:30:56.502 [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
12:30:56.502 [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[]
12:30:56.502 [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
12:30:56.502 [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
12:30:56.502 [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
12:30:56.502 [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
12:30:56.502 [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
12:30:56.502 [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
12:30:56.502 [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
12:30:56.502 [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
12:30:56.502 [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[]
12:30:56.502 [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
12:30:56.503 [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
12:30:56.503 [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
12:30:56.503 [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
12:30:56.503 [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
12:30:56.503 [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
12:30:56.503 [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
12:30:56.503 [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
12:30:56.503 [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
12:30:56.503 [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
12:30:56.503 [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
12:30:56.503 [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
12:30:56.503 [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
12:30:56.503 [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
12:30:56.503 [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
12:30:56.503 [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
12:30:56.503 [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
12:30:56.503 [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
12:30:56.503 [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
12:30:56.503 [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
12:30:56.503 [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
12:30:56.503 [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
12:30:56.503 [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
12:30:56.503 [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
12:30:56.503 [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
12:30:56.503 [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
12:30:56.503 [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
12:30:56.503 [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
12:30:56.503 [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
12:30:56.503 [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
12:30:56.503 [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
12:30:56.503 [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
12:30:56.503 [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
12:30:56.503 [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
12:30:56.503 [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
12:30:56.506 [main] INFO  o.e.h.g.u.GraphMetaModelResourceInjector - 4 METAMODEL NODES! (took ~0 sec)
12:30:56.506 [main] INFO  o.e.h.c.r.CompositeStateListener - Added metamodel(s).
12:30:56.506 [main] INFO  o.e.h.c.r.CompositeStateListener - Adding metamodel(s)...
Adding metamodels in: ../../core/tests/org.eclipse.hawk.integration.tests/resources/metamodels/Tree.ecore to store
12:30:56.507 [main] INFO  o.e.h.g.u.GraphMetaModelResourceInjector - ADDING METAMODELS: 
12:30:56.507 [main] INFO  o.e.h.g.u.GraphMetaModelResourceInjector - ADDING: 
12:30:56.511 [main] DEBUG o.e.h.g.u.GraphMetaModelResourceInjector - supertype dependency from Tree to http://www.eclipse.org/emf/2002/Ecore
12:30:56.512 [main] INFO  o.e.h.g.u.GraphMetaModelResourceInjector - 1 METAMODEL NODES! (took ~0 sec)
12:30:56.512 [main] INFO  o.e.h.c.r.CompositeStateListener - Added metamodel(s).
12:30:56.513 [main] INFO  o.e.h.c.r.CompositeStateListener - Adding derived attribute Tree::Tree::hasNoChildren...
12:30:56.513 [main] INFO  o.e.h.g.u.GraphMetaModelResourceInjector - Derived attribute added: Tree::Tree#hasNoChildren (isMany=false|isOrdered=false|isUnique=false|type=TimelineAnnotation) org.eclipse.hawk.epsilon.emc.EOLQueryEngine#
return self.children.isEmpty;
12:30:56.575 [main] INFO  o.e.h.c.r.CompositeStateListener - Added derived attribute Tree::Tree::hasNoChildren.
No username/password recorded for the repository file:///tmp/hawkSvnRepo8321408632953344620
12:31:02.106 [main] INFO  o.e.h.c.r.CompositeStateListener - Saving Hawk metadata...
adding: file:///tmp/hawkSvnRepo8321408632953344620:org.eclipse.hawk.svn.SvnManager:false
12:31:02.108 [main] INFO  o.e.h.c.r.CompositeStateListener - Saved Hawk metadata.
12:31:02.109 [pool-110-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating Hawk...
updating indexer: 
12:31:02.120 [pool-110-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating relevant changed model files...
12:31:02.120 [pool-110-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Deleting models removed from repository...
12:31:02.120 [pool-110-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating models to the new version...
12:31:02.120 [pool-110-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating proxies...
attempting to resolve any leftover cross-file references...
12:31:02.120 [pool-110-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Resolving any leftover cross-file references...
12:31:02.123 [pool-110-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - 0 proxy ref lists left after resolving 0 refs
12:31:02.123 [pool-110-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - proxy resolution took: ~0.003s
attempting to resolve any uninitialized derived attributes...
12:31:02.123 [pool-110-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Resolving any uninitialized derived attributes...
12:31:02.123 [pool-110-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - Deriving attributes...
12:31:02.125 [pool-110-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...
12:31:02.125 [pool-110-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating any affected derived attributes...
0s9ms [proxy update]
12:31:02.129 [pool-110-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updated proxies.
Indexed successfully revision 0 (timepoint 1654605055589) of file:///tmp/hawkSvnRepo8321408632953344620
12:31:02.130 [pool-110-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating relevant changed model files...
12:31:02.135 [pool-110-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Deleting models removed from repository...
12:31:02.135 [pool-110-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating models to the new version...
12:31:02.145 [pool-110-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /m.xmi...
12:31:02.153 [pool-110-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
12:31:02.153 [pool-110-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
12:31:02.153 [pool-110-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performing batch insert on file: /m.xmi...
12:31:02.174 [pool-110-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding elements of file /m.xmi
12:31:02.183 [pool-110-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~0sec)
12:31:02.183 [pool-110-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding edges of file /m.xmi
12:31:02.183 [pool-110-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec)
12:31:02.183 [pool-110-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performed batch insert on file: /m.xmi.
0s38ms [pure insertion]
marking any relevant derived attributes for update...12:31:02.183 [pool-110-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s1ms
12:31:02.184 [pool-110-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s1ms
12:31:02.184 [pool-110-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating proxies...
attempting to resolve any leftover cross-file references...
12:31:02.184 [pool-110-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Resolving any leftover cross-file references...
12:31:02.184 [pool-110-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - 0 proxy ref lists left after resolving 0 refs
12:31:02.184 [pool-110-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - proxy resolution took: ~0.0s
attempting to resolve any uninitialized derived attributes...
12:31:02.184 [pool-110-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Resolving any uninitialized derived attributes...
12:31:02.184 [pool-110-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - Deriving attributes...
12:31:02.185 [pool-110-thread-1] DEBUG o.e.hawk.epsilon.emc.DeriveFeature - adding new module to cache, key: return self.children.isEmpty;
12:31:02.190 [pool-110-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)
12:31:02.191 [pool-110-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - 1 - sets of proxy [derived] attributes left incomplete in the store
attempting to update any relevant derived attributes...
12:31:02.191 [pool-110-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating any affected derived attributes...
0s7ms [proxy update]
12:31:02.191 [pool-110-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updated proxies.
Indexed successfully revision 1 (timepoint 1654605056600) of file:///tmp/hawkSvnRepo8321408632953344620
12:31:02.191 [pool-110-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating relevant changed model files...
12:31:02.193 [pool-110-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Deleting models removed from repository...
12:31:02.193 [pool-110-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating models to the new version...
12:31:02.201 [pool-110-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /m.xmi...
12:31:02.201 [pool-110-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
12:31:02.202 [pool-110-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File contains: 1 (1) nodes in store
12:31:02.202 [pool-110-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - Update contains | a:1 u:1 d:0 ratio: 2.0
12:31:02.202 [pool-110-thread-1] DEBUG o.e.h.g.updater.GraphModelInserter - File already present, calculating deltas with respect to graph storage
12:31:02.202 [pool-110-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performing transactional update (ratio:0.0) on file: /m.xmi...
12:31:02.202 [pool-110-thread-1] DEBUG o.e.h.g.updater.GraphModelInserter - transactional update called
12:31:02.216 [pool-110-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performed transactional update on file: /m.xmi.
0s15ms [pure insertion]
marking any relevant derived attributes for update...12:31:02.216 [pool-110-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
12:31:02.216 [pool-110-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
12:31:02.216 [pool-110-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating proxies...
attempting to resolve any leftover cross-file references...
12:31:02.216 [pool-110-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Resolving any leftover cross-file references...
12:31:02.216 [pool-110-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - 0 proxy ref lists left after resolving 0 refs
12:31:02.216 [pool-110-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - proxy resolution took: ~0.0s
attempting to resolve any uninitialized derived attributes...
12:31:02.216 [pool-110-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Resolving any uninitialized derived attributes...
12:31:02.216 [pool-110-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - Deriving attributes...
12:31:02.274 [pool-110-thread-1] DEBUG o.e.hawk.epsilon.emc.DeriveFeature - adding new module to cache, key: return self.children.isEmpty;
12:31:02.284 [pool-110-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Processed 2/2 derived feature nodes of type 'org.eclipse.hawk.epsilon.emc.EOLQueryEngine' (0 s, 0 s total)
12:31:02.284 [pool-110-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - 2 - sets of proxy [derived] attributes left incomplete in the store
attempting to update any relevant derived attributes...
12:31:02.284 [pool-110-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating any affected derived attributes...
0s68ms [proxy update]
12:31:02.284 [pool-110-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updated proxies.
Indexed successfully revision 2 (timepoint 1654605058111) of file:///tmp/hawkSvnRepo8321408632953344620
12:31:02.285 [pool-110-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating relevant changed model files...
12:31:02.287 [pool-110-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Deleting models removed from repository...
12:31:02.287 [pool-110-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating models to the new version...
12:31:02.297 [pool-110-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /m.xmi...
12:31:02.297 [pool-110-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
12:31:02.297 [pool-110-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File contains: 2 (2) nodes in store
12:31:02.298 [pool-110-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - Update contains | a:0 u:1 d:1 ratio: 1.0
12:31:02.298 [pool-110-thread-1] DEBUG o.e.h.g.updater.GraphModelInserter - File already present, calculating deltas with respect to graph storage
12:31:02.298 [pool-110-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performing transactional update (ratio:0.0) on file: /m.xmi...
12:31:02.298 [pool-110-thread-1] DEBUG o.e.h.g.updater.GraphModelInserter - transactional update called
12:31:02.307 [pool-110-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performed transactional update on file: /m.xmi.
0s10ms [pure insertion]
marking any relevant derived attributes for update...12:31:02.307 [pool-110-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
12:31:02.307 [pool-110-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
12:31:02.307 [pool-110-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating proxies...
attempting to resolve any leftover cross-file references...
12:31:02.307 [pool-110-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Resolving any leftover cross-file references...
12:31:02.307 [pool-110-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - 0 proxy ref lists left after resolving 0 refs
12:31:02.307 [pool-110-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - proxy resolution took: ~0.0s
attempting to resolve any uninitialized derived attributes...
12:31:02.307 [pool-110-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Resolving any uninitialized derived attributes...
12:31:02.307 [pool-110-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - Deriving attributes...
12:31:02.308 [pool-110-thread-1] DEBUG o.e.hawk.epsilon.emc.DeriveFeature - adding new module to cache, key: return self.children.isEmpty;
12:31:02.314 [pool-110-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)
12:31:02.314 [pool-110-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - 1 - sets of proxy [derived] attributes left incomplete in the store
attempting to update any relevant derived attributes...
12:31:02.314 [pool-110-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating any affected derived attributes...
0s7ms [proxy update]
12:31:02.314 [pool-110-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updated proxies.
Indexed successfully revision 3 (timepoint 1654605060114) of file:///tmp/hawkSvnRepo8321408632953344620
12:31:02.315 [pool-110-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performing optional post-sync operations.
12:31:02.315 [pool-110-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updated Hawk instance test (success). 0 s 206 ms
EolSequence [0, 1, 0]
12:31:02.382 [main] INFO  o.e.h.c.r.CompositeStateListener - Hawk shutting down...
12:31:02.382 [main] INFO  o.e.h.c.r.CompositeStateListener - Saving Hawk metadata...
adding: file:///tmp/hawkSvnRepo8321408632953344620:org.eclipse.hawk.svn.SvnManager:false
12:31:02.385 [main] INFO  o.e.h.c.r.CompositeStateListener - Saved Hawk metadata.
12:31:02.385 [main] INFO  o.e.h.core.runtime.BaseModelIndexer - Waiting 120s for all scheduled tasks to complete
12:31:02.500 [main] INFO  o.e.hawk.greycat.lucene.SoftTxLucene - Shutdown of Lucene complete.
12:31:02.501 [main] INFO  o.e.h.g.AbstractGreycatDatabase - Disconnected from GreyCat graph at /tmp/junit2694319112289859557/test_whenAnnotated[LevelDB GreyCat]
12:31:02.503 [main] INFO  o.e.h.c.r.CompositeStateListener - Hawk shut down.
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
Tests run: 42, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 275.414 s - in org.eclipse.hawk.greycat.tests.GreycatTimeAwareTestSuite
revRefNavDerived[LevelDB GreyCat](org.eclipse.hawk.timeaware.tests.DerivedAttributeHistoryTest)  Time elapsed: 15.073 s
untilAnnotated[LevelDB GreyCat](org.eclipse.hawk.timeaware.tests.DerivedAttributeHistoryTest)  Time elapsed: 11.271 s
computedForAllVersions[LevelDB GreyCat](org.eclipse.hawk.timeaware.tests.DerivedAttributeHistoryTest)  Time elapsed: 5.092 s
sinceAnnotated[LevelDB GreyCat](org.eclipse.hawk.timeaware.tests.DerivedAttributeHistoryTest)  Time elapsed: 9.531 s
beforeAnnotated[LevelDB GreyCat](org.eclipse.hawk.timeaware.tests.DerivedAttributeHistoryTest)  Time elapsed: 9.917 s
whenComposability[LevelDB GreyCat](org.eclipse.hawk.timeaware.tests.DerivedAttributeHistoryTest)  Time elapsed: 9.96 s
afterAnnotated[LevelDB GreyCat](org.eclipse.hawk.timeaware.tests.DerivedAttributeHistoryTest)  Time elapsed: 9.884 s
eContainerDerived[LevelDB GreyCat](org.eclipse.hawk.timeaware.tests.DerivedAttributeHistoryTest)  Time elapsed: 9.908 s
testCounts[LevelDB GreyCat](org.eclipse.hawk.timeaware.tests.FileContextTimeAwareEOLQueryEngineTest)  Time elapsed: 7.634 s
defaultBranch[LevelDB GreyCat](org.eclipse.hawk.timeaware.tests.GitNodeHistoryTest)  Time elapsed: 4.433 s
nonDefaultBranch[LevelDB GreyCat](org.eclipse.hawk.timeaware.tests.GitNodeHistoryTest)  Time elapsed: 1.412 s
countInstancesModelAll[LevelDB GreyCat](org.eclipse.hawk.timeaware.tests.SubversionNodeHistoryTest)  Time elapsed: 2.98 s
sinceThen[LevelDB GreyCat](org.eclipse.hawk.timeaware.tests.SubversionNodeHistoryTest)  Time elapsed: 9.27 s
before[LevelDB GreyCat](org.eclipse.hawk.timeaware.tests.SubversionNodeHistoryTest)  Time elapsed: 11.623 s
commitMessages[LevelDB GreyCat](org.eclipse.hawk.timeaware.tests.SubversionNodeHistoryTest)  Time elapsed: 9.271 s
rangesAreBothInclusive[LevelDB GreyCat](org.eclipse.hawk.timeaware.tests.SubversionNodeHistoryTest)  Time elapsed: 8.977 s
createDeleteNode[LevelDB GreyCat](org.eclipse.hawk.timeaware.tests.SubversionNodeHistoryTest)  Time elapsed: 4.871 s
travelToMissingTimepointReturnsNull[LevelDB GreyCat](org.eclipse.hawk.timeaware.tests.SubversionNodeHistoryTest)  Time elapsed: 5.018 s
unscope[LevelDB GreyCat](org.eclipse.hawk.timeaware.tests.SubversionNodeHistoryTest)  Time elapsed: 15.248 s
countInstancesFromModelTypes[LevelDB GreyCat](org.eclipse.hawk.timeaware.tests.SubversionNodeHistoryTest)  Time elapsed: 5.839 s
after[LevelDB GreyCat](org.eclipse.hawk.timeaware.tests.SubversionNodeHistoryTest)  Time elapsed: 8.965 s
until[LevelDB GreyCat](org.eclipse.hawk.timeaware.tests.SubversionNodeHistoryTest)  Time elapsed: 10.786 s
whenPoints[LevelDB GreyCat](org.eclipse.hawk.timeaware.tests.SubversionNodeHistoryTest)  Time elapsed: 11.018 s
onceFalse[LevelDB GreyCat](org.eclipse.hawk.timeaware.tests.SubversionNodeHistoryTest)  Time elapsed: 10.97 s
followReferences[LevelDB GreyCat](org.eclipse.hawk.timeaware.tests.SubversionNodeHistoryTest)  Time elapsed: 9.18 s
untilThen[LevelDB GreyCat](org.eclipse.hawk.timeaware.tests.SubversionNodeHistoryTest)  Time elapsed: 9.019 s
beforeThen[LevelDB GreyCat](org.eclipse.hawk.timeaware.tests.SubversionNodeHistoryTest)  Time elapsed: 9.074 s
countInstancesTimeline[LevelDB GreyCat](org.eclipse.hawk.timeaware.tests.SubversionNodeHistoryTest)  Time elapsed: 4.77 s
afterThen[LevelDB GreyCat](org.eclipse.hawk.timeaware.tests.SubversionNodeHistoryTest)  Time elapsed: 9.147 s
countInstancesFromModel[LevelDB GreyCat](org.eclipse.hawk.timeaware.tests.SubversionNodeHistoryTest)  Time elapsed: 4.87 s
alwaysTrue[LevelDB GreyCat](org.eclipse.hawk.timeaware.tests.SubversionNodeHistoryTest)  Time elapsed: 9.252 s
whenAnnotated[LevelDB GreyCat](org.eclipse.hawk.timeaware.tests.SubversionNodeHistoryTest)  Time elapsed: 6.941 s
createDeleteHeavyEdgeBeginningOfTime[LevelDB GreyCat](org.eclipse.hawk.timeaware.tests.TimeAwareBackendTest)  Time elapsed: 0.383 s
indexQueryEndedNodes[LevelDB GreyCat](org.eclipse.hawk.timeaware.tests.TimeAwareBackendTest)  Time elapsed: 0.425 s
createDeleteHeavyEdgeNonZeroTime[LevelDB GreyCat](org.eclipse.hawk.timeaware.tests.TimeAwareBackendTest)  Time elapsed: 0.216 s
indexQueryReplacedNodes[LevelDB GreyCat](org.eclipse.hawk.timeaware.tests.TimeAwareBackendTest)  Time elapsed: 0.486 s
nextPrev[LevelDB GreyCat](org.eclipse.hawk.timeaware.tests.TimeAwareBackendTest)  Time elapsed: 0.402 s
nodeEndWithHeavyEdge[LevelDB GreyCat](org.eclipse.hawk.timeaware.tests.TimeAwareBackendTest)  Time elapsed: 0.275 s
nodeEndWithLightEdge[LevelDB GreyCat](org.eclipse.hawk.timeaware.tests.TimeAwareBackendTest)  Time elapsed: 0.409 s
create[LevelDB GreyCat](org.eclipse.hawk.timeaware.tests.VCSManagerIndexTest)  Time elapsed: 0.395 s
recreate[LevelDB GreyCat](org.eclipse.hawk.timeaware.tests.VCSManagerIndexTest)  Time elapsed: 0.32 s
changeLastRevision[LevelDB GreyCat](org.eclipse.hawk.timeaware.tests.VCSManagerIndexTest)  Time elapsed: 0.385 s
Running org.eclipse.hawk.greycat.tests.GreycatLuceneTestSuite
12:31:06.596 [main] INFO  o.e.hawk.greycat.lucene.SoftTxLucene - Shutdown of Lucene complete.
12:31:06.924 [main] INFO  o.e.hawk.greycat.lucene.SoftTxLucene - Shutdown of Lucene complete.
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.652 s - in org.eclipse.hawk.greycat.tests.GreycatLuceneTestSuite
addRemoveNode[LevelDB GreyCat](org.eclipse.hawk.greycat.tests.GreycatLuceneTestSuite)  Time elapsed: 0.321 s
addRemoveNodeValue[LevelDB GreyCat](org.eclipse.hawk.greycat.tests.GreycatLuceneTestSuite)  Time elapsed: 0.328 s
Running org.eclipse.hawk.greycat.tests.GreycatIntegrationTestSuite
12:31:07.507 [main] INFO  o.e.h.c.r.CompositeStateListener - Saving Hawk metadata...
12:31:07.508 [main] INFO  o.e.h.c.r.CompositeStateListener - Saved Hawk metadata.
12:31:07.508 [main] INFO  o.e.h.c.r.CompositeStateListener - Initializing Hawk...
inserting static metamodels of registered metamodel factories to graph:
org.eclipse.hawk.emf.metamodel.EMFMetaModelResourceFactory
12:31:07.508 [main] INFO  o.e.h.g.u.GraphMetaModelResourceInjector - ADDING METAMODELS: 
12:31:07.508 [main] INFO  o.e.h.g.u.GraphMetaModelResourceInjector - ADDING: 
12:31:07.512 [main] INFO  o.e.h.g.u.GraphMetaModelResourceInjector - 0 METAMODEL NODES! (took ~0 sec)
inserting static metamodels complete
12:31:07.512 [main] INFO  o.e.h.c.r.CompositeStateListener - Registering metamodels...
12:31:07.512 [main] INFO  o.e.h.c.r.CompositeStateListener - Registered metamodels.
12:31:07.512 [main] INFO  o.e.h.c.r.CompositeStateListener - Initialized Hawk.
12:31:07.513 [pool-124-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating Hawk...
updating indexer: 
SyncValidationListener: hawk.setSyncMetricsEnabled(true) called, performance will suffer!
12:31:07.514 [pool-124-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performing optional post-sync operations.
SyncValidationListener: hawk.setSyncMetricsEnabled(true) called, performance will suffer!
sync metrics:
12:31:07.514 [main] INFO  o.e.h.c.r.CompositeStateListener - Adding metamodel(s)...
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
12:31:07.515 [pool-124-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updated Hawk instance test (success). 0 s 1 ms
Adding metamodels in: ../../core/tests/org.eclipse.hawk.integration.tests/resources/metamodels/Ecore.ecore to store
12:31:07.692 [main] INFO  o.e.hawk.emf.model.util.RegisterMeta - Registering package: Core (org.amma.dsl.jdt.core) [file:/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/../../core/tests/org.eclipse.hawk.integration.tests/resources/metamodels/JDTAST.ecore]
12:31:07.692 [main] INFO  o.e.hawk.emf.model.util.RegisterMeta - Registering package: DOM (org.amma.dsl.jdt.dom) [file:/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/../../core/tests/org.eclipse.hawk.integration.tests/resources/metamodels/JDTAST.ecore]
12:31:07.692 [main] INFO  o.e.hawk.emf.model.util.RegisterMeta - Registering package: PrimitiveTypes (org.amma.dsl.jdt.primitiveTypes) [file:/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/../../core/tests/org.eclipse.hawk.integration.tests/resources/metamodels/JDTAST.ecore]
Adding metamodels in: ../../core/tests/org.eclipse.hawk.integration.tests/resources/metamodels/JDTAST.ecore to store
12:31:07.692 [main] INFO  o.e.h.g.u.GraphMetaModelResourceInjector - ADDING METAMODELS: 
12:31:07.692 [main] INFO  o.e.h.g.u.GraphMetaModelResourceInjector - ADDING: 
12:31:07.711 [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
12:31:07.773 [main] DEBUG o.e.h.g.u.GraphMetaModelResourceInjector - supertype dependency from org.amma.dsl.jdt.dom to org.amma.dsl.jdt.primitiveTypes
12:31:07.775 [main] DEBUG o.e.h.g.u.GraphMetaModelResourceInjector - supertype dependency from org.amma.dsl.jdt.dom to org.amma.dsl.jdt.core
12:31:07.791 [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
12:31:07.810 [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
12:31:07.821 [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
12:31:07.894 [main] DEBUG o.e.h.g.u.GraphMetaModelResourceInjector - supertype dependency from org.amma.dsl.jdt.core to org.amma.dsl.jdt.primitiveTypes
12:31:07.896 [main] DEBUG o.e.h.g.u.GraphMetaModelResourceInjector - supertype dependency from org.amma.dsl.jdt.core to org.amma.dsl.jdt.dom
12:31:07.906 [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
12:31:07.907 [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
12:31:07.907 [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
12:31:07.908 [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
12:31:07.909 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EFeatureMap will be handled as its instance type org.eclipse.emf.ecore.util.FeatureMap
12:31:07.910 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::ELong will be handled as its instance type java.lang.Long
12:31:07.911 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EByte will be handled as its instance type byte
12:31:07.911 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EResourceSet will be handled as its instance type org.eclipse.emf.ecore.resource.ResourceSet
12:31:07.912 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EInvocationTargetException will be handled as its instance type java.lang.reflect.InvocationTargetException
12:31:07.913 [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[]
12:31:07.913 [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
12:31:07.913 [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
12:31:07.914 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EDiagnosticChain will be handled as its instance type org.eclipse.emf.common.util.DiagnosticChain
12:31:07.914 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EBigDecimal will be handled as its instance type java.math.BigDecimal
12:31:07.914 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EChar will be handled as its instance type char
12:31:07.914 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EJavaClass will be handled as its instance type java.lang.Class
12:31:07.914 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EDate will be handled as its instance type java.util.Date
12:31:07.914 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EInt will be handled as its instance type java.lang.Integer
12:31:07.915 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::ETreeIterator will be handled as its instance type org.eclipse.emf.common.util.TreeIterator
12:31:07.917 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::ELongObject will be handled as its instance type java.lang.Long
12:31:07.919 [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
12:31:07.919 [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
12:31:07.919 [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
12:31:07.919 [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
12:31:07.919 [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
12:31:07.919 [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
12:31:07.919 [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
12:31:07.919 [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
12:31:07.919 [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
12:31:07.919 [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
12:31:07.920 [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
12:31:07.920 [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
12:31:07.920 [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
12:31:07.920 [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
12:31:07.921 [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
12:31:07.921 [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
12:31:07.921 [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
12:31:07.993 [main] INFO  o.e.h.g.u.GraphMetaModelResourceInjector - 136 METAMODEL NODES! (took ~0 sec)
12:31:07.993 [main] INFO  o.e.h.c.r.CompositeStateListener - Added metamodel(s).
12:31:08.467 [main] INFO  o.e.h.c.r.CompositeStateListener - Saving Hawk metadata...
adding: file:///home/jenkins/agent/workspace/Hawk_Greycat_backend_master/core/tests/org.eclipse.hawk.integration.tests/resources/models/set0/:org.eclipse.hawk.localfolder.LocalFolder:false
12:31:08.469 [main] INFO  o.e.h.c.r.CompositeStateListener - Saved Hawk metadata.
12:31:08.469 [pool-124-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating Hawk...
updating indexer: 
12:31:08.994 [pool-124-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating relevant changed model files...
12:31:09.001 [pool-124-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Deleting models removed from repository...
12:31:09.001 [pool-124-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating models to the new version...
12:31:13.016 [pool-124-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /set0.xmi...
12:31:13.078 [pool-124-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
12:31:13.079 [pool-124-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
12:31:13.079 [pool-124-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performing batch insert on file: /set0.xmi...
12:31:13.091 [pool-124-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding elements of file /set0.xmi
12:31:13.278 [pool-124-thread-1] WARN  o.eclipse.hawk.graph.util.GraphUtil - Unknown type found, converting to String: org.eclipse.emf.ecore.impl.EEnumLiteralImpl
12:31:31.284 [pool-124-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Adding nodes: 50001 18 sec (18 sec total) to /set0.xmi
12:31:35.119 [pool-118-thread-1] ERROR o.e.hawk.greycat.lucene.SoftTxLucene - Periodic commit of Lucene at MMapDirectory@/tmp/junit18161556939742951312/test_create[LevelDB GreyCat]/lucene lockFactory=org.apache.lucene.store.NativeFSLockFactory@4c060c8f failed
java.nio.file.NoSuchFileException: /tmp/junit18161556939742951312/test_create[LevelDB GreyCat]/lucene/write.lock
	at java.base/sun.nio.fs.UnixException.translateToIOException(UnixException.java:92) ~[na:na]
	at java.base/sun.nio.fs.UnixException.rethrowAsIOException(UnixException.java:111) ~[na:na]
	at java.base/sun.nio.fs.UnixException.rethrowAsIOException(UnixException.java:116) ~[na:na]
	at java.base/sun.nio.fs.UnixFileAttributeViews$Basic.readAttributes(UnixFileAttributeViews.java:55) ~[na:na]
	at java.base/sun.nio.fs.UnixFileSystemProvider.readAttributes(UnixFileSystemProvider.java:149) ~[na:na]
	at java.base/sun.nio.fs.LinuxFileSystemProvider.readAttributes(LinuxFileSystemProvider.java:99) ~[na:na]
	at java.base/java.nio.file.Files.readAttributes(Files.java:1764) ~[na:na]
	at org.apache.lucene.store.NativeFSLockFactory$NativeFSLock.ensureValid(NativeFSLockFactory.java:189) ~[na:na]
	at org.apache.lucene.store.LockValidatingDirectoryWrapper.syncMetaData(LockValidatingDirectoryWrapper.java:61) ~[na:na]
	at org.apache.lucene.index.SegmentInfos.prepareCommit(SegmentInfos.java:758) ~[na:na]
	at org.apache.lucene.index.IndexWriter.startCommit(IndexWriter.java:4793) ~[na:na]
	at org.apache.lucene.index.IndexWriter.prepareCommitInternal(IndexWriter.java:3326) ~[na:na]
	at org.apache.lucene.index.IndexWriter.commitInternal(IndexWriter.java:3458) ~[na:na]
	at org.apache.lucene.index.IndexWriter.commit(IndexWriter.java:3423) ~[na:na]
	at org.eclipse.hawk.greycat.lucene.SoftTxLucene.lambda$0(SoftTxLucene.java:99) ~[org.eclipse.hawk.greycat-2.2.0-SNAPSHOT.jar:na]
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:515) ~[na:na]
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305) ~[na:na]
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(ScheduledThreadPoolExecutor.java:305) ~[na:na]
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128) ~[na:na]
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628) ~[na:na]
	at java.base/java.lang.Thread.run(Thread.java:829) ~[na:na]
12:31:35.503 [pool-119-thread-1] ERROR o.e.hawk.greycat.lucene.SoftTxLucene - Periodic commit of Lucene at MMapDirectory@/tmp/junit8933980430805700273/test_recreate[LevelDB GreyCat]/lucene lockFactory=org.apache.lucene.store.NativeFSLockFactory@4c060c8f failed
java.nio.file.NoSuchFileException: /tmp/junit8933980430805700273/test_recreate[LevelDB GreyCat]/lucene/write.lock
	at java.base/sun.nio.fs.UnixException.translateToIOException(UnixException.java:92) ~[na:na]
	at java.base/sun.nio.fs.UnixException.rethrowAsIOException(UnixException.java:111) ~[na:na]
	at java.base/sun.nio.fs.UnixException.rethrowAsIOException(UnixException.java:116) ~[na:na]
	at java.base/sun.nio.fs.UnixFileAttributeViews$Basic.readAttributes(UnixFileAttributeViews.java:55) ~[na:na]
	at java.base/sun.nio.fs.UnixFileSystemProvider.readAttributes(UnixFileSystemProvider.java:149) ~[na:na]
	at java.base/sun.nio.fs.LinuxFileSystemProvider.readAttributes(LinuxFileSystemProvider.java:99) ~[na:na]
	at java.base/java.nio.file.Files.readAttributes(Files.java:1764) ~[na:na]
	at org.apache.lucene.store.NativeFSLockFactory$NativeFSLock.ensureValid(NativeFSLockFactory.java:189) ~[na:na]
	at org.apache.lucene.store.LockValidatingDirectoryWrapper.syncMetaData(LockValidatingDirectoryWrapper.java:61) ~[na:na]
	at org.apache.lucene.index.SegmentInfos.prepareCommit(SegmentInfos.java:758) ~[na:na]
	at org.apache.lucene.index.IndexWriter.startCommit(IndexWriter.java:4793) ~[na:na]
	at org.apache.lucene.index.IndexWriter.prepareCommitInternal(IndexWriter.java:3326) ~[na:na]
	at org.apache.lucene.index.IndexWriter.commitInternal(IndexWriter.java:3458) ~[na:na]
	at org.apache.lucene.index.IndexWriter.commit(IndexWriter.java:3423) ~[na:na]
	at org.eclipse.hawk.greycat.lucene.SoftTxLucene.lambda$0(SoftTxLucene.java:99) ~[org.eclipse.hawk.greycat-2.2.0-SNAPSHOT.jar:na]
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:515) ~[na:na]
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305) ~[na:na]
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(ScheduledThreadPoolExecutor.java:305) ~[na:na]
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128) ~[na:na]
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628) ~[na:na]
	at java.base/java.lang.Thread.run(Thread.java:829) ~[na:na]
12:31:35.823 [pool-120-thread-1] ERROR o.e.hawk.greycat.lucene.SoftTxLucene - Periodic commit of Lucene at MMapDirectory@/tmp/junit9748100635375592498/test_changeLastRevision[LevelDB GreyCat]/lucene lockFactory=org.apache.lucene.store.NativeFSLockFactory@4c060c8f failed
java.nio.file.NoSuchFileException: /tmp/junit9748100635375592498/test_changeLastRevision[LevelDB GreyCat]/lucene/write.lock
	at java.base/sun.nio.fs.UnixException.translateToIOException(UnixException.java:92) ~[na:na]
	at java.base/sun.nio.fs.UnixException.rethrowAsIOException(UnixException.java:111) ~[na:na]
	at java.base/sun.nio.fs.UnixException.rethrowAsIOException(UnixException.java:116) ~[na:na]
	at java.base/sun.nio.fs.UnixFileAttributeViews$Basic.readAttributes(UnixFileAttributeViews.java:55) ~[na:na]
	at java.base/sun.nio.fs.UnixFileSystemProvider.readAttributes(UnixFileSystemProvider.java:149) ~[na:na]
	at java.base/sun.nio.fs.LinuxFileSystemProvider.readAttributes(LinuxFileSystemProvider.java:99) ~[na:na]
	at java.base/java.nio.file.Files.readAttributes(Files.java:1764) ~[na:na]
	at org.apache.lucene.store.NativeFSLockFactory$NativeFSLock.ensureValid(NativeFSLockFactory.java:189) ~[na:na]
	at org.apache.lucene.store.LockValidatingDirectoryWrapper.syncMetaData(LockValidatingDirectoryWrapper.java:61) ~[na:na]
	at org.apache.lucene.index.SegmentInfos.prepareCommit(SegmentInfos.java:758) ~[na:na]
	at org.apache.lucene.index.IndexWriter.startCommit(IndexWriter.java:4793) ~[na:na]
	at org.apache.lucene.index.IndexWriter.prepareCommitInternal(IndexWriter.java:3326) ~[na:na]
	at org.apache.lucene.index.IndexWriter.commitInternal(IndexWriter.java:3458) ~[na:na]
	at org.apache.lucene.index.IndexWriter.commit(IndexWriter.java:3423) ~[na:na]
	at org.eclipse.hawk.greycat.lucene.SoftTxLucene.lambda$0(SoftTxLucene.java:99) ~[org.eclipse.hawk.greycat-2.2.0-SNAPSHOT.jar:na]
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:515) ~[na:na]
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305) ~[na:na]
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(ScheduledThreadPoolExecutor.java:305) ~[na:na]
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128) ~[na:na]
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628) ~[na:na]
	at java.base/java.lang.Thread.run(Thread.java:829) ~[na:na]
12:31:36.266 [pool-124-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 69680 NODES AND 69680 M->MM REFERENCES! (took ~126922sec)
12:31:36.266 [pool-124-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding edges of file /set0.xmi
12:31:45.199 [pool-124-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Adding references: 50035 8 sec (8 sec total) to /set0.xmi
12:31:49.902 [pool-124-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 69806 REFERENCES! (took ~13 sec)
12:31:49.902 [pool-124-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performed batch insert on file: /set0.xmi.
36s887ms [pure insertion]
marking any relevant derived attributes for update...12:31:49.902 [pool-124-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s6ms
12:31:49.908 [pool-124-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s6ms
12:31:49.908 [pool-124-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating proxies...
attempting to resolve any leftover cross-file references...
12:31:49.908 [pool-124-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Resolving any leftover cross-file references...
12:31:50.098 [pool-124-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - 0 proxy ref lists left after resolving 0 refs
12:31:50.098 [pool-124-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - proxy resolution took: ~0.19s
attempting to resolve any uninitialized derived attributes...
12:31:50.098 [pool-124-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Resolving any uninitialized derived attributes...
12:31:50.098 [pool-124-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - Deriving attributes...
12:31:50.098 [pool-124-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...
12:31:50.098 [pool-124-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating any affected derived attributes...
0s191ms [proxy update]
12:31:50.099 [pool-124-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updated proxies.
12:31:50.099 [pool-124-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		~41s
validating changes...
validating file UPDATED for /set0.xmi
changed resource size: 69680
relevant graph size: 69680
validated changes... true
12:31:58.931 [pool-124-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updated Hawk instance test (success). 50 s 462 ms
12:31:58.941 [main] INFO  o.e.h.c.r.CompositeStateListener - Hawk shutting down...
12:31:58.941 [main] INFO  o.e.h.c.r.CompositeStateListener - Saving Hawk metadata...
adding: file:///home/jenkins/agent/workspace/Hawk_Greycat_backend_master/core/tests/org.eclipse.hawk.integration.tests/resources/models/set0/:org.eclipse.hawk.localfolder.LocalFolder:false
12:31:58.944 [main] INFO  o.e.h.c.r.CompositeStateListener - Saved Hawk metadata.
12:31:58.944 [main] INFO  o.e.h.core.runtime.BaseModelIndexer - Waiting 120s for all scheduled tasks to complete
12:31:58.994 [main] INFO  o.e.hawk.greycat.lucene.SoftTxLucene - Shutdown of Lucene complete.
12:31:58.994 [main] INFO  o.e.h.g.AbstractGreycatDatabase - Disconnected from GreyCat graph at /tmp/junit1426119540930356796/test_set0[LevelDB GreyCat]
12:31:58.994 [main] INFO  o.e.h.c.r.CompositeStateListener - Hawk shut down.
12:31:59.150 [main] INFO  o.e.h.c.r.CompositeStateListener - Saving Hawk metadata...
12:31:59.152 [main] INFO  o.e.h.c.r.CompositeStateListener - Saved Hawk metadata.
12:31:59.152 [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
12:31:59.152 [main] INFO  o.e.h.g.u.GraphMetaModelResourceInjector - ADDING METAMODELS: 
12:31:59.152 [main] INFO  o.e.h.g.u.GraphMetaModelResourceInjector - ADDING: 
12:31:59.156 [main] INFO  o.e.h.g.u.GraphMetaModelResourceInjector - 0 METAMODEL NODES! (took ~0 sec)
inserting static metamodels complete
12:31:59.156 [main] INFO  o.e.h.c.r.CompositeStateListener - Registering metamodels...
12:31:59.156 [main] INFO  o.e.h.c.r.CompositeStateListener - Registered metamodels.
12:31:59.156 [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!
12:31:59.156 [pool-126-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating Hawk...
updating indexer: 
12:31:59.157 [main] INFO  o.e.h.c.r.CompositeStateListener - Adding metamodel(s)...
12:31:59.157 [pool-126-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performing optional post-sync operations.
sync metrics:
interesting	0
deleted		0
changed		0
loaded		0
c elems		0
d elems		0
time		~0s
validating changes...
changed resource size: 0
relevant graph size: 0
validated changes... true
12:31:59.157 [pool-126-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updated Hawk instance test (success). 0 s 0 ms
Adding metamodels in: ../../core/tests/org.eclipse.hawk.integration.tests/resources/metamodels/Ecore.ecore to store
Adding metamodels in: ../../core/tests/org.eclipse.hawk.integration.tests/resources/metamodels/Tree.ecore to store
12:31:59.167 [main] INFO  o.e.h.g.u.GraphMetaModelResourceInjector - ADDING METAMODELS: 
12:31:59.167 [main] INFO  o.e.h.g.u.GraphMetaModelResourceInjector - ADDING: 
12:31:59.185 [main] DEBUG o.e.h.g.u.GraphMetaModelResourceInjector - supertype dependency from Tree to http://www.eclipse.org/emf/2002/Ecore
12:31:59.187 [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
12:31:59.188 [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[]
12:31:59.188 [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
12:31:59.192 [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
12:31:59.192 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::ECharacterObject will be handled as its instance type java.lang.Character
12:31:59.192 [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
12:31:59.192 [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
12:31:59.193 [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
12:31:59.194 [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
12:31:59.194 [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
12:31:59.194 [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
12:31:59.194 [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
12:31:59.194 [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
12:31:59.195 [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
12:31:59.195 [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
12:31:59.195 [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
12:31:59.195 [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
12:31:59.195 [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
12:31:59.195 [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
12:31:59.198 [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
12:31:59.199 [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
12:31:59.199 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EString will be handled as its instance type java.lang.String
12:31:59.199 [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
12:31:59.199 [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
12:31:59.199 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EEnumerator will be handled as its instance type org.eclipse.emf.common.util.Enumerator
12:31:59.200 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EFloat will be handled as its instance type java.lang.Float
12:31:59.200 [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
12:31:59.200 [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
12:31:59.201 [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
12:31:59.202 [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
12:31:59.202 [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
12:31:59.202 [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
12:31:59.202 [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
12:31:59.278 [main] INFO  o.e.h.g.u.GraphMetaModelResourceInjector - 21 METAMODEL NODES! (took ~0 sec)
12:31:59.278 [main] INFO  o.e.h.c.r.CompositeStateListener - Added metamodel(s).
12:31:59.411 [main] INFO  o.e.h.c.r.CompositeStateListener - Saving Hawk metadata...
adding: file:///home/jenkins/agent/workspace/Hawk_Greycat_backend_master/core/tests/org.eclipse.hawk.integration.tests/resources/models/tree/:org.eclipse.hawk.localfolder.LocalFolder:false
12:31:59.414 [main] INFO  o.e.h.c.r.CompositeStateListener - Saved Hawk metadata.
12:31:59.414 [pool-126-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating Hawk...
updating indexer: 
12:31:59.418 [pool-126-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating relevant changed model files...
12:31:59.425 [pool-126-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Deleting models removed from repository...
12:31:59.425 [pool-126-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating models to the new version...
12:31:59.428 [pool-126-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /tree.model...
12:31:59.437 [pool-126-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
12:31:59.437 [pool-126-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
12:31:59.438 [pool-126-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performing batch insert on file: /tree.model...
12:31:59.441 [pool-126-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding elements of file /tree.model
12:31:59.447 [pool-126-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 2 NODES AND 2 M->MM REFERENCES! (took ~0sec)
12:31:59.447 [pool-126-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding edges of file /tree.model
12:31:59.447 [pool-126-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 2 REFERENCES! (took ~0 sec)
12:31:59.448 [pool-126-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performed batch insert on file: /tree.model.
0s21ms [pure insertion]
marking any relevant derived attributes for update...12:31:59.448 [pool-126-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s27ms
12:31:59.475 [pool-126-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s27ms
12:31:59.475 [pool-126-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating proxies...
attempting to resolve any leftover cross-file references...
12:31:59.475 [pool-126-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Resolving any leftover cross-file references...
12:31:59.476 [pool-126-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - 0 proxy ref lists left after resolving 0 refs
12:31:59.476 [pool-126-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - proxy resolution took: ~0.001s
attempting to resolve any uninitialized derived attributes...
12:31:59.476 [pool-126-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Resolving any uninitialized derived attributes...
12:31:59.476 [pool-126-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - Deriving attributes...
12:31:59.476 [pool-126-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - 0 - sets of proxy [derived] attributes left incomplete in the store
attempting to update any relevant derived attributes...
12:31:59.476 [pool-126-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating any affected derived attributes...
0s1ms [proxy update]
12:31:59.476 [pool-126-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updated proxies.
12:31:59.476 [pool-126-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		~0s
validating changes...
validating file UPDATED for /tree.model
changed resource size: 2
relevant graph size: 2
validated changes... true
12:31:59.477 [pool-126-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updated Hawk instance test (success). 0 s 63 ms
12:31:59.483 [main] INFO  o.e.h.c.r.CompositeStateListener - Hawk shutting down...
12:31:59.483 [main] INFO  o.e.h.c.r.CompositeStateListener - Saving Hawk metadata...
adding: file:///home/jenkins/agent/workspace/Hawk_Greycat_backend_master/core/tests/org.eclipse.hawk.integration.tests/resources/models/tree/:org.eclipse.hawk.localfolder.LocalFolder:false
12:31:59.491 [main] INFO  o.e.h.c.r.CompositeStateListener - Saved Hawk metadata.
12:31:59.491 [main] INFO  o.e.h.core.runtime.BaseModelIndexer - Waiting 120s for all scheduled tasks to complete
12:31:59.536 [main] INFO  o.e.hawk.greycat.lucene.SoftTxLucene - Shutdown of Lucene complete.
12:31:59.574 [main] INFO  o.e.h.g.AbstractGreycatDatabase - Disconnected from GreyCat graph at /tmp/junit11858992110893407667/test_tree[LevelDB GreyCat]
12:31:59.574 [main] INFO  o.e.h.c.r.CompositeStateListener - Hawk shut down.
12:31:59.822 [main] INFO  o.e.h.c.r.CompositeStateListener - Saving Hawk metadata...
12:31:59.824 [main] INFO  o.e.h.c.r.CompositeStateListener - Saved Hawk metadata.
12:31:59.824 [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
12:31:59.825 [main] INFO  o.e.h.g.u.GraphMetaModelResourceInjector - ADDING METAMODELS: 
12:31:59.825 [main] INFO  o.e.h.g.u.GraphMetaModelResourceInjector - ADDING: 
12:31:59.829 [main] INFO  o.e.h.g.u.GraphMetaModelResourceInjector - 0 METAMODEL NODES! (took ~0 sec)
inserting static metamodels complete
12:31:59.830 [main] INFO  o.e.h.c.r.CompositeStateListener - Registering metamodels...
12:31:59.830 [main] INFO  o.e.h.c.r.CompositeStateListener - Registered metamodels.
12:31:59.830 [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!
12:31:59.830 [pool-128-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating Hawk...
updating indexer: 
12:31:59.830 [main] INFO  o.e.h.c.r.CompositeStateListener - Adding metamodel(s)...
12:31:59.831 [pool-128-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
12:31:59.831 [pool-128-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updated Hawk instance test (success). 0 s 0 ms
Adding metamodels in: ../../core/tests/org.eclipse.hawk.integration.tests/resources/metamodels/Ecore.ecore to store
Adding metamodels in: ../../core/tests/org.eclipse.hawk.integration.tests/resources/metamodels/Tree.ecore to store
12:31:59.876 [main] INFO  o.e.h.g.u.GraphMetaModelResourceInjector - ADDING METAMODELS: 
12:31:59.876 [main] INFO  o.e.h.g.u.GraphMetaModelResourceInjector - ADDING: 
12:31:59.890 [main] DEBUG o.e.h.g.u.GraphMetaModelResourceInjector - supertype dependency from Tree to http://www.eclipse.org/emf/2002/Ecore
12:31:59.890 [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
12:31:59.890 [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
12:31:59.890 [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
12:31:59.892 [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
12:31:59.892 [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
12:31:59.892 [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
12:31:59.892 [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
12:31:59.892 [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
12:31:59.893 [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
12:31:59.895 [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
12:31:59.899 [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
12:31:59.900 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EDoubleObject will be handled as its instance type java.lang.Double
12:31:59.900 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EFloat will be handled as its instance type java.lang.Float
12:31:59.900 [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
12:31:59.903 [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
12:31:59.903 [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
12:31:59.903 [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
12:31:59.906 [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
12:31:59.909 [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
12:31:59.909 [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
12:31:59.910 [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
12:31:59.910 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EJavaObject will be handled as its instance type java.lang.Object
12:31:59.910 [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
12:31:59.910 [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
12:31:59.911 [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
12:31:59.911 [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[]
12:31:59.911 [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
12:31:59.911 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EMap will be handled as its instance type java.util.Map
12:31:59.913 [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
12:31:59.915 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::ELongObject will be handled as its instance type java.lang.Long
12:31:59.915 [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
12:31:59.915 [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
12:31:59.915 [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
12:31:59.975 [main] INFO  o.e.h.g.u.GraphMetaModelResourceInjector - 21 METAMODEL NODES! (took ~0 sec)
12:31:59.975 [main] INFO  o.e.h.c.r.CompositeStateListener - Added metamodel(s).
12:32:00.096 [main] INFO  o.e.h.c.r.CompositeStateListener - Saving Hawk metadata...
adding: file:///home/jenkins/agent/workspace/Hawk_Greycat_backend_master/core/tests/org.eclipse.hawk.integration.tests/resources/models/:org.eclipse.hawk.localfolder.LocalFolder:false
12:32:00.098 [main] INFO  o.e.h.c.r.CompositeStateListener - Saved Hawk metadata.
12:32:00.098 [pool-128-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating Hawk...
updating indexer: 
12:32:00.101 [pool-128-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating relevant changed model files...
12:32:00.109 [pool-128-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Deleting models removed from repository...
12:32:00.109 [pool-128-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating models to the new version...
12:32:00.111 [pool-128-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /tree%20with%20spaces/space%20tree.model...
12:32:00.125 [pool-128-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
12:32:00.125 [pool-128-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
12:32:00.125 [pool-128-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performing batch insert on file: /tree%20with%20spaces/space%20tree.model...
12:32:00.177 [pool-128-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding elements of file /tree%20with%20spaces/space%20tree.model
12:32:00.182 [pool-128-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~0sec)
12:32:00.182 [pool-128-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding edges of file /tree%20with%20spaces/space%20tree.model
12:32:00.182 [pool-128-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec)
12:32:00.183 [pool-128-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performed batch insert on file: /tree%20with%20spaces/space%20tree.model.
0s72ms [pure insertion]
marking any relevant derived attributes for update...12:32:00.183 [pool-128-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s4ms
12:32:00.187 [pool-128-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s4ms
12:32:00.187 [pool-128-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating proxies...
attempting to resolve any leftover cross-file references...
12:32:00.187 [pool-128-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Resolving any leftover cross-file references...
12:32:00.187 [pool-128-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - 0 proxy ref lists left after resolving 0 refs
12:32:00.187 [pool-128-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - proxy resolution took: ~0.0s
attempting to resolve any uninitialized derived attributes...
12:32:00.187 [pool-128-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Resolving any uninitialized derived attributes...
12:32:00.187 [pool-128-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - Deriving attributes...
12:32:00.187 [pool-128-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...
12:32:00.188 [pool-128-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating any affected derived attributes...
0s1ms [proxy update]
12:32:00.188 [pool-128-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updated proxies.
12:32:00.188 [pool-128-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		~0s
validating changes...
validating file UPDATED for /tree%20with%20spaces/space%20tree.model
changed resource size: 1
relevant graph size: 1
validated changes... true
12:32:00.189 [pool-128-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updated Hawk instance test (success). 0 s 91 ms
12:32:00.208 [main] INFO  o.e.h.c.r.CompositeStateListener - Hawk shutting down...
12:32:00.208 [main] INFO  o.e.h.c.r.CompositeStateListener - Saving Hawk metadata...
adding: file:///home/jenkins/agent/workspace/Hawk_Greycat_backend_master/core/tests/org.eclipse.hawk.integration.tests/resources/models/:org.eclipse.hawk.localfolder.LocalFolder:false
12:32:00.276 [main] INFO  o.e.h.c.r.CompositeStateListener - Saved Hawk metadata.
12:32:00.276 [main] INFO  o.e.h.core.runtime.BaseModelIndexer - Waiting 120s for all scheduled tasks to complete
12:32:00.317 [main] INFO  o.e.hawk.greycat.lucene.SoftTxLucene - Shutdown of Lucene complete.
12:32:00.318 [main] INFO  o.e.h.g.AbstractGreycatDatabase - Disconnected from GreyCat graph at /tmp/junit11966747942458033530/test_treeWithSpaces[LevelDB GreyCat]
12:32:00.318 [main] INFO  o.e.h.c.r.CompositeStateListener - Hawk shut down.
12:32:00.734 [main] INFO  o.e.h.c.r.CompositeStateListener - Saving Hawk metadata...
12:32:00.736 [main] INFO  o.e.h.c.r.CompositeStateListener - Saved Hawk metadata.
12:32:00.736 [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
12:32:00.736 [main] INFO  o.e.h.g.u.GraphMetaModelResourceInjector - ADDING METAMODELS: 
12:32:00.736 [main] INFO  o.e.h.g.u.GraphMetaModelResourceInjector - ADDING: 
12:32:00.739 [main] INFO  o.e.h.g.u.GraphMetaModelResourceInjector - 0 METAMODEL NODES! (took ~0 sec)
inserting static metamodels complete
12:32:00.739 [main] INFO  o.e.h.c.r.CompositeStateListener - Registering metamodels...
12:32:00.740 [main] INFO  o.e.h.c.r.CompositeStateListener - Registered metamodels.
12:32:00.740 [main] INFO  o.e.h.c.r.CompositeStateListener - Initialized Hawk.
SyncValidationListener: hawk.setSyncMetricsEnabled(true) called, performance will suffer!
SyncValidationListener: hawk.setSyncMetricsEnabled(true) called, performance will suffer!
12:32:00.740 [main] INFO  o.e.h.c.r.CompositeStateListener - Adding metamodel(s)...
12:32:00.740 [pool-130-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating Hawk...
updating indexer: 
12:32:00.741 [pool-130-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
12:32:00.741 [pool-130-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updated Hawk instance test (success). 0 s 0 ms
Adding metamodels in: ../../core/tests/org.eclipse.hawk.integration.tests/resources/metamodels/Ecore.ecore to store
Adding metamodels in: ../../core/tests/org.eclipse.hawk.integration.tests/resources/metamodels/Tree.ecore to store
12:32:00.808 [main] INFO  o.e.h.g.u.GraphMetaModelResourceInjector - ADDING METAMODELS: 
12:32:00.808 [main] INFO  o.e.h.g.u.GraphMetaModelResourceInjector - ADDING: 
12:32:00.878 [main] DEBUG o.e.h.g.u.GraphMetaModelResourceInjector - supertype dependency from Tree to http://www.eclipse.org/emf/2002/Ecore
12:32:00.879 [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
12:32:00.879 [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
12:32:00.879 [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
12:32:00.880 [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
12:32:00.881 [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
12:32:00.881 [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
12:32:00.882 [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
12:32:00.882 [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
12:32:00.882 [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
12:32:00.884 [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
12:32:00.884 [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
12:32:00.884 [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
12:32:00.884 [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
12:32:00.885 [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
12:32:00.885 [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
12:32:00.885 [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
12:32:00.885 [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
12:32:00.886 [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
12:32:00.887 [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
12:32:00.887 [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
12:32:00.887 [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
12:32:00.888 [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
12:32:00.888 [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
12:32:00.888 [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[]
12:32:00.889 [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
12:32:00.891 [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
12:32:00.891 [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
12:32:00.892 [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
12:32:00.892 [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
12:32:00.892 [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
12:32:00.892 [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
12:32:00.892 [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
12:32:00.894 [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
12:32:00.899 [main] INFO  o.e.h.g.u.GraphMetaModelResourceInjector - 21 METAMODEL NODES! (took ~0 sec)
12:32:00.899 [main] INFO  o.e.h.c.r.CompositeStateListener - Added metamodel(s).
12:32:01.195 [main] INFO  o.e.h.c.r.CompositeStateListener - Saving Hawk metadata...
adding: file:///home/jenkins/agent/workspace/Hawk_Greycat_backend_master/core/tests/org.eclipse.hawk.integration.tests/resources/models/tree-xres/:org.eclipse.hawk.localfolder.LocalFolder:false
12:32:01.197 [main] INFO  o.e.h.c.r.CompositeStateListener - Saved Hawk metadata.
12:32:01.197 [pool-130-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating Hawk...
updating indexer: 
12:32:01.201 [pool-130-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating relevant changed model files...
12:32:01.214 [pool-130-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Deleting models removed from repository...
12:32:01.214 [pool-130-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating models to the new version...
12:32:01.216 [pool-130-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /child.model...
12:32:01.280 [pool-130-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
12:32:01.280 [pool-130-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
12:32:01.280 [pool-130-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performing batch insert on file: /child.model...
12:32:01.285 [pool-130-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding elements of file /child.model
12:32:01.288 [pool-130-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~0sec)
12:32:01.288 [pool-130-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding edges of file /child.model
12:32:01.292 [pool-130-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec)
12:32:01.292 [pool-130-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performed batch insert on file: /child.model.
0s76ms [pure insertion]
marking any relevant derived attributes for update...12:32:01.292 [pool-130-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s2ms
12:32:01.294 [pool-130-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s2ms
12:32:01.296 [pool-130-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /root.model...
12:32:01.296 [pool-130-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
12:32:01.299 [pool-130-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
12:32:01.299 [pool-130-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performing batch insert on file: /root.model...
12:32:01.303 [pool-130-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding elements of file /root.model
12:32:01.377 [pool-130-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 2 NODES AND 2 M->MM REFERENCES! (took ~0sec)
12:32:01.377 [pool-130-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding edges of file /root.model
12:32:01.381 [pool-130-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 2 REFERENCES! (took ~0 sec)
12:32:01.381 [pool-130-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performed batch insert on file: /root.model.
0s85ms [pure insertion]
marking any relevant derived attributes for update...12:32:01.381 [pool-130-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
12:32:01.381 [pool-130-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
12:32:01.381 [pool-130-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating proxies...
attempting to resolve any leftover cross-file references...
12:32:01.381 [pool-130-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Resolving any leftover cross-file references...
12:32:01.382 [pool-130-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Processing 0/2 proxy references (0 sec total)
12:32:01.385 [pool-130-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - 0 proxy ref lists left after resolving 2 refs
12:32:01.385 [pool-130-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - proxy resolution took: ~0.004s
attempting to resolve any uninitialized derived attributes...
12:32:01.385 [pool-130-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Resolving any uninitialized derived attributes...
12:32:01.385 [pool-130-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - Deriving attributes...
12:32:01.385 [pool-130-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...
12:32:01.386 [pool-130-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating any affected derived attributes...
0s5ms [proxy update]
12:32:01.386 [pool-130-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updated proxies.
12:32:01.386 [pool-130-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		~0s
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
12:32:01.387 [pool-130-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updated Hawk instance test (success). 0 s 190 ms
12:32:01.397 [main] INFO  o.e.h.c.r.CompositeStateListener - Hawk shutting down...
12:32:01.397 [main] INFO  o.e.h.c.r.CompositeStateListener - Saving Hawk metadata...
adding: file:///home/jenkins/agent/workspace/Hawk_Greycat_backend_master/core/tests/org.eclipse.hawk.integration.tests/resources/models/tree-xres/:org.eclipse.hawk.localfolder.LocalFolder:false
12:32:01.399 [main] INFO  o.e.h.c.r.CompositeStateListener - Saved Hawk metadata.
12:32:01.399 [main] INFO  o.e.h.core.runtime.BaseModelIndexer - Waiting 120s for all scheduled tasks to complete
12:32:01.595 [main] INFO  o.e.hawk.greycat.lucene.SoftTxLucene - Shutdown of Lucene complete.
12:32:01.595 [main] INFO  o.e.h.g.AbstractGreycatDatabase - Disconnected from GreyCat graph at /tmp/junit2675310937729529755/test_treeCrossResourceContainment[LevelDB GreyCat]
12:32:01.595 [main] INFO  o.e.h.c.r.CompositeStateListener - Hawk shut down.
12:32:01.974 [main] INFO  o.e.h.c.r.CompositeStateListener - Saving Hawk metadata...
12:32:01.979 [main] INFO  o.e.h.c.r.CompositeStateListener - Saved Hawk metadata.
12:32:01.979 [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
12:32:01.979 [main] INFO  o.e.h.g.u.GraphMetaModelResourceInjector - ADDING METAMODELS: 
12:32:01.979 [main] INFO  o.e.h.g.u.GraphMetaModelResourceInjector - ADDING: 
12:32:01.985 [main] INFO  o.e.h.g.u.GraphMetaModelResourceInjector - 0 METAMODEL NODES! (took ~0 sec)
inserting static metamodels complete
12:32:01.985 [main] INFO  o.e.h.c.r.CompositeStateListener - Registering metamodels...
12:32:01.985 [main] INFO  o.e.h.c.r.CompositeStateListener - Registered metamodels.
12:32:01.986 [main] INFO  o.e.h.c.r.CompositeStateListener - Initialized Hawk.
12:32:01.986 [pool-132-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating Hawk...
updating indexer: 
12:32:01.986 [main] INFO  o.e.h.c.r.CompositeStateListener - Adding metamodel(s)...
12:32:01.986 [pool-132-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performing optional post-sync operations.
12:32:01.986 [pool-132-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updated Hawk instance test (success). 0 s 0 ms
Adding metamodels in: ../../core/tests/org.eclipse.hawk.integration.tests/resources/metamodels/Ecore.ecore to store
Adding metamodels in: ../../core/tests/org.eclipse.hawk.integration.tests/resources/metamodels/Tree.ecore to store
12:32:02.000 [main] INFO  o.e.h.g.u.GraphMetaModelResourceInjector - ADDING METAMODELS: 
12:32:02.001 [main] INFO  o.e.h.g.u.GraphMetaModelResourceInjector - ADDING: 
12:32:02.248 [main] DEBUG o.e.h.g.u.GraphMetaModelResourceInjector - supertype dependency from Tree to http://www.eclipse.org/emf/2002/Ecore
12:32:02.274 [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
12:32:02.274 [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
12:32:02.274 [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
12:32:02.274 [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
12:32:02.275 [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
12:32:02.280 [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
12:32:02.280 [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
12:32:02.280 [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
12:32:02.280 [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
12:32:02.280 [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
12:32:02.280 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EDate will be handled as its instance type java.util.Date
12:32:02.281 [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
12:32:02.281 [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
12:32:02.283 [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
12:32:02.285 [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
12:32:02.377 [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
12:32:02.377 [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
12:32:02.377 [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[]
12:32:02.379 [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
12:32:02.379 [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
12:32:02.379 [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
12:32:02.379 [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
12:32:02.379 [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
12:32:02.379 [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
12:32:02.381 [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
12:32:02.382 [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
12:32:02.382 [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
12:32:02.382 [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
12:32:02.382 [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
12:32:02.384 [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
12:32:02.384 [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
12:32:02.384 [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
12:32:02.385 [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
12:32:02.477 [main] INFO  o.e.h.g.u.GraphMetaModelResourceInjector - 21 METAMODEL NODES! (took ~0 sec)
12:32:02.477 [main] INFO  o.e.h.c.r.CompositeStateListener - Added metamodel(s).
12:32:02.976 [main] INFO  o.e.h.c.r.CompositeStateListener - Saving Hawk metadata...
adding: file:///home/jenkins/agent/workspace/Hawk_Greycat_backend_master/core/tests/org.eclipse.hawk.integration.tests/resources/models/tree-dedges/:org.eclipse.hawk.localfolder.LocalFolder:false
12:32:02.979 [main] INFO  o.e.h.c.r.CompositeStateListener - Saved Hawk metadata.
12:32:02.979 [pool-132-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating Hawk...
updating indexer: 
12:32:02.982 [pool-132-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating relevant changed model files...
12:32:02.993 [pool-132-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Deleting models removed from repository...
12:32:02.993 [pool-132-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating models to the new version...
12:32:02.994 [pool-132-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /tree.model...
12:32:03.077 [pool-132-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
12:32:03.077 [pool-132-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
12:32:03.077 [pool-132-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performing batch insert on file: /tree.model...
12:32:03.082 [pool-132-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding elements of file /tree.model
12:32:03.087 [pool-132-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 4 NODES AND 4 M->MM REFERENCES! (took ~0sec)
12:32:03.087 [pool-132-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding edges of file /tree.model
12:32:03.087 [pool-132-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 6 REFERENCES! (took ~0 sec)
12:32:03.087 [pool-132-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performed batch insert on file: /tree.model.
0s93ms [pure insertion]
marking any relevant derived attributes for update...12:32:03.087 [pool-132-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s3ms
12:32:03.090 [pool-132-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s3ms
12:32:03.090 [pool-132-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating proxies...
attempting to resolve any leftover cross-file references...
12:32:03.090 [pool-132-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Resolving any leftover cross-file references...
12:32:03.091 [pool-132-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - 0 proxy ref lists left after resolving 0 refs
12:32:03.091 [pool-132-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - proxy resolution took: ~0.001s
attempting to resolve any uninitialized derived attributes...
12:32:03.091 [pool-132-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Resolving any uninitialized derived attributes...
12:32:03.091 [pool-132-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - Deriving attributes...
12:32:03.091 [pool-132-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...
12:32:03.091 [pool-132-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating any affected derived attributes...
0s1ms [proxy update]
12:32:03.091 [pool-132-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updated proxies.
12:32:03.091 [pool-132-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performing optional post-sync operations.
12:32:03.091 [pool-132-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updated Hawk instance test (success). 0 s 112 ms
12:32:03.091 [pool-132-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Adding derived attribute Tree::Tree::descendants...
12:32:03.091 [pool-132-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;
12:32:03.097 [pool-132-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - Creating / updating derived attribute Tree::Tree#descendants
12:32:03.098 [pool-132-thread-1] DEBUG o.e.hawk.epsilon.emc.DeriveFeature - adding new module to cache, key: return self.closure(c|c.children).flatten;
12:32:03.099 [pool-132-thread-1] WARN  o.eclipse.hawk.graph.util.GraphUtil - Unknown type found, converting to String: org.eclipse.hawk.epsilon.emc.EOLQueryEngine$GraphNodeWrapper
12:32:03.281 [pool-132-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)
12:32:03.281 [pool-132-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - Finished adding derived feature in 0.185s
12:32:03.281 [pool-132-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Added derived attribute Tree::Tree::descendants.
12:32:03.292 [main] INFO  o.e.h.c.r.CompositeStateListener - Hawk shutting down...
12:32:03.292 [main] INFO  o.e.h.c.r.CompositeStateListener - Saving Hawk metadata...
adding: file:///home/jenkins/agent/workspace/Hawk_Greycat_backend_master/core/tests/org.eclipse.hawk.integration.tests/resources/models/tree-dedges/:org.eclipse.hawk.localfolder.LocalFolder:false
12:32:03.294 [main] INFO  o.e.h.c.r.CompositeStateListener - Saved Hawk metadata.
12:32:03.294 [main] INFO  o.e.h.core.runtime.BaseModelIndexer - Waiting 120s for all scheduled tasks to complete
12:32:03.482 [main] INFO  o.e.hawk.greycat.lucene.SoftTxLucene - Shutdown of Lucene complete.
12:32:03.483 [main] INFO  o.e.h.g.AbstractGreycatDatabase - Disconnected from GreyCat graph at /tmp/junit7171768014973370174/test_derivedEdgeCollection[LevelDB GreyCat]
12:32:03.483 [main] INFO  o.e.h.c.r.CompositeStateListener - Hawk shut down.
12:32:03.874 [main] INFO  o.e.h.c.r.CompositeStateListener - Saving Hawk metadata...
12:32:03.876 [main] INFO  o.e.h.c.r.CompositeStateListener - Saved Hawk metadata.
12:32:03.876 [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
12:32:03.876 [main] INFO  o.e.h.g.u.GraphMetaModelResourceInjector - ADDING METAMODELS: 
12:32:03.876 [main] INFO  o.e.h.g.u.GraphMetaModelResourceInjector - ADDING: 
12:32:03.879 [main] INFO  o.e.h.g.u.GraphMetaModelResourceInjector - 0 METAMODEL NODES! (took ~0 sec)
inserting static metamodels complete
12:32:03.879 [main] INFO  o.e.h.c.r.CompositeStateListener - Registering metamodels...
12:32:03.879 [main] INFO  o.e.h.c.r.CompositeStateListener - Registered metamodels.
12:32:03.879 [main] INFO  o.e.h.c.r.CompositeStateListener - Initialized Hawk.
12:32:03.879 [main] INFO  o.e.h.c.r.CompositeStateListener - Adding metamodel(s)...
12:32:03.879 [pool-134-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating Hawk...
updating indexer: 
12:32:03.881 [pool-134-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performing optional post-sync operations.
12:32:03.881 [pool-134-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updated Hawk instance test (success). 0 s 0 ms
Adding metamodels in: ../../core/tests/org.eclipse.hawk.integration.tests/resources/metamodels/Ecore.ecore to store
12:32:03.885 [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_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/../../core/tests/org.eclipse.hawk.integration.tests/resources/metamodels/crossrefs.ecore]
Adding metamodels in: ../../core/tests/org.eclipse.hawk.integration.tests/resources/metamodels/crossrefs.ecore to store
12:32:03.885 [main] INFO  o.e.h.g.u.GraphMetaModelResourceInjector - ADDING METAMODELS: 
12:32:03.885 [main] INFO  o.e.h.g.u.GraphMetaModelResourceInjector - ADDING: 
12:32:03.893 [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
12:32:03.894 [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
12:32:03.897 [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
12:32:03.897 [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
12:32:03.897 [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
12:32:03.898 [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
12:32:03.898 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::ETreeIterator will be handled as its instance type org.eclipse.emf.common.util.TreeIterator
12:32:03.898 [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
12:32:03.898 [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
12:32:03.898 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EDate will be handled as its instance type java.util.Date
12:32:03.898 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EBigInteger will be handled as its instance type java.math.BigInteger
12:32:03.900 [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
12:32:03.900 [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
12:32:03.900 [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
12:32:03.900 [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
12:32:03.900 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EIntegerObject will be handled as its instance type java.lang.Integer
12:32:03.900 [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
12:32:03.902 [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
12:32:03.902 [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
12:32:03.902 [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
12:32:03.902 [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
12:32:03.904 [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[]
12:32:03.904 [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
12:32:03.905 [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
12:32:03.905 [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
12:32:03.974 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EString will be handled as its instance type java.lang.String
12:32:03.975 [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
12:32:03.976 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EEList will be handled as its instance type org.eclipse.emf.common.util.EList
12:32:03.976 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EMap will be handled as its instance type java.util.Map
12:32:03.977 [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
12:32:03.977 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EShortObject will be handled as its instance type java.lang.Short
12:32:03.977 [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
12:32:03.977 [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
12:32:03.977 [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
12:32:03.982 [main] INFO  o.e.h.g.u.GraphMetaModelResourceInjector - 22 METAMODEL NODES! (took ~0 sec)
12:32:03.982 [main] INFO  o.e.h.c.r.CompositeStateListener - Added metamodel(s).
12:32:03.982 [main] INFO  o.e.h.c.r.CompositeStateListener - Adding derived attribute http://github.com/mondo-hawk/testing/xrefs::Element::nRefs...
12:32:03.982 [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;
12:32:03.984 [main] INFO  o.e.h.c.r.CompositeStateListener - Added derived attribute http://github.com/mondo-hawk/testing/xrefs::Element::nRefs.
12:32:04.124 [main] INFO  o.e.h.c.r.CompositeStateListener - Saving Hawk metadata...
adding: file:///home/jenkins/agent/workspace/Hawk_Greycat_backend_master/core/tests/org.eclipse.hawk.integration.tests/resources/models/scopedQuery/:org.eclipse.hawk.localfolder.LocalFolder:false
12:32:04.127 [main] INFO  o.e.h.c.r.CompositeStateListener - Saved Hawk metadata.
12:32:04.127 [pool-134-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating Hawk...
updating indexer: 
12:32:04.130 [pool-134-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating relevant changed model files...
12:32:04.137 [pool-134-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Deleting models removed from repository...
12:32:04.137 [pool-134-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating models to the new version...
12:32:04.175 [pool-134-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /subfolder/child.model...
12:32:04.185 [pool-134-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
12:32:04.185 [pool-134-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
12:32:04.185 [pool-134-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performing batch insert on file: /subfolder/child.model...
12:32:04.189 [pool-134-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding elements of file /subfolder/child.model
12:32:04.204 [pool-134-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 3 NODES AND 3 M->MM REFERENCES! (took ~0sec)
12:32:04.204 [pool-134-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding edges of file /subfolder/child.model
12:32:04.215 [pool-134-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 2 REFERENCES! (took ~0 sec)
12:32:04.215 [pool-134-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performed batch insert on file: /subfolder/child.model.
0s40ms [pure insertion]
marking any relevant derived attributes for update...12:32:04.215 [pool-134-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s2ms
12:32:04.217 [pool-134-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s2ms
12:32:04.219 [pool-134-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /root.model...
12:32:04.219 [pool-134-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
12:32:04.219 [pool-134-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
12:32:04.219 [pool-134-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performing batch insert on file: /root.model...
12:32:04.223 [pool-134-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding elements of file /root.model
12:32:04.282 [pool-134-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 3 NODES AND 3 M->MM REFERENCES! (took ~0sec)
12:32:04.282 [pool-134-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding edges of file /root.model
12:32:04.292 [pool-134-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 2 REFERENCES! (took ~0 sec)
12:32:04.292 [pool-134-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performed batch insert on file: /root.model.
0s73ms [pure insertion]
marking any relevant derived attributes for update...12:32:04.292 [pool-134-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
12:32:04.292 [pool-134-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
12:32:04.294 [pool-134-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /subfolder/subfolder/grandchild.model...
12:32:04.294 [pool-134-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
12:32:04.294 [pool-134-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
12:32:04.294 [pool-134-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performing batch insert on file: /subfolder/subfolder/grandchild.model...
12:32:04.298 [pool-134-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding elements of file /subfolder/subfolder/grandchild.model
12:32:04.308 [pool-134-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 3 NODES AND 3 M->MM REFERENCES! (took ~0sec)
12:32:04.309 [pool-134-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding edges of file /subfolder/subfolder/grandchild.model
12:32:04.384 [pool-134-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 3 REFERENCES! (took ~0 sec)
12:32:04.384 [pool-134-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performed batch insert on file: /subfolder/subfolder/grandchild.model.
0s90ms [pure insertion]
marking any relevant derived attributes for update...12:32:04.384 [pool-134-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
12:32:04.384 [pool-134-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
12:32:04.384 [pool-134-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating proxies...
attempting to resolve any leftover cross-file references...
12:32:04.384 [pool-134-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Resolving any leftover cross-file references...
12:32:04.386 [pool-134-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Processing 0/10 proxy references (0 sec total)
12:32:04.408 [pool-134-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - 0 proxy ref lists left after resolving 10 refs
12:32:04.408 [pool-134-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - proxy resolution took: ~0.024s
attempting to resolve any uninitialized derived attributes...
12:32:04.408 [pool-134-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Resolving any uninitialized derived attributes...
12:32:04.408 [pool-134-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - Deriving attributes...
12:32:04.409 [pool-134-thread-1] DEBUG o.e.hawk.epsilon.emc.DeriveFeature - adding new module to cache, key: return self.xrefs.size;
12:32:04.579 [pool-134-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Processed 6/6 derived feature nodes of type 'org.eclipse.hawk.epsilon.emc.EOLQueryEngine' (0 s, 0 s total)
12:32:04.579 [pool-134-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...
12:32:04.579 [pool-134-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating any affected derived attributes...
0s195ms [proxy update]
12:32:04.579 [pool-134-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updated proxies.
12:32:04.579 [pool-134-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performing optional post-sync operations.
12:32:04.579 [pool-134-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updated Hawk instance test (success). 0 s 452 ms
12:32:04.583 [main] INFO  o.e.h.c.r.CompositeStateListener - Hawk shutting down...
12:32:04.583 [main] INFO  o.e.h.c.r.CompositeStateListener - Saving Hawk metadata...
adding: file:///home/jenkins/agent/workspace/Hawk_Greycat_backend_master/core/tests/org.eclipse.hawk.integration.tests/resources/models/scopedQuery/:org.eclipse.hawk.localfolder.LocalFolder:false
12:32:04.585 [main] INFO  o.e.h.c.r.CompositeStateListener - Saved Hawk metadata.
12:32:04.585 [main] INFO  o.e.h.core.runtime.BaseModelIndexer - Waiting 120s for all scheduled tasks to complete
12:32:04.688 [main] INFO  o.e.hawk.greycat.lucene.SoftTxLucene - Shutdown of Lucene complete.
12:32:04.688 [main] INFO  o.e.h.g.AbstractGreycatDatabase - Disconnected from GreyCat graph at /tmp/junit13850577639489904242/test_deriveThenAdd[LevelDB GreyCat]
12:32:04.688 [main] INFO  o.e.h.c.r.CompositeStateListener - Hawk shut down.
12:32:04.996 [main] INFO  o.e.h.c.r.CompositeStateListener - Saving Hawk metadata...
12:32:04.997 [main] INFO  o.e.h.c.r.CompositeStateListener - Saved Hawk metadata.
12:32:04.997 [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
12:32:04.997 [main] INFO  o.e.h.g.u.GraphMetaModelResourceInjector - ADDING METAMODELS: 
12:32:04.997 [main] INFO  o.e.h.g.u.GraphMetaModelResourceInjector - ADDING: 
12:32:05.000 [main] INFO  o.e.h.g.u.GraphMetaModelResourceInjector - 0 METAMODEL NODES! (took ~0 sec)
inserting static metamodels complete
12:32:05.000 [main] INFO  o.e.h.c.r.CompositeStateListener - Registering metamodels...
12:32:05.000 [main] INFO  o.e.h.c.r.CompositeStateListener - Registered metamodels.
12:32:05.001 [main] INFO  o.e.h.c.r.CompositeStateListener - Initialized Hawk.
12:32:05.001 [main] INFO  o.e.h.c.r.CompositeStateListener - Adding metamodel(s)...
12:32:05.001 [pool-136-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating Hawk...
updating indexer: 
12:32:05.003 [pool-136-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performing optional post-sync operations.
12:32:05.003 [pool-136-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updated Hawk instance test (success). 0 s 0 ms
Adding metamodels in: ../../core/tests/org.eclipse.hawk.integration.tests/resources/metamodels/Ecore.ecore to store
Adding metamodels in: ../../core/tests/org.eclipse.hawk.integration.tests/resources/metamodels/Tree.ecore to store
12:32:05.006 [main] INFO  o.e.h.g.u.GraphMetaModelResourceInjector - ADDING METAMODELS: 
12:32:05.006 [main] INFO  o.e.h.g.u.GraphMetaModelResourceInjector - ADDING: 
12:32:05.076 [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
12:32:05.076 [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
12:32:05.077 [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
12:32:05.077 [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
12:32:05.077 [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
12:32:05.078 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EShort will be handled as its instance type short
12:32:05.078 [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
12:32:05.078 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EByte will be handled as its instance type byte
12:32:05.078 [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
12:32:05.079 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EEList will be handled as its instance type org.eclipse.emf.common.util.EList
12:32:05.079 [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
12:32:05.080 [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
12:32:05.080 [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
12:32:05.080 [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[]
12:32:05.081 [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
12:32:05.081 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::ECharacterObject will be handled as its instance type java.lang.Character
12:32:05.081 [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
12:32:05.081 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EResourceSet will be handled as its instance type org.eclipse.emf.ecore.resource.ResourceSet
12:32:05.081 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EChar will be handled as its instance type char
12:32:05.081 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EDate will be handled as its instance type java.util.Date
12:32:05.081 [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
12:32:05.081 [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
12:32:05.081 [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
12:32:05.081 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EIntegerObject will be handled as its instance type java.lang.Integer
12:32:05.082 [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
12:32:05.082 [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
12:32:05.082 [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
12:32:05.082 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::ELong will be handled as its instance type java.lang.Long
12:32:05.083 [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
12:32:05.083 [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
12:32:05.084 [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
12:32:05.084 [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
12:32:05.085 [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
12:32:05.086 [main] DEBUG o.e.h.g.u.GraphMetaModelResourceInjector - supertype dependency from Tree to http://www.eclipse.org/emf/2002/Ecore
12:32:05.090 [main] INFO  o.e.h.g.u.GraphMetaModelResourceInjector - 21 METAMODEL NODES! (took ~0 sec)
12:32:05.090 [main] INFO  o.e.h.c.r.CompositeStateListener - Added metamodel(s).
12:32:05.176 [pool-118-thread-1] ERROR o.e.hawk.greycat.lucene.SoftTxLucene - Periodic commit of Lucene at MMapDirectory@/tmp/junit18161556939742951312/test_create[LevelDB GreyCat]/lucene lockFactory=org.apache.lucene.store.NativeFSLockFactory@4c060c8f failed
java.nio.file.NoSuchFileException: /tmp/junit18161556939742951312/test_create[LevelDB GreyCat]/lucene/write.lock
	at java.base/sun.nio.fs.UnixException.translateToIOException(UnixException.java:92) ~[na:na]
	at java.base/sun.nio.fs.UnixException.rethrowAsIOException(UnixException.java:111) ~[na:na]
	at java.base/sun.nio.fs.UnixException.rethrowAsIOException(UnixException.java:116) ~[na:na]
	at java.base/sun.nio.fs.UnixFileAttributeViews$Basic.readAttributes(UnixFileAttributeViews.java:55) ~[na:na]
	at java.base/sun.nio.fs.UnixFileSystemProvider.readAttributes(UnixFileSystemProvider.java:149) ~[na:na]
	at java.base/sun.nio.fs.LinuxFileSystemProvider.readAttributes(LinuxFileSystemProvider.java:99) ~[na:na]
	at java.base/java.nio.file.Files.readAttributes(Files.java:1764) ~[na:na]
	at org.apache.lucene.store.NativeFSLockFactory$NativeFSLock.ensureValid(NativeFSLockFactory.java:189) ~[na:na]
	at org.apache.lucene.store.LockValidatingDirectoryWrapper.syncMetaData(LockValidatingDirectoryWrapper.java:61) ~[na:na]
	at org.apache.lucene.index.SegmentInfos.prepareCommit(SegmentInfos.java:758) ~[na:na]
	at org.apache.lucene.index.IndexWriter.startCommit(IndexWriter.java:4793) ~[na:na]
	at org.apache.lucene.index.IndexWriter.prepareCommitInternal(IndexWriter.java:3326) ~[na:na]
	at org.apache.lucene.index.IndexWriter.commitInternal(IndexWriter.java:3458) ~[na:na]
	at org.apache.lucene.index.IndexWriter.commit(IndexWriter.java:3423) ~[na:na]
	at org.eclipse.hawk.greycat.lucene.SoftTxLucene.lambda$0(SoftTxLucene.java:99) ~[org.eclipse.hawk.greycat-2.2.0-SNAPSHOT.jar:na]
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:515) ~[na:na]
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305) ~[na:na]
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(ScheduledThreadPoolExecutor.java:305) ~[na:na]
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128) ~[na:na]
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628) ~[na:na]
	at java.base/java.lang.Thread.run(Thread.java:829) ~[na:na]
12:32:05.295 [main] INFO  o.e.h.c.r.CompositeStateListener - Saving Hawk metadata...
adding: file:///home/jenkins/agent/workspace/Hawk_Greycat_backend_master/core/tests/org.eclipse.hawk.integration.tests/resources/models/tree-dedges/:org.eclipse.hawk.localfolder.LocalFolder:false
12:32:05.297 [main] INFO  o.e.h.c.r.CompositeStateListener - Saved Hawk metadata.
12:32:05.297 [pool-136-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating Hawk...
updating indexer: 
12:32:05.299 [pool-136-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating relevant changed model files...
12:32:05.306 [pool-136-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Deleting models removed from repository...
12:32:05.306 [pool-136-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating models to the new version...
12:32:05.308 [pool-136-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /tree.model...
12:32:05.316 [pool-136-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
12:32:05.316 [pool-136-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
12:32:05.316 [pool-136-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performing batch insert on file: /tree.model...
12:32:05.320 [pool-136-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding elements of file /tree.model
12:32:05.377 [pool-136-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 4 NODES AND 4 M->MM REFERENCES! (took ~0sec)
12:32:05.378 [pool-136-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding edges of file /tree.model
12:32:05.378 [pool-136-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 6 REFERENCES! (took ~0 sec)
12:32:05.378 [pool-136-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performed batch insert on file: /tree.model.
0s71ms [pure insertion]
marking any relevant derived attributes for update...12:32:05.378 [pool-136-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s6ms
12:32:05.384 [pool-136-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s6ms
12:32:05.384 [pool-136-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating proxies...
attempting to resolve any leftover cross-file references...
12:32:05.384 [pool-136-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Resolving any leftover cross-file references...
12:32:05.385 [pool-136-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - 0 proxy ref lists left after resolving 0 refs
12:32:05.385 [pool-136-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - proxy resolution took: ~0.001s
attempting to resolve any uninitialized derived attributes...
12:32:05.385 [pool-136-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Resolving any uninitialized derived attributes...
12:32:05.385 [pool-136-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - Deriving attributes...
12:32:05.385 [pool-136-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...
12:32:05.385 [pool-136-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating any affected derived attributes...
0s1ms [proxy update]
12:32:05.385 [pool-136-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updated proxies.
12:32:05.385 [pool-136-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performing optional post-sync operations.
12:32:05.385 [pool-136-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updated Hawk instance test (success). 0 s 88 ms
12:32:05.385 [pool-136-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Adding derived attribute Tree::Tree::maxDescendant...
12:32:05.386 [pool-136-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;
12:32:05.388 [pool-136-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - Creating / updating derived attribute Tree::Tree#maxDescendant
12:32:05.389 [pool-136-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;
12:32:05.504 [pool-119-thread-1] ERROR o.e.hawk.greycat.lucene.SoftTxLucene - Periodic commit of Lucene at MMapDirectory@/tmp/junit8933980430805700273/test_recreate[LevelDB GreyCat]/lucene lockFactory=org.apache.lucene.store.NativeFSLockFactory@4c060c8f failed
java.nio.file.NoSuchFileException: /tmp/junit8933980430805700273/test_recreate[LevelDB GreyCat]/lucene/write.lock
	at java.base/sun.nio.fs.UnixException.translateToIOException(UnixException.java:92) ~[na:na]
	at java.base/sun.nio.fs.UnixException.rethrowAsIOException(UnixException.java:111) ~[na:na]
	at java.base/sun.nio.fs.UnixException.rethrowAsIOException(UnixException.java:116) ~[na:na]
	at java.base/sun.nio.fs.UnixFileAttributeViews$Basic.readAttributes(UnixFileAttributeViews.java:55) ~[na:na]
	at java.base/sun.nio.fs.UnixFileSystemProvider.readAttributes(UnixFileSystemProvider.java:149) ~[na:na]
	at java.base/sun.nio.fs.LinuxFileSystemProvider.readAttributes(LinuxFileSystemProvider.java:99) ~[na:na]
	at java.base/java.nio.file.Files.readAttributes(Files.java:1764) ~[na:na]
	at org.apache.lucene.store.NativeFSLockFactory$NativeFSLock.ensureValid(NativeFSLockFactory.java:189) ~[na:na]
	at org.apache.lucene.store.LockValidatingDirectoryWrapper.syncMetaData(LockValidatingDirectoryWrapper.java:61) ~[na:na]
	at org.apache.lucene.index.SegmentInfos.prepareCommit(SegmentInfos.java:758) ~[na:na]
	at org.apache.lucene.index.IndexWriter.startCommit(IndexWriter.java:4793) ~[na:na]
	at org.apache.lucene.index.IndexWriter.prepareCommitInternal(IndexWriter.java:3326) ~[na:na]
	at org.apache.lucene.index.IndexWriter.commitInternal(IndexWriter.java:3458) ~[na:na]
	at org.apache.lucene.index.IndexWriter.commit(IndexWriter.java:3423) ~[na:na]
	at org.eclipse.hawk.greycat.lucene.SoftTxLucene.lambda$0(SoftTxLucene.java:99) ~[org.eclipse.hawk.greycat-2.2.0-SNAPSHOT.jar:na]
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:515) ~[na:na]
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305) ~[na:na]
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(ScheduledThreadPoolExecutor.java:305) ~[na:na]
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128) ~[na:na]
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628) ~[na:na]
	at java.base/java.lang.Thread.run(Thread.java:829) ~[na:na]
12:32:05.506 [pool-136-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)
12:32:05.506 [pool-136-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - Finished adding derived feature in 0.118s
12:32:05.506 [pool-136-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Added derived attribute Tree::Tree::maxDescendant.
12:32:05.512 [main] INFO  o.e.h.c.r.CompositeStateListener - Hawk shutting down...
12:32:05.512 [main] INFO  o.e.h.c.r.CompositeStateListener - Saving Hawk metadata...
adding: file:///home/jenkins/agent/workspace/Hawk_Greycat_backend_master/core/tests/org.eclipse.hawk.integration.tests/resources/models/tree-dedges/:org.eclipse.hawk.localfolder.LocalFolder:false
12:32:05.514 [main] INFO  o.e.h.c.r.CompositeStateListener - Saved Hawk metadata.
12:32:05.514 [main] INFO  o.e.h.core.runtime.BaseModelIndexer - Waiting 120s for all scheduled tasks to complete
12:32:05.776 [main] INFO  o.e.hawk.greycat.lucene.SoftTxLucene - Shutdown of Lucene complete.
12:32:05.776 [main] INFO  o.e.h.g.AbstractGreycatDatabase - Disconnected from GreyCat graph at /tmp/junit2796249034433439795/test_derivedEdgeSingle[LevelDB GreyCat]
12:32:05.776 [main] INFO  o.e.h.c.r.CompositeStateListener - Hawk shut down.
12:32:05.825 [pool-120-thread-1] ERROR o.e.hawk.greycat.lucene.SoftTxLucene - Periodic commit of Lucene at MMapDirectory@/tmp/junit9748100635375592498/test_changeLastRevision[LevelDB GreyCat]/lucene lockFactory=org.apache.lucene.store.NativeFSLockFactory@4c060c8f failed
java.nio.file.NoSuchFileException: /tmp/junit9748100635375592498/test_changeLastRevision[LevelDB GreyCat]/lucene/write.lock
	at java.base/sun.nio.fs.UnixException.translateToIOException(UnixException.java:92) ~[na:na]
	at java.base/sun.nio.fs.UnixException.rethrowAsIOException(UnixException.java:111) ~[na:na]
	at java.base/sun.nio.fs.UnixException.rethrowAsIOException(UnixException.java:116) ~[na:na]
	at java.base/sun.nio.fs.UnixFileAttributeViews$Basic.readAttributes(UnixFileAttributeViews.java:55) ~[na:na]
	at java.base/sun.nio.fs.UnixFileSystemProvider.readAttributes(UnixFileSystemProvider.java:149) ~[na:na]
	at java.base/sun.nio.fs.LinuxFileSystemProvider.readAttributes(LinuxFileSystemProvider.java:99) ~[na:na]
	at java.base/java.nio.file.Files.readAttributes(Files.java:1764) ~[na:na]
	at org.apache.lucene.store.NativeFSLockFactory$NativeFSLock.ensureValid(NativeFSLockFactory.java:189) ~[na:na]
	at org.apache.lucene.store.LockValidatingDirectoryWrapper.syncMetaData(LockValidatingDirectoryWrapper.java:61) ~[na:na]
	at org.apache.lucene.index.SegmentInfos.prepareCommit(SegmentInfos.java:758) ~[na:na]
	at org.apache.lucene.index.IndexWriter.startCommit(IndexWriter.java:4793) ~[na:na]
	at org.apache.lucene.index.IndexWriter.prepareCommitInternal(IndexWriter.java:3326) ~[na:na]
	at org.apache.lucene.index.IndexWriter.commitInternal(IndexWriter.java:3458) ~[na:na]
	at org.apache.lucene.index.IndexWriter.commit(IndexWriter.java:3423) ~[na:na]
	at org.eclipse.hawk.greycat.lucene.SoftTxLucene.lambda$0(SoftTxLucene.java:99) ~[org.eclipse.hawk.greycat-2.2.0-SNAPSHOT.jar:na]
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:515) ~[na:na]
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305) ~[na:na]
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(ScheduledThreadPoolExecutor.java:305) ~[na:na]
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128) ~[na:na]
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628) ~[na:na]
	at java.base/java.lang.Thread.run(Thread.java:829) ~[na:na]
12:32:05.930 [main] INFO  o.e.h.c.r.CompositeStateListener - Saving Hawk metadata...
12:32:05.932 [main] INFO  o.e.h.c.r.CompositeStateListener - Saved Hawk metadata.
12:32:05.932 [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
12:32:05.932 [main] INFO  o.e.h.g.u.GraphMetaModelResourceInjector - ADDING METAMODELS: 
12:32:05.932 [main] INFO  o.e.h.g.u.GraphMetaModelResourceInjector - ADDING: 
12:32:05.935 [main] INFO  o.e.h.g.u.GraphMetaModelResourceInjector - 0 METAMODEL NODES! (took ~0 sec)
inserting static metamodels complete
12:32:05.935 [main] INFO  o.e.h.c.r.CompositeStateListener - Registering metamodels...
12:32:05.935 [main] INFO  o.e.h.c.r.CompositeStateListener - Registered metamodels.
12:32:05.935 [main] INFO  o.e.h.c.r.CompositeStateListener - Initialized Hawk.
12:32:05.935 [pool-138-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating Hawk...
updating indexer: 
12:32:05.935 [main] INFO  o.e.h.c.r.CompositeStateListener - Adding metamodel(s)...
12:32:05.935 [pool-138-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performing optional post-sync operations.
12:32:05.936 [pool-138-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updated Hawk instance test (success). 0 s 1 ms
Adding metamodels in: ../../core/tests/org.eclipse.hawk.integration.tests/resources/metamodels/Ecore.ecore to store
Adding metamodels in: ../../core/tests/org.eclipse.hawk.integration.tests/resources/metamodels/crossrefs.ecore to store
12:32:05.940 [main] INFO  o.e.h.g.u.GraphMetaModelResourceInjector - ADDING METAMODELS: 
12:32:05.940 [main] INFO  o.e.h.g.u.GraphMetaModelResourceInjector - ADDING: 
12:32:05.947 [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
12:32:05.948 [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
12:32:05.949 [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
12:32:05.950 [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
12:32:05.950 [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
12:32:05.953 [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
12:32:05.953 [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
12:32:05.953 [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
12:32:05.953 [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
12:32:05.953 [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
12:32:05.953 [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
12:32:05.953 [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
12:32:05.953 [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
12:32:05.953 [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
12:32:05.953 [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
12:32:05.953 [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
12:32:05.953 [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
12:32:05.953 [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
12:32:05.953 [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
12:32:05.953 [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
12:32:05.954 [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
12:32:05.955 [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
12:32:05.955 [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
12:32:05.955 [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
12:32:05.955 [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
12:32:05.955 [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
12:32:05.955 [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
12:32:05.956 [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
12:32:05.956 [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
12:32:05.956 [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
12:32:05.956 [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
12:32:05.956 [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[]
12:32:05.956 [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
12:32:05.956 [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
12:32:05.960 [main] INFO  o.e.h.g.u.GraphMetaModelResourceInjector - 22 METAMODEL NODES! (took ~0 sec)
12:32:05.960 [main] INFO  o.e.h.c.r.CompositeStateListener - Added metamodel(s).
12:32:06.057 [main] INFO  o.e.h.c.r.CompositeStateListener - Saving Hawk metadata...
adding: file:///home/jenkins/agent/workspace/Hawk_Greycat_backend_master/core/tests/org.eclipse.hawk.integration.tests/resources/models/scopedQuery/:org.eclipse.hawk.localfolder.LocalFolder:false
12:32:06.060 [main] INFO  o.e.h.c.r.CompositeStateListener - Saved Hawk metadata.
12:32:06.060 [pool-138-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating Hawk...
updating indexer: 
12:32:06.060 [main] INFO  o.e.h.c.r.CompositeStateListener - Adding indexed attribute http://github.com/mondo-hawk/testing/xrefs::Element::id...
12:32:06.077 [main] INFO  o.e.h.g.u.GraphMetaModelResourceInjector - indexed attribute added: http://github.com/mondo-hawk/testing/xrefs::Element#id
12:32:06.077 [main] INFO  o.e.h.c.r.CompositeStateListener - Added indexed attribute http://github.com/mondo-hawk/testing/xrefs::Element::id.
12:32:06.077 [pool-138-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating relevant changed model files...
12:32:06.083 [pool-138-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Deleting models removed from repository...
12:32:06.083 [pool-138-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating models to the new version...
12:32:06.085 [pool-138-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /subfolder/subfolder/grandchild.model...
12:32:06.093 [pool-138-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
12:32:06.093 [pool-138-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
12:32:06.093 [pool-138-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performing batch insert on file: /subfolder/subfolder/grandchild.model...
12:32:06.099 [pool-138-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding elements of file /subfolder/subfolder/grandchild.model
12:32:06.119 [pool-138-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 3 NODES AND 3 M->MM REFERENCES! (took ~0sec)
12:32:06.119 [pool-138-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding edges of file /subfolder/subfolder/grandchild.model
12:32:06.176 [pool-138-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 3 REFERENCES! (took ~0 sec)
12:32:06.176 [pool-138-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performed batch insert on file: /subfolder/subfolder/grandchild.model.
0s92ms [pure insertion]
marking any relevant derived attributes for update...12:32:06.176 [pool-138-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s3ms
12:32:06.179 [pool-138-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s3ms
12:32:06.181 [pool-138-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /root.model...
12:32:06.181 [pool-138-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
12:32:06.181 [pool-138-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
12:32:06.181 [pool-138-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performing batch insert on file: /root.model...
12:32:06.185 [pool-138-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding elements of file /root.model
12:32:06.198 [pool-138-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 3 NODES AND 3 M->MM REFERENCES! (took ~0sec)
12:32:06.198 [pool-138-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding edges of file /root.model
12:32:06.209 [pool-138-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 2 REFERENCES! (took ~0 sec)
12:32:06.209 [pool-138-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performed batch insert on file: /root.model.
0s28ms [pure insertion]
marking any relevant derived attributes for update...12:32:06.209 [pool-138-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
12:32:06.209 [pool-138-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
12:32:06.210 [pool-138-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /subfolder/child.model...
12:32:06.210 [pool-138-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
12:32:06.210 [pool-138-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
12:32:06.210 [pool-138-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performing batch insert on file: /subfolder/child.model...
12:32:06.213 [pool-138-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding elements of file /subfolder/child.model
12:32:06.277 [pool-138-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 3 NODES AND 3 M->MM REFERENCES! (took ~0sec)
12:32:06.277 [pool-138-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding edges of file /subfolder/child.model
12:32:06.285 [pool-138-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 2 REFERENCES! (took ~0 sec)
12:32:06.285 [pool-138-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performed batch insert on file: /subfolder/child.model.
0s75ms [pure insertion]
marking any relevant derived attributes for update...12:32:06.285 [pool-138-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
12:32:06.285 [pool-138-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
12:32:06.285 [pool-138-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating proxies...
attempting to resolve any leftover cross-file references...
12:32:06.285 [pool-138-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Resolving any leftover cross-file references...
12:32:06.286 [pool-138-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Processing 0/10 proxy references (0 sec total)
12:32:06.301 [pool-138-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - 0 proxy ref lists left after resolving 10 refs
12:32:06.301 [pool-138-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - proxy resolution took: ~0.016s
attempting to resolve any uninitialized derived attributes...
12:32:06.301 [pool-138-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Resolving any uninitialized derived attributes...
12:32:06.301 [pool-138-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - Deriving attributes...
12:32:06.301 [pool-138-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...
12:32:06.301 [pool-138-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating any affected derived attributes...
0s16ms [proxy update]
12:32:06.301 [pool-138-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updated proxies.
12:32:06.302 [pool-138-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performing optional post-sync operations.
12:32:06.302 [pool-138-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updated Hawk instance test (success). 0 s 242 ms
indexed ast found: e.id org.eclipse.epsilon.eol.dom.EqualsOperatorExpression 1 (type: java.lang.Integer)
12:32:06.307 [main] INFO  o.e.h.c.r.CompositeStateListener - Hawk shutting down...
12:32:06.307 [main] INFO  o.e.h.c.r.CompositeStateListener - Saving Hawk metadata...
adding: file:///home/jenkins/agent/workspace/Hawk_Greycat_backend_master/core/tests/org.eclipse.hawk.integration.tests/resources/models/scopedQuery/:org.eclipse.hawk.localfolder.LocalFolder:false
12:32:06.309 [main] INFO  o.e.h.c.r.CompositeStateListener - Saved Hawk metadata.
12:32:06.309 [main] INFO  o.e.h.core.runtime.BaseModelIndexer - Waiting 120s for all scheduled tasks to complete
12:32:06.602 [main] INFO  o.e.hawk.greycat.lucene.SoftTxLucene - Shutdown of Lucene complete.
12:32:06.604 [main] INFO  o.e.h.g.AbstractGreycatDatabase - Disconnected from GreyCat graph at /tmp/junit15469283696855851539/test_addThenIndex[LevelDB GreyCat]
12:32:06.604 [main] INFO  o.e.h.c.r.CompositeStateListener - Hawk shut down.
12:32:06.791 [main] INFO  o.e.h.c.r.CompositeStateListener - Saving Hawk metadata...
12:32:06.792 [main] INFO  o.e.h.c.r.CompositeStateListener - Saved Hawk metadata.
12:32:06.792 [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
12:32:06.793 [main] INFO  o.e.h.g.u.GraphMetaModelResourceInjector - ADDING METAMODELS: 
12:32:06.793 [main] INFO  o.e.h.g.u.GraphMetaModelResourceInjector - ADDING: 
12:32:06.795 [main] INFO  o.e.h.g.u.GraphMetaModelResourceInjector - 0 METAMODEL NODES! (took ~0 sec)
inserting static metamodels complete
12:32:06.795 [main] INFO  o.e.h.c.r.CompositeStateListener - Registering metamodels...
12:32:06.795 [main] INFO  o.e.h.c.r.CompositeStateListener - Registered metamodels.
12:32:06.795 [main] INFO  o.e.h.c.r.CompositeStateListener - Initialized Hawk.
12:32:06.795 [main] INFO  o.e.h.c.r.CompositeStateListener - Adding metamodel(s)...
12:32:06.795 [pool-140-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating Hawk...
updating indexer: 
12:32:06.796 [pool-140-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performing optional post-sync operations.
12:32:06.796 [pool-140-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updated Hawk instance test (success). 0 s 0 ms
Adding metamodels in: ../../core/tests/org.eclipse.hawk.integration.tests/resources/metamodels/Ecore.ecore to store
Adding metamodels in: ../../core/tests/org.eclipse.hawk.integration.tests/resources/metamodels/crossrefs.ecore to store
12:32:06.800 [main] INFO  o.e.h.g.u.GraphMetaModelResourceInjector - ADDING METAMODELS: 
12:32:06.800 [main] INFO  o.e.h.g.u.GraphMetaModelResourceInjector - ADDING: 
12:32:06.807 [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
12:32:06.807 [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
12:32:06.807 [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
12:32:06.807 [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
12:32:06.807 [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
12:32:06.807 [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
12:32:06.807 [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
12:32:06.808 [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
12:32:06.808 [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
12:32:06.809 [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
12:32:06.810 [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
12:32:06.812 [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
12:32:06.812 [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
12:32:06.812 [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
12:32:06.813 [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
12:32:06.813 [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
12:32:06.813 [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
12:32:06.813 [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
12:32:06.813 [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
12:32:06.813 [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
12:32:06.813 [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
12:32:06.813 [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
12:32:06.813 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EFloatObject will be handled as its instance type java.lang.Float
12:32:06.813 [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
12:32:06.813 [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
12:32:06.813 [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
12:32:06.813 [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
12:32:06.814 [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
12:32:06.814 [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
12:32:06.814 [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
12:32:06.814 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EFeatureMap will be handled as its instance type org.eclipse.emf.ecore.util.FeatureMap
12:32:06.814 [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
12:32:06.815 [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
12:32:06.815 [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[]
12:32:06.819 [main] INFO  o.e.h.g.u.GraphMetaModelResourceInjector - 22 METAMODEL NODES! (took ~0 sec)
12:32:06.819 [main] INFO  o.e.h.c.r.CompositeStateListener - Added metamodel(s).
12:32:06.819 [main] INFO  o.e.h.c.r.CompositeStateListener - Adding indexed attribute http://github.com/mondo-hawk/testing/xrefs::Element::id...
12:32:06.821 [main] INFO  o.e.h.g.u.GraphMetaModelResourceInjector - indexed attribute added: http://github.com/mondo-hawk/testing/xrefs::Element#id
12:32:06.821 [main] INFO  o.e.h.c.r.CompositeStateListener - Added indexed attribute http://github.com/mondo-hawk/testing/xrefs::Element::id.
12:32:07.000 [main] INFO  o.e.h.c.r.CompositeStateListener - Saving Hawk metadata...
adding: file:///home/jenkins/agent/workspace/Hawk_Greycat_backend_master/core/tests/org.eclipse.hawk.integration.tests/resources/models/scopedQuery/:org.eclipse.hawk.localfolder.LocalFolder:false
12:32:07.002 [main] INFO  o.e.h.c.r.CompositeStateListener - Saved Hawk metadata.
12:32:07.002 [pool-140-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating Hawk...
updating indexer: 
12:32:07.005 [pool-140-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating relevant changed model files...
12:32:07.011 [pool-140-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Deleting models removed from repository...
12:32:07.011 [pool-140-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating models to the new version...
12:32:07.013 [pool-140-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /root.model...
12:32:07.020 [pool-140-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
12:32:07.020 [pool-140-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
12:32:07.020 [pool-140-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performing batch insert on file: /root.model...
12:32:07.025 [pool-140-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding elements of file /root.model
12:32:07.036 [pool-140-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 3 NODES AND 3 M->MM REFERENCES! (took ~0sec)
12:32:07.036 [pool-140-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding edges of file /root.model
12:32:07.079 [pool-140-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 2 REFERENCES! (took ~0 sec)
12:32:07.079 [pool-140-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performed batch insert on file: /root.model.
0s66ms [pure insertion]
marking any relevant derived attributes for update...12:32:07.079 [pool-140-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s2ms
12:32:07.081 [pool-140-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s2ms
12:32:07.082 [pool-140-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /subfolder/child.model...
12:32:07.082 [pool-140-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
12:32:07.082 [pool-140-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
12:32:07.082 [pool-140-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performing batch insert on file: /subfolder/child.model...
12:32:07.085 [pool-140-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding elements of file /subfolder/child.model
12:32:07.098 [pool-140-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 3 NODES AND 3 M->MM REFERENCES! (took ~0sec)
12:32:07.098 [pool-140-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding edges of file /subfolder/child.model
12:32:07.106 [pool-140-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 2 REFERENCES! (took ~0 sec)
12:32:07.106 [pool-140-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performed batch insert on file: /subfolder/child.model.
0s25ms [pure insertion]
marking any relevant derived attributes for update...12:32:07.107 [pool-140-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
12:32:07.107 [pool-140-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
12:32:07.174 [pool-140-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /subfolder/subfolder/grandchild.model...
12:32:07.174 [pool-140-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
12:32:07.174 [pool-140-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
12:32:07.174 [pool-140-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performing batch insert on file: /subfolder/subfolder/grandchild.model...
12:32:07.177 [pool-140-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding elements of file /subfolder/subfolder/grandchild.model
12:32:07.186 [pool-140-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 3 NODES AND 3 M->MM REFERENCES! (took ~0sec)
12:32:07.186 [pool-140-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding edges of file /subfolder/subfolder/grandchild.model
12:32:07.195 [pool-140-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 3 REFERENCES! (took ~0 sec)
12:32:07.195 [pool-140-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performed batch insert on file: /subfolder/subfolder/grandchild.model.
0s21ms [pure insertion]
marking any relevant derived attributes for update...12:32:07.195 [pool-140-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
12:32:07.195 [pool-140-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
12:32:07.195 [pool-140-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating proxies...
attempting to resolve any leftover cross-file references...
12:32:07.195 [pool-140-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Resolving any leftover cross-file references...
12:32:07.196 [pool-140-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Processing 0/10 proxy references (0 sec total)
12:32:07.277 [pool-140-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - 0 proxy ref lists left after resolving 10 refs
12:32:07.278 [pool-140-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - proxy resolution took: ~0.082s
attempting to resolve any uninitialized derived attributes...
12:32:07.278 [pool-140-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Resolving any uninitialized derived attributes...
12:32:07.278 [pool-140-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - Deriving attributes...
12:32:07.278 [pool-140-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...
12:32:07.278 [pool-140-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating any affected derived attributes...
0s83ms [proxy update]
12:32:07.278 [pool-140-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updated proxies.
12:32:07.278 [pool-140-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performing optional post-sync operations.
12:32:07.278 [pool-140-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updated Hawk instance test (success). 0 s 276 ms
indexed ast found: e.id org.eclipse.epsilon.eol.dom.EqualsOperatorExpression 1 (type: java.lang.Integer)
12:32:07.281 [main] INFO  o.e.h.c.r.CompositeStateListener - Hawk shutting down...
12:32:07.281 [main] INFO  o.e.h.c.r.CompositeStateListener - Saving Hawk metadata...
adding: file:///home/jenkins/agent/workspace/Hawk_Greycat_backend_master/core/tests/org.eclipse.hawk.integration.tests/resources/models/scopedQuery/:org.eclipse.hawk.localfolder.LocalFolder:false
12:32:07.282 [main] INFO  o.e.h.c.r.CompositeStateListener - Saved Hawk metadata.
12:32:07.282 [main] INFO  o.e.h.core.runtime.BaseModelIndexer - Waiting 120s for all scheduled tasks to complete
12:32:07.319 [main] INFO  o.e.hawk.greycat.lucene.SoftTxLucene - Shutdown of Lucene complete.
12:32:07.320 [main] INFO  o.e.h.g.AbstractGreycatDatabase - Disconnected from GreyCat graph at /tmp/junit15087605705475931150/test_lookupWithIndex[LevelDB GreyCat]
12:32:07.320 [main] INFO  o.e.h.c.r.CompositeStateListener - Hawk shut down.
12:32:07.422 [main] INFO  o.e.h.c.r.CompositeStateListener - Saving Hawk metadata...
12:32:07.423 [main] INFO  o.e.h.c.r.CompositeStateListener - Saved Hawk metadata.
12:32:07.423 [main] INFO  o.e.h.c.r.CompositeStateListener - Initializing Hawk...
inserting static metamodels of registered metamodel factories to graph:
org.eclipse.hawk.emf.metamodel.EMFMetaModelResourceFactory
12:32:07.423 [main] INFO  o.e.h.g.u.GraphMetaModelResourceInjector - ADDING METAMODELS: 
12:32:07.423 [main] INFO  o.e.h.g.u.GraphMetaModelResourceInjector - ADDING: 
12:32:07.426 [main] INFO  o.e.h.g.u.GraphMetaModelResourceInjector - 0 METAMODEL NODES! (took ~0 sec)
inserting static metamodels complete
12:32:07.426 [main] INFO  o.e.h.c.r.CompositeStateListener - Registering metamodels...
12:32:07.426 [main] INFO  o.e.h.c.r.CompositeStateListener - Registered metamodels.
12:32:07.426 [pool-142-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating Hawk...
updating indexer: 
12:32:07.426 [main] INFO  o.e.h.c.r.CompositeStateListener - Initialized Hawk.
12:32:07.427 [pool-142-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performing optional post-sync operations.
12:32:07.427 [main] INFO  o.e.h.c.r.CompositeStateListener - Adding metamodel(s)...
12:32:07.427 [pool-142-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updated Hawk instance test (success). 0 s 0 ms
Adding metamodels in: ../../core/tests/org.eclipse.hawk.integration.tests/resources/metamodels/Ecore.ecore to store
Adding metamodels in: ../../core/tests/org.eclipse.hawk.integration.tests/resources/metamodels/crossrefs.ecore to store
12:32:07.431 [main] INFO  o.e.h.g.u.GraphMetaModelResourceInjector - ADDING METAMODELS: 
12:32:07.431 [main] INFO  o.e.h.g.u.GraphMetaModelResourceInjector - ADDING: 
12:32:07.439 [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
12:32:07.439 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EFloatObject will be handled as its instance type java.lang.Float
12:32:07.439 [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
12:32:07.439 [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
12:32:07.440 [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
12:32:07.440 [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
12:32:07.440 [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
12:32:07.441 [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
12:32:07.441 [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
12:32:07.441 [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
12:32:07.441 [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
12:32:07.441 [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
12:32:07.442 [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
12:32:07.442 [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
12:32:07.443 [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
12:32:07.443 [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
12:32:07.443 [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
12:32:07.445 [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
12:32:07.445 [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
12:32:07.446 [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
12:32:07.447 [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
12:32:07.447 [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
12:32:07.447 [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
12:32:07.447 [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
12:32:07.447 [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[]
12:32:07.447 [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
12:32:07.447 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EByte will be handled as its instance type byte
12:32:07.447 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::ECharacterObject will be handled as its instance type java.lang.Character
12:32:07.447 [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
12:32:07.447 [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
12:32:07.448 [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
12:32:07.448 [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
12:32:07.448 [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
12:32:07.448 [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
12:32:07.476 [main] INFO  o.e.h.g.u.GraphMetaModelResourceInjector - 22 METAMODEL NODES! (took ~0 sec)
12:32:07.477 [main] INFO  o.e.h.c.r.CompositeStateListener - Added metamodel(s).
12:32:07.586 [main] INFO  o.e.h.c.r.CompositeStateListener - Saving Hawk metadata...
adding: file:///home/jenkins/agent/workspace/Hawk_Greycat_backend_master/core/tests/org.eclipse.hawk.integration.tests/resources/models/scopedQuery/:org.eclipse.hawk.localfolder.LocalFolder:false
12:32:07.588 [main] INFO  o.e.h.c.r.CompositeStateListener - Saved Hawk metadata.
12:32:07.588 [pool-142-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating Hawk...
updating indexer: 
12:32:07.591 [pool-142-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating relevant changed model files...
12:32:07.598 [pool-142-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Deleting models removed from repository...
12:32:07.598 [pool-142-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating models to the new version...
12:32:07.599 [pool-142-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /root.model...
12:32:07.608 [pool-142-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
12:32:07.608 [pool-142-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
12:32:07.608 [pool-142-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performing batch insert on file: /root.model...
12:32:07.612 [pool-142-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding elements of file /root.model
12:32:07.618 [pool-142-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 3 NODES AND 3 M->MM REFERENCES! (took ~0sec)
12:32:07.618 [pool-142-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding edges of file /root.model
12:32:07.687 [pool-142-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 2 REFERENCES! (took ~0 sec)
12:32:07.687 [pool-142-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performed batch insert on file: /root.model.
0s88ms [pure insertion]
marking any relevant derived attributes for update...12:32:07.687 [pool-142-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s2ms
12:32:07.689 [pool-142-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s2ms
12:32:07.690 [pool-142-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /subfolder/child.model...
12:32:07.690 [pool-142-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
12:32:07.690 [pool-142-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
12:32:07.690 [pool-142-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performing batch insert on file: /subfolder/child.model...
12:32:07.694 [pool-142-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding elements of file /subfolder/child.model
12:32:07.698 [pool-142-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 3 NODES AND 3 M->MM REFERENCES! (took ~0sec)
12:32:07.698 [pool-142-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding edges of file /subfolder/child.model
12:32:07.710 [pool-142-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 2 REFERENCES! (took ~0 sec)
12:32:07.710 [pool-142-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performed batch insert on file: /subfolder/child.model.
0s20ms [pure insertion]
marking any relevant derived attributes for update...12:32:07.710 [pool-142-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
12:32:07.710 [pool-142-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
12:32:07.711 [pool-142-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /subfolder/subfolder/grandchild.model...
12:32:07.711 [pool-142-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
12:32:07.711 [pool-142-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
12:32:07.711 [pool-142-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performing batch insert on file: /subfolder/subfolder/grandchild.model...
12:32:07.715 [pool-142-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding elements of file /subfolder/subfolder/grandchild.model
12:32:07.721 [pool-142-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 3 NODES AND 3 M->MM REFERENCES! (took ~0sec)
12:32:07.721 [pool-142-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding edges of file /subfolder/subfolder/grandchild.model
12:32:07.786 [pool-142-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 3 REFERENCES! (took ~0 sec)
12:32:07.786 [pool-142-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performed batch insert on file: /subfolder/subfolder/grandchild.model.
0s75ms [pure insertion]
marking any relevant derived attributes for update...12:32:07.787 [pool-142-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
12:32:07.787 [pool-142-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
12:32:07.787 [pool-142-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating proxies...
attempting to resolve any leftover cross-file references...
12:32:07.787 [pool-142-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Resolving any leftover cross-file references...
12:32:07.788 [pool-142-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Processing 0/10 proxy references (0 sec total)
12:32:07.806 [pool-142-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - 0 proxy ref lists left after resolving 10 refs
12:32:07.806 [pool-142-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - proxy resolution took: ~0.019s
attempting to resolve any uninitialized derived attributes...
12:32:07.806 [pool-142-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Resolving any uninitialized derived attributes...
12:32:07.806 [pool-142-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - Deriving attributes...
12:32:07.806 [pool-142-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...
12:32:07.806 [pool-142-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating any affected derived attributes...
0s19ms [proxy update]
12:32:07.806 [pool-142-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updated proxies.
12:32:07.806 [pool-142-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performing optional post-sync operations.
12:32:07.807 [pool-142-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updated Hawk instance test (success). 0 s 218 ms
12:32:07.809 [main] INFO  o.e.h.c.r.CompositeStateListener - Hawk shutting down...
12:32:07.809 [main] INFO  o.e.h.c.r.CompositeStateListener - Saving Hawk metadata...
adding: file:///home/jenkins/agent/workspace/Hawk_Greycat_backend_master/core/tests/org.eclipse.hawk.integration.tests/resources/models/scopedQuery/:org.eclipse.hawk.localfolder.LocalFolder:false
12:32:07.810 [main] INFO  o.e.h.c.r.CompositeStateListener - Saved Hawk metadata.
12:32:07.810 [main] INFO  o.e.h.core.runtime.BaseModelIndexer - Waiting 120s for all scheduled tasks to complete
12:32:07.899 [main] INFO  o.e.hawk.greycat.lucene.SoftTxLucene - Shutdown of Lucene complete.
12:32:07.899 [main] INFO  o.e.h.g.AbstractGreycatDatabase - Disconnected from GreyCat graph at /tmp/junit4227424234212214634/test_lookupWithoutIndex[LevelDB GreyCat]
12:32:07.899 [main] INFO  o.e.h.c.r.CompositeStateListener - Hawk shut down.
12:32:08.110 [main] INFO  o.e.h.c.r.CompositeStateListener - Saving Hawk metadata...
12:32:08.112 [main] INFO  o.e.h.c.r.CompositeStateListener - Saved Hawk metadata.
12:32:08.112 [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
12:32:08.112 [main] INFO  o.e.h.g.u.GraphMetaModelResourceInjector - ADDING METAMODELS: 
12:32:08.112 [main] INFO  o.e.h.g.u.GraphMetaModelResourceInjector - ADDING: 
12:32:08.115 [main] INFO  o.e.h.g.u.GraphMetaModelResourceInjector - 0 METAMODEL NODES! (took ~0 sec)
inserting static metamodels complete
12:32:08.115 [main] INFO  o.e.h.c.r.CompositeStateListener - Registering metamodels...
12:32:08.115 [main] INFO  o.e.h.c.r.CompositeStateListener - Registered metamodels.
12:32:08.115 [main] INFO  o.e.h.c.r.CompositeStateListener - Initialized Hawk.
SyncValidationListener: hawk.setSyncMetricsEnabled(true) called, performance will suffer!
12:32:08.115 [pool-144-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating Hawk...
SyncValidationListener: hawk.setSyncMetricsEnabled(true) called, performance will suffer!
updating indexer: 
12:32:08.116 [pool-144-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
12:32:08.116 [pool-144-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updated Hawk instance test (success). 0 s 0 ms
12:32:08.117 [main] INFO  o.e.h.c.r.CompositeStateListener - Adding metamodel(s)...
Adding metamodels in: ../../core/tests/org.eclipse.hawk.integration.tests/resources/metamodels/Ecore.ecore to store
12:32:08.121 [main] INFO  o.e.h.g.u.GraphMetaModelResourceInjector - ADDING METAMODELS: 
12:32:08.121 [main] INFO  o.e.h.g.u.GraphMetaModelResourceInjector - ADDING: 
12:32:08.175 [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
12:32:08.175 [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
12:32:08.175 [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
12:32:08.175 [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
12:32:08.175 [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
12:32:08.175 [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
12:32:08.175 [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
12:32:08.176 [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
12:32:08.176 [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
12:32:08.176 [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
12:32:08.177 [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
12:32:08.178 [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[]
12:32:08.178 [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
12:32:08.178 [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
12:32:08.178 [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
12:32:08.178 [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
12:32:08.178 [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
12:32:08.178 [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
12:32:08.178 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EDate will be handled as its instance type java.util.Date
12:32:08.178 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::ETreeIterator will be handled as its instance type org.eclipse.emf.common.util.TreeIterator
12:32:08.179 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EJavaClass will be handled as its instance type java.lang.Class
12:32:08.179 [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
12:32:08.180 [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
12:32:08.181 [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
12:32:08.181 [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
12:32:08.181 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EBigDecimal will be handled as its instance type java.math.BigDecimal
12:32:08.181 [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
12:32:08.181 [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
12:32:08.181 [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
12:32:08.181 [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
12:32:08.182 [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
12:32:08.182 [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
12:32:08.182 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EFloatObject will be handled as its instance type java.lang.Float
12:32:08.188 [main] INFO  o.e.h.g.u.GraphMetaModelResourceInjector - 20 METAMODEL NODES! (took ~0 sec)
12:32:08.188 [main] INFO  o.e.h.c.r.CompositeStateListener - Added metamodel(s).
12:32:08.188 [main] INFO  o.e.h.c.r.CompositeStateListener - Adding metamodel(s)...
Adding metamodels in: ../../core/tests/org.eclipse.hawk.integration.tests/resources/metamodels/XMLType.ecore to store
12:32:08.191 [main] INFO  o.e.h.g.u.GraphMetaModelResourceInjector - ADDING METAMODELS: 
12:32:08.191 [main] INFO  o.e.h.g.u.GraphMetaModelResourceInjector - ADDING: 
12:32:08.195 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::UnsignedShort will be handled as its instance type java.lang.Integer
12:32:08.195 [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
12:32:08.195 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Short will be handled as its instance type short
12:32:08.195 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::UnsignedShortObject will be handled as its instance type java.lang.Integer
12:32:08.195 [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
12:32:08.195 [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
12:32:08.195 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::NMTOKENSBase will be handled as its instance type java.util.List
12:32:08.195 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::ByteObject will be handled as its instance type java.lang.Byte
12:32:08.195 [main] DEBUG o.e.h.g.u.GraphMetaModelResourceInjector - supertype dependency from http://www.eclipse.org/emf/2003/XMLType to http://www.eclipse.org/emf/2002/Ecore
12:32:08.196 [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
12:32:08.196 [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
12:32:08.196 [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
12:32:08.196 [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
12:32:08.196 [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
12:32:08.196 [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
12:32:08.196 [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
12:32:08.196 [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
12:32:08.196 [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
12:32:08.196 [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
12:32:08.197 [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
12:32:08.197 [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
12:32:08.197 [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
12:32:08.197 [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
12:32:08.197 [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
12:32:08.197 [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
12:32:08.197 [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
12:32:08.197 [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
12:32:08.197 [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
12:32:08.197 [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
12:32:08.197 [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
12:32:08.197 [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
12:32:08.197 [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
12:32:08.197 [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
12:32:08.198 [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
12:32:08.198 [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
12:32:08.198 [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
12:32:08.198 [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
12:32:08.198 [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
12:32:08.198 [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
12:32:08.198 [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
12:32:08.198 [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
12:32:08.198 [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
12:32:08.198 [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
12:32:08.198 [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
12:32:08.198 [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
12:32:08.198 [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
12:32:08.199 [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
12:32:08.199 [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
12:32:08.199 [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
12:32:08.199 [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
12:32:08.199 [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
12:32:08.199 [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
12:32:08.199 [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[]
12:32:08.199 [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
12:32:08.199 [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
12:32:08.199 [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
12:32:08.199 [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
12:32:08.199 [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
12:32:08.199 [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[]
12:32:08.202 [main] INFO  o.e.h.g.u.GraphMetaModelResourceInjector - 4 METAMODEL NODES! (took ~0 sec)
12:32:08.202 [main] INFO  o.e.h.c.r.CompositeStateListener - Added metamodel(s).
12:32:08.202 [main] INFO  o.e.h.c.r.CompositeStateListener - Adding metamodel(s)...
Adding metamodels in: ../../core/tests/org.eclipse.hawk.integration.tests/resources/metamodels/Tree.ecore to store
12:32:08.203 [main] INFO  o.e.h.g.u.GraphMetaModelResourceInjector - ADDING METAMODELS: 
12:32:08.203 [main] INFO  o.e.h.g.u.GraphMetaModelResourceInjector - ADDING: 
12:32:08.207 [main] DEBUG o.e.h.g.u.GraphMetaModelResourceInjector - supertype dependency from Tree to http://www.eclipse.org/emf/2002/Ecore
12:32:08.209 [main] INFO  o.e.h.g.u.GraphMetaModelResourceInjector - 1 METAMODEL NODES! (took ~0 sec)
12:32:08.209 [main] INFO  o.e.h.c.r.CompositeStateListener - Added metamodel(s).
12:32:08.325 [main] INFO  o.e.h.c.r.CompositeStateListener - Saving Hawk metadata...
adding: file:///tmp/junit18359662670901099247/:org.eclipse.hawk.localfolder.LocalFolder:false
12:32:08.327 [main] INFO  o.e.h.c.r.CompositeStateListener - Saved Hawk metadata.
12:32:08.327 [pool-144-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating Hawk...
updating indexer: 
12:32:08.330 [pool-144-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating relevant changed model files...
12:32:08.378 [pool-144-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Deleting models removed from repository...
12:32:08.378 [pool-144-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating models to the new version...
12:32:08.388 [pool-144-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /childAA.xmi...
12:32:08.396 [pool-144-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
12:32:08.397 [pool-144-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
12:32:08.397 [pool-144-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performing batch insert on file: /childAA.xmi...
12:32:08.401 [pool-144-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding elements of file /childAA.xmi
12:32:08.402 [pool-144-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~0sec)
12:32:08.402 [pool-144-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding edges of file /childAA.xmi
12:32:08.408 [pool-144-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec)
12:32:08.408 [pool-144-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performed batch insert on file: /childAA.xmi.
0s20ms [pure insertion]
marking any relevant derived attributes for update...12:32:08.408 [pool-144-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s2ms
12:32:08.410 [pool-144-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s2ms
12:32:08.476 [pool-144-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /root.xmi...
12:32:08.476 [pool-144-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
12:32:08.476 [pool-144-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
12:32:08.476 [pool-144-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performing batch insert on file: /root.xmi...
12:32:08.482 [pool-144-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding elements of file /root.xmi
12:32:08.487 [pool-144-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~0sec)
12:32:08.487 [pool-144-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding edges of file /root.xmi
12:32:08.497 [pool-144-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec)
12:32:08.498 [pool-144-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performed batch insert on file: /root.xmi.
0s22ms [pure insertion]
marking any relevant derived attributes for update...12:32:08.498 [pool-144-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
12:32:08.498 [pool-144-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
12:32:08.509 [pool-144-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /childB.xmi...
12:32:08.509 [pool-144-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
12:32:08.510 [pool-144-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
12:32:08.510 [pool-144-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performing batch insert on file: /childB.xmi...
12:32:08.515 [pool-144-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding elements of file /childB.xmi
12:32:08.516 [pool-144-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~0sec)
12:32:08.516 [pool-144-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding edges of file /childB.xmi
12:32:08.521 [pool-144-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec)
12:32:08.521 [pool-144-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performed batch insert on file: /childB.xmi.
0s12ms [pure insertion]
marking any relevant derived attributes for update...12:32:08.521 [pool-144-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
12:32:08.521 [pool-144-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
12:32:08.583 [pool-144-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /childA.xmi...
12:32:08.583 [pool-144-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
12:32:08.584 [pool-144-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
12:32:08.584 [pool-144-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performing batch insert on file: /childA.xmi...
12:32:08.590 [pool-144-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding elements of file /childA.xmi
12:32:08.590 [pool-144-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~0sec)
12:32:08.590 [pool-144-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding edges of file /childA.xmi
12:32:08.606 [pool-144-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec)
12:32:08.606 [pool-144-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performed batch insert on file: /childA.xmi.
0s23ms [pure insertion]
marking any relevant derived attributes for update...12:32:08.606 [pool-144-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
12:32:08.606 [pool-144-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
12:32:08.606 [pool-144-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating proxies...
attempting to resolve any leftover cross-file references...
12:32:08.606 [pool-144-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Resolving any leftover cross-file references...
12:32:08.607 [pool-144-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Processing 0/6 proxy references (0 sec total)
12:32:08.679 [pool-144-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - 0 proxy ref lists left after resolving 6 refs
12:32:08.679 [pool-144-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - proxy resolution took: ~0.073s
attempting to resolve any uninitialized derived attributes...
12:32:08.679 [pool-144-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Resolving any uninitialized derived attributes...
12:32:08.679 [pool-144-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - Deriving attributes...
12:32:08.679 [pool-144-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...
12:32:08.679 [pool-144-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating any affected derived attributes...
0s73ms [proxy update]
12:32:08.679 [pool-144-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updated proxies.
12:32:08.680 [pool-144-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		~0s
validating changes...
validating file UPDATED for /childAA.xmi
validating file UPDATED for /root.xmi
validating file UPDATED for /childB.xmi
validating file UPDATED for /childA.xmi
changed resource size: 4
relevant graph size: 4
validated changes... true
12:32:08.682 [pool-144-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updated Hawk instance test (success). 0 s 355 ms
12:32:08.682 [main] INFO  o.e.h.c.r.CompositeStateListener - Adding derived attribute Tree::Tree::allContainers...
12:32:08.682 [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);
12:32:08.685 [main] INFO  o.e.h.g.updater.GraphModelInserter - Creating / updating derived attribute Tree::Tree#allContainers
12:32:08.686 [main] DEBUG o.e.hawk.epsilon.emc.DeriveFeature - adding new module to cache, key: return self.closure(e|e.eContainers);
12:32:08.788 [main] INFO  o.e.h.c.r.CompositeStateListener - Processed 4/4 derived feature nodes of type 'org.eclipse.hawk.epsilon.emc.EOLQueryEngine' (0 s, 0 s total)
12:32:08.788 [main] INFO  o.e.h.g.updater.GraphModelInserter - Finished adding derived feature in 0.103s
12:32:08.788 [main] INFO  o.e.h.c.r.CompositeStateListener - Added derived attribute Tree::Tree::allContainers.
12:32:08.792 [pool-144-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating Hawk...
updating indexer: 
12:32:08.795 [pool-144-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating relevant changed model files...
12:32:08.804 [pool-144-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Deleting models removed from repository...
12:32:08.804 [pool-144-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating models to the new version...
12:32:08.812 [pool-144-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /root.xmi...
12:32:08.812 [pool-144-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
12:32:08.812 [pool-144-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File contains: 1 (1) nodes in store
12:32:08.813 [pool-144-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - Update contains | a:0 u:1 d:0 ratio: 1.0
12:32:08.813 [pool-144-thread-1] DEBUG o.e.h.g.updater.GraphModelInserter - File already present, calculating deltas with respect to graph storage
12:32:08.813 [pool-144-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performing batch update of file: /root.xmi...
12:32:08.813 [pool-144-thread-1] DEBUG o.e.hawk.graph.updater.DeletionUtils - deleting nodes from file: /root.xmi
12:32:08.892 [pool-144-thread-1] DEBUG o.e.hawk.graph.updater.DeletionUtils - deleted all, took: 0.079s
12:32:08.900 [pool-144-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding elements of file /root.xmi
12:32:08.974 [pool-144-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~0sec)
12:32:08.974 [pool-144-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding edges of file /root.xmi
12:32:08.982 [pool-144-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec)
12:32:08.982 [pool-144-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performed batch update of file: /root.xmi.
0s170ms [pure insertion]
marking any relevant derived attributes for update...12:32:08.982 [pool-144-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s2ms
12:32:08.984 [pool-144-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s2ms
12:32:08.984 [pool-144-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating proxies...
attempting to resolve any leftover cross-file references...
12:32:08.984 [pool-144-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Resolving any leftover cross-file references...
12:32:08.984 [pool-144-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Processing 0/4 proxy references (0 sec total)
12:32:08.992 [pool-144-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - 0 proxy ref lists left after resolving 4 refs
12:32:08.992 [pool-144-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - proxy resolution took: ~0.008s
attempting to resolve any uninitialized derived attributes...
12:32:08.992 [pool-144-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Resolving any uninitialized derived attributes...
12:32:08.992 [pool-144-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - Deriving attributes...
12:32:08.993 [pool-144-thread-1] DEBUG o.e.hawk.epsilon.emc.DeriveFeature - adding new module to cache, key: return self.closure(e|e.eContainers);
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
12:32:09.088 [pool-144-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)
12:32:09.088 [pool-144-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...
12:32:09.088 [pool-144-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating any affected derived attributes...
12:32:09.088 [pool-144-thread-1] DEBUG o.e.hawk.epsilon.emc.DeriveFeature - adding new module to cache, key: return self.closure(e|e.eContainers);
12:32:09.095 [pool-144-thread-1] DEBUG o.e.hawk.epsilon.emc.EOLQueryEngine - Clearing edge deallContainers
0s213ms [proxy update]
12:32:09.197 [pool-144-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updated proxies.
12:32:09.197 [pool-144-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
12:32:09.199 [pool-144-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updated Hawk instance test (success). 0 s 407 ms
12:32:09.202 [main] INFO  o.e.h.c.r.CompositeStateListener - Hawk shutting down...
12:32:09.202 [main] INFO  o.e.h.c.r.CompositeStateListener - Saving Hawk metadata...
adding: file:///tmp/junit18359662670901099247/:org.eclipse.hawk.localfolder.LocalFolder:false
12:32:09.205 [main] INFO  o.e.h.c.r.CompositeStateListener - Saved Hawk metadata.
12:32:09.205 [main] INFO  o.e.h.core.runtime.BaseModelIndexer - Waiting 120s for all scheduled tasks to complete
12:32:09.367 [main] INFO  o.e.hawk.greycat.lucene.SoftTxLucene - Shutdown of Lucene complete.
12:32:09.367 [main] INFO  o.e.h.g.AbstractGreycatDatabase - Disconnected from GreyCat graph at /tmp/junit1984279794599400632/test_eContainersIsUpdatedRoot[LevelDB GreyCat]
12:32:09.367 [main] INFO  o.e.h.c.r.CompositeStateListener - Hawk shut down.
12:32:09.564 [main] INFO  o.e.h.c.r.CompositeStateListener - Saving Hawk metadata...
12:32:09.566 [main] INFO  o.e.h.c.r.CompositeStateListener - Saved Hawk metadata.
12:32:09.566 [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
12:32:09.566 [main] INFO  o.e.h.g.u.GraphMetaModelResourceInjector - ADDING METAMODELS: 
12:32:09.566 [main] INFO  o.e.h.g.u.GraphMetaModelResourceInjector - ADDING: 
12:32:09.569 [main] INFO  o.e.h.g.u.GraphMetaModelResourceInjector - 0 METAMODEL NODES! (took ~0 sec)
inserting static metamodels complete
12:32:09.569 [main] INFO  o.e.h.c.r.CompositeStateListener - Registering metamodels...
12:32:09.569 [main] INFO  o.e.h.c.r.CompositeStateListener - Registered metamodels.
12:32:09.569 [main] INFO  o.e.h.c.r.CompositeStateListener - Initialized Hawk.
12:32:09.569 [pool-146-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating Hawk...
updating indexer: 
12:32:09.569 [main] INFO  o.e.h.c.r.CompositeStateListener - Adding metamodel(s)...
12:32:09.570 [pool-146-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performing optional post-sync operations.
12:32:09.570 [pool-146-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updated Hawk instance test (success). 0 s 0 ms
Adding metamodels in: ../../core/tests/org.eclipse.hawk.integration.tests/resources/metamodels/Ecore.ecore to store
12:32:09.575 [main] INFO  o.e.hawk.emf.model.util.RegisterMeta - Registering package: ColoredTree (ColoredTree) [file:/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/../../core/tests/org.eclipse.hawk.integration.tests/resources/metamodels/ColoredTree.ecore]
Adding metamodels in: ../../core/tests/org.eclipse.hawk.integration.tests/resources/metamodels/ColoredTree.ecore to store
12:32:09.575 [main] INFO  o.e.h.g.u.GraphMetaModelResourceInjector - ADDING METAMODELS: 
12:32:09.575 [main] INFO  o.e.h.g.u.GraphMetaModelResourceInjector - ADDING: 
12:32:09.589 [main] DEBUG o.e.h.g.u.GraphMetaModelResourceInjector - supertype dependency from ColoredTree to http://www.eclipse.org/emf/2002/Ecore
12:32:09.590 [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
12:32:09.590 [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
12:32:09.590 [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
12:32:09.590 [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
12:32:09.591 [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
12:32:09.595 [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
12:32:09.595 [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
12:32:09.595 [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
12:32:09.595 [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
12:32:09.598 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EFeatureMapEntry will be handled as its instance type org.eclipse.emf.ecore.util.FeatureMap$Entry
12:32:09.598 [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
12:32:09.601 [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
12:32:09.601 [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[]
12:32:09.601 [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
12:32:09.601 [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
12:32:09.601 [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
12:32:09.601 [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
12:32:09.601 [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
12:32:09.601 [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
12:32:09.601 [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
12:32:09.602 [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
12:32:09.602 [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
12:32:09.605 [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
12:32:09.606 [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
12:32:09.606 [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
12:32:09.606 [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
12:32:09.606 [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
12:32:09.607 [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
12:32:09.607 [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
12:32:09.607 [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
12:32:09.607 [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
12:32:09.608 [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
12:32:09.608 [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
12:32:09.609 [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
12:32:09.615 [main] INFO  o.e.h.g.u.GraphMetaModelResourceInjector - 21 METAMODEL NODES! (took ~0 sec)
12:32:09.615 [main] INFO  o.e.h.c.r.CompositeStateListener - Added metamodel(s).
12:32:09.780 [main] INFO  o.e.h.c.r.CompositeStateListener - Saving Hawk metadata...
adding: file:///home/jenkins/agent/workspace/Hawk_Greycat_backend_master/core/tests/org.eclipse.hawk.integration.tests/resources/models/enum-support/:org.eclipse.hawk.localfolder.LocalFolder:false
12:32:09.783 [main] INFO  o.e.h.c.r.CompositeStateListener - Saved Hawk metadata.
12:32:09.783 [pool-146-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating Hawk...
updating indexer: 
12:32:09.786 [pool-146-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating relevant changed model files...
12:32:09.793 [pool-146-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Deleting models removed from repository...
12:32:09.793 [pool-146-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating models to the new version...
12:32:09.795 [pool-146-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /colored-tree.model...
12:32:09.804 [pool-146-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
12:32:09.804 [pool-146-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
12:32:09.804 [pool-146-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performing batch insert on file: /colored-tree.model...
12:32:09.808 [pool-146-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding elements of file /colored-tree.model
12:32:09.814 [pool-146-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 3 NODES AND 3 M->MM REFERENCES! (took ~0sec)
12:32:09.814 [pool-146-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding edges of file /colored-tree.model
12:32:09.815 [pool-146-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 4 REFERENCES! (took ~0 sec)
12:32:09.815 [pool-146-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performed batch insert on file: /colored-tree.model.
0s20ms [pure insertion]
marking any relevant derived attributes for update...12:32:09.815 [pool-146-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s62ms
12:32:09.877 [pool-146-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s62ms
12:32:09.877 [pool-146-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating proxies...
attempting to resolve any leftover cross-file references...
12:32:09.877 [pool-146-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Resolving any leftover cross-file references...
12:32:09.878 [pool-146-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - 0 proxy ref lists left after resolving 0 refs
12:32:09.878 [pool-146-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - proxy resolution took: ~0.001s
attempting to resolve any uninitialized derived attributes...
12:32:09.878 [pool-146-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Resolving any uninitialized derived attributes...
12:32:09.878 [pool-146-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - Deriving attributes...
12:32:09.878 [pool-146-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...
12:32:09.878 [pool-146-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating any affected derived attributes...
0s1ms [proxy update]
12:32:09.878 [pool-146-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updated proxies.
12:32:09.878 [pool-146-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performing optional post-sync operations.
12:32:09.878 [pool-146-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updated Hawk instance test (success). 0 s 95 ms
12:32:09.881 [main] INFO  o.e.h.c.r.CompositeStateListener - Hawk shutting down...
12:32:09.881 [main] INFO  o.e.h.c.r.CompositeStateListener - Saving Hawk metadata...
adding: file:///home/jenkins/agent/workspace/Hawk_Greycat_backend_master/core/tests/org.eclipse.hawk.integration.tests/resources/models/enum-support/:org.eclipse.hawk.localfolder.LocalFolder:false
12:32:09.883 [main] INFO  o.e.h.c.r.CompositeStateListener - Saved Hawk metadata.
12:32:09.883 [main] INFO  o.e.h.core.runtime.BaseModelIndexer - Waiting 120s for all scheduled tasks to complete
12:32:09.970 [main] INFO  o.e.hawk.greycat.lucene.SoftTxLucene - Shutdown of Lucene complete.
12:32:09.970 [main] INFO  o.e.h.g.AbstractGreycatDatabase - Disconnected from GreyCat graph at /tmp/junit11878323525369512884/test_queryEnumValues[LevelDB GreyCat]
12:32:09.970 [main] INFO  o.e.h.c.r.CompositeStateListener - Hawk shut down.
12:32:10.117 [main] INFO  o.e.h.c.r.CompositeStateListener - Saving Hawk metadata...
12:32:10.119 [main] INFO  o.e.h.c.r.CompositeStateListener - Saved Hawk metadata.
12:32:10.119 [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
12:32:10.119 [main] INFO  o.e.h.g.u.GraphMetaModelResourceInjector - ADDING METAMODELS: 
12:32:10.119 [main] INFO  o.e.h.g.u.GraphMetaModelResourceInjector - ADDING: 
12:32:10.122 [main] INFO  o.e.h.g.u.GraphMetaModelResourceInjector - 0 METAMODEL NODES! (took ~0 sec)
inserting static metamodels complete
12:32:10.122 [main] INFO  o.e.h.c.r.CompositeStateListener - Registering metamodels...
12:32:10.122 [main] INFO  o.e.h.c.r.CompositeStateListener - Registered metamodels.
12:32:10.122 [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!
12:32:10.122 [pool-148-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating Hawk...
updating indexer: 
12:32:10.123 [main] INFO  o.e.h.c.r.CompositeStateListener - Adding metamodel(s)...
12:32:10.123 [pool-148-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
12:32:10.123 [pool-148-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updated Hawk instance test (success). 0 s 0 ms
Adding metamodels in: ../../core/tests/org.eclipse.hawk.integration.tests/resources/metamodels/Ecore.ecore to store
Adding metamodels in: ../../core/tests/org.eclipse.hawk.integration.tests/resources/metamodels/JDTAST.ecore to store
12:32:10.179 [main] INFO  o.e.h.g.u.GraphMetaModelResourceInjector - ADDING METAMODELS: 
12:32:10.179 [main] INFO  o.e.h.g.u.GraphMetaModelResourceInjector - ADDING: 
12:32:10.196 [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
12:32:10.196 [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
12:32:10.196 [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
12:32:10.196 [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
12:32:10.199 [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
12:32:10.199 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EBigInteger will be handled as its instance type java.math.BigInteger
12:32:10.199 [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
12:32:10.200 [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
12:32:10.200 [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
12:32:10.200 [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
12:32:10.204 [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
12:32:10.204 [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
12:32:10.230 [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
12:32:10.231 [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
12:32:10.275 [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
12:32:10.276 [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
12:32:10.276 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EDouble will be handled as its instance type java.lang.Double
12:32:10.276 [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
12:32:10.276 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EResource will be handled as its instance type org.eclipse.emf.ecore.resource.Resource
12:32:10.276 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EFeatureMapEntry will be handled as its instance type org.eclipse.emf.ecore.util.FeatureMap$Entry
12:32:10.276 [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
12:32:10.276 [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
12:32:10.277 [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
12:32:10.278 [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
12:32:10.278 [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
12:32:10.278 [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
12:32:10.278 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EInvocationTargetException will be handled as its instance type java.lang.reflect.InvocationTargetException
12:32:10.278 [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
12:32:10.278 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::ELongObject will be handled as its instance type java.lang.Long
12:32:10.278 [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
12:32:10.279 [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
12:32:10.279 [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
12:32:10.279 [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
12:32:10.279 [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[]
12:32:10.279 [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
12:32:10.280 [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
12:32:10.282 [main] DEBUG o.e.h.g.u.GraphMetaModelResourceInjector - supertype dependency from org.amma.dsl.jdt.core to org.amma.dsl.jdt.primitiveTypes
12:32:10.284 [main] DEBUG o.e.h.g.u.GraphMetaModelResourceInjector - supertype dependency from org.amma.dsl.jdt.core to org.amma.dsl.jdt.dom
12:32:10.294 [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
12:32:10.299 [main] DEBUG o.e.h.g.u.GraphMetaModelResourceInjector - supertype dependency from org.amma.dsl.jdt.dom to org.amma.dsl.jdt.primitiveTypes
12:32:10.299 [main] DEBUG o.e.h.g.u.GraphMetaModelResourceInjector - supertype dependency from org.amma.dsl.jdt.dom to org.amma.dsl.jdt.core
12:32:10.300 [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
12:32:10.305 [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
12:32:10.317 [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
12:32:10.400 [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
12:32:10.423 [main] INFO  o.e.h.g.u.GraphMetaModelResourceInjector - 136 METAMODEL NODES! (took ~0 sec)
12:32:10.423 [main] INFO  o.e.h.c.r.CompositeStateListener - Added metamodel(s).
12:32:10.478 [main] INFO  o.e.h.c.r.CompositeStateListener - Hawk shutting down...
12:32:10.478 [main] INFO  o.e.h.c.r.CompositeStateListener - Saving Hawk metadata...
12:32:10.480 [main] INFO  o.e.h.c.r.CompositeStateListener - Saved Hawk metadata.
12:32:10.480 [main] INFO  o.e.h.core.runtime.BaseModelIndexer - Waiting 120s for all scheduled tasks to complete
12:32:10.548 [main] INFO  o.e.hawk.greycat.lucene.SoftTxLucene - Shutdown of Lucene complete.
12:32:10.549 [main] INFO  o.e.h.g.AbstractGreycatDatabase - Disconnected from GreyCat graph at /tmp/junit1972373620941642640/test_metamodels[LevelDB GreyCat]
12:32:10.549 [main] INFO  o.e.h.c.r.CompositeStateListener - Hawk shut down.
12:32:11.007 [main] INFO  o.e.h.c.r.CompositeStateListener - Saving Hawk metadata...
12:32:11.009 [main] INFO  o.e.h.c.r.CompositeStateListener - Saved Hawk metadata.
12:32:11.009 [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
12:32:11.009 [main] INFO  o.e.h.g.u.GraphMetaModelResourceInjector - ADDING METAMODELS: 
12:32:11.009 [main] INFO  o.e.h.g.u.GraphMetaModelResourceInjector - ADDING: 
12:32:11.076 [main] INFO  o.e.h.g.u.GraphMetaModelResourceInjector - 0 METAMODEL NODES! (took ~0 sec)
inserting static metamodels complete
12:32:11.076 [main] INFO  o.e.h.c.r.CompositeStateListener - Registering metamodels...
12:32:11.076 [main] INFO  o.e.h.c.r.CompositeStateListener - Registered metamodels.
12:32:11.076 [main] INFO  o.e.h.c.r.CompositeStateListener - Initialized Hawk.
12:32:11.076 [main] INFO  o.e.h.c.r.CompositeStateListener - Adding metamodel(s)...
12:32:11.076 [pool-150-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating Hawk...
updating indexer: 
12:32:11.079 [pool-150-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performing optional post-sync operations.
12:32:11.079 [pool-150-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updated Hawk instance test (success). 0 s 0 ms
12:32:11.805 [main] INFO  o.e.h.m.exml.metamodel.ModelioClass - registered package: Archimate(modelio://Modeliosoft.Archimate/1.0.02)
12:32:11.805 [main] INFO  o.e.h.m.exml.metamodel.ModelioClass - registered package: modelio.kernel(modelio://Modeliosoft.modelio.kernel/1.0.00)
12:32:11.805 [main] INFO  o.e.h.m.exml.metamodel.ModelioClass - registered package: ModelioMetaPackage(modelio://ModelioMetaPackage)
12:32:11.805 [main] INFO  o.e.h.m.exml.metamodel.ModelioClass - registered package: Analyst(modelio://Modeliosoft.Analyst/2.0.00)
12:32:11.805 [main] INFO  o.e.h.m.exml.metamodel.ModelioClass - registered package: Infrastructure(modelio://Modeliosoft.Infrastructure/2.0.00)
12:32:11.805 [main] INFO  o.e.h.m.exml.metamodel.ModelioClass - registered package: Standard(modelio://Modeliosoft.Standard/2.0.00)
Adding metamodels in: ../../core/tests/org.eclipse.hawk.integration.tests/resources/metamodels/metamodel_descriptor.xml to store
12:32:11.805 [main] INFO  o.e.h.g.u.GraphMetaModelResourceInjector - ADDING METAMODELS: 
12:32:11.805 [main] INFO  o.e.h.g.u.GraphMetaModelResourceInjector - ADDING: 
12:32:11.902 [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
12:32:11.902 [main] DEBUG o.e.h.g.u.GraphMetaModelResourceInjector - supertype dependency from modelio://Modeliosoft.Analyst/2.0.00 to modelio://Modeliosoft.Infrastructure/2.0.00
12:32:11.903 [main] DEBUG o.e.h.g.u.GraphMetaModelResourceInjector - supertype dependency from modelio://Modeliosoft.Analyst/2.0.00 to modelio://ModelioMetaPackage
12:32:12.090 [main] DEBUG o.e.h.g.u.GraphMetaModelResourceInjector - supertype dependency from modelio://Modeliosoft.modelio.kernel/1.0.00 to modelio://ModelioMetaPackage
12:32:12.091 [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
12:32:12.091 [main] DEBUG o.e.h.g.u.GraphMetaModelResourceInjector - supertype dependency from modelio://Modeliosoft.Archimate/1.0.02 to modelio://Modeliosoft.Infrastructure/2.0.00
12:32:12.091 [main] DEBUG o.e.h.g.u.GraphMetaModelResourceInjector - supertype dependency from modelio://Modeliosoft.Archimate/1.0.02 to modelio://ModelioMetaPackage
12:32:13.175 [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
12:32:13.175 [main] DEBUG o.e.h.g.u.GraphMetaModelResourceInjector - supertype dependency from modelio://Modeliosoft.Standard/2.0.00 to modelio://Modeliosoft.Infrastructure/2.0.00
12:32:13.176 [main] DEBUG o.e.h.g.u.GraphMetaModelResourceInjector - supertype dependency from modelio://Modeliosoft.Standard/2.0.00 to modelio://ModelioMetaPackage
12:32:15.811 [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
12:32:15.812 [main] DEBUG o.e.h.g.u.GraphMetaModelResourceInjector - supertype dependency from modelio://Modeliosoft.Infrastructure/2.0.00 to modelio://ModelioMetaPackage
12:32:16.012 [main] INFO  o.e.h.g.u.GraphMetaModelResourceInjector - 409 METAMODEL NODES! (took ~4 sec)
12:32:16.012 [main] INFO  o.e.h.c.r.CompositeStateListener - Added metamodel(s).
12:32:16.096 [main] INFO  o.e.h.c.r.CompositeStateListener - Saving Hawk metadata...
adding: file:///tmp/junit14408930831956664217/:org.eclipse.hawk.localfolder.LocalFolder:false
12:32:16.098 [main] INFO  o.e.h.c.r.CompositeStateListener - Saved Hawk metadata.
12:32:16.098 [pool-150-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating Hawk...
updating indexer: 
12:32:16.101 [pool-150-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating relevant changed model files...
12:32:16.109 [pool-150-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Deleting models removed from repository...
12:32:16.109 [pool-150-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating models to the new version...
12:32:16.179 [pool-150-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /2d7b2cba-e694-4b33-bd9e-4d2f1db4cc7b.exml...
12:32:16.187 [pool-150-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
12:32:16.189 [pool-150-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
12:32:16.190 [pool-150-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performing batch insert on file: /2d7b2cba-e694-4b33-bd9e-4d2f1db4cc7b.exml...
12:32:16.194 [pool-150-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding elements of file /2d7b2cba-e694-4b33-bd9e-4d2f1db4cc7b.exml
12:32:16.212 [pool-150-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 3 NODES AND 3 M->MM REFERENCES! (took ~18sec)
12:32:16.213 [pool-150-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding edges of file /2d7b2cba-e694-4b33-bd9e-4d2f1db4cc7b.exml
12:32:16.283 [pool-150-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 2 REFERENCES! (took ~0 sec)
12:32:16.283 [pool-150-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performed batch insert on file: /2d7b2cba-e694-4b33-bd9e-4d2f1db4cc7b.exml.
0s104ms [pure insertion]
marking any relevant derived attributes for update...12:32:16.283 [pool-150-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s2ms
12:32:16.285 [pool-150-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s2ms
12:32:16.285 [pool-150-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating proxies...
attempting to resolve any leftover cross-file references...
12:32:16.285 [pool-150-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Resolving any leftover cross-file references...
12:32:16.287 [pool-150-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Processing 0/4 proxy references (0 sec total)
12:32:16.291 [pool-150-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - 2 proxy ref lists left after resolving 2 refs
12:32:16.291 [pool-150-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - proxy resolution took: ~0.006s
attempting to resolve any uninitialized derived attributes...
12:32:16.291 [pool-150-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Resolving any uninitialized derived attributes...
12:32:16.291 [pool-150-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - Deriving attributes...
12:32:16.291 [pool-150-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...
12:32:16.291 [pool-150-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating any affected derived attributes...
0s6ms [proxy update]
12:32:16.291 [pool-150-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updated proxies.
12:32:16.292 [pool-150-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performing optional post-sync operations.
12:32:16.292 [pool-150-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updated Hawk instance test (success). 0 s 194 ms
12:32:16.293 [pool-150-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating Hawk...
updating indexer: 
12:32:16.295 [pool-150-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating relevant changed model files...
12:32:16.296 [pool-150-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Deleting models removed from repository...
12:32:16.296 [pool-150-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating models to the new version...
12:32:16.300 [pool-150-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /0a4ac84f-75a3-4b5b-bbad-d0e67857b4cf.exml...
12:32:16.300 [pool-150-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
12:32:16.300 [pool-150-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
12:32:16.300 [pool-150-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performing batch insert on file: /0a4ac84f-75a3-4b5b-bbad-d0e67857b4cf.exml...
12:32:16.303 [pool-150-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding elements of file /0a4ac84f-75a3-4b5b-bbad-d0e67857b4cf.exml
12:32:16.388 [pool-150-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 5 NODES AND 5 M->MM REFERENCES! (took ~30sec)
12:32:16.388 [pool-150-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding edges of file /0a4ac84f-75a3-4b5b-bbad-d0e67857b4cf.exml
12:32:16.407 [pool-150-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 4 REFERENCES! (took ~0 sec)
12:32:16.407 [pool-150-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performed batch insert on file: /0a4ac84f-75a3-4b5b-bbad-d0e67857b4cf.exml.
0s107ms [pure insertion]
marking any relevant derived attributes for update...12:32:16.407 [pool-150-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
12:32:16.407 [pool-150-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
12:32:16.410 [pool-150-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /4ed7f59f-f723-4f88-b6fc-ea6b83eb3108.exml...
12:32:16.410 [pool-150-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
12:32:16.410 [pool-150-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
12:32:16.410 [pool-150-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performing batch insert on file: /4ed7f59f-f723-4f88-b6fc-ea6b83eb3108.exml...
12:32:16.413 [pool-150-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding elements of file /4ed7f59f-f723-4f88-b6fc-ea6b83eb3108.exml
12:32:16.493 [pool-150-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 5 NODES AND 5 M->MM REFERENCES! (took ~32sec)
12:32:16.493 [pool-150-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding edges of file /4ed7f59f-f723-4f88-b6fc-ea6b83eb3108.exml
12:32:16.510 [pool-150-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 4 REFERENCES! (took ~0 sec)
12:32:16.510 [pool-150-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performed batch insert on file: /4ed7f59f-f723-4f88-b6fc-ea6b83eb3108.exml.
0s100ms [pure insertion]
marking any relevant derived attributes for update...12:32:16.510 [pool-150-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
12:32:16.510 [pool-150-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
12:32:16.510 [pool-150-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating proxies...
attempting to resolve any leftover cross-file references...
12:32:16.510 [pool-150-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Resolving any leftover cross-file references...
12:32:16.512 [pool-150-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Processing 0/17 proxy references (0 sec total)
12:32:16.578 [pool-150-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - 5 proxy ref lists left after resolving 12 refs
12:32:16.578 [pool-150-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - proxy resolution took: ~0.068s
attempting to resolve any uninitialized derived attributes...
12:32:16.578 [pool-150-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Resolving any uninitialized derived attributes...
12:32:16.578 [pool-150-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - Deriving attributes...
12:32:16.578 [pool-150-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...
12:32:16.578 [pool-150-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating any affected derived attributes...
0s68ms [proxy update]
12:32:16.578 [pool-150-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updated proxies.
12:32:16.579 [pool-150-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performing optional post-sync operations.
12:32:16.579 [pool-150-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updated Hawk instance test (success). 0 s 286 ms
12:32:16.579 [main] INFO  o.e.h.c.r.CompositeStateListener - Hawk shutting down...
12:32:16.580 [main] INFO  o.e.h.c.r.CompositeStateListener - Saving Hawk metadata...
adding: file:///tmp/junit14408930831956664217/:org.eclipse.hawk.localfolder.LocalFolder:false
12:32:16.582 [main] INFO  o.e.h.c.r.CompositeStateListener - Saved Hawk metadata.
12:32:16.582 [main] INFO  o.e.h.core.runtime.BaseModelIndexer - Waiting 120s for all scheduled tasks to complete
12:32:16.673 [main] INFO  o.e.hawk.greycat.lucene.SoftTxLucene - Shutdown of Lucene complete.
12:32:16.673 [main] INFO  o.e.h.g.AbstractGreycatDatabase - Disconnected from GreyCat graph at /tmp/junit7238768715439689259/test_elephantResolve[LevelDB GreyCat]
12:32:16.673 [main] INFO  o.e.h.c.r.CompositeStateListener - Hawk shut down.
12:32:16.809 [main] INFO  o.e.h.c.r.CompositeStateListener - Saving Hawk metadata...
12:32:16.810 [main] INFO  o.e.h.c.r.CompositeStateListener - Saved Hawk metadata.
12:32:16.810 [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
12:32:16.810 [main] INFO  o.e.h.g.u.GraphMetaModelResourceInjector - ADDING METAMODELS: 
12:32:16.810 [main] INFO  o.e.h.g.u.GraphMetaModelResourceInjector - ADDING: 
12:32:16.813 [main] INFO  o.e.h.g.u.GraphMetaModelResourceInjector - 0 METAMODEL NODES! (took ~0 sec)
inserting static metamodels complete
12:32:16.813 [main] INFO  o.e.h.c.r.CompositeStateListener - Registering metamodels...
12:32:16.813 [main] INFO  o.e.h.c.r.CompositeStateListener - Registered metamodels.
12:32:16.814 [main] INFO  o.e.h.c.r.CompositeStateListener - Initialized Hawk.
12:32:16.814 [main] INFO  o.e.h.c.r.CompositeStateListener - Adding metamodel(s)...
12:32:16.814 [pool-152-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating Hawk...
updating indexer: 
12:32:16.814 [pool-152-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performing optional post-sync operations.
12:32:16.814 [pool-152-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updated Hawk instance test (success). 0 s 0 ms
Adding metamodels in: ../../core/tests/org.eclipse.hawk.integration.tests/resources/metamodels/metamodel_descriptor.xml to store
12:32:16.980 [main] INFO  o.e.h.g.u.GraphMetaModelResourceInjector - ADDING METAMODELS: 
12:32:16.980 [main] INFO  o.e.h.g.u.GraphMetaModelResourceInjector - ADDING: 
12:32:17.021 [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
12:32:17.074 [main] DEBUG o.e.h.g.u.GraphMetaModelResourceInjector - supertype dependency from modelio://Modeliosoft.Analyst/2.0.00 to modelio://Modeliosoft.Infrastructure/2.0.00
12:32:17.074 [main] DEBUG o.e.h.g.u.GraphMetaModelResourceInjector - supertype dependency from modelio://Modeliosoft.Analyst/2.0.00 to modelio://ModelioMetaPackage
12:32:17.209 [main] DEBUG o.e.h.g.u.GraphMetaModelResourceInjector - supertype dependency from modelio://Modeliosoft.modelio.kernel/1.0.00 to modelio://ModelioMetaPackage
12:32:17.210 [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
12:32:17.210 [main] DEBUG o.e.h.g.u.GraphMetaModelResourceInjector - supertype dependency from modelio://Modeliosoft.Archimate/1.0.02 to modelio://Modeliosoft.Infrastructure/2.0.00
12:32:17.211 [main] DEBUG o.e.h.g.u.GraphMetaModelResourceInjector - supertype dependency from modelio://Modeliosoft.Archimate/1.0.02 to modelio://ModelioMetaPackage
12:32:17.801 [main] DEBUG o.e.h.g.u.GraphMetaModelResourceInjector - supertype dependency from modelio://Modeliosoft.Standard/2.0.00 to modelio://Modeliosoft.modelio.kernel/1.0.00
12:32:17.802 [main] DEBUG o.e.h.g.u.GraphMetaModelResourceInjector - supertype dependency from modelio://Modeliosoft.Standard/2.0.00 to modelio://Modeliosoft.Infrastructure/2.0.00
12:32:17.802 [main] DEBUG o.e.h.g.u.GraphMetaModelResourceInjector - supertype dependency from modelio://Modeliosoft.Standard/2.0.00 to modelio://ModelioMetaPackage
12:32:18.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
12:32:18.865 [main] DEBUG o.e.h.g.u.GraphMetaModelResourceInjector - supertype dependency from modelio://Modeliosoft.Infrastructure/2.0.00 to modelio://ModelioMetaPackage
12:32:18.935 [main] INFO  o.e.h.g.u.GraphMetaModelResourceInjector - 409 METAMODEL NODES! (took ~1 sec)
12:32:18.935 [main] INFO  o.e.h.c.r.CompositeStateListener - Added metamodel(s).
12:32:18.991 [main] INFO  o.e.h.c.r.CompositeStateListener - Saving Hawk metadata...
adding: /home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/resources/models/zoo:org.eclipse.hawk.localfolder.LocalFolder:false
12:32:18.993 [main] INFO  o.e.h.c.r.CompositeStateListener - Saved Hawk metadata.
12:32:18.993 [pool-152-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating Hawk...
updating indexer: 
12:32:18.994 [pool-152-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performing optional post-sync operations.
Warning, monitor is inactive, synchronisation failed!
SYNCHRONISATION ERROR
12:32:18.994 [pool-152-thread-1] ERROR o.e.h.c.r.CompositeStateListener - Update FAILED!
12:32:18.994 [pool-152-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updated Hawk instance test (failure). 0 s 1 ms
12:32:18.999 [main] INFO  o.e.h.c.r.CompositeStateListener - Hawk shutting down...
12:32:18.999 [main] INFO  o.e.h.c.r.CompositeStateListener - Saving Hawk metadata...
adding: /home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/resources/models/zoo:org.eclipse.hawk.localfolder.LocalFolder:false
12:32:19.000 [main] INFO  o.e.h.c.r.CompositeStateListener - Saved Hawk metadata.
12:32:19.000 [main] INFO  o.e.h.core.runtime.BaseModelIndexer - Waiting 120s for all scheduled tasks to complete
12:32:19.070 [main] INFO  o.e.hawk.greycat.lucene.SoftTxLucene - Shutdown of Lucene complete.
12:32:19.070 [main] INFO  o.e.h.g.AbstractGreycatDatabase - Disconnected from GreyCat graph at /tmp/junit7120357651238237870/test_zoo[LevelDB GreyCat]
12:32:19.070 [main] INFO  o.e.h.c.r.CompositeStateListener - Hawk shut down.
12:32:19.190 [main] INFO  o.e.h.c.r.CompositeStateListener - Saving Hawk metadata...
12:32:19.191 [main] INFO  o.e.h.c.r.CompositeStateListener - Saved Hawk metadata.
12:32:19.191 [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
12:32:19.191 [main] INFO  o.e.h.g.u.GraphMetaModelResourceInjector - ADDING METAMODELS: 
12:32:19.191 [main] INFO  o.e.h.g.u.GraphMetaModelResourceInjector - ADDING: 
12:32:19.194 [main] INFO  o.e.h.g.u.GraphMetaModelResourceInjector - 0 METAMODEL NODES! (took ~0 sec)
inserting static metamodels complete
12:32:19.194 [main] INFO  o.e.h.c.r.CompositeStateListener - Registering metamodels...
12:32:19.194 [main] INFO  o.e.h.c.r.CompositeStateListener - Registered metamodels.
12:32:19.194 [main] INFO  o.e.h.c.r.CompositeStateListener - Initialized Hawk.
12:32:19.195 [main] INFO  o.e.h.c.r.CompositeStateListener - Adding metamodel(s)...
12:32:19.217 [pool-154-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating Hawk...
updating indexer: 
12:32:19.217 [pool-154-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performing optional post-sync operations.
12:32:19.218 [pool-154-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updated Hawk instance test (success). 0 s 0 ms
Adding metamodels in: ../../core/tests/org.eclipse.hawk.integration.tests/resources/metamodels/metamodel_descriptor.xml to store
12:32:19.384 [main] INFO  o.e.h.g.u.GraphMetaModelResourceInjector - ADDING METAMODELS: 
12:32:19.384 [main] INFO  o.e.h.g.u.GraphMetaModelResourceInjector - ADDING: 
12:32:19.411 [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
12:32:19.412 [main] DEBUG o.e.h.g.u.GraphMetaModelResourceInjector - supertype dependency from modelio://Modeliosoft.Analyst/2.0.00 to modelio://Modeliosoft.Infrastructure/2.0.00
12:32:19.412 [main] DEBUG o.e.h.g.u.GraphMetaModelResourceInjector - supertype dependency from modelio://Modeliosoft.Analyst/2.0.00 to modelio://ModelioMetaPackage
12:32:19.609 [main] DEBUG o.e.h.g.u.GraphMetaModelResourceInjector - supertype dependency from modelio://Modeliosoft.modelio.kernel/1.0.00 to modelio://ModelioMetaPackage
12:32:19.610 [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
12:32:19.610 [main] DEBUG o.e.h.g.u.GraphMetaModelResourceInjector - supertype dependency from modelio://Modeliosoft.Archimate/1.0.02 to modelio://Modeliosoft.Infrastructure/2.0.00
12:32:19.610 [main] DEBUG o.e.h.g.u.GraphMetaModelResourceInjector - supertype dependency from modelio://Modeliosoft.Archimate/1.0.02 to modelio://ModelioMetaPackage
12:32:20.105 [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
12:32:20.105 [main] DEBUG o.e.h.g.u.GraphMetaModelResourceInjector - supertype dependency from modelio://Modeliosoft.Standard/2.0.00 to modelio://Modeliosoft.Infrastructure/2.0.00
12:32:20.105 [main] DEBUG o.e.h.g.u.GraphMetaModelResourceInjector - supertype dependency from modelio://Modeliosoft.Standard/2.0.00 to modelio://ModelioMetaPackage
12:32:20.962 [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
12:32:20.962 [main] DEBUG o.e.h.g.u.GraphMetaModelResourceInjector - supertype dependency from modelio://Modeliosoft.Infrastructure/2.0.00 to modelio://ModelioMetaPackage
12:32:21.018 [main] INFO  o.e.h.g.u.GraphMetaModelResourceInjector - 409 METAMODEL NODES! (took ~1 sec)
12:32:21.018 [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!
12:32:21.019 [main] INFO  o.e.h.c.r.CompositeStateListener - Adding metamodel(s)...
Adding metamodels in: ../../core/tests/org.eclipse.hawk.integration.tests/resources/metamodels/metamodel_descriptor.xml to store
12:32:21.175 [main] INFO  o.e.h.g.u.GraphMetaModelResourceInjector - ADDING METAMODELS: 
12:32:21.175 [main] INFO  o.e.h.g.u.GraphMetaModelResourceInjector - ADDING: 
12:32:21.182 [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!
12:32:21.182 [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!
12:32:21.182 [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!
12:32:21.182 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - metamodel: ModelioMetaPackage (modelio://ModelioMetaPackage) already in store, updating it instead NYI -- doing nothing!
12:32:21.182 [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!
12:32:21.182 [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!
12:32:21.182 [main] INFO  o.e.h.g.u.GraphMetaModelResourceInjector - 0 METAMODEL NODES! (took ~0 sec)
12:32:21.182 [main] INFO  o.e.h.c.r.CompositeStateListener - Added metamodel(s).
12:32:21.186 [main] INFO  o.e.h.c.r.CompositeStateListener - Hawk shutting down...
12:32:21.186 [main] INFO  o.e.h.c.r.CompositeStateListener - Saving Hawk metadata...
12:32:21.192 [main] INFO  o.e.h.c.r.CompositeStateListener - Saved Hawk metadata.
12:32:21.192 [main] INFO  o.e.h.core.runtime.BaseModelIndexer - Waiting 120s for all scheduled tasks to complete
12:32:21.287 [main] INFO  o.e.hawk.greycat.lucene.SoftTxLucene - Shutdown of Lucene complete.
12:32:21.287 [main] INFO  o.e.h.g.AbstractGreycatDatabase - Disconnected from GreyCat graph at /tmp/junit14202606393018022074/test_metamodel[LevelDB GreyCat]
12:32:21.287 [main] INFO  o.e.h.c.r.CompositeStateListener - Hawk shut down.
12:32:21.525 [main] INFO  o.e.h.c.r.CompositeStateListener - Saving Hawk metadata...
12:32:21.528 [main] INFO  o.e.h.c.r.CompositeStateListener - Saved Hawk metadata.
12:32:21.528 [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
12:32:21.528 [main] INFO  o.e.h.g.u.GraphMetaModelResourceInjector - ADDING METAMODELS: 
12:32:21.528 [main] INFO  o.e.h.g.u.GraphMetaModelResourceInjector - ADDING: 
12:32:21.532 [main] INFO  o.e.h.g.u.GraphMetaModelResourceInjector - 0 METAMODEL NODES! (took ~0 sec)
inserting static metamodels complete
12:32:21.532 [main] INFO  o.e.h.c.r.CompositeStateListener - Registering metamodels...
12:32:21.532 [main] INFO  o.e.h.c.r.CompositeStateListener - Registered metamodels.
12:32:21.533 [main] INFO  o.e.h.c.r.CompositeStateListener - Initialized Hawk.
12:32:21.533 [main] INFO  o.e.h.c.r.CompositeStateListener - Adding metamodel(s)...
12:32:21.533 [pool-156-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating Hawk...
updating indexer: 
12:32:21.534 [pool-156-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performing optional post-sync operations.
12:32:21.534 [pool-156-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updated Hawk instance test (success). 0 s 0 ms
Adding metamodels in: ../../core/tests/org.eclipse.hawk.integration.tests/resources/metamodels/metamodel_descriptor.xml to store
12:32:21.697 [main] INFO  o.e.h.g.u.GraphMetaModelResourceInjector - ADDING METAMODELS: 
12:32:21.697 [main] INFO  o.e.h.g.u.GraphMetaModelResourceInjector - ADDING: 
12:32:21.776 [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
12:32:21.776 [main] DEBUG o.e.h.g.u.GraphMetaModelResourceInjector - supertype dependency from modelio://Modeliosoft.Analyst/2.0.00 to modelio://Modeliosoft.Infrastructure/2.0.00
12:32:21.776 [main] DEBUG o.e.h.g.u.GraphMetaModelResourceInjector - supertype dependency from modelio://Modeliosoft.Analyst/2.0.00 to modelio://ModelioMetaPackage
12:32:21.909 [main] DEBUG o.e.h.g.u.GraphMetaModelResourceInjector - supertype dependency from modelio://Modeliosoft.modelio.kernel/1.0.00 to modelio://ModelioMetaPackage
12:32:21.910 [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
12:32:21.910 [main] DEBUG o.e.h.g.u.GraphMetaModelResourceInjector - supertype dependency from modelio://Modeliosoft.Archimate/1.0.02 to modelio://Modeliosoft.Infrastructure/2.0.00
12:32:21.910 [main] DEBUG o.e.h.g.u.GraphMetaModelResourceInjector - supertype dependency from modelio://Modeliosoft.Archimate/1.0.02 to modelio://ModelioMetaPackage
12:32:22.495 [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
12:32:22.495 [main] DEBUG o.e.h.g.u.GraphMetaModelResourceInjector - supertype dependency from modelio://Modeliosoft.Standard/2.0.00 to modelio://Modeliosoft.Infrastructure/2.0.00
12:32:22.495 [main] DEBUG o.e.h.g.u.GraphMetaModelResourceInjector - supertype dependency from modelio://Modeliosoft.Standard/2.0.00 to modelio://ModelioMetaPackage
12:32:23.500 [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
12:32:23.500 [main] DEBUG o.e.h.g.u.GraphMetaModelResourceInjector - supertype dependency from modelio://Modeliosoft.Infrastructure/2.0.00 to modelio://ModelioMetaPackage
12:32:23.557 [main] INFO  o.e.h.g.u.GraphMetaModelResourceInjector - 409 METAMODEL NODES! (took ~1 sec)
12:32:23.557 [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!
12:32:23.557 [main] INFO  o.e.h.c.r.CompositeStateListener - Adding metamodel(s)...
Adding metamodels in: ../../core/tests/org.eclipse.hawk.integration.tests/resources/metamodels/metamodel_descriptor.xml to store
12:32:23.617 [main] INFO  o.e.h.g.u.GraphMetaModelResourceInjector - ADDING METAMODELS: 
12:32:23.617 [main] INFO  o.e.h.g.u.GraphMetaModelResourceInjector - ADDING: 
12:32:23.675 [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!
12:32:23.675 [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!
12:32:23.675 [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!
12:32:23.675 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - metamodel: ModelioMetaPackage (modelio://ModelioMetaPackage) already in store, updating it instead NYI -- doing nothing!
12:32:23.675 [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!
12:32:23.675 [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!
12:32:23.675 [main] INFO  o.e.h.g.u.GraphMetaModelResourceInjector - 0 METAMODEL NODES! (took ~0 sec)
12:32:23.675 [main] INFO  o.e.h.c.r.CompositeStateListener - Added metamodel(s).
12:32:23.794 [main] INFO  o.e.h.c.r.CompositeStateListener - Saving Hawk metadata...
adding: file:///home/jenkins/agent/workspace/Hawk_Greycat_backend_master/core/tests/org.eclipse.hawk.integration.tests/resources/models/zoo/:org.eclipse.hawk.localfolder.LocalFolder:false
12:32:23.795 [main] INFO  o.e.h.c.r.CompositeStateListener - Saved Hawk metadata.
12:32:23.795 [pool-156-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating Hawk...
updating indexer: 
12:32:24.008 [pool-156-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating relevant changed model files...
12:32:24.076 [pool-156-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Imported 10/309 files from file:///home/jenkins/agent/workspace/Hawk_Greycat_backend_master/core/tests/org.eclipse.hawk.integration.tests/resources/models/zoo/
12:32:24.076 [pool-156-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Imported 20/309 files from file:///home/jenkins/agent/workspace/Hawk_Greycat_backend_master/core/tests/org.eclipse.hawk.integration.tests/resources/models/zoo/
12:32:24.077 [pool-156-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Imported 30/309 files from file:///home/jenkins/agent/workspace/Hawk_Greycat_backend_master/core/tests/org.eclipse.hawk.integration.tests/resources/models/zoo/
12:32:24.077 [pool-156-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Imported 40/309 files from file:///home/jenkins/agent/workspace/Hawk_Greycat_backend_master/core/tests/org.eclipse.hawk.integration.tests/resources/models/zoo/
12:32:24.077 [pool-156-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Imported 50/309 files from file:///home/jenkins/agent/workspace/Hawk_Greycat_backend_master/core/tests/org.eclipse.hawk.integration.tests/resources/models/zoo/
12:32:24.077 [pool-156-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Imported 60/309 files from file:///home/jenkins/agent/workspace/Hawk_Greycat_backend_master/core/tests/org.eclipse.hawk.integration.tests/resources/models/zoo/
12:32:24.078 [pool-156-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Imported 70/309 files from file:///home/jenkins/agent/workspace/Hawk_Greycat_backend_master/core/tests/org.eclipse.hawk.integration.tests/resources/models/zoo/
12:32:24.078 [pool-156-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Imported 80/309 files from file:///home/jenkins/agent/workspace/Hawk_Greycat_backend_master/core/tests/org.eclipse.hawk.integration.tests/resources/models/zoo/
12:32:24.078 [pool-156-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Imported 90/309 files from file:///home/jenkins/agent/workspace/Hawk_Greycat_backend_master/core/tests/org.eclipse.hawk.integration.tests/resources/models/zoo/
12:32:24.078 [pool-156-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Imported 100/309 files from file:///home/jenkins/agent/workspace/Hawk_Greycat_backend_master/core/tests/org.eclipse.hawk.integration.tests/resources/models/zoo/
12:32:24.079 [pool-156-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Imported 110/309 files from file:///home/jenkins/agent/workspace/Hawk_Greycat_backend_master/core/tests/org.eclipse.hawk.integration.tests/resources/models/zoo/
12:32:24.079 [pool-156-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Imported 120/309 files from file:///home/jenkins/agent/workspace/Hawk_Greycat_backend_master/core/tests/org.eclipse.hawk.integration.tests/resources/models/zoo/
12:32:24.079 [pool-156-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Imported 130/309 files from file:///home/jenkins/agent/workspace/Hawk_Greycat_backend_master/core/tests/org.eclipse.hawk.integration.tests/resources/models/zoo/
12:32:24.079 [pool-156-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Imported 140/309 files from file:///home/jenkins/agent/workspace/Hawk_Greycat_backend_master/core/tests/org.eclipse.hawk.integration.tests/resources/models/zoo/
12:32:24.079 [pool-156-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Imported 150/309 files from file:///home/jenkins/agent/workspace/Hawk_Greycat_backend_master/core/tests/org.eclipse.hawk.integration.tests/resources/models/zoo/
12:32:24.080 [pool-156-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Imported 160/309 files from file:///home/jenkins/agent/workspace/Hawk_Greycat_backend_master/core/tests/org.eclipse.hawk.integration.tests/resources/models/zoo/
12:32:24.080 [pool-156-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Imported 170/309 files from file:///home/jenkins/agent/workspace/Hawk_Greycat_backend_master/core/tests/org.eclipse.hawk.integration.tests/resources/models/zoo/
12:32:24.080 [pool-156-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Imported 180/309 files from file:///home/jenkins/agent/workspace/Hawk_Greycat_backend_master/core/tests/org.eclipse.hawk.integration.tests/resources/models/zoo/
12:32:24.080 [pool-156-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Imported 190/309 files from file:///home/jenkins/agent/workspace/Hawk_Greycat_backend_master/core/tests/org.eclipse.hawk.integration.tests/resources/models/zoo/
12:32:24.081 [pool-156-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Imported 200/309 files from file:///home/jenkins/agent/workspace/Hawk_Greycat_backend_master/core/tests/org.eclipse.hawk.integration.tests/resources/models/zoo/
12:32:24.081 [pool-156-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Imported 210/309 files from file:///home/jenkins/agent/workspace/Hawk_Greycat_backend_master/core/tests/org.eclipse.hawk.integration.tests/resources/models/zoo/
12:32:24.081 [pool-156-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Imported 220/309 files from file:///home/jenkins/agent/workspace/Hawk_Greycat_backend_master/core/tests/org.eclipse.hawk.integration.tests/resources/models/zoo/
12:32:24.081 [pool-156-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Imported 230/309 files from file:///home/jenkins/agent/workspace/Hawk_Greycat_backend_master/core/tests/org.eclipse.hawk.integration.tests/resources/models/zoo/
12:32:24.081 [pool-156-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Imported 240/309 files from file:///home/jenkins/agent/workspace/Hawk_Greycat_backend_master/core/tests/org.eclipse.hawk.integration.tests/resources/models/zoo/
12:32:24.081 [pool-156-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Imported 250/309 files from file:///home/jenkins/agent/workspace/Hawk_Greycat_backend_master/core/tests/org.eclipse.hawk.integration.tests/resources/models/zoo/
12:32:24.082 [pool-156-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Imported 260/309 files from file:///home/jenkins/agent/workspace/Hawk_Greycat_backend_master/core/tests/org.eclipse.hawk.integration.tests/resources/models/zoo/
12:32:24.082 [pool-156-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Imported 270/309 files from file:///home/jenkins/agent/workspace/Hawk_Greycat_backend_master/core/tests/org.eclipse.hawk.integration.tests/resources/models/zoo/
12:32:24.082 [pool-156-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Imported 280/309 files from file:///home/jenkins/agent/workspace/Hawk_Greycat_backend_master/core/tests/org.eclipse.hawk.integration.tests/resources/models/zoo/
12:32:24.082 [pool-156-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Imported 290/309 files from file:///home/jenkins/agent/workspace/Hawk_Greycat_backend_master/core/tests/org.eclipse.hawk.integration.tests/resources/models/zoo/
12:32:24.082 [pool-156-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Imported 300/309 files from file:///home/jenkins/agent/workspace/Hawk_Greycat_backend_master/core/tests/org.eclipse.hawk.integration.tests/resources/models/zoo/
12:32:24.082 [pool-156-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Deleting models removed from repository...
12:32:24.083 [pool-156-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating models to the new version...
12:32:24.083 [pool-156-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Processed 0/309 files in repo file:///home/jenkins/agent/workspace/Hawk_Greycat_backend_master/core/tests/org.eclipse.hawk.integration.tests/resources/models/zoo/ (0 sec, 0 sec total)
12:32:24.084 [pool-156-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...
12:32:24.094 [pool-156-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
12:32:24.094 [pool-156-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
12:32:24.094 [pool-156-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...
12:32:24.097 [pool-156-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
12:32:24.101 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec)
12:32:24.101 [pool-156-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
12:32:24.103 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec)
12:32:24.103 [pool-156-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.
0s19ms [pure insertion]
marking any relevant derived attributes for update...12:32:24.103 [pool-156-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s2ms
12:32:24.105 [pool-156-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s2ms
12:32:24.106 [pool-156-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...
12:32:24.106 [pool-156-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
12:32:24.106 [pool-156-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
12:32:24.106 [pool-156-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...
12:32:24.109 [pool-156-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
12:32:24.184 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 4 NODES AND 4 M->MM REFERENCES! (took ~13sec)
12:32:24.184 [pool-156-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
12:32:24.195 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 3 REFERENCES! (took ~0 sec)
12:32:24.195 [pool-156-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.
0s89ms [pure insertion]
marking any relevant derived attributes for update...12:32:24.195 [pool-156-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
12:32:24.195 [pool-156-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
12:32:24.196 [pool-156-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...
12:32:24.196 [pool-156-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
12:32:24.196 [pool-156-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
12:32:24.196 [pool-156-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...
12:32:24.199 [pool-156-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
12:32:24.205 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~4sec)
12:32:24.205 [pool-156-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
12:32:24.210 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec)
12:32:24.210 [pool-156-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performed batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.ModuleComponent/00000000-0000-2710-0000-000000000000.exml.
0s14ms [pure insertion]
marking any relevant derived attributes for update...12:32:24.210 [pool-156-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
12:32:24.210 [pool-156-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
12:32:24.210 [pool-156-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...
12:32:24.211 [pool-156-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
12:32:24.213 [pool-156-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
12:32:24.213 [pool-156-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...
12:32:24.216 [pool-156-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
12:32:24.219 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec)
12:32:24.219 [pool-156-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
12:32:24.275 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec)
12:32:24.275 [pool-156-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.
0s65ms [pure insertion]
marking any relevant derived attributes for update...12:32:24.275 [pool-156-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
12:32:24.275 [pool-156-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
12:32:24.275 [pool-156-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...
12:32:24.276 [pool-156-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
12:32:24.276 [pool-156-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
12:32:24.276 [pool-156-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...
12:32:24.278 [pool-156-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
12:32:24.282 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec)
12:32:24.282 [pool-156-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
12:32:24.285 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec)
12:32:24.285 [pool-156-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.
0s10ms [pure insertion]
marking any relevant derived attributes for update...12:32:24.285 [pool-156-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
12:32:24.285 [pool-156-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
12:32:24.285 [pool-156-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...
12:32:24.285 [pool-156-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
12:32:24.285 [pool-156-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
12:32:24.285 [pool-156-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...
12:32:24.288 [pool-156-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
12:32:24.292 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec)
12:32:24.292 [pool-156-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
12:32:24.295 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec)
12:32:24.295 [pool-156-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performed batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/01ec12fc-0000-0256-0000-000000000000.exml.
0s10ms [pure insertion]
marking any relevant derived attributes for update...12:32:24.295 [pool-156-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
12:32:24.295 [pool-156-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
12:32:24.298 [pool-156-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...
12:32:24.298 [pool-156-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
12:32:24.300 [pool-156-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
12:32:24.300 [pool-156-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...
12:32:24.303 [pool-156-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
12:32:24.405 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 15 NODES AND 15 M->MM REFERENCES! (took ~45sec)
12:32:24.405 [pool-156-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
12:32:24.512 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 14 REFERENCES! (took ~0 sec)
12:32:24.512 [pool-156-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.
0s214ms [pure insertion]
marking any relevant derived attributes for update...12:32:24.512 [pool-156-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
12:32:24.512 [pool-156-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
12:32:24.513 [pool-156-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...
12:32:24.513 [pool-156-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
12:32:24.513 [pool-156-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
12:32:24.513 [pool-156-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...
12:32:24.516 [pool-156-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
12:32:24.520 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec)
12:32:24.520 [pool-156-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
12:32:24.575 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec)
12:32:24.575 [pool-156-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.
0s62ms [pure insertion]
marking any relevant derived attributes for update...12:32:24.575 [pool-156-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
12:32:24.575 [pool-156-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
12:32:24.576 [pool-156-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...
12:32:24.576 [pool-156-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
12:32:24.576 [pool-156-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
12:32:24.576 [pool-156-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...
12:32:24.579 [pool-156-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
12:32:24.588 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 2 NODES AND 2 M->MM REFERENCES! (took ~5sec)
12:32:24.588 [pool-156-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
12:32:24.593 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 REFERENCES! (took ~0 sec)
12:32:24.593 [pool-156-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.
0s17ms [pure insertion]
marking any relevant derived attributes for update...12:32:24.593 [pool-156-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
12:32:24.593 [pool-156-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
12:32:24.594 [pool-156-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...
12:32:24.594 [pool-156-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
12:32:24.594 [pool-156-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
12:32:24.594 [pool-156-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...
12:32:24.597 [pool-156-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
12:32:24.600 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec)
12:32:24.600 [pool-156-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
12:32:24.603 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec)
12:32:24.603 [pool-156-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.
0s9ms [pure insertion]
marking any relevant derived attributes for update...12:32:24.603 [pool-156-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
12:32:24.603 [pool-156-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
12:32:24.603 [pool-156-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...
12:32:24.603 [pool-156-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
12:32:24.603 [pool-156-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
12:32:24.603 [pool-156-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...
12:32:24.606 [pool-156-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
12:32:24.610 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~2sec)
12:32:24.610 [pool-156-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
12:32:24.613 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec)
12:32:24.613 [pool-156-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performed batch insert on file: /data/fragments/PredefinedTypes%203.6.05/content/model/model/Infrastructure.MetaclassReference/75cb05db-044e-485f-9e6d-8b57b4f3ecb2.exml.
0s10ms [pure insertion]
marking any relevant derived attributes for update...12:32:24.614 [pool-156-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
12:32:24.614 [pool-156-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
12:32:24.615 [pool-156-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...
12:32:24.615 [pool-156-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
12:32:24.615 [pool-156-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
12:32:24.615 [pool-156-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...
12:32:24.675 [pool-156-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
12:32:24.679 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec)
12:32:24.679 [pool-156-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
12:32:24.686 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec)
12:32:24.686 [pool-156-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.
0s71ms [pure insertion]
marking any relevant derived attributes for update...12:32:24.686 [pool-156-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
12:32:24.686 [pool-156-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
12:32:24.687 [pool-156-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...
12:32:24.687 [pool-156-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
12:32:24.687 [pool-156-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
12:32:24.687 [pool-156-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...
12:32:24.690 [pool-156-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
12:32:24.694 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec)
12:32:24.694 [pool-156-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
12:32:24.697 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec)
12:32:24.697 [pool-156-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.
0s10ms [pure insertion]
marking any relevant derived attributes for update...12:32:24.697 [pool-156-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
12:32:24.697 [pool-156-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
12:32:24.697 [pool-156-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...
12:32:24.697 [pool-156-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
12:32:24.698 [pool-156-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
12:32:24.698 [pool-156-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...
12:32:24.700 [pool-156-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
12:32:24.710 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 2 NODES AND 2 M->MM REFERENCES! (took ~5sec)
12:32:24.710 [pool-156-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
12:32:24.775 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 REFERENCES! (took ~0 sec)
12:32:24.775 [pool-156-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.
0s78ms [pure insertion]
marking any relevant derived attributes for update...12:32:24.775 [pool-156-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
12:32:24.775 [pool-156-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
12:32:24.776 [pool-156-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...
12:32:24.776 [pool-156-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
12:32:24.777 [pool-156-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
12:32:24.777 [pool-156-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...
12:32:24.779 [pool-156-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
12:32:24.783 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec)
12:32:24.783 [pool-156-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
12:32:24.786 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec)
12:32:24.786 [pool-156-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.
0s10ms [pure insertion]
marking any relevant derived attributes for update...12:32:24.786 [pool-156-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
12:32:24.786 [pool-156-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
12:32:24.786 [pool-156-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...
12:32:24.786 [pool-156-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
12:32:24.787 [pool-156-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
12:32:24.787 [pool-156-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...
12:32:24.790 [pool-156-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
12:32:24.793 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec)
12:32:24.793 [pool-156-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
12:32:24.796 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec)
12:32:24.796 [pool-156-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.
0s10ms [pure insertion]
marking any relevant derived attributes for update...12:32:24.796 [pool-156-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
12:32:24.796 [pool-156-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
12:32:24.798 [pool-156-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...
12:32:24.798 [pool-156-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
12:32:24.798 [pool-156-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
12:32:24.798 [pool-156-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...
12:32:24.801 [pool-156-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
12:32:24.917 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 18 NODES AND 18 M->MM REFERENCES! (took ~54sec)
12:32:24.917 [pool-156-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
12:32:25.091 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 17 REFERENCES! (took ~0 sec)
12:32:25.091 [pool-156-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.
0s293ms [pure insertion]
marking any relevant derived attributes for update...12:32:25.091 [pool-156-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
12:32:25.091 [pool-156-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
12:32:25.092 [pool-156-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...
12:32:25.092 [pool-156-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
12:32:25.092 [pool-156-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
12:32:25.092 [pool-156-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...
12:32:25.098 [pool-156-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
12:32:25.111 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec)
12:32:25.111 [pool-156-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
12:32:25.175 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec)
12:32:25.175 [pool-156-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.
0s83ms [pure insertion]
marking any relevant derived attributes for update...12:32:25.176 [pool-156-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s1ms
12:32:25.176 [pool-156-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s1ms
12:32:25.176 [pool-156-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...
12:32:25.176 [pool-156-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
12:32:25.176 [pool-156-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
12:32:25.176 [pool-156-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...
12:32:25.180 [pool-156-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
12:32:25.185 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec)
12:32:25.185 [pool-156-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
12:32:25.188 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec)
12:32:25.189 [pool-156-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.
0s13ms [pure insertion]
marking any relevant derived attributes for update...12:32:25.189 [pool-156-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
12:32:25.189 [pool-156-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
12:32:25.189 [pool-156-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...
12:32:25.189 [pool-156-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
12:32:25.189 [pool-156-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
12:32:25.189 [pool-156-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...
12:32:25.193 [pool-156-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
12:32:25.197 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec)
12:32:25.197 [pool-156-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
12:32:25.201 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec)
12:32:25.201 [pool-156-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.
0s12ms [pure insertion]
marking any relevant derived attributes for update...12:32:25.201 [pool-156-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
12:32:25.201 [pool-156-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
12:32:25.201 [pool-156-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...
12:32:25.201 [pool-156-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
12:32:25.274 [pool-156-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
12:32:25.274 [pool-156-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...
12:32:25.277 [pool-156-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
12:32:25.281 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec)
12:32:25.281 [pool-156-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
12:32:25.284 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec)
12:32:25.284 [pool-156-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.
0s83ms [pure insertion]
marking any relevant derived attributes for update...12:32:25.284 [pool-156-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
12:32:25.284 [pool-156-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
12:32:25.285 [pool-156-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...
12:32:25.285 [pool-156-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
12:32:25.286 [pool-156-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
12:32:25.286 [pool-156-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...
12:32:25.289 [pool-156-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
12:32:25.402 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 15 NODES AND 15 M->MM REFERENCES! (took ~45sec)
12:32:25.402 [pool-156-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
12:32:25.508 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 14 REFERENCES! (took ~0 sec)
12:32:25.508 [pool-156-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.
0s223ms [pure insertion]
marking any relevant derived attributes for update...12:32:25.508 [pool-156-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
12:32:25.508 [pool-156-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
12:32:25.509 [pool-156-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...
12:32:25.509 [pool-156-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
12:32:25.509 [pool-156-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
12:32:25.509 [pool-156-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...
12:32:25.512 [pool-156-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
12:32:25.582 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~4sec)
12:32:25.582 [pool-156-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
12:32:25.585 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec)
12:32:25.585 [pool-156-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.
0s76ms [pure insertion]
marking any relevant derived attributes for update...12:32:25.585 [pool-156-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
12:32:25.585 [pool-156-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
12:32:25.586 [pool-156-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...
12:32:25.586 [pool-156-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
12:32:25.586 [pool-156-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
12:32:25.586 [pool-156-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...
12:32:25.589 [pool-156-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
12:32:25.593 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec)
12:32:25.593 [pool-156-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
12:32:25.596 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec)
12:32:25.596 [pool-156-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.
0s10ms [pure insertion]
marking any relevant derived attributes for update...12:32:25.596 [pool-156-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s1ms
12:32:25.597 [pool-156-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s1ms
12:32:25.597 [pool-156-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...
12:32:25.597 [pool-156-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
12:32:25.597 [pool-156-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
12:32:25.597 [pool-156-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...
12:32:25.600 [pool-156-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
12:32:25.604 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec)
12:32:25.604 [pool-156-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
12:32:25.609 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec)
12:32:25.609 [pool-156-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.
0s12ms [pure insertion]
marking any relevant derived attributes for update...12:32:25.609 [pool-156-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
12:32:25.609 [pool-156-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
12:32:25.609 [pool-156-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...
12:32:25.610 [pool-156-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
12:32:25.610 [pool-156-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
12:32:25.610 [pool-156-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...
12:32:25.613 [pool-156-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
12:32:25.678 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec)
12:32:25.678 [pool-156-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
12:32:25.681 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec)
12:32:25.681 [pool-156-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.
0s72ms [pure insertion]
marking any relevant derived attributes for update...12:32:25.681 [pool-156-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
12:32:25.681 [pool-156-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
12:32:25.682 [pool-156-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...
12:32:25.682 [pool-156-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
12:32:25.682 [pool-156-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
12:32:25.682 [pool-156-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...
12:32:25.685 [pool-156-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
12:32:25.689 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec)
12:32:25.689 [pool-156-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
12:32:25.692 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec)
12:32:25.692 [pool-156-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.
0s10ms [pure insertion]
marking any relevant derived attributes for update...12:32:25.692 [pool-156-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
12:32:25.692 [pool-156-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
12:32:25.693 [pool-156-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...
12:32:25.693 [pool-156-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
12:32:25.693 [pool-156-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
12:32:25.693 [pool-156-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...
12:32:25.696 [pool-156-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
12:32:25.700 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~2sec)
12:32:25.700 [pool-156-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
12:32:25.703 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec)
12:32:25.703 [pool-156-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performed batch insert on file: /data/fragments/PredefinedTypes%203.6.05/content/model/model/Infrastructure.MetaclassReference/c9323813-e442-4925-94f6-d0f19c562420.exml.
0s10ms [pure insertion]
marking any relevant derived attributes for update...12:32:25.703 [pool-156-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
12:32:25.703 [pool-156-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
12:32:25.704 [pool-156-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...
12:32:25.704 [pool-156-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
12:32:25.704 [pool-156-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
12:32:25.704 [pool-156-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...
12:32:25.707 [pool-156-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
12:32:25.714 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec)
12:32:25.714 [pool-156-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
12:32:25.775 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec)
12:32:25.775 [pool-156-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.
0s71ms [pure insertion]
marking any relevant derived attributes for update...12:32:25.775 [pool-156-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
12:32:25.775 [pool-156-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
12:32:25.776 [pool-156-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...
12:32:25.776 [pool-156-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
12:32:25.776 [pool-156-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
12:32:25.776 [pool-156-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...
12:32:25.779 [pool-156-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
12:32:25.783 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec)
12:32:25.783 [pool-156-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
12:32:25.786 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec)
12:32:25.786 [pool-156-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.
0s10ms [pure insertion]
marking any relevant derived attributes for update...12:32:25.786 [pool-156-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
12:32:25.786 [pool-156-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
12:32:25.787 [pool-156-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...
12:32:25.787 [pool-156-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
12:32:25.787 [pool-156-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
12:32:25.787 [pool-156-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...
12:32:25.790 [pool-156-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
12:32:25.812 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 6 NODES AND 6 M->MM REFERENCES! (took ~17sec)
12:32:25.812 [pool-156-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
12:32:25.890 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 5 REFERENCES! (took ~0 sec)
12:32:25.890 [pool-156-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.
0s103ms [pure insertion]
marking any relevant derived attributes for update...12:32:25.890 [pool-156-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
12:32:25.890 [pool-156-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
12:32:25.891 [pool-156-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...
12:32:25.891 [pool-156-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
12:32:25.891 [pool-156-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
12:32:25.891 [pool-156-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...
12:32:25.897 [pool-156-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
12:32:25.901 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~2sec)
12:32:25.901 [pool-156-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
12:32:25.904 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec)
12:32:25.904 [pool-156-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.
0s13ms [pure insertion]
marking any relevant derived attributes for update...12:32:25.904 [pool-156-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
12:32:25.904 [pool-156-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
12:32:25.905 [pool-156-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...
12:32:25.905 [pool-156-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
12:32:25.905 [pool-156-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
12:32:25.905 [pool-156-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...
12:32:25.908 [pool-156-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
12:32:25.912 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec)
12:32:25.912 [pool-156-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
12:32:25.975 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec)
12:32:25.975 [pool-156-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.
0s70ms [pure insertion]
marking any relevant derived attributes for update...12:32:25.975 [pool-156-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s1ms
12:32:25.976 [pool-156-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s1ms
12:32:25.976 [pool-156-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...
12:32:25.976 [pool-156-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
12:32:25.976 [pool-156-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
12:32:25.976 [pool-156-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...
12:32:25.979 [pool-156-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
12:32:25.984 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec)
12:32:25.984 [pool-156-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
12:32:25.987 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec)
12:32:25.987 [pool-156-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.
0s11ms [pure insertion]
marking any relevant derived attributes for update...12:32:25.987 [pool-156-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
12:32:25.987 [pool-156-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
12:32:25.988 [pool-156-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...
12:32:25.988 [pool-156-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
12:32:25.988 [pool-156-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
12:32:25.988 [pool-156-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...
12:32:25.993 [pool-156-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
12:32:25.998 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec)
12:32:25.998 [pool-156-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
12:32:26.001 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec)
12:32:26.001 [pool-156-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.
0s13ms [pure insertion]
marking any relevant derived attributes for update...12:32:26.001 [pool-156-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
12:32:26.001 [pool-156-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
12:32:26.002 [pool-156-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...
12:32:26.002 [pool-156-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
12:32:26.002 [pool-156-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
12:32:26.002 [pool-156-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...
12:32:26.005 [pool-156-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
12:32:26.011 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~8sec)
12:32:26.011 [pool-156-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
12:32:26.075 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec)
12:32:26.075 [pool-156-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.
0s73ms [pure insertion]
marking any relevant derived attributes for update...12:32:26.075 [pool-156-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
12:32:26.075 [pool-156-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
12:32:26.076 [pool-156-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...
12:32:26.076 [pool-156-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
12:32:26.076 [pool-156-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
12:32:26.076 [pool-156-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...
12:32:26.080 [pool-156-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
12:32:26.084 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec)
12:32:26.084 [pool-156-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
12:32:26.088 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec)
12:32:26.088 [pool-156-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.
0s12ms [pure insertion]
marking any relevant derived attributes for update...12:32:26.088 [pool-156-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
12:32:26.088 [pool-156-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
12:32:26.088 [pool-156-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...
12:32:26.089 [pool-156-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
12:32:26.089 [pool-156-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
12:32:26.089 [pool-156-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...
12:32:26.094 [pool-156-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
12:32:26.099 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec)
12:32:26.099 [pool-156-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
12:32:26.102 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec)
12:32:26.102 [pool-156-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.
0s14ms [pure insertion]
marking any relevant derived attributes for update...12:32:26.102 [pool-156-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
12:32:26.102 [pool-156-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
12:32:26.103 [pool-156-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...
12:32:26.103 [pool-156-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
12:32:26.103 [pool-156-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
12:32:26.103 [pool-156-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...
12:32:26.107 [pool-156-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
12:32:26.177 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 2 NODES AND 2 M->MM REFERENCES! (took ~5sec)
12:32:26.177 [pool-156-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
12:32:26.184 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 REFERENCES! (took ~0 sec)
12:32:26.184 [pool-156-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.
0s81ms [pure insertion]
marking any relevant derived attributes for update...12:32:26.184 [pool-156-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
12:32:26.184 [pool-156-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
12:32:26.185 [pool-156-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...
12:32:26.185 [pool-156-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
12:32:26.185 [pool-156-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
12:32:26.185 [pool-156-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...
12:32:26.188 [pool-156-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
12:32:26.199 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 2 NODES AND 2 M->MM REFERENCES! (took ~5sec)
12:32:26.199 [pool-156-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
12:32:26.206 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 REFERENCES! (took ~0 sec)
12:32:26.206 [pool-156-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.
0s21ms [pure insertion]
marking any relevant derived attributes for update...12:32:26.206 [pool-156-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
12:32:26.206 [pool-156-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
12:32:26.207 [pool-156-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...
12:32:26.207 [pool-156-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
12:32:26.207 [pool-156-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
12:32:26.207 [pool-156-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...
12:32:26.210 [pool-156-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
12:32:26.285 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 3 NODES AND 3 M->MM REFERENCES! (took ~8sec)
12:32:26.285 [pool-156-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
12:32:26.300 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 2 REFERENCES! (took ~0 sec)
12:32:26.300 [pool-156-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.
0s93ms [pure insertion]
marking any relevant derived attributes for update...12:32:26.300 [pool-156-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
12:32:26.300 [pool-156-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
12:32:26.300 [pool-156-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...
12:32:26.300 [pool-156-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
12:32:26.301 [pool-156-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
12:32:26.301 [pool-156-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...
12:32:26.304 [pool-156-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
12:32:26.308 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec)
12:32:26.308 [pool-156-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
12:32:26.311 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec)
12:32:26.311 [pool-156-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.
0s11ms [pure insertion]
marking any relevant derived attributes for update...12:32:26.311 [pool-156-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
12:32:26.311 [pool-156-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
12:32:26.312 [pool-156-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...
12:32:26.312 [pool-156-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
12:32:26.312 [pool-156-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
12:32:26.312 [pool-156-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...
12:32:26.315 [pool-156-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
12:32:26.377 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec)
12:32:26.377 [pool-156-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
12:32:26.386 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec)
12:32:26.386 [pool-156-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.
0s74ms [pure insertion]
marking any relevant derived attributes for update...12:32:26.386 [pool-156-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
12:32:26.386 [pool-156-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
12:32:26.387 [pool-156-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...
12:32:26.387 [pool-156-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
12:32:26.387 [pool-156-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
12:32:26.387 [pool-156-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...
12:32:26.395 [pool-156-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
12:32:26.413 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 4 NODES AND 4 M->MM REFERENCES! (took ~13sec)
12:32:26.413 [pool-156-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
12:32:26.486 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 3 REFERENCES! (took ~0 sec)
12:32:26.486 [pool-156-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.
0s99ms [pure insertion]
marking any relevant derived attributes for update...12:32:26.486 [pool-156-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
12:32:26.486 [pool-156-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
12:32:26.487 [pool-156-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...
12:32:26.487 [pool-156-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
12:32:26.488 [pool-156-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
12:32:26.488 [pool-156-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...
12:32:26.493 [pool-156-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
12:32:26.502 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec)
12:32:26.502 [pool-156-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
12:32:26.507 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec)
12:32:26.507 [pool-156-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.
0s20ms [pure insertion]
marking any relevant derived attributes for update...12:32:26.507 [pool-156-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
12:32:26.507 [pool-156-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
12:32:26.508 [pool-156-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...
12:32:26.508 [pool-156-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
12:32:26.508 [pool-156-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
12:32:26.508 [pool-156-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...
12:32:26.512 [pool-156-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
12:32:26.518 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~2sec)
12:32:26.574 [pool-156-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
12:32:26.579 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec)
12:32:26.579 [pool-156-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.
0s71ms [pure insertion]
marking any relevant derived attributes for update...12:32:26.579 [pool-156-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
12:32:26.579 [pool-156-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
12:32:26.580 [pool-156-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...
12:32:26.580 [pool-156-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
12:32:26.580 [pool-156-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
12:32:26.580 [pool-156-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...
12:32:26.585 [pool-156-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
12:32:26.591 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec)
12:32:26.591 [pool-156-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
12:32:26.596 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec)
12:32:26.596 [pool-156-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.
0s16ms [pure insertion]
marking any relevant derived attributes for update...12:32:26.596 [pool-156-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
12:32:26.596 [pool-156-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
12:32:26.597 [pool-156-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...
12:32:26.597 [pool-156-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
12:32:26.597 [pool-156-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
12:32:26.597 [pool-156-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...
12:32:26.602 [pool-156-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
12:32:26.611 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec)
12:32:26.611 [pool-156-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
12:32:26.674 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec)
12:32:26.674 [pool-156-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.
0s77ms [pure insertion]
marking any relevant derived attributes for update...12:32:26.674 [pool-156-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
12:32:26.674 [pool-156-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
12:32:26.675 [pool-156-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...
12:32:26.675 [pool-156-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
12:32:26.675 [pool-156-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
12:32:26.675 [pool-156-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...
12:32:26.678 [pool-156-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
12:32:26.681 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec)
12:32:26.681 [pool-156-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
12:32:26.684 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec)
12:32:26.684 [pool-156-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.
0s9ms [pure insertion]
marking any relevant derived attributes for update...12:32:26.684 [pool-156-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
12:32:26.684 [pool-156-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
12:32:26.686 [pool-156-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...
12:32:26.686 [pool-156-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
12:32:26.686 [pool-156-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
12:32:26.686 [pool-156-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...
12:32:26.689 [pool-156-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
12:32:26.879 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 23 NODES AND 23 M->MM REFERENCES! (took ~69sec)
12:32:26.879 [pool-156-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
12:32:27.007 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 22 REFERENCES! (took ~0 sec)
12:32:27.008 [pool-156-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.
0s322ms [pure insertion]
marking any relevant derived attributes for update...12:32:27.008 [pool-156-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
12:32:27.008 [pool-156-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
12:32:27.008 [pool-156-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...
12:32:27.008 [pool-156-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
12:32:27.009 [pool-156-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
12:32:27.009 [pool-156-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...
12:32:27.012 [pool-156-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
12:32:27.076 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec)
12:32:27.076 [pool-156-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
12:32:27.081 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec)
12:32:27.081 [pool-156-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performed batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/1b1ba62d-205e-11df-948e-001302895b2b.exml.
0s73ms [pure insertion]
marking any relevant derived attributes for update...12:32:27.081 [pool-156-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
12:32:27.081 [pool-156-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
12:32:27.082 [pool-156-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...
12:32:27.082 [pool-156-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
12:32:27.082 [pool-156-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
12:32:27.082 [pool-156-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...
12:32:27.085 [pool-156-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
12:32:27.089 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec)
12:32:27.089 [pool-156-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
12:32:27.092 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec)
12:32:27.093 [pool-156-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.
0s11ms [pure insertion]
marking any relevant derived attributes for update...12:32:27.093 [pool-156-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
12:32:27.093 [pool-156-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
12:32:27.093 [pool-156-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...
12:32:27.093 [pool-156-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
12:32:27.094 [pool-156-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
12:32:27.094 [pool-156-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...
12:32:27.097 [pool-156-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
12:32:27.101 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec)
12:32:27.101 [pool-156-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
12:32:27.104 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec)
12:32:27.104 [pool-156-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.
0s11ms [pure insertion]
marking any relevant derived attributes for update...12:32:27.104 [pool-156-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
12:32:27.104 [pool-156-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
12:32:27.104 [pool-156-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...
12:32:27.105 [pool-156-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
12:32:27.105 [pool-156-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
12:32:27.105 [pool-156-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...
12:32:27.108 [pool-156-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
12:32:27.114 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec)
12:32:27.174 [pool-156-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
12:32:27.177 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec)
12:32:27.177 [pool-156-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.
0s73ms [pure insertion]
marking any relevant derived attributes for update...12:32:27.177 [pool-156-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
12:32:27.177 [pool-156-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
12:32:27.178 [pool-156-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...
12:32:27.178 [pool-156-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
12:32:27.178 [pool-156-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
12:32:27.178 [pool-156-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...
12:32:27.183 [pool-156-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
12:32:27.187 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec)
12:32:27.187 [pool-156-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
12:32:27.190 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec)
12:32:27.190 [pool-156-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.
0s12ms [pure insertion]
marking any relevant derived attributes for update...12:32:27.190 [pool-156-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
12:32:27.190 [pool-156-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
12:32:27.191 [pool-156-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...
12:32:27.191 [pool-156-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
12:32:27.191 [pool-156-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
12:32:27.191 [pool-156-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...
12:32:27.194 [pool-156-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
12:32:27.284 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 8 NODES AND 8 M->MM REFERENCES! (took ~27sec)
12:32:27.284 [pool-156-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
12:32:27.309 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 7 REFERENCES! (took ~0 sec)
12:32:27.309 [pool-156-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.
0s118ms [pure insertion]
marking any relevant derived attributes for update...12:32:27.309 [pool-156-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
12:32:27.309 [pool-156-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
12:32:27.310 [pool-156-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...
12:32:27.310 [pool-156-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
12:32:27.310 [pool-156-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
12:32:27.310 [pool-156-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...
12:32:27.313 [pool-156-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
12:32:27.316 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec)
12:32:27.317 [pool-156-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
12:32:27.374 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec)
12:32:27.374 [pool-156-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.
0s64ms [pure insertion]
marking any relevant derived attributes for update...12:32:27.374 [pool-156-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
12:32:27.374 [pool-156-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
12:32:27.375 [pool-156-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...
12:32:27.375 [pool-156-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
12:32:27.375 [pool-156-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
12:32:27.375 [pool-156-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...
12:32:27.378 [pool-156-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
12:32:27.382 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec)
12:32:27.382 [pool-156-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
12:32:27.385 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec)
12:32:27.385 [pool-156-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.
0s10ms [pure insertion]
marking any relevant derived attributes for update...12:32:27.385 [pool-156-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s1ms
12:32:27.386 [pool-156-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s1ms
12:32:27.386 [pool-156-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...
12:32:27.386 [pool-156-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
12:32:27.386 [pool-156-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
12:32:27.386 [pool-156-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...
12:32:27.392 [pool-156-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
12:32:27.396 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec)
12:32:27.396 [pool-156-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
12:32:27.399 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec)
12:32:27.400 [pool-156-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.
0s14ms [pure insertion]
marking any relevant derived attributes for update...12:32:27.400 [pool-156-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
12:32:27.400 [pool-156-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
12:32:27.400 [pool-156-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...
12:32:27.400 [pool-156-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
12:32:27.400 [pool-156-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
12:32:27.400 [pool-156-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...
12:32:27.404 [pool-156-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
12:32:27.409 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec)
12:32:27.409 [pool-156-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
12:32:27.413 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec)
12:32:27.413 [pool-156-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.
0s13ms [pure insertion]
marking any relevant derived attributes for update...12:32:27.413 [pool-156-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
12:32:27.413 [pool-156-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
12:32:27.414 [pool-156-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...
12:32:27.414 [pool-156-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
12:32:27.414 [pool-156-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
12:32:27.414 [pool-156-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...
12:32:27.475 [pool-156-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
12:32:27.481 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec)
12:32:27.481 [pool-156-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
12:32:27.484 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec)
12:32:27.485 [pool-156-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.
0s71ms [pure insertion]
marking any relevant derived attributes for update...12:32:27.485 [pool-156-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
12:32:27.485 [pool-156-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
12:32:27.485 [pool-156-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...
12:32:27.486 [pool-156-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
12:32:27.486 [pool-156-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
12:32:27.486 [pool-156-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...
12:32:27.492 [pool-156-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
12:32:27.516 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 6 NODES AND 6 M->MM REFERENCES! (took ~17sec)
12:32:27.516 [pool-156-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
12:32:27.697 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 5 REFERENCES! (took ~0 sec)
12:32:27.697 [pool-156-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.
0s212ms [pure insertion]
marking any relevant derived attributes for update...12:32:27.697 [pool-156-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
12:32:27.697 [pool-156-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
12:32:27.698 [pool-156-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...
12:32:27.698 [pool-156-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
12:32:27.698 [pool-156-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
12:32:27.698 [pool-156-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...
12:32:27.701 [pool-156-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
12:32:27.706 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec)
12:32:27.706 [pool-156-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
12:32:27.709 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec)
12:32:27.709 [pool-156-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performed batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/5d357779-c2fd-11de-8ac8-001302895b2b.exml.
0s11ms [pure insertion]
marking any relevant derived attributes for update...12:32:27.709 [pool-156-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
12:32:27.709 [pool-156-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
12:32:27.710 [pool-156-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...
12:32:27.710 [pool-156-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
12:32:27.710 [pool-156-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
12:32:27.710 [pool-156-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...
12:32:27.713 [pool-156-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
12:32:27.777 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~4sec)
12:32:27.777 [pool-156-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
12:32:27.781 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec)
12:32:27.781 [pool-156-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.
0s71ms [pure insertion]
marking any relevant derived attributes for update...12:32:27.781 [pool-156-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
12:32:27.781 [pool-156-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
12:32:27.781 [pool-156-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...
12:32:27.781 [pool-156-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
12:32:27.782 [pool-156-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
12:32:27.782 [pool-156-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...
12:32:27.785 [pool-156-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
12:32:27.789 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec)
12:32:27.789 [pool-156-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
12:32:27.792 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec)
12:32:27.792 [pool-156-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.
0s11ms [pure insertion]
marking any relevant derived attributes for update...12:32:27.792 [pool-156-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
12:32:27.792 [pool-156-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
12:32:27.793 [pool-156-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...
12:32:27.793 [pool-156-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
12:32:27.793 [pool-156-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
12:32:27.793 [pool-156-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...
12:32:27.796 [pool-156-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
12:32:27.804 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 2 NODES AND 2 M->MM REFERENCES! (took ~5sec)
12:32:27.804 [pool-156-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
12:32:27.810 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 REFERENCES! (took ~0 sec)
12:32:27.811 [pool-156-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.
0s18ms [pure insertion]
marking any relevant derived attributes for update...12:32:27.811 [pool-156-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
12:32:27.811 [pool-156-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
12:32:27.811 [pool-156-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...
12:32:27.811 [pool-156-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
12:32:27.814 [pool-156-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
12:32:27.814 [pool-156-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...
12:32:27.874 [pool-156-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
12:32:27.878 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec)
12:32:27.878 [pool-156-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
12:32:27.881 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec)
12:32:27.881 [pool-156-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.
0s70ms [pure insertion]
marking any relevant derived attributes for update...12:32:27.881 [pool-156-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
12:32:27.881 [pool-156-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
12:32:27.882 [pool-156-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...
12:32:27.882 [pool-156-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
12:32:27.882 [pool-156-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
12:32:27.882 [pool-156-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...
12:32:27.885 [pool-156-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
12:32:27.891 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 2 NODES AND 2 M->MM REFERENCES! (took ~5sec)
12:32:27.892 [pool-156-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
12:32:27.897 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 REFERENCES! (took ~0 sec)
12:32:27.897 [pool-156-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.
0s15ms [pure insertion]
marking any relevant derived attributes for update...12:32:27.897 [pool-156-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
12:32:27.897 [pool-156-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
12:32:27.898 [pool-156-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...
12:32:27.898 [pool-156-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
12:32:27.898 [pool-156-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
12:32:27.898 [pool-156-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...
12:32:27.901 [pool-156-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
12:32:27.906 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec)
12:32:27.907 [pool-156-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
12:32:27.909 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec)
12:32:27.909 [pool-156-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.
0s11ms [pure insertion]
marking any relevant derived attributes for update...12:32:27.909 [pool-156-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
12:32:27.909 [pool-156-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
12:32:27.910 [pool-156-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...
12:32:27.910 [pool-156-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
12:32:27.910 [pool-156-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
12:32:27.910 [pool-156-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...
12:32:27.913 [pool-156-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
12:32:27.916 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec)
12:32:27.916 [pool-156-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
12:32:27.975 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec)
12:32:27.975 [pool-156-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.
0s65ms [pure insertion]
marking any relevant derived attributes for update...12:32:27.975 [pool-156-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
12:32:27.975 [pool-156-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
12:32:27.976 [pool-156-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...
12:32:27.976 [pool-156-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
12:32:27.976 [pool-156-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
12:32:27.976 [pool-156-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...
12:32:27.979 [pool-156-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
12:32:27.991 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 3 NODES AND 3 M->MM REFERENCES! (took ~9sec)
12:32:27.991 [pool-156-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
12:32:27.998 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 2 REFERENCES! (took ~0 sec)
12:32:27.999 [pool-156-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.
0s23ms [pure insertion]
marking any relevant derived attributes for update...12:32:27.999 [pool-156-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
12:32:27.999 [pool-156-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
12:32:27.999 [pool-156-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...
12:32:27.999 [pool-156-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
12:32:27.999 [pool-156-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
12:32:27.999 [pool-156-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...
12:32:28.002 [pool-156-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
12:32:28.011 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 3 NODES AND 3 M->MM REFERENCES! (took ~9sec)
12:32:28.011 [pool-156-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
12:32:28.084 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 2 REFERENCES! (took ~0 sec)
12:32:28.084 [pool-156-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.
0s85ms [pure insertion]
marking any relevant derived attributes for update...12:32:28.084 [pool-156-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
12:32:28.084 [pool-156-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
12:32:28.085 [pool-156-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...
12:32:28.085 [pool-156-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
12:32:28.085 [pool-156-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
12:32:28.085 [pool-156-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...
12:32:28.088 [pool-156-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
12:32:28.091 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~2sec)
12:32:28.091 [pool-156-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
12:32:28.094 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec)
12:32:28.094 [pool-156-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.
0s9ms [pure insertion]
marking any relevant derived attributes for update...12:32:28.094 [pool-156-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
12:32:28.094 [pool-156-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
12:32:28.095 [pool-156-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...
12:32:28.095 [pool-156-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
12:32:28.095 [pool-156-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
12:32:28.095 [pool-156-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...
12:32:28.098 [pool-156-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
12:32:28.178 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 5 NODES AND 5 M->MM REFERENCES! (took ~16sec)
12:32:28.178 [pool-156-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
12:32:28.192 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 4 REFERENCES! (took ~0 sec)
12:32:28.193 [pool-156-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.
0s98ms [pure insertion]
marking any relevant derived attributes for update...12:32:28.193 [pool-156-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
12:32:28.193 [pool-156-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
12:32:28.193 [pool-156-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...
12:32:28.193 [pool-156-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
12:32:28.194 [pool-156-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
12:32:28.194 [pool-156-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...
12:32:28.197 [pool-156-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
12:32:28.204 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~4sec)
12:32:28.204 [pool-156-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
12:32:28.204 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec)
12:32:28.204 [pool-156-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.
0s11ms [pure insertion]
marking any relevant derived attributes for update...12:32:28.204 [pool-156-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
12:32:28.204 [pool-156-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
12:32:28.205 [pool-156-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...
12:32:28.205 [pool-156-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
12:32:28.207 [pool-156-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
12:32:28.207 [pool-156-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...
12:32:28.210 [pool-156-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
12:32:28.292 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 7 NODES AND 7 M->MM REFERENCES! (took ~20sec)
12:32:28.292 [pool-156-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
12:32:28.315 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 6 REFERENCES! (took ~0 sec)
12:32:28.315 [pool-156-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.
0s110ms [pure insertion]
marking any relevant derived attributes for update...12:32:28.315 [pool-156-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
12:32:28.315 [pool-156-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
12:32:28.316 [pool-156-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...
12:32:28.316 [pool-156-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
12:32:28.316 [pool-156-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
12:32:28.316 [pool-156-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...
12:32:28.376 [pool-156-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
12:32:28.380 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec)
12:32:28.380 [pool-156-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
12:32:28.383 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec)
12:32:28.383 [pool-156-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.
0s67ms [pure insertion]
marking any relevant derived attributes for update...12:32:28.383 [pool-156-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
12:32:28.383 [pool-156-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
12:32:28.384 [pool-156-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...
12:32:28.384 [pool-156-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
12:32:28.386 [pool-156-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
12:32:28.386 [pool-156-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...
12:32:28.388 [pool-156-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
12:32:28.392 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec)
12:32:28.392 [pool-156-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
12:32:28.394 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec)
12:32:28.394 [pool-156-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.
0s10ms [pure insertion]
marking any relevant derived attributes for update...12:32:28.394 [pool-156-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s1ms
12:32:28.395 [pool-156-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s1ms
12:32:28.395 [pool-156-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...
12:32:28.395 [pool-156-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
12:32:28.395 [pool-156-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
12:32:28.395 [pool-156-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...
12:32:28.398 [pool-156-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
12:32:28.404 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~8sec)
12:32:28.404 [pool-156-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
12:32:28.406 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec)
12:32:28.406 [pool-156-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.
0s11ms [pure insertion]
marking any relevant derived attributes for update...12:32:28.406 [pool-156-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
12:32:28.406 [pool-156-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
12:32:28.407 [pool-156-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...
12:32:28.407 [pool-156-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
12:32:28.407 [pool-156-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
12:32:28.407 [pool-156-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...
12:32:28.410 [pool-156-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
12:32:28.414 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec)
12:32:28.414 [pool-156-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
12:32:28.474 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec)
12:32:28.474 [pool-156-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.
0s67ms [pure insertion]
marking any relevant derived attributes for update...12:32:28.474 [pool-156-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
12:32:28.474 [pool-156-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
12:32:28.475 [pool-156-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...
12:32:28.475 [pool-156-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
12:32:28.477 [pool-156-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
12:32:28.477 [pool-156-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...
12:32:28.480 [pool-156-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
12:32:28.484 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~2sec)
12:32:28.484 [pool-156-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
12:32:28.487 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec)
12:32:28.487 [pool-156-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.
0s12ms [pure insertion]
marking any relevant derived attributes for update...12:32:28.487 [pool-156-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
12:32:28.487 [pool-156-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
12:32:28.487 [pool-156-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...
12:32:28.487 [pool-156-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
12:32:28.488 [pool-156-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
12:32:28.488 [pool-156-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...
12:32:28.490 [pool-156-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
12:32:28.497 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 2 NODES AND 2 M->MM REFERENCES! (took ~5sec)
12:32:28.497 [pool-156-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
12:32:28.503 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 REFERENCES! (took ~0 sec)
12:32:28.503 [pool-156-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performed batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.MetaclassReference/00bc2f68-0000-0f6b-0000-000000000000.exml.
0s16ms [pure insertion]
marking any relevant derived attributes for update...12:32:28.503 [pool-156-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
12:32:28.503 [pool-156-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
12:32:28.504 [pool-156-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...
12:32:28.504 [pool-156-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
12:32:28.504 [pool-156-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
12:32:28.504 [pool-156-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...
12:32:28.507 [pool-156-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
12:32:28.513 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec)
12:32:28.513 [pool-156-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
12:32:28.516 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec)
12:32:28.516 [pool-156-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.
0s12ms [pure insertion]
marking any relevant derived attributes for update...12:32:28.516 [pool-156-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
12:32:28.516 [pool-156-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
12:32:28.517 [pool-156-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...
12:32:28.517 [pool-156-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
12:32:28.517 [pool-156-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
12:32:28.517 [pool-156-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...
12:32:28.575 [pool-156-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
12:32:28.584 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 3 NODES AND 3 M->MM REFERENCES! (took ~10sec)
12:32:28.585 [pool-156-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
12:32:28.593 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 2 REFERENCES! (took ~0 sec)
12:32:28.593 [pool-156-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.
0s76ms [pure insertion]
marking any relevant derived attributes for update...12:32:28.593 [pool-156-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s1ms
12:32:28.594 [pool-156-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s1ms
12:32:28.594 [pool-156-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...
12:32:28.594 [pool-156-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
12:32:28.594 [pool-156-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
12:32:28.594 [pool-156-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...
12:32:28.600 [pool-156-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
12:32:28.612 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 4 NODES AND 4 M->MM REFERENCES! (took ~12sec)
12:32:28.612 [pool-156-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
12:32:28.683 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 3 REFERENCES! (took ~0 sec)
12:32:28.683 [pool-156-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.
0s89ms [pure insertion]
marking any relevant derived attributes for update...12:32:28.683 [pool-156-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s1ms
12:32:28.684 [pool-156-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s1ms
12:32:28.684 [pool-156-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...
12:32:28.684 [pool-156-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
12:32:28.688 [pool-156-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
12:32:28.688 [pool-156-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...
12:32:28.691 [pool-156-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
12:32:28.696 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec)
12:32:28.696 [pool-156-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
12:32:28.699 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec)
12:32:28.699 [pool-156-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.
0s15ms [pure insertion]
marking any relevant derived attributes for update...12:32:28.700 [pool-156-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
12:32:28.700 [pool-156-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
12:32:28.700 [pool-156-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...
12:32:28.700 [pool-156-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
12:32:28.701 [pool-156-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
12:32:28.701 [pool-156-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...
12:32:28.703 [pool-156-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
12:32:28.709 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 2 NODES AND 2 M->MM REFERENCES! (took ~5sec)
12:32:28.710 [pool-156-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
12:32:28.775 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 REFERENCES! (took ~0 sec)
12:32:28.776 [pool-156-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.
0s76ms [pure insertion]
marking any relevant derived attributes for update...12:32:28.776 [pool-156-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
12:32:28.776 [pool-156-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
12:32:28.776 [pool-156-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...
12:32:28.776 [pool-156-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
12:32:28.778 [pool-156-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
12:32:28.779 [pool-156-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...
12:32:28.781 [pool-156-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
12:32:28.793 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 4 NODES AND 4 M->MM REFERENCES! (took ~12sec)
12:32:28.793 [pool-156-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
12:32:28.803 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 3 REFERENCES! (took ~0 sec)
12:32:28.803 [pool-156-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.
0s27ms [pure insertion]
marking any relevant derived attributes for update...12:32:28.803 [pool-156-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s1ms
12:32:28.804 [pool-156-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s1ms
12:32:28.804 [pool-156-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...
12:32:28.804 [pool-156-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
12:32:28.804 [pool-156-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
12:32:28.804 [pool-156-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...
12:32:28.807 [pool-156-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
12:32:28.813 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec)
12:32:28.813 [pool-156-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
12:32:28.816 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec)
12:32:28.816 [pool-156-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.
0s12ms [pure insertion]
marking any relevant derived attributes for update...12:32:28.816 [pool-156-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
12:32:28.816 [pool-156-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
12:32:28.816 [pool-156-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...
12:32:28.816 [pool-156-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
12:32:28.817 [pool-156-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
12:32:28.817 [pool-156-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...
12:32:28.875 [pool-156-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
12:32:28.879 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec)
12:32:28.879 [pool-156-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
12:32:28.881 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec)
12:32:28.881 [pool-156-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.
0s65ms [pure insertion]
marking any relevant derived attributes for update...12:32:28.881 [pool-156-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
12:32:28.881 [pool-156-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
12:32:28.882 [pool-156-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...
12:32:28.882 [pool-156-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
12:32:28.882 [pool-156-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
12:32:28.882 [pool-156-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...
12:32:28.885 [pool-156-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
12:32:28.903 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 5 NODES AND 5 M->MM REFERENCES! (took ~16sec)
12:32:28.903 [pool-156-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
12:32:28.917 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 4 REFERENCES! (took ~0 sec)
12:32:28.917 [pool-156-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.
0s35ms [pure insertion]
marking any relevant derived attributes for update...12:32:28.917 [pool-156-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
12:32:28.917 [pool-156-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
12:32:28.918 [pool-156-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...
12:32:28.918 [pool-156-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
12:32:28.918 [pool-156-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
12:32:28.918 [pool-156-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...
12:32:28.976 [pool-156-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
12:32:28.983 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec)
12:32:28.983 [pool-156-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
12:32:28.986 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec)
12:32:28.986 [pool-156-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.
0s68ms [pure insertion]
marking any relevant derived attributes for update...12:32:28.986 [pool-156-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
12:32:28.986 [pool-156-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
12:32:28.987 [pool-156-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...
12:32:28.987 [pool-156-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
12:32:28.987 [pool-156-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
12:32:28.987 [pool-156-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...
12:32:28.990 [pool-156-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
12:32:28.996 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~8sec)
12:32:28.996 [pool-156-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
12:32:28.999 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec)
12:32:28.999 [pool-156-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.
0s12ms [pure insertion]
marking any relevant derived attributes for update...12:32:28.999 [pool-156-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
12:32:28.999 [pool-156-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
12:32:29.000 [pool-156-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...
12:32:29.000 [pool-156-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
12:32:29.000 [pool-156-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
12:32:29.000 [pool-156-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...
12:32:29.003 [pool-156-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
12:32:29.007 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec)
12:32:29.007 [pool-156-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
12:32:29.010 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec)
12:32:29.010 [pool-156-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.
0s10ms [pure insertion]
marking any relevant derived attributes for update...12:32:29.010 [pool-156-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
12:32:29.010 [pool-156-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
12:32:29.011 [pool-156-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...
12:32:29.011 [pool-156-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
12:32:29.011 [pool-156-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
12:32:29.011 [pool-156-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...
12:32:29.077 [pool-156-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
12:32:29.092 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 3 NODES AND 3 M->MM REFERENCES! (took ~18sec)
12:32:29.092 [pool-156-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
12:32:29.100 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 2 REFERENCES! (took ~0 sec)
12:32:29.100 [pool-156-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.
0s89ms [pure insertion]
marking any relevant derived attributes for update...12:32:29.100 [pool-156-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s1ms
12:32:29.101 [pool-156-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s1ms
12:32:29.101 [pool-156-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...
12:32:29.101 [pool-156-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
12:32:29.101 [pool-156-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
12:32:29.101 [pool-156-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...
12:32:29.104 [pool-156-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
12:32:29.108 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec)
12:32:29.108 [pool-156-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
12:32:29.111 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec)
12:32:29.111 [pool-156-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.
0s10ms [pure insertion]
marking any relevant derived attributes for update...12:32:29.111 [pool-156-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
12:32:29.111 [pool-156-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
12:32:29.111 [pool-156-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...
12:32:29.111 [pool-156-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
12:32:29.112 [pool-156-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
12:32:29.112 [pool-156-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...
12:32:29.115 [pool-156-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
12:32:29.178 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec)
12:32:29.178 [pool-156-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
12:32:29.181 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec)
12:32:29.181 [pool-156-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.
0s70ms [pure insertion]
marking any relevant derived attributes for update...12:32:29.181 [pool-156-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
12:32:29.181 [pool-156-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
12:32:29.181 [pool-156-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...
12:32:29.181 [pool-156-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
12:32:29.182 [pool-156-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
12:32:29.182 [pool-156-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...
12:32:29.184 [pool-156-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
12:32:29.190 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~8sec)
12:32:29.190 [pool-156-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
12:32:29.193 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec)
12:32:29.193 [pool-156-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.
0s12ms [pure insertion]
marking any relevant derived attributes for update...12:32:29.193 [pool-156-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
12:32:29.193 [pool-156-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
12:32:29.193 [pool-156-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...
12:32:29.193 [pool-156-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
12:32:29.193 [pool-156-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
12:32:29.193 [pool-156-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...
12:32:29.196 [pool-156-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
12:32:29.200 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec)
12:32:29.200 [pool-156-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
12:32:29.203 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec)
12:32:29.203 [pool-156-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.
0s10ms [pure insertion]
marking any relevant derived attributes for update...12:32:29.203 [pool-156-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
12:32:29.203 [pool-156-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
12:32:29.204 [pool-156-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...
12:32:29.204 [pool-156-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
12:32:29.204 [pool-156-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
12:32:29.204 [pool-156-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...
12:32:29.207 [pool-156-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
12:32:29.275 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec)
12:32:29.275 [pool-156-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
12:32:29.278 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec)
12:32:29.278 [pool-156-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.
0s75ms [pure insertion]
marking any relevant derived attributes for update...12:32:29.278 [pool-156-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
12:32:29.278 [pool-156-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
12:32:29.278 [pool-156-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Processed 100/309 files in repo file:///home/jenkins/agent/workspace/Hawk_Greycat_backend_master/core/tests/org.eclipse.hawk.integration.tests/resources/models/zoo/ (5 sec, 5 sec total)
12:32:29.279 [pool-156-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...
12:32:29.279 [pool-156-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
12:32:29.279 [pool-156-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
12:32:29.279 [pool-156-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...
12:32:29.282 [pool-156-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
12:32:29.286 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec)
12:32:29.286 [pool-156-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
12:32:29.289 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec)
12:32:29.289 [pool-156-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.
0s10ms [pure insertion]
marking any relevant derived attributes for update...12:32:29.289 [pool-156-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s1ms
12:32:29.290 [pool-156-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s1ms
12:32:29.290 [pool-156-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...
12:32:29.290 [pool-156-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
12:32:29.290 [pool-156-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
12:32:29.290 [pool-156-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...
12:32:29.293 [pool-156-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
12:32:29.300 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~2sec)
12:32:29.300 [pool-156-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
12:32:29.304 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec)
12:32:29.304 [pool-156-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.
0s14ms [pure insertion]
marking any relevant derived attributes for update...12:32:29.304 [pool-156-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
12:32:29.304 [pool-156-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
12:32:29.305 [pool-156-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...
12:32:29.305 [pool-156-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
12:32:29.305 [pool-156-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
12:32:29.305 [pool-156-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...
12:32:29.309 [pool-156-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
12:32:29.377 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec)
12:32:29.377 [pool-156-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
12:32:29.380 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec)
12:32:29.380 [pool-156-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.
0s75ms [pure insertion]
marking any relevant derived attributes for update...12:32:29.380 [pool-156-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s1ms
12:32:29.381 [pool-156-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s1ms
12:32:29.381 [pool-156-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...
12:32:29.381 [pool-156-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
12:32:29.381 [pool-156-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
12:32:29.381 [pool-156-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...
12:32:29.385 [pool-156-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
12:32:29.389 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec)
12:32:29.389 [pool-156-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
12:32:29.392 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec)
12:32:29.393 [pool-156-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.
0s12ms [pure insertion]
marking any relevant derived attributes for update...12:32:29.393 [pool-156-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
12:32:29.393 [pool-156-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
12:32:29.393 [pool-156-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...
12:32:29.393 [pool-156-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
12:32:29.393 [pool-156-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
12:32:29.393 [pool-156-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...
12:32:29.397 [pool-156-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
12:32:29.402 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec)
12:32:29.402 [pool-156-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
12:32:29.406 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec)
12:32:29.406 [pool-156-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.
0s13ms [pure insertion]
marking any relevant derived attributes for update...12:32:29.406 [pool-156-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
12:32:29.406 [pool-156-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
12:32:29.407 [pool-156-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...
12:32:29.407 [pool-156-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
12:32:29.407 [pool-156-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
12:32:29.407 [pool-156-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...
12:32:29.411 [pool-156-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
12:32:29.474 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec)
12:32:29.474 [pool-156-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
12:32:29.478 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec)
12:32:29.478 [pool-156-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.
0s71ms [pure insertion]
marking any relevant derived attributes for update...12:32:29.478 [pool-156-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
12:32:29.478 [pool-156-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
12:32:29.479 [pool-156-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...
12:32:29.479 [pool-156-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
12:32:29.479 [pool-156-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
12:32:29.479 [pool-156-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...
12:32:29.483 [pool-156-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
12:32:29.488 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec)
12:32:29.488 [pool-156-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
12:32:29.492 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec)
12:32:29.492 [pool-156-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.
0s13ms [pure insertion]
marking any relevant derived attributes for update...12:32:29.492 [pool-156-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
12:32:29.492 [pool-156-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
12:32:29.493 [pool-156-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...
12:32:29.493 [pool-156-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
12:32:29.493 [pool-156-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
12:32:29.493 [pool-156-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...
12:32:29.497 [pool-156-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
12:32:29.502 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec)
12:32:29.502 [pool-156-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
12:32:29.506 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec)
12:32:29.506 [pool-156-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.
0s13ms [pure insertion]
marking any relevant derived attributes for update...12:32:29.506 [pool-156-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
12:32:29.506 [pool-156-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
12:32:29.507 [pool-156-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...
12:32:29.507 [pool-156-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
12:32:29.507 [pool-156-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
12:32:29.507 [pool-156-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...
12:32:29.511 [pool-156-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
12:32:29.587 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 4 NODES AND 4 M->MM REFERENCES! (took ~12sec)
12:32:29.587 [pool-156-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
12:32:29.605 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 3 REFERENCES! (took ~0 sec)
12:32:29.605 [pool-156-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.
0s98ms [pure insertion]
marking any relevant derived attributes for update...12:32:29.605 [pool-156-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
12:32:29.605 [pool-156-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
12:32:29.606 [pool-156-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...
12:32:29.606 [pool-156-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
12:32:29.606 [pool-156-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
12:32:29.606 [pool-156-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...
12:32:29.611 [pool-156-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
12:32:29.682 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec)
12:32:29.682 [pool-156-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
12:32:29.686 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec)
12:32:29.686 [pool-156-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.
0s80ms [pure insertion]
marking any relevant derived attributes for update...12:32:29.686 [pool-156-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
12:32:29.686 [pool-156-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
12:32:29.687 [pool-156-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...
12:32:29.687 [pool-156-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
12:32:29.687 [pool-156-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
12:32:29.687 [pool-156-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...
12:32:29.691 [pool-156-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
12:32:29.700 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 2 NODES AND 2 M->MM REFERENCES! (took ~5sec)
12:32:29.701 [pool-156-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
12:32:29.708 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 REFERENCES! (took ~0 sec)
12:32:29.709 [pool-156-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.
0s22ms [pure insertion]
marking any relevant derived attributes for update...12:32:29.709 [pool-156-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
12:32:29.709 [pool-156-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
12:32:29.710 [pool-156-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...
12:32:29.710 [pool-156-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
12:32:29.710 [pool-156-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
12:32:29.710 [pool-156-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...
12:32:29.714 [pool-156-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
12:32:29.886 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 13 NODES AND 13 M->MM REFERENCES! (took ~39sec)
12:32:29.886 [pool-156-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
12:32:29.996 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 12 REFERENCES! (took ~0 sec)
12:32:29.996 [pool-156-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.
0s286ms [pure insertion]
marking any relevant derived attributes for update...12:32:29.996 [pool-156-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
12:32:29.996 [pool-156-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
12:32:29.997 [pool-156-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...
12:32:29.997 [pool-156-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
12:32:29.997 [pool-156-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
12:32:29.997 [pool-156-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...
12:32:30.001 [pool-156-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
12:32:30.014 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 2 NODES AND 2 M->MM REFERENCES! (took ~5sec)
12:32:30.014 [pool-156-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
12:32:30.077 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 REFERENCES! (took ~0 sec)
12:32:30.078 [pool-156-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.
0s81ms [pure insertion]
marking any relevant derived attributes for update...12:32:30.078 [pool-156-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
12:32:30.078 [pool-156-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
12:32:30.078 [pool-156-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...
12:32:30.078 [pool-156-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
12:32:30.079 [pool-156-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
12:32:30.079 [pool-156-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...
12:32:30.082 [pool-156-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
12:32:30.087 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec)
12:32:30.087 [pool-156-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
12:32:30.091 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec)
12:32:30.091 [pool-156-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.
0s13ms [pure insertion]
marking any relevant derived attributes for update...12:32:30.091 [pool-156-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
12:32:30.091 [pool-156-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
12:32:30.091 [pool-156-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...
12:32:30.091 [pool-156-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
12:32:30.092 [pool-156-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
12:32:30.092 [pool-156-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...
12:32:30.096 [pool-156-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
12:32:30.102 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec)
12:32:30.102 [pool-156-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
12:32:30.105 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec)
12:32:30.105 [pool-156-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.
0s14ms [pure insertion]
marking any relevant derived attributes for update...12:32:30.105 [pool-156-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s1ms
12:32:30.106 [pool-156-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s1ms
12:32:30.106 [pool-156-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...
12:32:30.106 [pool-156-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
12:32:30.109 [pool-156-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
12:32:30.109 [pool-156-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...
12:32:30.112 [pool-156-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
12:32:30.177 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec)
12:32:30.177 [pool-156-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
12:32:30.183 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec)
12:32:30.183 [pool-156-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.
0s77ms [pure insertion]
marking any relevant derived attributes for update...12:32:30.183 [pool-156-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
12:32:30.183 [pool-156-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
12:32:30.184 [pool-156-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...
12:32:30.184 [pool-156-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
12:32:30.185 [pool-156-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
12:32:30.185 [pool-156-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...
12:32:30.190 [pool-156-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
12:32:30.285 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 7 NODES AND 7 M->MM REFERENCES! (took ~21sec)
12:32:30.286 [pool-156-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
12:32:30.313 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 6 REFERENCES! (took ~0 sec)
12:32:30.313 [pool-156-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.
0s129ms [pure insertion]
marking any relevant derived attributes for update...12:32:30.313 [pool-156-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
12:32:30.313 [pool-156-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
12:32:30.314 [pool-156-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...
12:32:30.314 [pool-156-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
12:32:30.314 [pool-156-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
12:32:30.314 [pool-156-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...
12:32:30.377 [pool-156-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
12:32:30.382 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec)
12:32:30.382 [pool-156-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
12:32:30.386 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec)
12:32:30.386 [pool-156-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.
0s72ms [pure insertion]
marking any relevant derived attributes for update...12:32:30.386 [pool-156-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
12:32:30.386 [pool-156-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
12:32:30.386 [pool-156-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...
12:32:30.387 [pool-156-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
12:32:30.387 [pool-156-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
12:32:30.387 [pool-156-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...
12:32:30.390 [pool-156-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
12:32:30.394 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec)
12:32:30.394 [pool-156-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
12:32:30.398 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec)
12:32:30.398 [pool-156-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.
0s12ms [pure insertion]
marking any relevant derived attributes for update...12:32:30.398 [pool-156-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
12:32:30.398 [pool-156-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
12:32:30.399 [pool-156-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...
12:32:30.399 [pool-156-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
12:32:30.399 [pool-156-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
12:32:30.399 [pool-156-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...
12:32:30.403 [pool-156-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
12:32:30.408 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec)
12:32:30.408 [pool-156-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
12:32:30.475 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec)
12:32:30.475 [pool-156-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.
0s77ms [pure insertion]
marking any relevant derived attributes for update...12:32:30.475 [pool-156-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s1ms
12:32:30.476 [pool-156-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s1ms
12:32:30.476 [pool-156-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...
12:32:30.476 [pool-156-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
12:32:30.479 [pool-156-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
12:32:30.479 [pool-156-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...
12:32:30.483 [pool-156-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
12:32:30.488 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec)
12:32:30.488 [pool-156-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
12:32:30.491 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec)
12:32:30.491 [pool-156-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.
0s15ms [pure insertion]
marking any relevant derived attributes for update...12:32:30.491 [pool-156-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
12:32:30.491 [pool-156-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
12:32:30.492 [pool-156-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...
12:32:30.492 [pool-156-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
12:32:30.492 [pool-156-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
12:32:30.492 [pool-156-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...
12:32:30.496 [pool-156-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
12:32:30.500 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec)
12:32:30.500 [pool-156-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
12:32:30.504 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec)
12:32:30.504 [pool-156-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.
0s12ms [pure insertion]
marking any relevant derived attributes for update...12:32:30.504 [pool-156-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
12:32:30.504 [pool-156-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
12:32:30.504 [pool-156-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...
12:32:30.504 [pool-156-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
12:32:30.505 [pool-156-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
12:32:30.505 [pool-156-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...
12:32:30.508 [pool-156-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
12:32:30.514 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec)
12:32:30.514 [pool-156-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
12:32:30.517 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec)
12:32:30.517 [pool-156-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.
0s13ms [pure insertion]
marking any relevant derived attributes for update...12:32:30.517 [pool-156-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s1ms
12:32:30.518 [pool-156-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s1ms
12:32:30.518 [pool-156-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...
12:32:30.518 [pool-156-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
12:32:30.518 [pool-156-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
12:32:30.518 [pool-156-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...
12:32:30.579 [pool-156-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
12:32:30.584 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec)
12:32:30.584 [pool-156-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
12:32:30.587 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec)
12:32:30.587 [pool-156-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.
0s69ms [pure insertion]
marking any relevant derived attributes for update...12:32:30.587 [pool-156-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
12:32:30.587 [pool-156-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
12:32:30.588 [pool-156-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...
12:32:30.588 [pool-156-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
12:32:30.588 [pool-156-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
12:32:30.588 [pool-156-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...
12:32:30.592 [pool-156-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
12:32:30.605 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 3 NODES AND 3 M->MM REFERENCES! (took ~9sec)
12:32:30.605 [pool-156-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
12:32:30.676 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 2 REFERENCES! (took ~0 sec)
12:32:30.676 [pool-156-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.
0s88ms [pure insertion]
marking any relevant derived attributes for update...12:32:30.676 [pool-156-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
12:32:30.677 [pool-156-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
12:32:30.677 [pool-156-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...
12:32:30.677 [pool-156-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
12:32:30.677 [pool-156-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
12:32:30.677 [pool-156-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...
12:32:30.681 [pool-156-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
12:32:30.685 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec)
12:32:30.685 [pool-156-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
12:32:30.689 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec)
12:32:30.689 [pool-156-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.
0s12ms [pure insertion]
marking any relevant derived attributes for update...12:32:30.689 [pool-156-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
12:32:30.689 [pool-156-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
12:32:30.690 [pool-156-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...
12:32:30.690 [pool-156-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
12:32:30.690 [pool-156-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
12:32:30.690 [pool-156-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...
12:32:30.693 [pool-156-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
12:32:30.698 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec)
12:32:30.698 [pool-156-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
12:32:30.702 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec)
12:32:30.702 [pool-156-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performed batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/00700680-0000-01d3-0000-000000000000.exml.
0s12ms [pure insertion]
marking any relevant derived attributes for update...12:32:30.702 [pool-156-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
12:32:30.702 [pool-156-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
12:32:30.703 [pool-156-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...
12:32:30.703 [pool-156-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
12:32:30.703 [pool-156-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
12:32:30.703 [pool-156-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...
12:32:30.706 [pool-156-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
12:32:30.777 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 3 NODES AND 3 M->MM REFERENCES! (took ~8sec)
12:32:30.777 [pool-156-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
12:32:30.788 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 2 REFERENCES! (took ~0 sec)
12:32:30.788 [pool-156-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.
0s85ms [pure insertion]
marking any relevant derived attributes for update...12:32:30.788 [pool-156-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s1ms
12:32:30.789 [pool-156-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s1ms
12:32:30.789 [pool-156-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...
12:32:30.789 [pool-156-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
12:32:30.789 [pool-156-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
12:32:30.789 [pool-156-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...
12:32:30.793 [pool-156-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
12:32:30.799 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec)
12:32:30.799 [pool-156-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
12:32:30.803 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec)
12:32:30.803 [pool-156-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.
0s14ms [pure insertion]
marking any relevant derived attributes for update...12:32:30.803 [pool-156-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
12:32:30.803 [pool-156-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
12:32:30.804 [pool-156-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...
12:32:30.804 [pool-156-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
12:32:30.804 [pool-156-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
12:32:30.804 [pool-156-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...
12:32:30.808 [pool-156-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
12:32:30.878 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 2 NODES AND 2 M->MM REFERENCES! (took ~6sec)
12:32:30.878 [pool-156-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
12:32:30.884 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 REFERENCES! (took ~0 sec)
12:32:30.884 [pool-156-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.
0s80ms [pure insertion]
marking any relevant derived attributes for update...12:32:30.884 [pool-156-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
12:32:30.884 [pool-156-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
12:32:30.885 [pool-156-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...
12:32:30.885 [pool-156-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
12:32:30.885 [pool-156-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
12:32:30.885 [pool-156-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...
12:32:30.888 [pool-156-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
12:32:30.898 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~4sec)
12:32:30.899 [pool-156-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
12:32:30.902 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec)
12:32:30.902 [pool-156-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.
0s17ms [pure insertion]
marking any relevant derived attributes for update...12:32:30.902 [pool-156-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
12:32:30.902 [pool-156-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
12:32:30.903 [pool-156-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...
12:32:30.903 [pool-156-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
12:32:30.903 [pool-156-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
12:32:30.903 [pool-156-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...
12:32:30.907 [pool-156-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
12:32:30.977 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec)
12:32:30.977 [pool-156-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
12:32:30.994 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec)
12:32:30.994 [pool-156-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.
0s91ms [pure insertion]
marking any relevant derived attributes for update...12:32:30.994 [pool-156-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
12:32:30.994 [pool-156-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
12:32:30.995 [pool-156-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...
12:32:30.995 [pool-156-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
12:32:30.995 [pool-156-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
12:32:30.995 [pool-156-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...
12:32:30.999 [pool-156-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
12:32:31.099 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 11 NODES AND 11 M->MM REFERENCES! (took ~33sec)
12:32:31.099 [pool-156-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
12:32:31.199 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 10 REFERENCES! (took ~0 sec)
12:32:31.199 [pool-156-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.
0s204ms [pure insertion]
marking any relevant derived attributes for update...12:32:31.199 [pool-156-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
12:32:31.199 [pool-156-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
12:32:31.200 [pool-156-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...
12:32:31.200 [pool-156-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
12:32:31.200 [pool-156-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
12:32:31.200 [pool-156-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...
12:32:31.203 [pool-156-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
12:32:31.210 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec)
12:32:31.210 [pool-156-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
12:32:31.213 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec)
12:32:31.213 [pool-156-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.
0s13ms [pure insertion]
marking any relevant derived attributes for update...12:32:31.213 [pool-156-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s1ms
12:32:31.214 [pool-156-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s1ms
12:32:31.214 [pool-156-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...
12:32:31.214 [pool-156-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
12:32:31.214 [pool-156-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
12:32:31.214 [pool-156-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...
12:32:31.274 [pool-156-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
12:32:31.335 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 4 NODES AND 4 M->MM REFERENCES! (took ~13sec)
12:32:31.335 [pool-156-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
12:32:31.384 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 3 REFERENCES! (took ~0 sec)
12:32:31.384 [pool-156-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.
0s170ms [pure insertion]
marking any relevant derived attributes for update...12:32:31.384 [pool-156-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
12:32:31.384 [pool-156-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
12:32:31.385 [pool-156-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...
12:32:31.385 [pool-156-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
12:32:31.385 [pool-156-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
12:32:31.385 [pool-156-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...
12:32:31.388 [pool-156-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
12:32:31.392 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec)
12:32:31.392 [pool-156-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
12:32:31.395 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec)
12:32:31.395 [pool-156-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.
0s10ms [pure insertion]
marking any relevant derived attributes for update...12:32:31.395 [pool-156-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s1ms
12:32:31.396 [pool-156-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s1ms
12:32:31.397 [pool-156-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...
12:32:31.397 [pool-156-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
12:32:31.397 [pool-156-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
12:32:31.397 [pool-156-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...
12:32:31.400 [pool-156-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
12:32:31.404 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec)
12:32:31.404 [pool-156-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
12:32:31.408 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec)
12:32:31.408 [pool-156-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.
0s11ms [pure insertion]
marking any relevant derived attributes for update...12:32:31.408 [pool-156-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
12:32:31.408 [pool-156-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
12:32:31.408 [pool-156-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...
12:32:31.408 [pool-156-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
12:32:31.409 [pool-156-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
12:32:31.409 [pool-156-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...
12:32:31.412 [pool-156-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
12:32:31.477 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec)
12:32:31.477 [pool-156-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
12:32:31.480 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec)
12:32:31.481 [pool-156-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.
0s73ms [pure insertion]
marking any relevant derived attributes for update...12:32:31.481 [pool-156-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
12:32:31.481 [pool-156-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
12:32:31.481 [pool-156-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...
12:32:31.481 [pool-156-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
12:32:31.481 [pool-156-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
12:32:31.481 [pool-156-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...
12:32:31.485 [pool-156-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
12:32:31.489 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec)
12:32:31.489 [pool-156-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
12:32:31.492 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec)
12:32:31.492 [pool-156-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.
0s11ms [pure insertion]
marking any relevant derived attributes for update...12:32:31.492 [pool-156-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
12:32:31.492 [pool-156-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
12:32:31.493 [pool-156-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...
12:32:31.493 [pool-156-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
12:32:31.493 [pool-156-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
12:32:31.493 [pool-156-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...
12:32:31.496 [pool-156-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
12:32:31.500 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec)
12:32:31.500 [pool-156-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
12:32:31.504 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec)
12:32:31.504 [pool-156-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.
0s11ms [pure insertion]
marking any relevant derived attributes for update...12:32:31.504 [pool-156-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
12:32:31.504 [pool-156-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
12:32:31.505 [pool-156-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...
12:32:31.505 [pool-156-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
12:32:31.505 [pool-156-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
12:32:31.505 [pool-156-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...
12:32:31.508 [pool-156-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
12:32:31.512 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec)
12:32:31.513 [pool-156-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
12:32:31.575 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec)
12:32:31.575 [pool-156-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.
0s70ms [pure insertion]
marking any relevant derived attributes for update...12:32:31.575 [pool-156-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
12:32:31.575 [pool-156-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
12:32:31.576 [pool-156-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...
12:32:31.576 [pool-156-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
12:32:31.576 [pool-156-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
12:32:31.576 [pool-156-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...
12:32:31.580 [pool-156-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
12:32:31.584 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec)
12:32:31.585 [pool-156-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
12:32:31.588 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec)
12:32:31.588 [pool-156-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.
0s12ms [pure insertion]
marking any relevant derived attributes for update...12:32:31.588 [pool-156-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
12:32:31.588 [pool-156-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
12:32:31.589 [pool-156-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...
12:32:31.589 [pool-156-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
12:32:31.589 [pool-156-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
12:32:31.589 [pool-156-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...
12:32:31.592 [pool-156-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
12:32:31.599 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec)
12:32:31.599 [pool-156-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
12:32:31.602 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec)
12:32:31.602 [pool-156-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.
0s13ms [pure insertion]
marking any relevant derived attributes for update...12:32:31.602 [pool-156-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
12:32:31.602 [pool-156-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
12:32:31.603 [pool-156-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...
12:32:31.603 [pool-156-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
12:32:31.603 [pool-156-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
12:32:31.603 [pool-156-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...
12:32:31.607 [pool-156-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
12:32:31.611 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec)
12:32:31.612 [pool-156-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
12:32:31.617 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec)
12:32:31.617 [pool-156-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.
0s14ms [pure insertion]
marking any relevant derived attributes for update...12:32:31.617 [pool-156-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
12:32:31.617 [pool-156-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
12:32:31.674 [pool-156-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...
12:32:31.674 [pool-156-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
12:32:31.674 [pool-156-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
12:32:31.674 [pool-156-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...
12:32:31.678 [pool-156-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
12:32:31.681 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec)
12:32:31.681 [pool-156-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
12:32:31.684 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec)
12:32:31.684 [pool-156-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.
0s10ms [pure insertion]
marking any relevant derived attributes for update...12:32:31.684 [pool-156-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
12:32:31.684 [pool-156-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
12:32:31.685 [pool-156-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...
12:32:31.685 [pool-156-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
12:32:31.685 [pool-156-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
12:32:31.685 [pool-156-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...
12:32:31.688 [pool-156-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
12:32:31.694 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~8sec)
12:32:31.695 [pool-156-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
12:32:31.698 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec)
12:32:31.698 [pool-156-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.
0s13ms [pure insertion]
marking any relevant derived attributes for update...12:32:31.698 [pool-156-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
12:32:31.698 [pool-156-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
12:32:31.699 [pool-156-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...
12:32:31.699 [pool-156-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
12:32:31.700 [pool-156-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
12:32:31.700 [pool-156-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...
12:32:31.703 [pool-156-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
12:32:31.801 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 11 NODES AND 11 M->MM REFERENCES! (took ~33sec)
12:32:31.801 [pool-156-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
12:32:31.893 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 10 REFERENCES! (took ~0 sec)
12:32:31.893 [pool-156-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.
0s194ms [pure insertion]
marking any relevant derived attributes for update...12:32:31.893 [pool-156-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s1ms
12:32:31.894 [pool-156-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s1ms
12:32:31.894 [pool-156-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...
12:32:31.894 [pool-156-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
12:32:31.894 [pool-156-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
12:32:31.894 [pool-156-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...
12:32:31.897 [pool-156-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
12:32:31.907 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 3 NODES AND 3 M->MM REFERENCES! (took ~10sec)
12:32:31.907 [pool-156-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
12:32:31.974 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 2 REFERENCES! (took ~0 sec)
12:32:31.974 [pool-156-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.
0s80ms [pure insertion]
marking any relevant derived attributes for update...12:32:31.974 [pool-156-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
12:32:31.974 [pool-156-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
12:32:31.975 [pool-156-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...
12:32:31.975 [pool-156-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
12:32:31.976 [pool-156-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
12:32:31.976 [pool-156-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...
12:32:31.981 [pool-156-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
12:32:32.088 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 15 NODES AND 15 M->MM REFERENCES! (took ~45sec)
12:32:32.088 [pool-156-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
12:32:32.199 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 14 REFERENCES! (took ~0 sec)
12:32:32.199 [pool-156-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.
0s224ms [pure insertion]
marking any relevant derived attributes for update...12:32:32.199 [pool-156-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
12:32:32.199 [pool-156-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
12:32:32.200 [pool-156-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...
12:32:32.200 [pool-156-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
12:32:32.200 [pool-156-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
12:32:32.200 [pool-156-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...
12:32:32.203 [pool-156-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
12:32:32.208 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec)
12:32:32.208 [pool-156-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
12:32:32.212 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec)
12:32:32.212 [pool-156-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.
0s12ms [pure insertion]
marking any relevant derived attributes for update...12:32:32.212 [pool-156-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
12:32:32.212 [pool-156-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
12:32:32.212 [pool-156-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...
12:32:32.213 [pool-156-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
12:32:32.213 [pool-156-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
12:32:32.213 [pool-156-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...
12:32:32.275 [pool-156-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
12:32:32.282 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec)
12:32:32.282 [pool-156-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
12:32:32.285 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec)
12:32:32.285 [pool-156-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.
0s73ms [pure insertion]
marking any relevant derived attributes for update...12:32:32.285 [pool-156-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
12:32:32.285 [pool-156-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
12:32:32.286 [pool-156-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...
12:32:32.286 [pool-156-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
12:32:32.286 [pool-156-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
12:32:32.286 [pool-156-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...
12:32:32.289 [pool-156-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
12:32:32.293 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec)
12:32:32.293 [pool-156-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
12:32:32.296 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec)
12:32:32.297 [pool-156-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.
0s11ms [pure insertion]
marking any relevant derived attributes for update...12:32:32.297 [pool-156-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
12:32:32.297 [pool-156-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
12:32:32.297 [pool-156-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...
12:32:32.297 [pool-156-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
12:32:32.297 [pool-156-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
12:32:32.297 [pool-156-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...
12:32:32.300 [pool-156-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
12:32:32.305 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec)
12:32:32.305 [pool-156-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
12:32:32.308 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec)
12:32:32.308 [pool-156-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performed batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/0054070c-0000-005d-0000-000000000000.exml.
0s11ms [pure insertion]
marking any relevant derived attributes for update...12:32:32.308 [pool-156-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
12:32:32.308 [pool-156-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
12:32:32.309 [pool-156-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...
12:32:32.309 [pool-156-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
12:32:32.309 [pool-156-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
12:32:32.309 [pool-156-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...
12:32:32.312 [pool-156-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
12:32:32.376 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec)
12:32:32.376 [pool-156-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
12:32:32.380 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec)
12:32:32.380 [pool-156-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.
0s71ms [pure insertion]
marking any relevant derived attributes for update...12:32:32.380 [pool-156-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
12:32:32.380 [pool-156-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
12:32:32.380 [pool-156-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...
12:32:32.381 [pool-156-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
12:32:32.381 [pool-156-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
12:32:32.381 [pool-156-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...
12:32:32.384 [pool-156-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
12:32:32.388 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec)
12:32:32.388 [pool-156-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
12:32:32.391 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec)
12:32:32.391 [pool-156-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.
0s11ms [pure insertion]
marking any relevant derived attributes for update...12:32:32.391 [pool-156-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
12:32:32.391 [pool-156-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
12:32:32.392 [pool-156-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...
12:32:32.392 [pool-156-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
12:32:32.392 [pool-156-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
12:32:32.392 [pool-156-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...
12:32:32.395 [pool-156-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
12:32:32.407 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 3 NODES AND 3 M->MM REFERENCES! (took ~8sec)
12:32:32.407 [pool-156-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
12:32:32.476 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 2 REFERENCES! (took ~0 sec)
12:32:32.476 [pool-156-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.
0s84ms [pure insertion]
marking any relevant derived attributes for update...12:32:32.476 [pool-156-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
12:32:32.476 [pool-156-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
12:32:32.477 [pool-156-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...
12:32:32.477 [pool-156-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
12:32:32.477 [pool-156-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
12:32:32.477 [pool-156-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...
12:32:32.480 [pool-156-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
12:32:32.484 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec)
12:32:32.484 [pool-156-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
12:32:32.487 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec)
12:32:32.487 [pool-156-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.
0s10ms [pure insertion]
marking any relevant derived attributes for update...12:32:32.487 [pool-156-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s1ms
12:32:32.488 [pool-156-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s1ms
12:32:32.488 [pool-156-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...
12:32:32.488 [pool-156-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
12:32:32.488 [pool-156-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
12:32:32.488 [pool-156-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...
12:32:32.492 [pool-156-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
12:32:32.500 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 2 NODES AND 2 M->MM REFERENCES! (took ~5sec)
12:32:32.500 [pool-156-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
12:32:32.508 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 REFERENCES! (took ~0 sec)
12:32:32.508 [pool-156-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.
0s20ms [pure insertion]
marking any relevant derived attributes for update...12:32:32.508 [pool-156-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s1ms
12:32:32.509 [pool-156-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s1ms
12:32:32.509 [pool-156-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...
12:32:32.509 [pool-156-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
12:32:32.509 [pool-156-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
12:32:32.509 [pool-156-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...
12:32:32.513 [pool-156-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
12:32:32.577 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 2 NODES AND 2 M->MM REFERENCES! (took ~5sec)
12:32:32.577 [pool-156-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
12:32:32.583 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 REFERENCES! (took ~0 sec)
12:32:32.583 [pool-156-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.
0s74ms [pure insertion]
marking any relevant derived attributes for update...12:32:32.583 [pool-156-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s1ms
12:32:32.584 [pool-156-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s1ms
12:32:32.584 [pool-156-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...
12:32:32.584 [pool-156-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
12:32:32.584 [pool-156-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
12:32:32.584 [pool-156-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...
12:32:32.587 [pool-156-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
12:32:32.592 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec)
12:32:32.592 [pool-156-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
12:32:32.597 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec)
12:32:32.598 [pool-156-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.
0s14ms [pure insertion]
marking any relevant derived attributes for update...12:32:32.598 [pool-156-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
12:32:32.598 [pool-156-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
12:32:32.598 [pool-156-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...
12:32:32.598 [pool-156-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
12:32:32.598 [pool-156-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
12:32:32.598 [pool-156-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...
12:32:32.602 [pool-156-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
12:32:32.605 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec)
12:32:32.606 [pool-156-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
12:32:32.608 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec)
12:32:32.608 [pool-156-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.
0s11ms [pure insertion]
marking any relevant derived attributes for update...12:32:32.609 [pool-156-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
12:32:32.609 [pool-156-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
12:32:32.609 [pool-156-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...
12:32:32.609 [pool-156-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
12:32:32.610 [pool-156-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
12:32:32.610 [pool-156-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...
12:32:32.613 [pool-156-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
12:32:32.676 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~8sec)
12:32:32.676 [pool-156-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
12:32:32.680 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec)
12:32:32.680 [pool-156-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.
0s71ms [pure insertion]
marking any relevant derived attributes for update...12:32:32.680 [pool-156-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
12:32:32.680 [pool-156-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
12:32:32.681 [pool-156-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...
12:32:32.681 [pool-156-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
12:32:32.681 [pool-156-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
12:32:32.681 [pool-156-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...
12:32:32.685 [pool-156-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
12:32:32.697 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~4sec)
12:32:32.697 [pool-156-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
12:32:32.703 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec)
12:32:32.703 [pool-156-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.
0s22ms [pure insertion]
marking any relevant derived attributes for update...12:32:32.703 [pool-156-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
12:32:32.703 [pool-156-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
12:32:32.704 [pool-156-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...
12:32:32.704 [pool-156-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
12:32:32.704 [pool-156-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
12:32:32.704 [pool-156-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...
12:32:32.708 [pool-156-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
12:32:32.712 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec)
12:32:32.712 [pool-156-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
12:32:32.715 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec)
12:32:32.715 [pool-156-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.
0s11ms [pure insertion]
marking any relevant derived attributes for update...12:32:32.715 [pool-156-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
12:32:32.715 [pool-156-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
12:32:32.774 [pool-156-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...
12:32:32.774 [pool-156-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
12:32:32.774 [pool-156-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
12:32:32.774 [pool-156-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...
12:32:32.778 [pool-156-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
12:32:32.784 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec)
12:32:32.784 [pool-156-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
12:32:32.787 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec)
12:32:32.788 [pool-156-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performed batch insert on file: /data/fragments/PredefinedTypes%203.6.05/content/model/model/Infrastructure.PropertyType/1bdf9f87-e9ad-4849-ab22-c25147e8d00c.exml.
0s14ms [pure insertion]
marking any relevant derived attributes for update...12:32:32.788 [pool-156-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
12:32:32.788 [pool-156-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
12:32:32.788 [pool-156-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...
12:32:32.788 [pool-156-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
12:32:32.789 [pool-156-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
12:32:32.789 [pool-156-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...
12:32:32.793 [pool-156-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
12:32:32.800 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec)
12:32:32.800 [pool-156-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
12:32:32.803 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec)
12:32:32.804 [pool-156-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.
0s16ms [pure insertion]
marking any relevant derived attributes for update...12:32:32.804 [pool-156-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
12:32:32.804 [pool-156-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
12:32:32.804 [pool-156-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...
12:32:32.804 [pool-156-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
12:32:32.805 [pool-156-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
12:32:32.805 [pool-156-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...
12:32:32.808 [pool-156-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
12:32:32.813 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec)
12:32:32.813 [pool-156-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
12:32:32.817 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec)
12:32:32.817 [pool-156-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.
0s13ms [pure insertion]
marking any relevant derived attributes for update...12:32:32.817 [pool-156-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
12:32:32.817 [pool-156-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
12:32:32.818 [pool-156-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...
12:32:32.818 [pool-156-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
12:32:32.818 [pool-156-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
12:32:32.818 [pool-156-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...
12:32:32.875 [pool-156-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
12:32:32.881 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec)
12:32:32.881 [pool-156-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
12:32:32.884 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec)
12:32:32.885 [pool-156-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.
0s67ms [pure insertion]
marking any relevant derived attributes for update...12:32:32.885 [pool-156-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
12:32:32.885 [pool-156-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
12:32:32.885 [pool-156-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...
12:32:32.885 [pool-156-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
12:32:32.885 [pool-156-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
12:32:32.885 [pool-156-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...
12:32:32.889 [pool-156-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
12:32:32.898 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~8sec)
12:32:32.898 [pool-156-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
12:32:32.902 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec)
12:32:32.902 [pool-156-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.
0s17ms [pure insertion]
marking any relevant derived attributes for update...12:32:32.902 [pool-156-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
12:32:32.902 [pool-156-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
12:32:32.903 [pool-156-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...
12:32:32.903 [pool-156-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
12:32:32.903 [pool-156-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
12:32:32.903 [pool-156-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...
12:32:32.907 [pool-156-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
12:32:32.915 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 2 NODES AND 2 M->MM REFERENCES! (took ~6sec)
12:32:32.915 [pool-156-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
12:32:32.979 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 REFERENCES! (took ~0 sec)
12:32:32.979 [pool-156-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.
0s76ms [pure insertion]
marking any relevant derived attributes for update...12:32:32.979 [pool-156-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
12:32:32.979 [pool-156-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
12:32:32.980 [pool-156-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...
12:32:32.980 [pool-156-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
12:32:32.980 [pool-156-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
12:32:32.980 [pool-156-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...
12:32:32.983 [pool-156-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
12:32:32.987 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~2sec)
12:32:32.987 [pool-156-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
12:32:32.992 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec)
12:32:32.992 [pool-156-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.
0s12ms [pure insertion]
marking any relevant derived attributes for update...12:32:32.992 [pool-156-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
12:32:32.992 [pool-156-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
12:32:32.993 [pool-156-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...
12:32:32.993 [pool-156-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
12:32:32.993 [pool-156-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
12:32:32.993 [pool-156-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...
12:32:32.996 [pool-156-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
12:32:33.006 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 3 NODES AND 3 M->MM REFERENCES! (took ~9sec)
12:32:33.006 [pool-156-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
12:32:33.016 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 2 REFERENCES! (took ~0 sec)
12:32:33.016 [pool-156-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.
0s23ms [pure insertion]
marking any relevant derived attributes for update...12:32:33.016 [pool-156-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
12:32:33.016 [pool-156-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
12:32:33.016 [pool-156-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...
12:32:33.016 [pool-156-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
12:32:33.017 [pool-156-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
12:32:33.017 [pool-156-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...
12:32:33.075 [pool-156-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
12:32:33.082 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec)
12:32:33.082 [pool-156-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
12:32:33.085 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec)
12:32:33.085 [pool-156-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.
0s69ms [pure insertion]
marking any relevant derived attributes for update...12:32:33.085 [pool-156-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
12:32:33.085 [pool-156-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
12:32:33.086 [pool-156-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...
12:32:33.086 [pool-156-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
12:32:33.086 [pool-156-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
12:32:33.086 [pool-156-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...
12:32:33.089 [pool-156-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
12:32:33.094 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec)
12:32:33.094 [pool-156-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
12:32:33.097 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec)
12:32:33.097 [pool-156-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.
0s11ms [pure insertion]
marking any relevant derived attributes for update...12:32:33.097 [pool-156-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
12:32:33.097 [pool-156-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
12:32:33.097 [pool-156-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...
12:32:33.097 [pool-156-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
12:32:33.098 [pool-156-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
12:32:33.098 [pool-156-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...
12:32:33.100 [pool-156-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
12:32:33.105 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec)
12:32:33.105 [pool-156-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
12:32:33.108 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec)
12:32:33.108 [pool-156-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.
0s11ms [pure insertion]
marking any relevant derived attributes for update...12:32:33.108 [pool-156-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
12:32:33.108 [pool-156-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
12:32:33.108 [pool-156-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...
12:32:33.108 [pool-156-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
12:32:33.108 [pool-156-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
12:32:33.108 [pool-156-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...
12:32:33.177 [pool-156-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
12:32:33.182 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec)
12:32:33.182 [pool-156-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
12:32:33.184 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec)
12:32:33.185 [pool-156-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.
0s77ms [pure insertion]
marking any relevant derived attributes for update...12:32:33.185 [pool-156-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
12:32:33.185 [pool-156-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
12:32:33.185 [pool-156-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...
12:32:33.185 [pool-156-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
12:32:33.186 [pool-156-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
12:32:33.186 [pool-156-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...
12:32:33.189 [pool-156-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
12:32:33.202 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 4 NODES AND 4 M->MM REFERENCES! (took ~11sec)
12:32:33.202 [pool-156-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
12:32:33.275 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 3 REFERENCES! (took ~0 sec)
12:32:33.275 [pool-156-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.
0s90ms [pure insertion]
marking any relevant derived attributes for update...12:32:33.275 [pool-156-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s1ms
12:32:33.276 [pool-156-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s1ms
12:32:33.276 [pool-156-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...
12:32:33.276 [pool-156-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
12:32:33.276 [pool-156-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
12:32:33.276 [pool-156-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...
12:32:33.279 [pool-156-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
12:32:33.283 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec)
12:32:33.283 [pool-156-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
12:32:33.286 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec)
12:32:33.286 [pool-156-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.
0s10ms [pure insertion]
marking any relevant derived attributes for update...12:32:33.286 [pool-156-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
12:32:33.286 [pool-156-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
12:32:33.287 [pool-156-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...
12:32:33.287 [pool-156-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
12:32:33.287 [pool-156-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
12:32:33.287 [pool-156-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...
12:32:33.290 [pool-156-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
12:32:33.295 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~5sec)
12:32:33.295 [pool-156-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
12:32:33.298 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec)
12:32:33.298 [pool-156-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.
0s11ms [pure insertion]
marking any relevant derived attributes for update...12:32:33.298 [pool-156-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
12:32:33.298 [pool-156-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
12:32:33.299 [pool-156-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...
12:32:33.299 [pool-156-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
12:32:33.299 [pool-156-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
12:32:33.299 [pool-156-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...
12:32:33.302 [pool-156-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
12:32:33.309 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec)
12:32:33.309 [pool-156-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
12:32:33.312 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec)
12:32:33.313 [pool-156-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.
0s14ms [pure insertion]
marking any relevant derived attributes for update...12:32:33.313 [pool-156-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
12:32:33.313 [pool-156-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
12:32:33.313 [pool-156-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...
12:32:33.313 [pool-156-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
12:32:33.313 [pool-156-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
12:32:33.313 [pool-156-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...
12:32:33.317 [pool-156-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
12:32:33.376 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec)
12:32:33.376 [pool-156-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
12:32:33.379 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec)
12:32:33.379 [pool-156-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.
0s66ms [pure insertion]
marking any relevant derived attributes for update...12:32:33.379 [pool-156-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
12:32:33.379 [pool-156-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
12:32:33.380 [pool-156-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...
12:32:33.380 [pool-156-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
12:32:33.380 [pool-156-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
12:32:33.380 [pool-156-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...
12:32:33.383 [pool-156-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
12:32:33.391 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 2 NODES AND 2 M->MM REFERENCES! (took ~5sec)
12:32:33.391 [pool-156-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
12:32:33.398 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 REFERENCES! (took ~0 sec)
12:32:33.398 [pool-156-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.
0s18ms [pure insertion]
marking any relevant derived attributes for update...12:32:33.398 [pool-156-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
12:32:33.398 [pool-156-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
12:32:33.399 [pool-156-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...
12:32:33.399 [pool-156-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
12:32:33.401 [pool-156-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
12:32:33.401 [pool-156-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...
12:32:33.404 [pool-156-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
12:32:33.409 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec)
12:32:33.409 [pool-156-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
12:32:33.412 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec)
12:32:33.412 [pool-156-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.
0s13ms [pure insertion]
marking any relevant derived attributes for update...12:32:33.412 [pool-156-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
12:32:33.412 [pool-156-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
12:32:33.413 [pool-156-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...
12:32:33.413 [pool-156-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
12:32:33.413 [pool-156-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
12:32:33.413 [pool-156-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...
12:32:33.474 [pool-156-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
12:32:33.479 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec)
12:32:33.479 [pool-156-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
12:32:33.482 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec)
12:32:33.482 [pool-156-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.
0s69ms [pure insertion]
marking any relevant derived attributes for update...12:32:33.482 [pool-156-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
12:32:33.482 [pool-156-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
12:32:33.483 [pool-156-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...
12:32:33.483 [pool-156-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
12:32:33.483 [pool-156-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
12:32:33.483 [pool-156-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...
12:32:33.486 [pool-156-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
12:32:33.491 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec)
12:32:33.491 [pool-156-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
12:32:33.496 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec)
12:32:33.496 [pool-156-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.
0s13ms [pure insertion]
marking any relevant derived attributes for update...12:32:33.496 [pool-156-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
12:32:33.496 [pool-156-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
12:32:33.496 [pool-156-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...
12:32:33.497 [pool-156-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
12:32:33.497 [pool-156-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
12:32:33.497 [pool-156-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...
12:32:33.500 [pool-156-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
12:32:33.503 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec)
12:32:33.503 [pool-156-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
12:32:33.506 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec)
12:32:33.506 [pool-156-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.
0s10ms [pure insertion]
marking any relevant derived attributes for update...12:32:33.506 [pool-156-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s1ms
12:32:33.507 [pool-156-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s1ms
12:32:33.507 [pool-156-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...
12:32:33.507 [pool-156-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
12:32:33.507 [pool-156-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
12:32:33.507 [pool-156-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...
12:32:33.510 [pool-156-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
12:32:33.574 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec)
12:32:33.574 [pool-156-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
12:32:33.577 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec)
12:32:33.577 [pool-156-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.
0s70ms [pure insertion]
marking any relevant derived attributes for update...12:32:33.577 [pool-156-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s1ms
12:32:33.578 [pool-156-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s1ms
12:32:33.578 [pool-156-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...
12:32:33.578 [pool-156-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
12:32:33.578 [pool-156-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
12:32:33.578 [pool-156-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...
12:32:33.581 [pool-156-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
12:32:33.585 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec)
12:32:33.585 [pool-156-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
12:32:33.591 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec)
12:32:33.591 [pool-156-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.
0s13ms [pure insertion]
marking any relevant derived attributes for update...12:32:33.591 [pool-156-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
12:32:33.591 [pool-156-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
12:32:33.592 [pool-156-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...
12:32:33.592 [pool-156-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
12:32:33.592 [pool-156-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
12:32:33.592 [pool-156-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...
12:32:33.595 [pool-156-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
12:32:33.599 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec)
12:32:33.599 [pool-156-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
12:32:33.602 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec)
12:32:33.602 [pool-156-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performed batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/74d7cf69-58eb-48e4-b71a-e5bb0f7570f7.exml.
0s10ms [pure insertion]
marking any relevant derived attributes for update...12:32:33.602 [pool-156-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
12:32:33.602 [pool-156-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
12:32:33.603 [pool-156-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...
12:32:33.603 [pool-156-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
12:32:33.603 [pool-156-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
12:32:33.603 [pool-156-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...
12:32:33.606 [pool-156-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
12:32:33.611 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~2sec)
12:32:33.611 [pool-156-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
12:32:33.615 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec)
12:32:33.615 [pool-156-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.
0s12ms [pure insertion]
marking any relevant derived attributes for update...12:32:33.615 [pool-156-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
12:32:33.615 [pool-156-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
12:32:33.616 [pool-156-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...
12:32:33.616 [pool-156-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
12:32:33.616 [pool-156-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
12:32:33.616 [pool-156-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...
12:32:33.676 [pool-156-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
12:32:33.686 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 2 NODES AND 2 M->MM REFERENCES! (took ~5sec)
12:32:33.687 [pool-156-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
12:32:33.692 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 REFERENCES! (took ~0 sec)
12:32:33.692 [pool-156-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.
0s77ms [pure insertion]
marking any relevant derived attributes for update...12:32:33.692 [pool-156-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s1ms
12:32:33.693 [pool-156-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s1ms
12:32:33.693 [pool-156-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...
12:32:33.693 [pool-156-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
12:32:33.693 [pool-156-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
12:32:33.693 [pool-156-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...
12:32:33.697 [pool-156-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
12:32:33.703 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~8sec)
12:32:33.703 [pool-156-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
12:32:33.705 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec)
12:32:33.706 [pool-156-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.
0s13ms [pure insertion]
marking any relevant derived attributes for update...12:32:33.706 [pool-156-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
12:32:33.706 [pool-156-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
12:32:33.706 [pool-156-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...
12:32:33.706 [pool-156-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
12:32:33.706 [pool-156-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
12:32:33.706 [pool-156-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...
12:32:33.710 [pool-156-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
12:32:33.714 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec)
12:32:33.714 [pool-156-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
12:32:33.776 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec)
12:32:33.776 [pool-156-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.
0s70ms [pure insertion]
marking any relevant derived attributes for update...12:32:33.776 [pool-156-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s1ms
12:32:33.777 [pool-156-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s1ms
12:32:33.777 [pool-156-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...
12:32:33.777 [pool-156-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
12:32:33.777 [pool-156-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
12:32:33.777 [pool-156-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...
12:32:33.783 [pool-156-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
12:32:33.787 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec)
12:32:33.787 [pool-156-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
12:32:33.790 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec)
12:32:33.790 [pool-156-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.
0s13ms [pure insertion]
marking any relevant derived attributes for update...12:32:33.790 [pool-156-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
12:32:33.790 [pool-156-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
12:32:33.791 [pool-156-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...
12:32:33.791 [pool-156-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
12:32:33.791 [pool-156-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
12:32:33.791 [pool-156-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...
12:32:33.794 [pool-156-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
12:32:33.798 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~2sec)
12:32:33.798 [pool-156-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
12:32:33.801 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec)
12:32:33.801 [pool-156-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.
0s10ms [pure insertion]
marking any relevant derived attributes for update...12:32:33.801 [pool-156-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
12:32:33.801 [pool-156-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
12:32:33.801 [pool-156-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...
12:32:33.801 [pool-156-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
12:32:33.801 [pool-156-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
12:32:33.801 [pool-156-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...
12:32:33.805 [pool-156-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
12:32:33.810 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec)
12:32:33.810 [pool-156-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
12:32:33.875 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec)
12:32:33.875 [pool-156-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.
0s74ms [pure insertion]
marking any relevant derived attributes for update...12:32:33.875 [pool-156-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s1ms
12:32:33.876 [pool-156-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s1ms
12:32:33.876 [pool-156-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...
12:32:33.876 [pool-156-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
12:32:33.876 [pool-156-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
12:32:33.876 [pool-156-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...
12:32:33.882 [pool-156-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
12:32:33.886 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec)
12:32:33.886 [pool-156-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
12:32:33.888 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec)
12:32:33.888 [pool-156-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.
0s12ms [pure insertion]
marking any relevant derived attributes for update...12:32:33.888 [pool-156-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s1ms
12:32:33.889 [pool-156-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s1ms
12:32:33.889 [pool-156-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...
12:32:33.889 [pool-156-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
12:32:33.890 [pool-156-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
12:32:33.890 [pool-156-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...
12:32:33.893 [pool-156-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
12:32:33.902 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 2 NODES AND 2 M->MM REFERENCES! (took ~5sec)
12:32:33.902 [pool-156-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
12:32:33.909 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 REFERENCES! (took ~0 sec)
12:32:33.909 [pool-156-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.
0s20ms [pure insertion]
marking any relevant derived attributes for update...12:32:33.909 [pool-156-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s1ms
12:32:33.910 [pool-156-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s1ms
12:32:33.910 [pool-156-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...
12:32:33.910 [pool-156-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
12:32:33.910 [pool-156-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
12:32:33.910 [pool-156-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...
12:32:33.978 [pool-156-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
12:32:33.983 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec)
12:32:33.983 [pool-156-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
12:32:33.987 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec)
12:32:33.987 [pool-156-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.
0s77ms [pure insertion]
marking any relevant derived attributes for update...12:32:33.987 [pool-156-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s1ms
12:32:33.988 [pool-156-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s1ms
12:32:33.989 [pool-156-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...
12:32:33.989 [pool-156-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
12:32:33.989 [pool-156-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
12:32:33.989 [pool-156-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...
12:32:33.994 [pool-156-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
12:32:34.000 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec)
12:32:34.000 [pool-156-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
12:32:34.019 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec)
12:32:34.020 [pool-156-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.
0s31ms [pure insertion]
marking any relevant derived attributes for update...12:32:34.020 [pool-156-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
12:32:34.020 [pool-156-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
12:32:34.020 [pool-156-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Processed 200/309 files in repo file:///home/jenkins/agent/workspace/Hawk_Greycat_backend_master/core/tests/org.eclipse.hawk.integration.tests/resources/models/zoo/ (4 sec, 9 sec total)
12:32:34.021 [pool-156-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...
12:32:34.021 [pool-156-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
12:32:34.021 [pool-156-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
12:32:34.021 [pool-156-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...
12:32:34.074 [pool-156-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
12:32:34.082 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 2 NODES AND 2 M->MM REFERENCES! (took ~6sec)
12:32:34.082 [pool-156-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
12:32:34.090 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 REFERENCES! (took ~0 sec)
12:32:34.090 [pool-156-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.
0s69ms [pure insertion]
marking any relevant derived attributes for update...12:32:34.090 [pool-156-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
12:32:34.090 [pool-156-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
12:32:34.090 [pool-156-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...
12:32:34.090 [pool-156-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
12:32:34.090 [pool-156-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
12:32:34.090 [pool-156-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...
12:32:34.096 [pool-156-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
12:32:34.102 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec)
12:32:34.102 [pool-156-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
12:32:34.105 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec)
12:32:34.105 [pool-156-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.
0s15ms [pure insertion]
marking any relevant derived attributes for update...12:32:34.105 [pool-156-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s1ms
12:32:34.106 [pool-156-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s1ms
12:32:34.106 [pool-156-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...
12:32:34.106 [pool-156-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
12:32:34.106 [pool-156-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
12:32:34.106 [pool-156-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...
12:32:34.109 [pool-156-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
12:32:34.176 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 2 NODES AND 2 M->MM REFERENCES! (took ~5sec)
12:32:34.176 [pool-156-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
12:32:34.187 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 REFERENCES! (took ~0 sec)
12:32:34.187 [pool-156-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.
0s81ms [pure insertion]
marking any relevant derived attributes for update...12:32:34.187 [pool-156-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
12:32:34.187 [pool-156-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
12:32:34.188 [pool-156-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...
12:32:34.188 [pool-156-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
12:32:34.191 [pool-156-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
12:32:34.191 [pool-156-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...
12:32:34.195 [pool-156-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
12:32:34.199 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec)
12:32:34.199 [pool-156-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
12:32:34.202 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec)
12:32:34.202 [pool-156-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.
0s14ms [pure insertion]
marking any relevant derived attributes for update...12:32:34.202 [pool-156-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s1ms
12:32:34.203 [pool-156-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s1ms
12:32:34.203 [pool-156-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...
12:32:34.203 [pool-156-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
12:32:34.204 [pool-156-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
12:32:34.204 [pool-156-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...
12:32:34.207 [pool-156-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
12:32:34.212 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec)
12:32:34.212 [pool-156-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
12:32:34.215 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec)
12:32:34.215 [pool-156-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.
0s12ms [pure insertion]
marking any relevant derived attributes for update...12:32:34.215 [pool-156-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
12:32:34.215 [pool-156-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
12:32:34.216 [pool-156-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...
12:32:34.216 [pool-156-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
12:32:34.216 [pool-156-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
12:32:34.216 [pool-156-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...
12:32:34.278 [pool-156-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
12:32:34.286 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 2 NODES AND 2 M->MM REFERENCES! (took ~5sec)
12:32:34.286 [pool-156-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
12:32:34.295 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 REFERENCES! (took ~0 sec)
12:32:34.295 [pool-156-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.
0s79ms [pure insertion]
marking any relevant derived attributes for update...12:32:34.295 [pool-156-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
12:32:34.295 [pool-156-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
12:32:34.296 [pool-156-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...
12:32:34.296 [pool-156-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
12:32:34.296 [pool-156-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
12:32:34.296 [pool-156-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...
12:32:34.299 [pool-156-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
12:32:34.305 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec)
12:32:34.305 [pool-156-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
12:32:34.310 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec)
12:32:34.310 [pool-156-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.
0s14ms [pure insertion]
marking any relevant derived attributes for update...12:32:34.310 [pool-156-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
12:32:34.310 [pool-156-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
12:32:34.311 [pool-156-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...
12:32:34.311 [pool-156-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
12:32:34.311 [pool-156-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
12:32:34.311 [pool-156-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...
12:32:34.316 [pool-156-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
12:32:34.377 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec)
12:32:34.377 [pool-156-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
12:32:34.380 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec)
12:32:34.381 [pool-156-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.
0s70ms [pure insertion]
marking any relevant derived attributes for update...12:32:34.381 [pool-156-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
12:32:34.381 [pool-156-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
12:32:34.381 [pool-156-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...
12:32:34.381 [pool-156-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
12:32:34.381 [pool-156-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
12:32:34.381 [pool-156-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...
12:32:34.385 [pool-156-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
12:32:34.394 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec)
12:32:34.394 [pool-156-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
12:32:34.397 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec)
12:32:34.397 [pool-156-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.
0s16ms [pure insertion]
marking any relevant derived attributes for update...12:32:34.397 [pool-156-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
12:32:34.397 [pool-156-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
12:32:34.398 [pool-156-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...
12:32:34.398 [pool-156-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
12:32:34.398 [pool-156-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
12:32:34.398 [pool-156-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...
12:32:34.401 [pool-156-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
12:32:34.511 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 12 NODES AND 12 M->MM REFERENCES! (took ~36sec)
12:32:34.511 [pool-156-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
12:32:34.613 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 11 REFERENCES! (took ~0 sec)
12:32:34.614 [pool-156-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.
0s216ms [pure insertion]
marking any relevant derived attributes for update...12:32:34.614 [pool-156-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
12:32:34.614 [pool-156-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
12:32:34.614 [pool-156-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...
12:32:34.614 [pool-156-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
12:32:34.614 [pool-156-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
12:32:34.614 [pool-156-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...
12:32:34.676 [pool-156-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
12:32:34.686 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec)
12:32:34.686 [pool-156-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
12:32:34.719 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec)
12:32:34.719 [pool-156-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.
0s105ms [pure insertion]
marking any relevant derived attributes for update...12:32:34.719 [pool-156-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
12:32:34.719 [pool-156-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
12:32:34.720 [pool-156-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...
12:32:34.720 [pool-156-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
12:32:34.720 [pool-156-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
12:32:34.720 [pool-156-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...
12:32:34.723 [pool-156-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
12:32:34.727 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec)
12:32:34.727 [pool-156-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
12:32:34.777 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec)
12:32:34.777 [pool-156-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.
0s57ms [pure insertion]
marking any relevant derived attributes for update...12:32:34.777 [pool-156-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
12:32:34.777 [pool-156-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
12:32:34.778 [pool-156-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...
12:32:34.778 [pool-156-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
12:32:34.778 [pool-156-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
12:32:34.778 [pool-156-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...
12:32:34.781 [pool-156-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
12:32:34.790 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 2 NODES AND 2 M->MM REFERENCES! (took ~6sec)
12:32:34.790 [pool-156-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
12:32:34.799 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 REFERENCES! (took ~0 sec)
12:32:34.799 [pool-156-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.
0s21ms [pure insertion]
marking any relevant derived attributes for update...12:32:34.799 [pool-156-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
12:32:34.799 [pool-156-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
12:32:34.800 [pool-156-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...
12:32:34.800 [pool-156-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
12:32:34.800 [pool-156-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
12:32:34.800 [pool-156-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...
12:32:34.804 [pool-156-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
12:32:34.815 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 3 NODES AND 3 M->MM REFERENCES! (took ~8sec)
12:32:34.815 [pool-156-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
12:32:34.883 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 2 REFERENCES! (took ~0 sec)
12:32:34.883 [pool-156-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.
0s83ms [pure insertion]
marking any relevant derived attributes for update...12:32:34.883 [pool-156-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
12:32:34.883 [pool-156-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
12:32:34.883 [pool-156-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...
12:32:34.883 [pool-156-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
12:32:34.884 [pool-156-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
12:32:34.884 [pool-156-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...
12:32:34.887 [pool-156-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
12:32:34.897 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 2 NODES AND 2 M->MM REFERENCES! (took ~5sec)
12:32:34.897 [pool-156-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
12:32:34.903 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 REFERENCES! (took ~0 sec)
12:32:34.903 [pool-156-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.
0s20ms [pure insertion]
marking any relevant derived attributes for update...12:32:34.903 [pool-156-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s1ms
12:32:34.904 [pool-156-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s1ms
12:32:34.905 [pool-156-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...
12:32:34.905 [pool-156-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
12:32:34.905 [pool-156-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
12:32:34.905 [pool-156-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...
12:32:34.908 [pool-156-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
12:32:35.082 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 15 NODES AND 15 M->MM REFERENCES! (took ~45sec)
12:32:35.082 [pool-156-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
12:32:35.178 [pool-118-thread-1] ERROR o.e.hawk.greycat.lucene.SoftTxLucene - Periodic commit of Lucene at MMapDirectory@/tmp/junit18161556939742951312/test_create[LevelDB GreyCat]/lucene lockFactory=org.apache.lucene.store.NativeFSLockFactory@4c060c8f failed
java.nio.file.NoSuchFileException: /tmp/junit18161556939742951312/test_create[LevelDB GreyCat]/lucene/write.lock
	at java.base/sun.nio.fs.UnixException.translateToIOException(UnixException.java:92) ~[na:na]
	at java.base/sun.nio.fs.UnixException.rethrowAsIOException(UnixException.java:111) ~[na:na]
	at java.base/sun.nio.fs.UnixException.rethrowAsIOException(UnixException.java:116) ~[na:na]
	at java.base/sun.nio.fs.UnixFileAttributeViews$Basic.readAttributes(UnixFileAttributeViews.java:55) ~[na:na]
	at java.base/sun.nio.fs.UnixFileSystemProvider.readAttributes(UnixFileSystemProvider.java:149) ~[na:na]
	at java.base/sun.nio.fs.LinuxFileSystemProvider.readAttributes(LinuxFileSystemProvider.java:99) ~[na:na]
	at java.base/java.nio.file.Files.readAttributes(Files.java:1764) ~[na:na]
	at org.apache.lucene.store.NativeFSLockFactory$NativeFSLock.ensureValid(NativeFSLockFactory.java:189) ~[na:na]
	at org.apache.lucene.store.LockValidatingDirectoryWrapper.syncMetaData(LockValidatingDirectoryWrapper.java:61) ~[na:na]
	at org.apache.lucene.index.SegmentInfos.prepareCommit(SegmentInfos.java:758) ~[na:na]
	at org.apache.lucene.index.IndexWriter.startCommit(IndexWriter.java:4793) ~[na:na]
	at org.apache.lucene.index.IndexWriter.prepareCommitInternal(IndexWriter.java:3326) ~[na:na]
	at org.apache.lucene.index.IndexWriter.commitInternal(IndexWriter.java:3458) ~[na:na]
	at org.apache.lucene.index.IndexWriter.commit(IndexWriter.java:3423) ~[na:na]
	at org.eclipse.hawk.greycat.lucene.SoftTxLucene.lambda$0(SoftTxLucene.java:99) ~[org.eclipse.hawk.greycat-2.2.0-SNAPSHOT.jar:na]
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:515) ~[na:na]
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305) ~[na:na]
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(ScheduledThreadPoolExecutor.java:305) ~[na:na]
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128) ~[na:na]
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628) ~[na:na]
	at java.base/java.lang.Thread.run(Thread.java:829) ~[na:na]
12:32:35.202 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 14 REFERENCES! (took ~0 sec)
12:32:35.202 [pool-156-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.
0s297ms [pure insertion]
marking any relevant derived attributes for update...12:32:35.202 [pool-156-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
12:32:35.202 [pool-156-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
12:32:35.203 [pool-156-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...
12:32:35.203 [pool-156-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
12:32:35.203 [pool-156-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
12:32:35.203 [pool-156-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...
12:32:35.209 [pool-156-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
12:32:35.277 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec)
12:32:35.277 [pool-156-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
12:32:35.280 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec)
12:32:35.280 [pool-156-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.
0s77ms [pure insertion]
marking any relevant derived attributes for update...12:32:35.280 [pool-156-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
12:32:35.280 [pool-156-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
12:32:35.280 [pool-156-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...
12:32:35.281 [pool-156-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
12:32:35.281 [pool-156-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
12:32:35.281 [pool-156-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...
12:32:35.284 [pool-156-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
12:32:35.288 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec)
12:32:35.288 [pool-156-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
12:32:35.291 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec)
12:32:35.291 [pool-156-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.
0s11ms [pure insertion]
marking any relevant derived attributes for update...12:32:35.291 [pool-156-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
12:32:35.291 [pool-156-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
12:32:35.292 [pool-156-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...
12:32:35.292 [pool-156-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
12:32:35.292 [pool-156-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
12:32:35.292 [pool-156-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...
12:32:35.295 [pool-156-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
12:32:35.300 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec)
12:32:35.300 [pool-156-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
12:32:35.303 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec)
12:32:35.303 [pool-156-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.
0s11ms [pure insertion]
marking any relevant derived attributes for update...12:32:35.303 [pool-156-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
12:32:35.303 [pool-156-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
12:32:35.303 [pool-156-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...
12:32:35.303 [pool-156-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
12:32:35.304 [pool-156-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
12:32:35.304 [pool-156-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...
12:32:35.307 [pool-156-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
12:32:35.315 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec)
12:32:35.315 [pool-156-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
12:32:35.374 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec)
12:32:35.374 [pool-156-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.
0s71ms [pure insertion]
marking any relevant derived attributes for update...12:32:35.374 [pool-156-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s1ms
12:32:35.375 [pool-156-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s1ms
12:32:35.375 [pool-156-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...
12:32:35.375 [pool-156-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
12:32:35.375 [pool-156-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
12:32:35.375 [pool-156-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...
12:32:35.378 [pool-156-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
12:32:35.385 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~8sec)
12:32:35.385 [pool-156-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
12:32:35.388 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec)
12:32:35.388 [pool-156-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.
0s13ms [pure insertion]
marking any relevant derived attributes for update...12:32:35.388 [pool-156-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s1ms
12:32:35.389 [pool-156-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s1ms
12:32:35.389 [pool-156-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...
12:32:35.389 [pool-156-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
12:32:35.389 [pool-156-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
12:32:35.389 [pool-156-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...
12:32:35.393 [pool-156-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
12:32:35.410 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 4 NODES AND 4 M->MM REFERENCES! (took ~13sec)
12:32:35.410 [pool-156-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
12:32:35.478 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 3 REFERENCES! (took ~0 sec)
12:32:35.478 [pool-156-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.
0s89ms [pure insertion]
marking any relevant derived attributes for update...12:32:35.478 [pool-156-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
12:32:35.478 [pool-156-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
12:32:35.479 [pool-156-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...
12:32:35.479 [pool-156-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
12:32:35.479 [pool-156-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
12:32:35.479 [pool-156-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...
12:32:35.482 [pool-156-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
12:32:35.487 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec)
12:32:35.487 [pool-156-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
12:32:35.491 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec)
12:32:35.491 [pool-156-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.
0s12ms [pure insertion]
marking any relevant derived attributes for update...12:32:35.491 [pool-156-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
12:32:35.491 [pool-156-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
12:32:35.491 [pool-156-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...
12:32:35.492 [pool-156-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
12:32:35.492 [pool-156-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
12:32:35.492 [pool-156-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...
12:32:35.497 [pool-156-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
12:32:35.501 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec)
12:32:35.501 [pool-156-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
12:32:35.504 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec)
12:32:35.504 [pool-156-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.
0s13ms [pure insertion]
marking any relevant derived attributes for update...12:32:35.504 [pool-156-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s1ms
12:32:35.505 [pool-156-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s1ms
12:32:35.505 [pool-156-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...
12:32:35.505 [pool-156-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
12:32:35.505 [pool-156-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
12:32:35.505 [pool-156-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...
12:32:35.506 [pool-119-thread-1] ERROR o.e.hawk.greycat.lucene.SoftTxLucene - Periodic commit of Lucene at MMapDirectory@/tmp/junit8933980430805700273/test_recreate[LevelDB GreyCat]/lucene lockFactory=org.apache.lucene.store.NativeFSLockFactory@4c060c8f failed
java.nio.file.NoSuchFileException: /tmp/junit8933980430805700273/test_recreate[LevelDB GreyCat]/lucene/write.lock
	at java.base/sun.nio.fs.UnixException.translateToIOException(UnixException.java:92) ~[na:na]
	at java.base/sun.nio.fs.UnixException.rethrowAsIOException(UnixException.java:111) ~[na:na]
	at java.base/sun.nio.fs.UnixException.rethrowAsIOException(UnixException.java:116) ~[na:na]
	at java.base/sun.nio.fs.UnixFileAttributeViews$Basic.readAttributes(UnixFileAttributeViews.java:55) ~[na:na]
	at java.base/sun.nio.fs.UnixFileSystemProvider.readAttributes(UnixFileSystemProvider.java:149) ~[na:na]
	at java.base/sun.nio.fs.LinuxFileSystemProvider.readAttributes(LinuxFileSystemProvider.java:99) ~[na:na]
	at java.base/java.nio.file.Files.readAttributes(Files.java:1764) ~[na:na]
	at org.apache.lucene.store.NativeFSLockFactory$NativeFSLock.ensureValid(NativeFSLockFactory.java:189) ~[na:na]
	at org.apache.lucene.store.LockValidatingDirectoryWrapper.syncMetaData(LockValidatingDirectoryWrapper.java:61) ~[na:na]
	at org.apache.lucene.index.SegmentInfos.prepareCommit(SegmentInfos.java:758) ~[na:na]
	at org.apache.lucene.index.IndexWriter.startCommit(IndexWriter.java:4793) ~[na:na]
	at org.apache.lucene.index.IndexWriter.prepareCommitInternal(IndexWriter.java:3326) ~[na:na]
	at org.apache.lucene.index.IndexWriter.commitInternal(IndexWriter.java:3458) ~[na:na]
	at org.apache.lucene.index.IndexWriter.commit(IndexWriter.java:3423) ~[na:na]
	at org.eclipse.hawk.greycat.lucene.SoftTxLucene.lambda$0(SoftTxLucene.java:99) ~[org.eclipse.hawk.greycat-2.2.0-SNAPSHOT.jar:na]
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:515) ~[na:na]
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305) ~[na:na]
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(ScheduledThreadPoolExecutor.java:305) ~[na:na]
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128) ~[na:na]
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628) ~[na:na]
	at java.base/java.lang.Thread.run(Thread.java:829) ~[na:na]
12:32:35.508 [pool-156-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
12:32:35.513 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec)
12:32:35.513 [pool-156-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
12:32:35.516 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec)
12:32:35.516 [pool-156-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.
0s11ms [pure insertion]
marking any relevant derived attributes for update...12:32:35.516 [pool-156-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
12:32:35.516 [pool-156-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
12:32:35.574 [pool-156-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...
12:32:35.574 [pool-156-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
12:32:35.574 [pool-156-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
12:32:35.574 [pool-156-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...
12:32:35.578 [pool-156-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
12:32:35.582 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec)
12:32:35.583 [pool-156-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
12:32:35.586 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec)
12:32:35.586 [pool-156-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.
0s12ms [pure insertion]
marking any relevant derived attributes for update...12:32:35.586 [pool-156-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
12:32:35.586 [pool-156-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
12:32:35.587 [pool-156-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...
12:32:35.587 [pool-156-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
12:32:35.587 [pool-156-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
12:32:35.587 [pool-156-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...
12:32:35.593 [pool-156-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
12:32:35.601 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 2 NODES AND 2 M->MM REFERENCES! (took ~6sec)
12:32:35.601 [pool-156-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
12:32:35.607 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 REFERENCES! (took ~0 sec)
12:32:35.607 [pool-156-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.
0s20ms [pure insertion]
marking any relevant derived attributes for update...12:32:35.607 [pool-156-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
12:32:35.607 [pool-156-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
12:32:35.608 [pool-156-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...
12:32:35.608 [pool-156-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
12:32:35.608 [pool-156-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
12:32:35.608 [pool-156-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...
12:32:35.611 [pool-156-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
12:32:35.615 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~2sec)
12:32:35.615 [pool-156-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
12:32:35.677 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec)
12:32:35.677 [pool-156-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.
0s69ms [pure insertion]
marking any relevant derived attributes for update...12:32:35.677 [pool-156-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
12:32:35.677 [pool-156-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
12:32:35.678 [pool-156-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...
12:32:35.678 [pool-156-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
12:32:35.678 [pool-156-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
12:32:35.678 [pool-156-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...
12:32:35.681 [pool-156-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
12:32:35.692 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 2 NODES AND 2 M->MM REFERENCES! (took ~6sec)
12:32:35.692 [pool-156-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
12:32:35.698 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 REFERENCES! (took ~0 sec)
12:32:35.698 [pool-156-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.
0s20ms [pure insertion]
marking any relevant derived attributes for update...12:32:35.698 [pool-156-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s1ms
12:32:35.699 [pool-156-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s1ms
12:32:35.699 [pool-156-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...
12:32:35.699 [pool-156-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
12:32:35.699 [pool-156-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
12:32:35.699 [pool-156-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...
12:32:35.702 [pool-156-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
12:32:35.707 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec)
12:32:35.707 [pool-156-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
12:32:35.711 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec)
12:32:35.711 [pool-156-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.
0s12ms [pure insertion]
marking any relevant derived attributes for update...12:32:35.711 [pool-156-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
12:32:35.711 [pool-156-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
12:32:35.712 [pool-156-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...
12:32:35.712 [pool-156-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
12:32:35.712 [pool-156-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
12:32:35.712 [pool-156-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...
12:32:35.776 [pool-156-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
12:32:35.784 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec)
12:32:35.784 [pool-156-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
12:32:35.787 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec)
12:32:35.787 [pool-156-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.
0s75ms [pure insertion]
marking any relevant derived attributes for update...12:32:35.787 [pool-156-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
12:32:35.787 [pool-156-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
12:32:35.788 [pool-156-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...
12:32:35.788 [pool-156-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
12:32:35.788 [pool-156-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
12:32:35.788 [pool-156-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...
12:32:35.791 [pool-156-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
12:32:35.796 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec)
12:32:35.796 [pool-156-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
12:32:35.800 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec)
12:32:35.800 [pool-156-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.
0s12ms [pure insertion]
marking any relevant derived attributes for update...12:32:35.800 [pool-156-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
12:32:35.800 [pool-156-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
12:32:35.800 [pool-156-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...
12:32:35.800 [pool-156-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
12:32:35.800 [pool-156-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
12:32:35.800 [pool-156-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...
12:32:35.804 [pool-156-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
12:32:35.810 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec)
12:32:35.810 [pool-156-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
12:32:35.814 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec)
12:32:35.814 [pool-156-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.
0s14ms [pure insertion]
marking any relevant derived attributes for update...12:32:35.814 [pool-156-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
12:32:35.814 [pool-156-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
12:32:35.815 [pool-156-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...
12:32:35.815 [pool-156-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
12:32:35.815 [pool-156-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
12:32:35.815 [pool-156-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...
12:32:35.874 [pool-120-thread-1] ERROR o.e.hawk.greycat.lucene.SoftTxLucene - Periodic commit of Lucene at MMapDirectory@/tmp/junit9748100635375592498/test_changeLastRevision[LevelDB GreyCat]/lucene lockFactory=org.apache.lucene.store.NativeFSLockFactory@4c060c8f failed
java.nio.file.NoSuchFileException: /tmp/junit9748100635375592498/test_changeLastRevision[LevelDB GreyCat]/lucene/write.lock
	at java.base/sun.nio.fs.UnixException.translateToIOException(UnixException.java:92) ~[na:na]
	at java.base/sun.nio.fs.UnixException.rethrowAsIOException(UnixException.java:111) ~[na:na]
	at java.base/sun.nio.fs.UnixException.rethrowAsIOException(UnixException.java:116) ~[na:na]
	at java.base/sun.nio.fs.UnixFileAttributeViews$Basic.readAttributes(UnixFileAttributeViews.java:55) ~[na:na]
	at java.base/sun.nio.fs.UnixFileSystemProvider.readAttributes(UnixFileSystemProvider.java:149) ~[na:na]
	at java.base/sun.nio.fs.LinuxFileSystemProvider.readAttributes(LinuxFileSystemProvider.java:99) ~[na:na]
	at java.base/java.nio.file.Files.readAttributes(Files.java:1764) ~[na:na]
	at org.apache.lucene.store.NativeFSLockFactory$NativeFSLock.ensureValid(NativeFSLockFactory.java:189) ~[na:na]
	at org.apache.lucene.store.LockValidatingDirectoryWrapper.syncMetaData(LockValidatingDirectoryWrapper.java:61) ~[na:na]
	at org.apache.lucene.index.SegmentInfos.prepareCommit(SegmentInfos.java:758) ~[na:na]
	at org.apache.lucene.index.IndexWriter.startCommit(IndexWriter.java:4793) ~[na:na]
	at org.apache.lucene.index.IndexWriter.prepareCommitInternal(IndexWriter.java:3326) ~[na:na]
	at org.apache.lucene.index.IndexWriter.commitInternal(IndexWriter.java:3458) ~[na:na]
	at org.apache.lucene.index.IndexWriter.commit(IndexWriter.java:3423) ~[na:na]
	at org.eclipse.hawk.greycat.lucene.SoftTxLucene.lambda$0(SoftTxLucene.java:99) ~[org.eclipse.hawk.greycat-2.2.0-SNAPSHOT.jar:na]
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:515) ~[na:na]
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305) ~[na:na]
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(ScheduledThreadPoolExecutor.java:305) ~[na:na]
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128) ~[na:na]
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628) ~[na:na]
	at java.base/java.lang.Thread.run(Thread.java:829) ~[na:na]
12:32:35.877 [pool-156-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
12:32:35.888 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~8sec)
12:32:35.888 [pool-156-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
12:32:35.892 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec)
12:32:35.892 [pool-156-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.
0s77ms [pure insertion]
marking any relevant derived attributes for update...12:32:35.892 [pool-156-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
12:32:35.892 [pool-156-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
12:32:35.893 [pool-156-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...
12:32:35.893 [pool-156-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
12:32:35.893 [pool-156-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
12:32:35.893 [pool-156-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...
12:32:35.896 [pool-156-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
12:32:35.901 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec)
12:32:35.901 [pool-156-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
12:32:35.904 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec)
12:32:35.904 [pool-156-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.
0s11ms [pure insertion]
marking any relevant derived attributes for update...12:32:35.904 [pool-156-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
12:32:35.904 [pool-156-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
12:32:35.905 [pool-156-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...
12:32:35.905 [pool-156-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
12:32:35.905 [pool-156-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
12:32:35.905 [pool-156-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...
12:32:35.909 [pool-156-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
12:32:35.914 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~2sec)
12:32:35.914 [pool-156-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
12:32:35.976 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec)
12:32:35.976 [pool-156-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.
0s71ms [pure insertion]
marking any relevant derived attributes for update...12:32:35.976 [pool-156-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
12:32:35.976 [pool-156-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
12:32:35.977 [pool-156-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...
12:32:35.977 [pool-156-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
12:32:35.977 [pool-156-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
12:32:35.978 [pool-156-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...
12:32:35.981 [pool-156-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
12:32:36.009 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 5 NODES AND 5 M->MM REFERENCES! (took ~32sec)
12:32:36.009 [pool-156-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
12:32:36.087 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 4 REFERENCES! (took ~0 sec)
12:32:36.087 [pool-156-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.
0s110ms [pure insertion]
marking any relevant derived attributes for update...12:32:36.087 [pool-156-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
12:32:36.087 [pool-156-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
12:32:36.088 [pool-156-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...
12:32:36.088 [pool-156-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
12:32:36.088 [pool-156-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
12:32:36.088 [pool-156-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...
12:32:36.092 [pool-156-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
12:32:36.100 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec)
12:32:36.100 [pool-156-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
12:32:36.103 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec)
12:32:36.103 [pool-156-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.
0s15ms [pure insertion]
marking any relevant derived attributes for update...12:32:36.103 [pool-156-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s1ms
12:32:36.104 [pool-156-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s1ms
12:32:36.104 [pool-156-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...
12:32:36.104 [pool-156-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
12:32:36.104 [pool-156-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
12:32:36.104 [pool-156-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...
12:32:36.108 [pool-156-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
12:32:36.113 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec)
12:32:36.113 [pool-156-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
12:32:36.116 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec)
12:32:36.116 [pool-156-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.
0s12ms [pure insertion]
marking any relevant derived attributes for update...12:32:36.116 [pool-156-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
12:32:36.116 [pool-156-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
12:32:36.117 [pool-156-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...
12:32:36.174 [pool-156-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
12:32:36.174 [pool-156-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
12:32:36.174 [pool-156-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...
12:32:36.178 [pool-156-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
12:32:36.184 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec)
12:32:36.184 [pool-156-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
12:32:36.188 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec)
12:32:36.188 [pool-156-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.
0s71ms [pure insertion]
marking any relevant derived attributes for update...12:32:36.188 [pool-156-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
12:32:36.188 [pool-156-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
12:32:36.188 [pool-156-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...
12:32:36.188 [pool-156-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
12:32:36.189 [pool-156-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
12:32:36.189 [pool-156-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...
12:32:36.194 [pool-156-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
12:32:36.199 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec)
12:32:36.199 [pool-156-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
12:32:36.201 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec)
12:32:36.202 [pool-156-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.
0s14ms [pure insertion]
marking any relevant derived attributes for update...12:32:36.202 [pool-156-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
12:32:36.202 [pool-156-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
12:32:36.202 [pool-156-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...
12:32:36.202 [pool-156-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
12:32:36.202 [pool-156-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
12:32:36.202 [pool-156-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...
12:32:36.206 [pool-156-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
12:32:36.214 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 2 NODES AND 2 M->MM REFERENCES! (took ~5sec)
12:32:36.214 [pool-156-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
12:32:36.275 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 REFERENCES! (took ~0 sec)
12:32:36.276 [pool-156-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.
0s74ms [pure insertion]
marking any relevant derived attributes for update...12:32:36.276 [pool-156-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
12:32:36.276 [pool-156-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
12:32:36.276 [pool-156-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...
12:32:36.276 [pool-156-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
12:32:36.277 [pool-156-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
12:32:36.277 [pool-156-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...
12:32:36.280 [pool-156-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
12:32:36.287 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec)
12:32:36.287 [pool-156-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
12:32:36.291 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec)
12:32:36.291 [pool-156-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.
0s15ms [pure insertion]
marking any relevant derived attributes for update...12:32:36.291 [pool-156-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
12:32:36.291 [pool-156-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
12:32:36.292 [pool-156-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...
12:32:36.292 [pool-156-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
12:32:36.292 [pool-156-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
12:32:36.292 [pool-156-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...
12:32:36.295 [pool-156-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
12:32:36.300 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec)
12:32:36.300 [pool-156-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
12:32:36.303 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec)
12:32:36.304 [pool-156-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.
0s12ms [pure insertion]
marking any relevant derived attributes for update...12:32:36.304 [pool-156-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
12:32:36.304 [pool-156-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
12:32:36.304 [pool-156-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...
12:32:36.304 [pool-156-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
12:32:36.304 [pool-156-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
12:32:36.304 [pool-156-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...
12:32:36.308 [pool-156-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
12:32:36.313 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec)
12:32:36.313 [pool-156-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
12:32:36.378 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec)
12:32:36.378 [pool-156-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.
0s74ms [pure insertion]
marking any relevant derived attributes for update...12:32:36.378 [pool-156-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s1ms
12:32:36.379 [pool-156-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s1ms
12:32:36.379 [pool-156-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...
12:32:36.379 [pool-156-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
12:32:36.380 [pool-156-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
12:32:36.380 [pool-156-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...
12:32:36.385 [pool-156-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
12:32:36.390 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec)
12:32:36.390 [pool-156-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
12:32:36.396 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec)
12:32:36.396 [pool-156-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.
0s17ms [pure insertion]
marking any relevant derived attributes for update...12:32:36.396 [pool-156-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
12:32:36.396 [pool-156-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
12:32:36.397 [pool-156-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...
12:32:36.397 [pool-156-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
12:32:36.397 [pool-156-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
12:32:36.397 [pool-156-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...
12:32:36.401 [pool-156-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
12:32:36.408 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~6sec)
12:32:36.408 [pool-156-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
12:32:36.481 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec)
12:32:36.481 [pool-156-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.
0s84ms [pure insertion]
marking any relevant derived attributes for update...12:32:36.481 [pool-156-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
12:32:36.481 [pool-156-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
12:32:36.482 [pool-156-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...
12:32:36.482 [pool-156-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
12:32:36.483 [pool-156-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
12:32:36.483 [pool-156-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...
12:32:36.488 [pool-156-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
12:32:36.496 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec)
12:32:36.496 [pool-156-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
12:32:36.501 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec)
12:32:36.501 [pool-156-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.
0s19ms [pure insertion]
marking any relevant derived attributes for update...12:32:36.501 [pool-156-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s1ms
12:32:36.502 [pool-156-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s1ms
12:32:36.503 [pool-156-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...
12:32:36.503 [pool-156-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
12:32:36.503 [pool-156-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
12:32:36.503 [pool-156-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...
12:32:36.512 [pool-156-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
12:32:36.577 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~2sec)
12:32:36.577 [pool-156-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
12:32:36.583 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec)
12:32:36.583 [pool-156-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.
0s80ms [pure insertion]
marking any relevant derived attributes for update...12:32:36.583 [pool-156-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
12:32:36.584 [pool-156-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
12:32:36.584 [pool-156-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...
12:32:36.584 [pool-156-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
12:32:36.585 [pool-156-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
12:32:36.585 [pool-156-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...
12:32:36.590 [pool-156-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
12:32:36.598 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec)
12:32:36.598 [pool-156-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
12:32:36.604 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec)
12:32:36.604 [pool-156-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.
0s20ms [pure insertion]
marking any relevant derived attributes for update...12:32:36.604 [pool-156-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
12:32:36.604 [pool-156-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
12:32:36.605 [pool-156-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...
12:32:36.605 [pool-156-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
12:32:36.605 [pool-156-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
12:32:36.605 [pool-156-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...
12:32:36.611 [pool-156-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
12:32:36.617 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec)
12:32:36.617 [pool-156-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
12:32:36.621 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec)
12:32:36.621 [pool-156-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.
0s16ms [pure insertion]
marking any relevant derived attributes for update...12:32:36.621 [pool-156-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
12:32:36.621 [pool-156-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
12:32:36.622 [pool-156-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...
12:32:36.622 [pool-156-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
12:32:36.622 [pool-156-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
12:32:36.622 [pool-156-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...
12:32:36.676 [pool-156-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
12:32:36.698 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 3 NODES AND 3 M->MM REFERENCES! (took ~18sec)
12:32:36.698 [pool-156-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
12:32:36.709 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 2 REFERENCES! (took ~0 sec)
12:32:36.709 [pool-156-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performed batch insert on file: /data/fragments/Zoo/model/Standard.Class/2d7b2cba-e694-4b33-bd9e-4d2f1db4cc7b.exml.
0s87ms [pure insertion]
marking any relevant derived attributes for update...12:32:36.709 [pool-156-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
12:32:36.709 [pool-156-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
12:32:36.710 [pool-156-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...
12:32:36.710 [pool-156-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
12:32:36.710 [pool-156-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
12:32:36.710 [pool-156-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...
12:32:36.714 [pool-156-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
12:32:36.786 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 3 NODES AND 3 M->MM REFERENCES! (took ~8sec)
12:32:36.786 [pool-156-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
12:32:36.798 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 2 REFERENCES! (took ~0 sec)
12:32:36.798 [pool-156-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.
0s88ms [pure insertion]
marking any relevant derived attributes for update...12:32:36.798 [pool-156-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
12:32:36.798 [pool-156-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
12:32:36.799 [pool-156-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...
12:32:36.799 [pool-156-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
12:32:36.799 [pool-156-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
12:32:36.799 [pool-156-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...
12:32:36.803 [pool-156-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
12:32:36.807 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec)
12:32:36.807 [pool-156-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
12:32:36.811 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec)
12:32:36.811 [pool-156-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.
0s12ms [pure insertion]
marking any relevant derived attributes for update...12:32:36.811 [pool-156-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s1ms
12:32:36.812 [pool-156-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s1ms
12:32:36.812 [pool-156-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...
12:32:36.812 [pool-156-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
12:32:36.812 [pool-156-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
12:32:36.812 [pool-156-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...
12:32:36.878 [pool-156-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
12:32:36.887 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec)
12:32:36.887 [pool-156-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
12:32:36.891 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec)
12:32:36.891 [pool-156-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.
0s79ms [pure insertion]
marking any relevant derived attributes for update...12:32:36.891 [pool-156-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
12:32:36.891 [pool-156-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
12:32:36.892 [pool-156-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...
12:32:36.892 [pool-156-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
12:32:36.892 [pool-156-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
12:32:36.892 [pool-156-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...
12:32:36.896 [pool-156-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
12:32:36.906 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 2 NODES AND 2 M->MM REFERENCES! (took ~5sec)
12:32:36.906 [pool-156-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
12:32:36.912 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 REFERENCES! (took ~0 sec)
12:32:36.912 [pool-156-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.
0s20ms [pure insertion]
marking any relevant derived attributes for update...12:32:36.912 [pool-156-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
12:32:36.912 [pool-156-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
12:32:36.913 [pool-156-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...
12:32:36.913 [pool-156-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
12:32:36.913 [pool-156-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
12:32:36.913 [pool-156-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...
12:32:36.974 [pool-156-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
12:32:36.980 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec)
12:32:36.980 [pool-156-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
12:32:36.984 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec)
12:32:36.984 [pool-156-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.
0s71ms [pure insertion]
marking any relevant derived attributes for update...12:32:36.984 [pool-156-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
12:32:36.984 [pool-156-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
12:32:36.984 [pool-156-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...
12:32:36.984 [pool-156-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
12:32:36.985 [pool-156-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
12:32:36.985 [pool-156-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...
12:32:36.988 [pool-156-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
12:32:36.996 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec)
12:32:36.996 [pool-156-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
12:32:36.999 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec)
12:32:36.999 [pool-156-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.
0s15ms [pure insertion]
marking any relevant derived attributes for update...12:32:36.999 [pool-156-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
12:32:36.999 [pool-156-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
12:32:37.000 [pool-156-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...
12:32:37.000 [pool-156-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
12:32:37.000 [pool-156-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
12:32:37.000 [pool-156-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...
12:32:37.003 [pool-156-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
12:32:37.008 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec)
12:32:37.008 [pool-156-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
12:32:37.012 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec)
12:32:37.012 [pool-156-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.
0s12ms [pure insertion]
marking any relevant derived attributes for update...12:32:37.012 [pool-156-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
12:32:37.012 [pool-156-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
12:32:37.012 [pool-156-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...
12:32:37.012 [pool-156-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
12:32:37.013 [pool-156-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
12:32:37.013 [pool-156-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...
12:32:37.016 [pool-156-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
12:32:37.081 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 2 NODES AND 2 M->MM REFERENCES! (took ~5sec)
12:32:37.081 [pool-156-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
12:32:37.090 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 REFERENCES! (took ~0 sec)
12:32:37.090 [pool-156-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.
0s79ms [pure insertion]
marking any relevant derived attributes for update...12:32:37.091 [pool-156-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
12:32:37.091 [pool-156-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
12:32:37.091 [pool-156-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...
12:32:37.092 [pool-156-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
12:32:37.092 [pool-156-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
12:32:37.092 [pool-156-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...
12:32:37.095 [pool-156-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
12:32:37.099 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec)
12:32:37.099 [pool-156-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
12:32:37.102 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec)
12:32:37.102 [pool-156-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.
0s11ms [pure insertion]
marking any relevant derived attributes for update...12:32:37.102 [pool-156-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
12:32:37.102 [pool-156-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
12:32:37.103 [pool-156-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...
12:32:37.103 [pool-156-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
12:32:37.103 [pool-156-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
12:32:37.103 [pool-156-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...
12:32:37.106 [pool-156-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
12:32:37.175 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~8sec)
12:32:37.175 [pool-156-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
12:32:37.178 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec)
12:32:37.179 [pool-156-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.
0s76ms [pure insertion]
marking any relevant derived attributes for update...12:32:37.179 [pool-156-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
12:32:37.179 [pool-156-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
12:32:37.179 [pool-156-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...
12:32:37.179 [pool-156-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
12:32:37.182 [pool-156-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
12:32:37.182 [pool-156-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...
12:32:37.185 [pool-156-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
12:32:37.189 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec)
12:32:37.190 [pool-156-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
12:32:37.193 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec)
12:32:37.193 [pool-156-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.
0s14ms [pure insertion]
marking any relevant derived attributes for update...12:32:37.193 [pool-156-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
12:32:37.193 [pool-156-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
12:32:37.193 [pool-156-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...
12:32:37.194 [pool-156-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
12:32:37.194 [pool-156-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
12:32:37.194 [pool-156-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...
12:32:37.197 [pool-156-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
12:32:37.205 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 2 NODES AND 2 M->MM REFERENCES! (took ~5sec)
12:32:37.205 [pool-156-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
12:32:37.211 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 REFERENCES! (took ~0 sec)
12:32:37.211 [pool-156-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.
0s18ms [pure insertion]
marking any relevant derived attributes for update...12:32:37.211 [pool-156-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
12:32:37.211 [pool-156-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
12:32:37.212 [pool-156-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...
12:32:37.212 [pool-156-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
12:32:37.212 [pool-156-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
12:32:37.212 [pool-156-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...
12:32:37.216 [pool-156-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
12:32:37.392 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 15 NODES AND 15 M->MM REFERENCES! (took ~45sec)
12:32:37.392 [pool-156-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
12:32:37.513 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 14 REFERENCES! (took ~0 sec)
12:32:37.513 [pool-156-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.
0s301ms [pure insertion]
marking any relevant derived attributes for update...12:32:37.513 [pool-156-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
12:32:37.513 [pool-156-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
12:32:37.513 [pool-156-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...
12:32:37.514 [pool-156-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
12:32:37.514 [pool-156-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
12:32:37.514 [pool-156-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...
12:32:37.574 [pool-156-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
12:32:37.579 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec)
12:32:37.580 [pool-156-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
12:32:37.583 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec)
12:32:37.583 [pool-156-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.
0s70ms [pure insertion]
marking any relevant derived attributes for update...12:32:37.583 [pool-156-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
12:32:37.583 [pool-156-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
12:32:37.584 [pool-156-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...
12:32:37.584 [pool-156-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
12:32:37.584 [pool-156-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
12:32:37.584 [pool-156-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...
12:32:37.587 [pool-156-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
12:32:37.593 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec)
12:32:37.593 [pool-156-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
12:32:37.596 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec)
12:32:37.596 [pool-156-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.
0s12ms [pure insertion]
marking any relevant derived attributes for update...12:32:37.596 [pool-156-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s1ms
12:32:37.597 [pool-156-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s1ms
12:32:37.597 [pool-156-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...
12:32:37.598 [pool-156-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
12:32:37.598 [pool-156-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
12:32:37.598 [pool-156-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...
12:32:37.601 [pool-156-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
12:32:37.688 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 5 NODES AND 5 M->MM REFERENCES! (took ~30sec)
12:32:37.688 [pool-156-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
12:32:37.705 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 4 REFERENCES! (took ~0 sec)
12:32:37.705 [pool-156-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.
0s108ms [pure insertion]
marking any relevant derived attributes for update...12:32:37.705 [pool-156-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s1ms
12:32:37.706 [pool-156-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s1ms
12:32:37.706 [pool-156-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...
12:32:37.706 [pool-156-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
12:32:37.706 [pool-156-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
12:32:37.706 [pool-156-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...
12:32:37.712 [pool-156-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
12:32:37.779 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec)
12:32:37.779 [pool-156-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
12:32:37.783 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec)
12:32:37.783 [pool-156-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.
0s77ms [pure insertion]
marking any relevant derived attributes for update...12:32:37.783 [pool-156-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
12:32:37.783 [pool-156-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
12:32:37.784 [pool-156-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...
12:32:37.784 [pool-156-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
12:32:37.784 [pool-156-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
12:32:37.784 [pool-156-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...
12:32:37.788 [pool-156-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
12:32:37.793 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec)
12:32:37.793 [pool-156-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
12:32:37.797 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec)
12:32:37.797 [pool-156-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.
0s13ms [pure insertion]
marking any relevant derived attributes for update...12:32:37.797 [pool-156-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
12:32:37.797 [pool-156-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
12:32:37.798 [pool-156-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...
12:32:37.798 [pool-156-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
12:32:37.798 [pool-156-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
12:32:37.798 [pool-156-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...
12:32:37.802 [pool-156-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
12:32:37.886 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 5 NODES AND 5 M->MM REFERENCES! (took ~30sec)
12:32:37.886 [pool-156-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
12:32:37.903 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 4 REFERENCES! (took ~0 sec)
12:32:37.903 [pool-156-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.
0s105ms [pure insertion]
marking any relevant derived attributes for update...12:32:37.903 [pool-156-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s1ms
12:32:37.904 [pool-156-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s1ms
12:32:37.904 [pool-156-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...
12:32:37.904 [pool-156-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
12:32:37.904 [pool-156-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
12:32:37.904 [pool-156-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...
12:32:37.913 [pool-156-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
12:32:37.981 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec)
12:32:37.981 [pool-156-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
12:32:37.984 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec)
12:32:37.984 [pool-156-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.
0s80ms [pure insertion]
marking any relevant derived attributes for update...12:32:37.984 [pool-156-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
12:32:37.984 [pool-156-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
12:32:37.985 [pool-156-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...
12:32:37.985 [pool-156-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
12:32:37.985 [pool-156-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
12:32:37.985 [pool-156-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...
12:32:37.988 [pool-156-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
12:32:37.993 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec)
12:32:37.993 [pool-156-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
12:32:37.996 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec)
12:32:37.996 [pool-156-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.
0s11ms [pure insertion]
marking any relevant derived attributes for update...12:32:37.996 [pool-156-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
12:32:37.996 [pool-156-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
12:32:37.997 [pool-156-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...
12:32:37.997 [pool-156-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
12:32:37.997 [pool-156-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
12:32:37.997 [pool-156-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...
12:32:38.001 [pool-156-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
12:32:38.109 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 11 NODES AND 11 M->MM REFERENCES! (took ~33sec)
12:32:38.109 [pool-156-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
12:32:38.221 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 10 REFERENCES! (took ~0 sec)
12:32:38.221 [pool-156-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.
0s224ms [pure insertion]
marking any relevant derived attributes for update...12:32:38.221 [pool-156-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
12:32:38.221 [pool-156-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
12:32:38.222 [pool-156-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...
12:32:38.222 [pool-156-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
12:32:38.222 [pool-156-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
12:32:38.222 [pool-156-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...
12:32:38.275 [pool-156-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
12:32:38.280 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec)
12:32:38.280 [pool-156-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
12:32:38.283 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec)
12:32:38.283 [pool-156-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.
0s61ms [pure insertion]
marking any relevant derived attributes for update...12:32:38.283 [pool-156-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
12:32:38.283 [pool-156-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
12:32:38.284 [pool-156-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...
12:32:38.284 [pool-156-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
12:32:38.284 [pool-156-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
12:32:38.284 [pool-156-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...
12:32:38.287 [pool-156-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
12:32:38.426 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 7 NODES AND 7 M->MM REFERENCES! (took ~21sec)
12:32:38.426 [pool-156-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
12:32:38.493 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 6 REFERENCES! (took ~0 sec)
12:32:38.493 [pool-156-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.
0s209ms [pure insertion]
marking any relevant derived attributes for update...12:32:38.493 [pool-156-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
12:32:38.493 [pool-156-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
12:32:38.493 [pool-156-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...
12:32:38.494 [pool-156-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
12:32:38.494 [pool-156-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
12:32:38.494 [pool-156-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...
12:32:38.498 [pool-156-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
12:32:38.503 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec)
12:32:38.503 [pool-156-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
12:32:38.507 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec)
12:32:38.507 [pool-156-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.
0s14ms [pure insertion]
marking any relevant derived attributes for update...12:32:38.507 [pool-156-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s1ms
12:32:38.508 [pool-156-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s1ms
12:32:38.508 [pool-156-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...
12:32:38.508 [pool-156-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
12:32:38.508 [pool-156-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
12:32:38.508 [pool-156-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...
12:32:38.512 [pool-156-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
12:32:38.581 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 2 NODES AND 2 M->MM REFERENCES! (took ~6sec)
12:32:38.581 [pool-156-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
12:32:38.590 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 REFERENCES! (took ~0 sec)
12:32:38.590 [pool-156-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.
0s82ms [pure insertion]
marking any relevant derived attributes for update...12:32:38.590 [pool-156-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
12:32:38.590 [pool-156-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
12:32:38.591 [pool-156-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...
12:32:38.591 [pool-156-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
12:32:38.591 [pool-156-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
12:32:38.591 [pool-156-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...
12:32:38.595 [pool-156-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
12:32:38.604 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec)
12:32:38.604 [pool-156-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
12:32:38.608 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec)
12:32:38.608 [pool-156-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.
0s17ms [pure insertion]
marking any relevant derived attributes for update...12:32:38.608 [pool-156-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
12:32:38.608 [pool-156-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
12:32:38.609 [pool-156-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...
12:32:38.609 [pool-156-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
12:32:38.609 [pool-156-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
12:32:38.609 [pool-156-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...
12:32:38.675 [pool-156-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
12:32:38.681 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec)
12:32:38.681 [pool-156-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
12:32:38.686 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec)
12:32:38.686 [pool-156-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.
0s77ms [pure insertion]
marking any relevant derived attributes for update...12:32:38.686 [pool-156-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
12:32:38.686 [pool-156-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
12:32:38.686 [pool-156-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...
12:32:38.687 [pool-156-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
12:32:38.687 [pool-156-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
12:32:38.687 [pool-156-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...
12:32:38.691 [pool-156-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
12:32:38.697 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec)
12:32:38.697 [pool-156-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
12:32:38.701 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec)
12:32:38.701 [pool-156-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.
0s16ms [pure insertion]
marking any relevant derived attributes for update...12:32:38.702 [pool-156-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
12:32:38.702 [pool-156-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
12:32:38.702 [pool-156-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...
12:32:38.702 [pool-156-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
12:32:38.705 [pool-156-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
12:32:38.705 [pool-156-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...
12:32:38.709 [pool-156-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
12:32:38.776 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 2 NODES AND 2 M->MM REFERENCES! (took ~5sec)
12:32:38.776 [pool-156-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
12:32:38.783 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 REFERENCES! (took ~0 sec)
12:32:38.783 [pool-156-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.
0s81ms [pure insertion]
marking any relevant derived attributes for update...12:32:38.783 [pool-156-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s1ms
12:32:38.784 [pool-156-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s1ms
12:32:38.784 [pool-156-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...
12:32:38.784 [pool-156-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
12:32:38.785 [pool-156-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
12:32:38.785 [pool-156-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...
12:32:38.789 [pool-156-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
12:32:38.795 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~2sec)
12:32:38.795 [pool-156-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
12:32:38.799 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec)
12:32:38.799 [pool-156-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.
0s15ms [pure insertion]
marking any relevant derived attributes for update...12:32:38.799 [pool-156-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
12:32:38.799 [pool-156-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
12:32:38.800 [pool-156-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...
12:32:38.800 [pool-156-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
12:32:38.800 [pool-156-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
12:32:38.800 [pool-156-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...
12:32:38.804 [pool-156-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
12:32:38.813 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec)
12:32:38.813 [pool-156-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
12:32:38.876 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec)
12:32:38.876 [pool-156-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.
0s76ms [pure insertion]
marking any relevant derived attributes for update...12:32:38.876 [pool-156-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
12:32:38.876 [pool-156-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
12:32:38.877 [pool-156-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...
12:32:38.877 [pool-156-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
12:32:38.877 [pool-156-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
12:32:38.877 [pool-156-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...
12:32:38.881 [pool-156-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
12:32:38.887 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec)
12:32:38.887 [pool-156-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
12:32:38.890 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec)
12:32:38.891 [pool-156-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.
0s14ms [pure insertion]
marking any relevant derived attributes for update...12:32:38.891 [pool-156-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
12:32:38.891 [pool-156-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
12:32:38.891 [pool-156-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...
12:32:38.891 [pool-156-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
12:32:38.892 [pool-156-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
12:32:38.892 [pool-156-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...
12:32:38.896 [pool-156-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
12:32:38.903 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec)
12:32:38.903 [pool-156-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
12:32:38.908 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec)
12:32:38.908 [pool-156-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.
0s17ms [pure insertion]
marking any relevant derived attributes for update...12:32:38.908 [pool-156-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
12:32:38.908 [pool-156-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
12:32:38.909 [pool-156-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...
12:32:38.909 [pool-156-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
12:32:38.909 [pool-156-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
12:32:38.909 [pool-156-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...
12:32:38.974 [pool-156-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
12:32:38.980 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec)
12:32:38.980 [pool-156-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
12:32:38.984 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec)
12:32:38.984 [pool-156-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.
0s75ms [pure insertion]
marking any relevant derived attributes for update...12:32:38.984 [pool-156-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
12:32:38.984 [pool-156-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
12:32:38.985 [pool-156-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...
12:32:38.985 [pool-156-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
12:32:38.985 [pool-156-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
12:32:38.985 [pool-156-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...
12:32:38.989 [pool-156-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
12:32:38.995 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec)
12:32:38.995 [pool-156-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
12:32:38.999 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec)
12:32:38.999 [pool-156-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.
0s14ms [pure insertion]
marking any relevant derived attributes for update...12:32:38.999 [pool-156-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
12:32:38.999 [pool-156-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
12:32:39.000 [pool-156-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...
12:32:39.000 [pool-156-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
12:32:39.001 [pool-156-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
12:32:39.001 [pool-156-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...
12:32:39.006 [pool-156-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
12:32:39.012 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec)
12:32:39.013 [pool-156-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
12:32:39.077 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec)
12:32:39.078 [pool-156-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.
0s78ms [pure insertion]
marking any relevant derived attributes for update...12:32:39.078 [pool-156-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
12:32:39.078 [pool-156-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
12:32:39.079 [pool-156-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...
12:32:39.079 [pool-156-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
12:32:39.082 [pool-156-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
12:32:39.082 [pool-156-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...
12:32:39.086 [pool-156-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
12:32:39.091 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec)
12:32:39.091 [pool-156-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
12:32:39.095 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec)
12:32:39.095 [pool-156-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.
0s16ms [pure insertion]
marking any relevant derived attributes for update...12:32:39.096 [pool-156-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
12:32:39.096 [pool-156-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
12:32:39.097 [pool-156-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...
12:32:39.097 [pool-156-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
12:32:39.097 [pool-156-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
12:32:39.097 [pool-156-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...
12:32:39.101 [pool-156-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
12:32:39.117 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 3 NODES AND 3 M->MM REFERENCES! (took ~10sec)
12:32:39.117 [pool-156-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
12:32:39.186 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 2 REFERENCES! (took ~0 sec)
12:32:39.186 [pool-156-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.
0s89ms [pure insertion]
marking any relevant derived attributes for update...12:32:39.186 [pool-156-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
12:32:39.186 [pool-156-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
12:32:39.187 [pool-156-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...
12:32:39.187 [pool-156-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
12:32:39.187 [pool-156-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
12:32:39.187 [pool-156-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...
12:32:39.194 [pool-156-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
12:32:39.200 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~2sec)
12:32:39.200 [pool-156-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
12:32:39.204 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec)
12:32:39.204 [pool-156-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.
0s17ms [pure insertion]
marking any relevant derived attributes for update...12:32:39.204 [pool-156-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
12:32:39.204 [pool-156-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
12:32:39.205 [pool-156-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...
12:32:39.205 [pool-156-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
12:32:39.205 [pool-156-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
12:32:39.205 [pool-156-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...
12:32:39.209 [pool-156-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
12:32:39.275 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec)
12:32:39.275 [pool-156-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
12:32:39.280 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec)
12:32:39.280 [pool-156-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.
0s75ms [pure insertion]
marking any relevant derived attributes for update...12:32:39.280 [pool-156-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
12:32:39.280 [pool-156-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
12:32:39.281 [pool-156-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...
12:32:39.281 [pool-156-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
12:32:39.281 [pool-156-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
12:32:39.281 [pool-156-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...
12:32:39.286 [pool-156-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
12:32:39.292 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec)
12:32:39.292 [pool-156-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
12:32:39.299 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec)
12:32:39.299 [pool-156-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.
0s18ms [pure insertion]
marking any relevant derived attributes for update...12:32:39.299 [pool-156-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
12:32:39.299 [pool-156-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
12:32:39.300 [pool-156-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...
12:32:39.300 [pool-156-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
12:32:39.300 [pool-156-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
12:32:39.300 [pool-156-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...
12:32:39.304 [pool-156-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
12:32:39.311 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec)
12:32:39.311 [pool-156-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
12:32:39.315 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec)
12:32:39.315 [pool-156-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.
0s15ms [pure insertion]
marking any relevant derived attributes for update...12:32:39.315 [pool-156-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
12:32:39.315 [pool-156-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
12:32:39.374 [pool-156-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...
12:32:39.374 [pool-156-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
12:32:39.375 [pool-156-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
12:32:39.375 [pool-156-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...
12:32:39.379 [pool-156-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
12:32:39.386 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec)
12:32:39.386 [pool-156-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
12:32:39.391 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec)
12:32:39.391 [pool-156-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.
0s17ms [pure insertion]
marking any relevant derived attributes for update...12:32:39.391 [pool-156-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
12:32:39.391 [pool-156-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
12:32:39.392 [pool-156-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...
12:32:39.392 [pool-156-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
12:32:39.392 [pool-156-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
12:32:39.392 [pool-156-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...
12:32:39.397 [pool-156-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
12:32:39.411 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 2 NODES AND 2 M->MM REFERENCES! (took ~5sec)
12:32:39.411 [pool-156-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
12:32:39.476 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 REFERENCES! (took ~0 sec)
12:32:39.476 [pool-156-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.
0s84ms [pure insertion]
marking any relevant derived attributes for update...12:32:39.476 [pool-156-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
12:32:39.476 [pool-156-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
12:32:39.477 [pool-156-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...
12:32:39.477 [pool-156-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
12:32:39.477 [pool-156-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
12:32:39.477 [pool-156-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...
12:32:39.481 [pool-156-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
12:32:39.490 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~6sec)
12:32:39.490 [pool-156-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
12:32:39.497 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec)
12:32:39.497 [pool-156-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.
0s21ms [pure insertion]
marking any relevant derived attributes for update...12:32:39.498 [pool-156-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
12:32:39.498 [pool-156-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
12:32:39.498 [pool-156-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...
12:32:39.498 [pool-156-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
12:32:39.499 [pool-156-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
12:32:39.499 [pool-156-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...
12:32:39.503 [pool-156-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
12:32:39.510 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec)
12:32:39.510 [pool-156-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
12:32:39.514 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec)
12:32:39.514 [pool-156-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.
0s16ms [pure insertion]
marking any relevant derived attributes for update...12:32:39.514 [pool-156-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
12:32:39.514 [pool-156-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
12:32:39.515 [pool-156-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...
12:32:39.515 [pool-156-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
12:32:39.515 [pool-156-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
12:32:39.515 [pool-156-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...
12:32:39.580 [pool-156-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
12:32:39.586 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec)
12:32:39.586 [pool-156-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
12:32:39.590 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec)
12:32:39.590 [pool-156-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.
0s75ms [pure insertion]
marking any relevant derived attributes for update...12:32:39.590 [pool-156-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
12:32:39.590 [pool-156-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
12:32:39.590 [pool-156-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Processed 300/309 files in repo file:///home/jenkins/agent/workspace/Hawk_Greycat_backend_master/core/tests/org.eclipse.hawk.integration.tests/resources/models/zoo/ (5 sec, 15 sec total)
12:32:39.591 [pool-156-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...
12:32:39.591 [pool-156-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
12:32:39.591 [pool-156-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
12:32:39.591 [pool-156-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...
12:32:39.596 [pool-156-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
12:32:39.602 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec)
12:32:39.602 [pool-156-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
12:32:39.606 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec)
12:32:39.607 [pool-156-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.
0s16ms [pure insertion]
marking any relevant derived attributes for update...12:32:39.607 [pool-156-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
12:32:39.607 [pool-156-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
12:32:39.608 [pool-156-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...
12:32:39.608 [pool-156-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
12:32:39.608 [pool-156-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
12:32:39.608 [pool-156-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...
12:32:39.612 [pool-156-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
12:32:39.695 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 6 NODES AND 6 M->MM REFERENCES! (took ~17sec)
12:32:39.695 [pool-156-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
12:32:39.775 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 5 REFERENCES! (took ~0 sec)
12:32:39.775 [pool-156-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.
0s167ms [pure insertion]
marking any relevant derived attributes for update...12:32:39.775 [pool-156-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s1ms
12:32:39.776 [pool-156-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s1ms
12:32:39.776 [pool-156-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...
12:32:39.776 [pool-156-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
12:32:39.777 [pool-156-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
12:32:39.777 [pool-156-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...
12:32:39.780 [pool-156-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
12:32:39.791 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 2 NODES AND 2 M->MM REFERENCES! (took ~6sec)
12:32:39.791 [pool-156-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
12:32:39.797 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 REFERENCES! (took ~0 sec)
12:32:39.797 [pool-156-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.
0s21ms [pure insertion]
marking any relevant derived attributes for update...12:32:39.797 [pool-156-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
12:32:39.797 [pool-156-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
12:32:39.798 [pool-156-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...
12:32:39.798 [pool-156-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
12:32:39.798 [pool-156-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
12:32:39.798 [pool-156-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...
12:32:39.801 [pool-156-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
12:32:39.806 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec)
12:32:39.807 [pool-156-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
12:32:39.810 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec)
12:32:39.810 [pool-156-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.
0s12ms [pure insertion]
marking any relevant derived attributes for update...12:32:39.810 [pool-156-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
12:32:39.810 [pool-156-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
12:32:39.811 [pool-156-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...
12:32:39.811 [pool-156-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
12:32:39.811 [pool-156-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
12:32:39.811 [pool-156-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...
12:32:39.874 [pool-156-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
12:32:39.885 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 2 NODES AND 2 M->MM REFERENCES! (took ~5sec)
12:32:39.885 [pool-156-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
12:32:39.891 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 REFERENCES! (took ~0 sec)
12:32:39.891 [pool-156-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.
0s80ms [pure insertion]
marking any relevant derived attributes for update...12:32:39.891 [pool-156-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s1ms
12:32:39.892 [pool-156-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s1ms
12:32:39.892 [pool-156-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...
12:32:39.892 [pool-156-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
12:32:39.893 [pool-156-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
12:32:39.893 [pool-156-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...
12:32:39.896 [pool-156-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
12:32:39.914 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 3 NODES AND 3 M->MM REFERENCES! (took ~18sec)
12:32:39.914 [pool-156-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
12:32:39.986 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 2 REFERENCES! (took ~0 sec)
12:32:39.986 [pool-156-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.
0s94ms [pure insertion]
marking any relevant derived attributes for update...12:32:39.986 [pool-156-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
12:32:39.986 [pool-156-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
12:32:39.987 [pool-156-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...
12:32:39.987 [pool-156-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
12:32:39.987 [pool-156-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
12:32:39.987 [pool-156-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...
12:32:39.990 [pool-156-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
12:32:39.995 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec)
12:32:39.995 [pool-156-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
12:32:39.998 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec)
12:32:39.998 [pool-156-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.
0s11ms [pure insertion]
marking any relevant derived attributes for update...12:32:39.998 [pool-156-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
12:32:39.998 [pool-156-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
12:32:39.999 [pool-156-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...
12:32:39.999 [pool-156-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
12:32:39.999 [pool-156-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
12:32:39.999 [pool-156-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...
12:32:40.003 [pool-156-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
12:32:40.011 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 2 NODES AND 2 M->MM REFERENCES! (took ~5sec)
12:32:40.011 [pool-156-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
12:32:40.079 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 REFERENCES! (took ~0 sec)
12:32:40.079 [pool-156-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.
0s80ms [pure insertion]
marking any relevant derived attributes for update...12:32:40.079 [pool-156-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
12:32:40.079 [pool-156-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
12:32:40.080 [pool-156-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...
12:32:40.080 [pool-156-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
12:32:40.080 [pool-156-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
12:32:40.080 [pool-156-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...
12:32:40.083 [pool-156-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
12:32:40.089 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec)
12:32:40.089 [pool-156-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
12:32:40.092 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec)
12:32:40.092 [pool-156-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.
0s12ms [pure insertion]
marking any relevant derived attributes for update...12:32:40.092 [pool-156-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
12:32:40.092 [pool-156-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
12:32:40.093 [pool-156-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Processed 309/309 files in repo file:///home/jenkins/agent/workspace/Hawk_Greycat_backend_master/core/tests/org.eclipse.hawk.integration.tests/resources/models/zoo/ (0 sec, 16 sec total)
12:32:40.093 [pool-156-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating proxies...
attempting to resolve any leftover cross-file references...
12:32:40.093 [pool-156-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Resolving any leftover cross-file references...
12:32:40.183 [pool-156-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Processing 0/1119 proxy references (0 sec total)
12:32:42.890 [pool-156-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - 0 proxy ref lists left after resolving 1119 refs
12:32:42.891 [pool-156-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - proxy resolution took: ~2.798s
attempting to resolve any uninitialized derived attributes...
12:32:42.891 [pool-156-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Resolving any uninitialized derived attributes...
12:32:42.891 [pool-156-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - Deriving attributes...
12:32:42.891 [pool-156-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...
12:32:42.891 [pool-156-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating any affected derived attributes...
2s798ms [proxy update]
12:32:42.891 [pool-156-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updated proxies.
12:32:42.896 [pool-156-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performing optional post-sync operations.
sync metrics:
interesting	309
deleted		0
changed		309
loaded		309
c elems		619
d elems		0
time		~19s
validating changes...
validating file UPDATED for /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/9fb5321d-c2fc-11de-8ac8-001302895b2b.exml
validating file UPDATED for /data/fragments/PredefinedTypes%203.6.05/content/model/model/Infrastructure.EnumeratedPropertyType/01ec152c-0000-3152-0000-000000000000.exml
validating file UPDATED for /data/fragments/ModelerModule/content/model/model/Infrastructure.ModuleComponent/00000000-0000-2710-0000-000000000000.exml
validating file UPDATED for /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/01ec12fc-0000-0a37-0000-000000000000.exml
validating file UPDATED for /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/0bd72298-5d08-11df-a996-001302895b2b.exml
validating file UPDATED for /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/01ec12fc-0000-0256-0000-000000000000.exml
validating file UPDATED for /data/fragments/PredefinedTypes%203.6.05/content/model/model/Infrastructure.PropertyTableDefinition/00080cf0-0000-001b-0000-000000000000.exml
validating file UPDATED for /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/01ec12fc-0000-023d-0000-000000000000.exml
validating file UPDATED for /data/fragments/ModelerModule/content/model/model/Infrastructure.MetaclassReference/00bc2f68-0000-0faf-0000-000000000000.exml
validating file UPDATED for /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/6f3c6234-52b8-11df-a320-001302895b2b.exml
validating file UPDATED for /data/fragments/PredefinedTypes%203.6.05/content/model/model/Infrastructure.MetaclassReference/75cb05db-044e-485f-9e6d-8b57b4f3ecb2.exml
validating file UPDATED for /data/fragments/ModelerModule/content/model/model/Infrastructure.Profile/1be2e3fc-27ca-11e1-8d9c-002564c97630.exml
validating file UPDATED for /data/fragments/Zoo/model/Infrastructure.Profile/53092f81-4142-4f4e-a379-854a1bda10fc.exml
validating file UPDATED for /data/fragments/ModelerModule/content/model/model/Infrastructure.MetaclassReference/a6e0f5bd-2649-4c75-a926-3e833fb13002.exml
validating file UPDATED for /data/fragments/PredefinedTypes%203.6.05/content/model/model/Infrastructure.PropertyType/01a40888-0000-002a-0000-000000000000.exml
validating file UPDATED for /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/a46b20b8-26ab-11df-ac88-001302895b2b.exml
validating file UPDATED for /data/fragments/PredefinedTypes%203.6.05/content/model/model/Infrastructure.PropertyTableDefinition/84b2bd9b-6fcf-4ee4-af8e-f1319276a311.exml
validating file UPDATED for /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/d5bccf8e-79b3-48df-8c79-09200aa52d19.exml
validating file UPDATED for /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/edc05471-5d08-11df-a996-001302895b2b.exml
validating file UPDATED for /data/fragments/PredefinedTypes%203.6.05/content/model/model/Infrastructure.PropertyType/827950f7-671f-4db7-9374-23df864712ef.exml
validating file UPDATED for /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/4b4745a9-5d0c-11df-a996-001302895b2b.exml
validating file UPDATED for /data/fragments/PredefinedTypes%203.6.05/content/model/model/Infrastructure.PropertyTableDefinition/00080cf0-0000-001c-0000-000000000000.exml
validating file UPDATED for /data/fragments/Zoo/model/Standard.Project/0f4f1c57-dc5a-441a-91da-424b105803ce.exml
validating file UPDATED for /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/00700680-0000-01db-0000-000000000000.exml
validating file UPDATED for /data/fragments/ModelerModule/content/model/model/Infrastructure.Profile/00300000-0000-0032-0000-000000000000.exml
validating file UPDATED for /data/fragments/PredefinedTypes%203.6.05/content/model/model/Infrastructure.PropertyType/bc36b99e-8470-4aee-ba2a-5012c0a17525.exml
validating file UPDATED for /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/007006dc-0000-0137-0000-000000000000.exml
validating file UPDATED for /data/fragments/PredefinedTypes%203.6.05/content/model/model/Infrastructure.MetaclassReference/c9323813-e442-4925-94f6-d0f19c562420.exml
validating file UPDATED for /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/01ec2468-0000-0ac1-0000-000000000000.exml
validating file UPDATED for /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/007006dc-0000-0139-0000-000000000000.exml
validating file UPDATED for /data/fragments/ModelerModule/content/model/model/Infrastructure.MetaclassReference/00bc27b8-0000-08c8-0000-000000000000.exml
validating file UPDATED for /data/fragments/PredefinedTypes%203.6.05/content/model/model/Infrastructure.MetaclassReference/2da1b4b3-afe9-42b1-af6f-03914e859140.exml
validating file UPDATED for /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/00700680-0000-0202-0000-000000000000.exml
validating file UPDATED for /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/1abd18db-c2fd-11de-8ac8-001302895b2b.exml
validating file UPDATED for /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/00700680-0000-01f5-0000-000000000000.exml
validating file UPDATED for /data/fragments/PredefinedTypes%203.6.05/content/model/model/Standard.DataType/00000004-0000-0014-0000-000000000000.exml
validating file UPDATED for /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/d09356f1-c2fc-11de-8ac8-001302895b2b.exml
validating file UPDATED for /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/01ec12fc-0000-0247-0000-000000000000.exml
validating file UPDATED for /data/fragments/ModelerModule/content/model/model/Infrastructure.MetaclassReference/89c8bd8c-fa56-475b-9fe6-ffe3910cc35c.exml
validating file UPDATED for /data/fragments/ModelerModule/content/model/model/Infrastructure.MetaclassReference/df3fdfd2-5ce3-4a13-b31e-01ba8c736529.exml
validating file UPDATED for /data/fragments/ModelerModule/content/model/model/Infrastructure.MetaclassReference/1f889934-8d90-11df-98b9-0014224f9977.exml
validating file UPDATED for /data/fragments/PredefinedTypes%203.6.05/content/model/model/Infrastructure.PropertyType/00080cf0-0000-00cf-0000-000000000000.exml
validating file UPDATED for /data/fragments/PredefinedTypes%203.6.05/content/model/model/Infrastructure.Profile/edd955bd-d22c-4017-8f8a-7590a3a186c2.exml
validating file UPDATED for /data/fragments/PredefinedTypes%203.6.05/content/model/model/Infrastructure.EnumeratedPropertyType/00080cf0-0000-0031-0000-000000000000.exml
validating file UPDATED for /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/c6a579b6-5d0d-11df-a996-001302895b2b.exml
validating file UPDATED for /data/fragments/PredefinedTypes%203.6.05/content/model/model/Infrastructure.MetaclassReference/0c8bec5b-24e6-4492-9350-b45d95f4b369.exml
validating file UPDATED for /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/4edcbbef-5d0a-11df-a996-001302895b2b.exml
validating file UPDATED for /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/99bf7919-5d09-11df-a996-001302895b2b.exml
validating file UPDATED for /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/002005c0-0001-0007-0000-000000000000.exml
validating file UPDATED for /data/fragments/PredefinedTypes%203.6.05/content/model/model/Infrastructure.PropertyTableDefinition/00bc470c-0000-0018-0000-000000000000.exml
validating file UPDATED for /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/1b1ba62d-205e-11df-948e-001302895b2b.exml
validating file UPDATED for /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/01ec12fc-0000-021f-0000-000000000000.exml
validating file UPDATED for /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/8ed6276e-5821-11df-be59-001302895b2b.exml
validating file UPDATED for /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/00540a84-0000-0005-0000-000000000000.exml
validating file UPDATED for /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/00700680-0000-01e7-0000-000000000000.exml
validating file UPDATED for /data/fragments/PredefinedTypes%203.6.05/content/model/model/Standard.Artifact/4bb461ab-1cb8-4e47-ab98-5ab266bd55cb.exml
validating file UPDATED for /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/33ea7558-fb93-11df-8b5e-0027103f347c.exml
validating file UPDATED for /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/00700680-0000-01c3-0000-000000000000.exml
validating file UPDATED for /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/01ec12fc-0000-00b7-0000-000000000000.exml
validating file UPDATED for /data/fragments/PredefinedTypes%203.6.05/content/model/model/Infrastructure.PropertyType/b58969db-144e-4a1f-b946-cd6deacca9bd.exml
validating file UPDATED for /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/01ec141c-0000-12f7-0000-000000000000.exml
validating file UPDATED for /data/fragments/ModelerModule/content/model/model/Infrastructure.MetaclassReference/00bc27b8-0000-092f-0000-000000000000.exml
validating file UPDATED for /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/5d357779-c2fd-11de-8ac8-001302895b2b.exml
validating file UPDATED for /data/fragments/Zoo/model/Infrastructure.ModuleComponent/c136d72e-c78b-4b7d-968d-9ed5580e4e56.exml
validating file UPDATED for /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/554cb8bb-5d0e-11df-a996-001302895b2b.exml
validating file UPDATED for /data/fragments/ModelerModule/content/model/model/Infrastructure.MetaclassReference/deb348a5-2653-11e1-9161-002564c97630.exml
validating file UPDATED for /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/0ac7e50f-50c6-4eb6-9107-3d9df92a2b75.exml
validating file UPDATED for /data/fragments/ModelerModule/content/model/model/Infrastructure.MetaclassReference/3d7b14d7-4de3-4b8b-8a91-00c002a833bb.exml
validating file UPDATED for /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/00700680-0000-01b8-0000-000000000000.exml
validating file UPDATED for /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/00d0052c-0000-0143-0000-000000000000.exml
validating file UPDATED for /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/c2e23680-96f0-11de-a322-001fe2c988b8.exml
validating file UPDATED for /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/c7ba7024-eff5-4039-a4d4-c9ddcd0a3aed.exml
validating file UPDATED for /data/fragments/PredefinedTypes%203.6.05/content/model/model/Infrastructure.MetaclassReference/64df4d1e-3663-4950-95fc-29204f9981e7.exml
validating file UPDATED for /data/fragments/PredefinedTypes%203.6.05/content/model/model/Infrastructure.EnumeratedPropertyType/fd1e7e3d-1c25-4e43-a8d0-23ad542da716.exml
validating file UPDATED for /data/fragments/Zoo/model/Analyst.AnalystProject/cf45c5ec-61ba-4a7c-83f7-edb79310dfb0.exml
validating file UPDATED for /data/fragments/ModelerModule/content/model/model/Infrastructure.MetaclassReference/00bc27b8-0000-0e0b-0000-000000000000.exml
validating file UPDATED for /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/00700680-0000-01fe-0000-000000000000.exml
validating file UPDATED for /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/01ec141c-0000-1301-0000-000000000000.exml
validating file UPDATED for /data/fragments/PredefinedTypes%203.6.05/content/model/model/Standard.DataType/00000004-0000-000d-0000-000000000000.exml
validating file UPDATED for /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/946458b2-daf1-44b8-887b-12a0d9e5c2f6.exml
validating file UPDATED for /data/fragments/PredefinedTypes%203.6.05/content/model/model/Infrastructure.MetaclassReference/dfcbc301-c510-44b4-9164-0480e77740d2.exml
validating file UPDATED for /data/fragments/ModelerModule/content/model/model/Infrastructure.MetaclassReference/00bc2f68-0000-0f6b-0000-000000000000.exml
validating file UPDATED for /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/b9654705-c2f9-11de-8ac8-001302895b2b.exml
validating file UPDATED for /data/fragments/PredefinedTypes%203.6.05/content/model/model/Infrastructure.EnumeratedPropertyType/00bc470c-0000-002a-0000-000000000000.exml
validating file UPDATED for /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/00140d80-0000-0110-0000-000000000000.exml
validating file UPDATED for /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/120a35e7-c2fd-11de-8ac8-001302895b2b.exml
validating file UPDATED for /data/fragments/ModelerModule/content/model/model/Infrastructure.MetaclassReference/00bc3924-0000-189d-0000-000000000000.exml
validating file UPDATED for /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/de38398e-c746-11e1-8624-0027103f347d.exml
validating file UPDATED for /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/ec22d8ff-de86-11de-905b-001302895b2b.exml
validating file UPDATED for /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/00700680-0000-01ca-0000-000000000000.exml
validating file UPDATED for /data/fragments/PredefinedTypes%203.6.05/content/model/model/Infrastructure.EnumeratedPropertyType/f98047ab-24f3-4b41-adbb-3cb70791184a.exml
validating file UPDATED for /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/01ec12fc-0000-025b-0000-000000000000.exml
validating file UPDATED for /data/fragments/PredefinedTypes%203.6.05/content/model/model/Standard.DataType/00000004-0000-0013-0000-000000000000.exml
validating file UPDATED for /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/00000000-0000-9c44-0000-000000000000.exml
validating file UPDATED for /data/fragments/Zoo/model/Standard.Class/9b9791e8-8e77-4fd0-ada7-e62bdfad9ec4.exml
validating file UPDATED for /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/00700680-0000-01d5-0000-000000000000.exml
validating file UPDATED for /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/00700680-0000-01e5-0000-000000000000.exml
validating file UPDATED for /data/fragments/PredefinedTypes%203.6.05/content/model/model/Standard.DataType/00000004-0000-0010-0000-000000000000.exml
validating file UPDATED for /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/01ec1ac4-0000-2eff-0000-000000000000.exml
validating file UPDATED for /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/00700680-0000-01ef-0000-000000000000.exml
validating file UPDATED for /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/89326f2e-c2fc-11de-8ac8-001302895b2b.exml
validating file UPDATED for /data/fragments/PredefinedTypes%203.6.05/content/model/model/Infrastructure.MetaclassReference/3afb2822-6518-4c74-9e9a-404317519061.exml
validating file UPDATED for /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/00700680-0000-01bd-0000-000000000000.exml
validating file UPDATED for /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/01ec1ac4-0000-2ef9-0000-000000000000.exml
validating file UPDATED for /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/00700680-0000-01d9-0000-000000000000.exml
validating file UPDATED for /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/00700680-0000-01cc-0000-000000000000.exml
validating file UPDATED for /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/435869cb-c2fd-11de-8ac8-001302895b2b.exml
validating file UPDATED for /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/00bc3ac0-0000-0d9a-0000-000000000000.exml
validating file UPDATED for /data/fragments/PredefinedTypes%203.6.05/content/model/model/Infrastructure.PropertyTableDefinition/ee295439-adfb-4038-9ad2-9e643a37e076.exml
validating file UPDATED for /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/01ec1ac4-0000-2f04-0000-000000000000.exml
validating file UPDATED for /data/fragments/ModelerModule/content/model/model/Infrastructure.MetaclassReference/4bd5d0c9-d5de-41d0-9515-f36f0ac34454.exml
validating file UPDATED for /data/fragments/PredefinedTypes%203.6.05/content/model/model/Infrastructure.PropertyTableDefinition/00bc470c-0000-0019-0000-000000000000.exml
validating file UPDATED for /data/fragments/ModelerModule/content/model/model/Infrastructure.MetaclassReference/de95a30a-def3-4199-88a5-577f867327a2.exml
validating file UPDATED for /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/00700680-0000-01c5-0000-000000000000.exml
validating file UPDATED for /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/76c174ab-c2fd-11de-8ac8-001302895b2b.exml
validating file UPDATED for /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/4e477e48-35b4-11df-9280-001302895b2b.exml
validating file UPDATED for /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/641a5778-89a9-11df-9978-0014224f9977.exml
validating file UPDATED for /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/01ec12fc-0000-024c-0000-000000000000.exml
validating file UPDATED for /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/01ec1228-0000-12f8-0000-000000000000.exml
validating file UPDATED for /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/ee06097f-de99-11de-905b-001302895b2b.exml
validating file UPDATED for /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/34ef5bd6-d7e4-11e2-b93f-0027103f347c.exml
validating file UPDATED for /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/86eada10-32d9-11e0-91f3-0027103f347c.exml
validating file UPDATED for /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/00700680-0000-01d7-0000-000000000000.exml
validating file UPDATED for /data/fragments/PredefinedTypes%203.6.05/content/model/model/Infrastructure.PropertyType/c37f01cf-273e-11e1-b78e-00137282c51b.exml
validating file UPDATED for /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/0226fd5c-caf5-4cb4-b25c-06e493b37b2d.exml
validating file UPDATED for /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/00700680-0000-01ba-0000-000000000000.exml
validating file UPDATED for /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/00700680-0000-01d3-0000-000000000000.exml
validating file UPDATED for /data/fragments/ModelerModule/content/model/model/Infrastructure.MetaclassReference/01ec2468-0000-0894-0000-000000000000.exml
validating file UPDATED for /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/90a0e341-5d0d-11df-a996-001302895b2b.exml
validating file UPDATED for /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/1c0bf642-a90f-11de-8613-001302895b2b.exml
validating file UPDATED for /data/fragments/PredefinedTypes%203.6.05/content/model/model/Standard.Project/f69e310f-106c-4b21-9de4-d31b4523525b.exml
validating file UPDATED for /data/fragments/ModelerModule/content/model/model/Infrastructure.Profile/007004e8-0000-0282-0000-000000000000.exml
validating file UPDATED for /data/fragments/PredefinedTypes%203.6.05/content/model/model/Infrastructure.PropertyTableDefinition/00080cf0-0000-001f-0000-000000000000.exml
validating file UPDATED for /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/021863a9-f3db-11df-8ada-0027103f347c.exml
validating file UPDATED for /data/fragments/PredefinedTypes%203.6.05/content/model/model/Infrastructure.EnumeratedPropertyType/00bc470c-0000-001b-0000-000000000000.exml
validating file UPDATED for /data/fragments/PredefinedTypes%203.6.05/content/model/model/Infrastructure.PropertyType/01a40888-0000-002b-0000-000000000000.exml
validating file UPDATED for /data/fragments/Zoo/model/Infrastructure.DiagramSet/d00fb552-1f56-43fd-9776-f78355c9cb77.exml
validating file UPDATED for /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/8e76c95f-5821-11df-be59-001302895b2b.exml
validating file UPDATED for /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/eb8f06b7-de86-11de-905b-001302895b2b.exml
validating file UPDATED for /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/8c44d73d-5d0b-11df-a996-001302895b2b.exml
validating file UPDATED for /data/fragments/PredefinedTypes%203.6.05/content/model/model/Infrastructure.PropertyType/136b356c-3951-473b-aa4a-001c0241b996.exml
validating file UPDATED for /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/27ac6d48-32c8-11e0-91f3-0027103f347c.exml
validating file UPDATED for /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/679a9417-8f06-4255-a409-1e1f7136e418.exml
validating file UPDATED for /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/00bc0050-0000-006b-0000-000000000000.exml
validating file UPDATED for /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/0054070c-0000-005f-0000-000000000000.exml
validating file UPDATED for /data/fragments/PredefinedTypes%203.6.05/content/model/model/Standard.DataType/00000004-0000-0012-0000-000000000000.exml
validating file UPDATED for /data/fragments/PredefinedTypes%203.6.05/content/model/model/Infrastructure.PropertyTableDefinition/00080cf0-0000-0020-0000-000000000000.exml
validating file UPDATED for /data/fragments/PredefinedTypes%203.6.05/content/model/model/Infrastructure.EnumeratedPropertyType/00080cf0-0000-0032-0000-000000000000.exml
validating file UPDATED for /data/fragments/PredefinedTypes%203.6.05/content/model/model/Infrastructure.PropertyTableDefinition/00080cf0-0000-001a-0000-000000000000.exml
validating file UPDATED for /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/01ec1ac4-0000-2f09-0000-000000000000.exml
validating file UPDATED for /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/8fb43b1c-7819-11e1-a4f1-002564c97630.exml
validating file UPDATED for /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/01ec141c-0000-12fc-0000-000000000000.exml
validating file UPDATED for /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/0054070c-0000-005d-0000-000000000000.exml
validating file UPDATED for /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/5791cd76-03ec-11e2-9c63-0027103f347d.exml
validating file UPDATED for /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/e4358003-f3da-11df-8ada-0027103f347c.exml
validating file UPDATED for /data/fragments/ModelerModule/content/model/model/Infrastructure.MetaclassReference/00bc2f68-0000-0f44-0000-000000000000.exml
validating file UPDATED for /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/01ec12fc-0000-0233-0000-000000000000.exml
validating file UPDATED for /data/fragments/ModelerModule/content/model/model/Infrastructure.MetaclassReference/00bc27b8-0000-0258-0000-000000000000.exml
validating file UPDATED for /data/fragments/ModelerModule/content/model/model/Infrastructure.MetaclassReference/1b62b1eb-de82-44cb-be22-ed350ae5cf8c.exml
validating file UPDATED for /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/67694a37-c2f9-11de-8ac8-001302895b2b.exml
validating file UPDATED for /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/00700680-0000-01d1-0000-000000000000.exml
validating file UPDATED for /data/fragments/PredefinedTypes%203.6.05/content/model/model/Standard.DataType/00000004-0000-0009-0000-000000000000.exml
validating file UPDATED for /data/fragments/PredefinedTypes%203.6.05/content/model/model/Infrastructure.ModuleComponent/bd19f944-d41b-42ef-94a1-9e5ba663883b.exml
validating file UPDATED for /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/f9061fa3-c2fc-11de-8ac8-001302895b2b.exml
validating file UPDATED for /data/fragments/PredefinedTypes%203.6.05/content/model/model/Infrastructure.PropertyType/1bdf9f87-e9ad-4849-ab22-c25147e8d00c.exml
validating file UPDATED for /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/744f6321-c2f9-11de-8ac8-001302895b2b.exml
validating file UPDATED for /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/01ec12fc-0000-0265-0000-000000000000.exml
validating file UPDATED for /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/01ec12fc-0000-0238-0000-000000000000.exml
validating file UPDATED for /data/fragments/PredefinedTypes%203.6.05/content/model/model/Standard.DataType/00000004-0000-0011-0000-000000000000.exml
validating file UPDATED for /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/07111319-1fd7-11df-948e-001302895b2b.exml
validating file UPDATED for /data/fragments/PredefinedTypes%203.6.05/content/model/model/Infrastructure.MetaclassReference/142e9641-ca78-441c-9933-c13b113e2e69.exml
validating file UPDATED for /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/3c4678f8-f169-11df-ae59-0014224f9977.exml
validating file UPDATED for /data/fragments/PredefinedTypes%203.6.05/content/model/model/Infrastructure.PropertyType/fd461312-91e1-4589-a042-c814e1f53e6a.exml
validating file UPDATED for /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/72ada667-0b7f-4421-bd69-9b037642ed87.exml
validating file UPDATED for /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/00700680-0000-0204-0000-000000000000.exml
validating file UPDATED for /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/b355cc6c-c4aa-11df-b100-001302895b2b.exml
validating file UPDATED for /data/fragments/ModelerModule/content/model/model/Infrastructure.MetaclassReference/01ec045c-0000-10a1-0000-000000000000.exml
validating file UPDATED for /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/e4c6c55f-c2fc-11de-8ac8-001302895b2b.exml
validating file UPDATED for /data/fragments/Zoo/model/Standard.ClassDiagram/cf6a3b18-94f9-49ba-b8d9-653cb2f93cfb.exml
validating file UPDATED for /data/fragments/ModelerModule/content/model/model/Infrastructure.Profile/d7ea54fa-8913-11df-8dda-0014224f9977.exml
validating file UPDATED for /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/770df309-5d0c-11df-a996-001302895b2b.exml
validating file UPDATED for /data/fragments/ModelerModule/content/model/model/Infrastructure.MetaclassReference/ca6d601e-7686-4e90-9b45-95d3878eddd4.exml
validating file UPDATED for /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/01ec12fc-0000-0224-0000-000000000000.exml
validating file UPDATED for /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/00000000-0000-9c46-0000-000000000000.exml
validating file UPDATED for /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/01ec12fc-0000-0c02-0000-000000000000.exml
validating file UPDATED for /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/01ec1228-0000-0964-0000-000000000000.exml
validating file UPDATED for /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/3edfb381-5d0d-11df-a996-001302895b2b.exml
validating file UPDATED for /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/c4b3add1-c2f9-11de-8ac8-001302895b2b.exml
validating file UPDATED for /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/74d7cf69-58eb-48e4-b71a-e5bb0f7570f7.exml
validating file UPDATED for /data/fragments/PredefinedTypes%203.6.05/content/model/model/Infrastructure.MetaclassReference/fec357b7-2501-4c75-8cdb-8b4da1836074.exml
validating file UPDATED for /data/fragments/ModelerModule/content/model/model/Infrastructure.MetaclassReference/433bb965-77f8-4b1b-9ace-864e5af81454.exml
validating file UPDATED for /data/fragments/PredefinedTypes%203.6.05/content/model/model/Standard.DataType/00000004-0000-0007-0000-000000000000.exml
validating file UPDATED for /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/e445c33b-de99-11de-905b-001302895b2b.exml
validating file UPDATED for /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/2961d57b-5120-11de-bbaf-00218648fa3d.exml
validating file UPDATED for /data/fragments/PredefinedTypes%203.6.05/content/model/model/Infrastructure.MetaclassReference/e84f38cb-2400-4ecd-81b0-eb8734c0e20b.exml
validating file UPDATED for /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/229bc921-c2fd-11de-8ac8-001302895b2b.exml
validating file UPDATED for /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/01280500-0000-0b37-0000-000000000000.exml
validating file UPDATED for /data/fragments/ModelerModule/content/model/model/Infrastructure.MetaclassReference/00bc2f68-0000-0fc2-0000-000000000000.exml
validating file UPDATED for /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/6432b987-256f-4121-9428-a89d364c2cef.exml
validating file UPDATED for /data/fragments/ModelerModule/content/model/model/Infrastructure.Profile/01ec045c-0000-3739-0000-000000000000.exml
validating file UPDATED for /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/68c63e60-70d6-11e0-872f-0027103f347c.exml
validating file UPDATED for /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/06edcdd9-c2fd-11de-8ac8-001302895b2b.exml
validating file UPDATED for /data/fragments/ModelerModule/content/model/model/Infrastructure.MetaclassReference/3ac00e06-3921-4b35-bb60-84618d4da048.exml
validating file UPDATED for /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/fca54004-5d0d-11df-a996-001302895b2b.exml
validating file UPDATED for /data/fragments/PredefinedTypes%203.6.05/content/model/model/Infrastructure.PropertyType/01a40888-0000-002d-0000-000000000000.exml
validating file UPDATED for /data/fragments/ModelerModule/content/model/model/Infrastructure.MetaclassReference/aeb07ec3-af96-4069-af14-0436082805ca.exml
validating file UPDATED for /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/6faa55e3-5d0b-11df-a996-001302895b2b.exml
validating file UPDATED for /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/00700680-0000-01f7-0000-000000000000.exml
validating file UPDATED for /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/002005c0-0001-0011-0000-000000000000.exml
validating file UPDATED for /data/fragments/PredefinedTypes%203.6.05/content/model/model/Infrastructure.PropertyTableDefinition/eb3dbc2d-8e8a-40e4-9f8c-3cfd64a04944.exml
validating file UPDATED for /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/ed0bb1c3-de99-11de-905b-001302895b2b.exml
validating file UPDATED for /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/00700680-0000-01f1-0000-000000000000.exml
validating file UPDATED for /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/40400bbd-0b5d-11df-8680-001302895b2b.exml
validating file UPDATED for /data/fragments/ModelerModule/content/model/model/Infrastructure.MetaclassReference/00bc2f68-0000-0fd8-0000-000000000000.exml
validating file UPDATED for /data/fragments/ModelerModule/content/model/model/Infrastructure.MetaclassReference/00bc2f68-0000-0f51-0000-000000000000.exml
validating file UPDATED for /data/fragments/PredefinedTypes%203.6.05/content/model/model/Infrastructure.PropertyTableDefinition/00080cf0-0000-001d-0000-000000000000.exml
validating file UPDATED for /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/00000000-0000-9c48-0000-000000000000.exml
validating file UPDATED for /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/3f03c5f1-c308-11de-8ac8-001302895b2b.exml
validating file UPDATED for /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/01ec2468-0000-0acb-0000-000000000000.exml
validating file UPDATED for /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/01ec12fc-0000-0251-0000-000000000000.exml
validating file UPDATED for /data/fragments/PredefinedTypes%203.6.05/content/model/model/Standard.DataType/00000004-0000-0005-0000-000000000000.exml
validating file UPDATED for /data/fragments/PredefinedTypes%203.6.05/content/model/model/Infrastructure.EnumeratedPropertyType/00080cf0-0000-00bc-0000-000000000000.exml
validating file UPDATED for /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/00540a84-0000-0003-0000-000000000000.exml
validating file UPDATED for /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/c0f03827-5d0b-11df-a996-001302895b2b.exml
validating file UPDATED for /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/35b84299-c2fd-11de-8ac8-001302895b2b.exml
validating file UPDATED for /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/00700680-0000-0206-0000-000000000000.exml
validating file UPDATED for /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/bae91a3b-7009-11e0-a462-0027103f347c.exml
validating file UPDATED for /data/fragments/PredefinedTypes%203.6.05/content/model/model/Infrastructure.MetaclassReference/f572af01-e116-41d3-aa90-4cef567d721e.exml
validating file UPDATED for /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/3254be34-c7d8-4018-8a68-5de65c30b773.exml
validating file UPDATED for /data/fragments/PredefinedTypes%203.6.05/content/model/model/Infrastructure.PropertyType/753fc9f9-c136-449c-949c-4fa467511d99.exml
validating file UPDATED for /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/6e2770bf-c2f9-11de-8ac8-001302895b2b.exml
validating file UPDATED for /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/15d2108f-5d0c-11df-a996-001302895b2b.exml
validating file UPDATED for /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/b071b025-c2fc-11de-8ac8-001302895b2b.exml
validating file UPDATED for /data/fragments/PredefinedTypes%203.6.05/content/model/model/Standard.DataType/00000004-0000-000f-0000-000000000000.exml
validating file UPDATED for /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/e1d2f141-a387-4fd1-bff7-3f7dcbcb8718.exml
validating file UPDATED for /data/fragments/PredefinedTypes%203.6.05/content/model/model/Infrastructure.MetaclassReference/ab241507-a18e-4711-8acd-db5abd8b525f.exml
validating file UPDATED for /data/fragments/Zoo/model/Standard.Class/4ed7f59f-f723-4f88-b6fc-ea6b83eb3108.exml
validating file UPDATED for /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/ad46ab04-9310-11df-a4cf-0014224f9977.exml
validating file UPDATED for /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/4a427283-5d09-11df-a996-001302895b2b.exml
validating file UPDATED for /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/00000000-0000-9c45-0000-000000000000.exml
validating file UPDATED for /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/5d167c0f-df53-11de-b2b1-001302895b2b.exml
validating file UPDATED for /data/fragments/ModelerModule/content/model/model/Infrastructure.MetaclassReference/7a804dc3-44ec-11e0-8f73-0027103f347c.exml
validating file UPDATED for /data/fragments/PredefinedTypes%203.6.05/content/model/model/Infrastructure.PropertyTableDefinition/7649b5c8-8733-4a02-959c-a269422402b8.exml
validating file UPDATED for /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/01ec12fc-0000-021a-0000-000000000000.exml
validating file UPDATED for /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/61222898-ff82-4681-a82f-a8f14c479dd1.exml
validating file UPDATED for /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/00bc4480-0000-06a8-0000-000000000000.exml
validating file UPDATED for /data/fragments/Zoo/model/Standard.Package/ea878bd2-7ef9-4ce1-a11e-35fa129981bb.exml
validating file UPDATED for /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/01ec12fc-0000-0aca-0000-000000000000.exml
validating file UPDATED for /data/fragments/PredefinedTypes%203.6.05/content/model/model/Infrastructure.MetaclassReference/775f3bc6-d812-4f77-8253-6852bcede18b.exml
validating file UPDATED for /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/002005c0-0001-0009-0000-000000000000.exml
validating file UPDATED for /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/01ec12fc-0000-022e-0000-000000000000.exml
validating file UPDATED for /data/fragments/Zoo/model/Standard.Class/2d7b2cba-e694-4b33-bd9e-4d2f1db4cc7b.exml
validating file UPDATED for /data/fragments/ModelerModule/content/model/model/Infrastructure.MetaclassReference/00bc2f68-0000-0f3a-0000-000000000000.exml
validating file UPDATED for /data/fragments/ModelerModule/content/model/model/Infrastructure.Profile/051f4291-f151-4147-99c5-fd78221f49e2.exml
validating file UPDATED for /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/00700680-0000-01f9-0000-000000000000.exml
validating file UPDATED for /data/fragments/ModelerModule/content/model/model/Infrastructure.MetaclassReference/8281b44e-16ea-4e9b-94d1-dc28a2be86a9.exml
validating file UPDATED for /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/52d7cccb-c2fd-11de-8ac8-001302895b2b.exml
validating file UPDATED for /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/00700680-0000-01bf-0000-000000000000.exml
validating file UPDATED for /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/ff6e0375-5d09-11df-a996-001302895b2b.exml
validating file UPDATED for /data/fragments/ModelerModule/content/model/model/Infrastructure.MetaclassReference/00bc2f68-0000-0fa9-0000-000000000000.exml
validating file UPDATED for /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/01ec12fc-0000-0242-0000-000000000000.exml
validating file UPDATED for /data/fragments/PredefinedTypes%203.6.05/content/model/model/Standard.DataType/00000004-0000-000b-0000-000000000000.exml
validating file UPDATED for /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/37d0688a-c308-11de-8ac8-001302895b2b.exml
validating file UPDATED for /data/fragments/ModelerModule/content/model/model/Infrastructure.MetaclassReference/e884c108-f73e-11e1-8cf3-002564c97630.exml
validating file UPDATED for /data/fragments/PredefinedTypes%203.6.05/content/model/model/Infrastructure.PropertyTableDefinition/00080cf0-0000-001e-0000-000000000000.exml
validating file UPDATED for /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/994fc1e3-c2f9-11de-8ac8-001302895b2b.exml
validating file UPDATED for /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/ed95fa9b-de99-11de-905b-001302895b2b.exml
validating file UPDATED for /data/fragments/Zoo/model/Standard.Class/0a4ac84f-75a3-4b5b-bbad-d0e67857b4cf.exml
validating file UPDATED for /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/6a3f6989-c2fd-11de-8ac8-001302895b2b.exml
validating file UPDATED for /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/ee97796b-de99-11de-905b-001302895b2b.exml
validating file UPDATED for /data/fragments/Zoo/model/Standard.Class/4b6abbc6-130e-42fa-b1db-bbf1ba6d0065.exml
validating file UPDATED for /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/fdbc7d78-32c7-11e0-91f3-0027103f347c.exml
validating file UPDATED for /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/aa99ee06-c495-11de-ada1-001302895b2b.exml
validating file UPDATED for /data/fragments/PredefinedTypes%203.6.05/content/model/model/Infrastructure.PropertyTableDefinition/01ec152c-0000-144f-0000-000000000000.exml
validating file UPDATED for /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/01ec12fc-0000-0260-0000-000000000000.exml
validating file UPDATED for /data/fragments/PredefinedTypes%203.6.05/content/model/model/Infrastructure.PropertyTableDefinition/897d11ed-d82c-4037-9a24-9b1b9e56cd3a.exml
validating file UPDATED for /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/2eb4ec1b-c2fd-11de-8ac8-001302895b2b.exml
validating file UPDATED for /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/94b7efa5-f94c-4d1d-896f-f103e56a8e2e.exml
validating file UPDATED for /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/002005c0-0001-000d-0000-000000000000.exml
validating file UPDATED for /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/1b7fd53f-205e-11df-948e-001302895b2b.exml
validating file UPDATED for /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/00000000-0000-9c49-0000-000000000000.exml
validating file UPDATED for /data/fragments/ModelerModule/content/model/model/Infrastructure.MetaclassReference/00bc27b8-0000-02a9-0000-000000000000.exml
validating file UPDATED for /data/fragments/PredefinedTypes%203.6.05/content/model/model/Infrastructure.MetaclassReference/8d83b757-7de2-47ea-8b3c-f593a48aa05c.exml
validating file UPDATED for /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/01ec2468-0000-0ac6-0000-000000000000.exml
validating file UPDATED for /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/01ec12fc-0000-0bfd-0000-000000000000.exml
validating file UPDATED for /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/07ba6521-5d0d-11df-a996-001302895b2b.exml
validating file UPDATED for /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/00700680-0000-01ce-0000-000000000000.exml
validating file UPDATED for /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/f8e58a85-c2fa-11de-8ac8-001302895b2b.exml
validating file UPDATED for /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/00700680-0000-01c7-0000-000000000000.exml
validating file UPDATED for /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/00700680-0000-0200-0000-000000000000.exml
validating file UPDATED for /data/fragments/PredefinedTypes%203.6.05/content/model/model/Infrastructure.EnumeratedPropertyType/00bc470c-0000-0035-0000-000000000000.exml
validating file UPDATED for /data/fragments/PredefinedTypes%203.6.05/content/model/model/Infrastructure.MetaclassReference/55bdd09f-86d4-40c2-8487-c288a8af4ec3.exml
validating file UPDATED for /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/76f275f9-32d9-11e0-91f3-0027103f347c.exml
validating file UPDATED for /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/002005c0-0001-000f-0000-000000000000.exml
validating file UPDATED for /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/cf671bc3-c2f9-11de-8ac8-001302895b2b.exml
validating file UPDATED for /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/01ec12fc-0000-0229-0000-000000000000.exml
validating file UPDATED for /data/fragments/ModelerModule/content/model/model/Infrastructure.MetaclassReference/00bc27b8-0000-037a-0000-000000000000.exml
validating file UPDATED for /data/fragments/PredefinedTypes%203.6.05/content/model/model/Standard.Package/00000004-0000-0004-0000-000000000000.exml
validating file UPDATED for /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/89927bbf-c2f9-11de-8ac8-001302895b2b.exml
validating file UPDATED for /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/00700680-0000-01f3-0000-000000000000.exml
validating file UPDATED for /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/00700680-0000-01fb-0000-000000000000.exml
validating file UPDATED for /data/fragments/ModelerModule/content/model/model/Infrastructure.MetaclassReference/2d98d6ca-5644-418a-9bae-94b5362d3c51.exml
validating file UPDATED for /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/a74178fb-df2b-11de-905b-001302895b2b.exml
validating file UPDATED for /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/01ec141c-0000-12f2-0000-000000000000.exml
validating file UPDATED for /data/fragments/ModelerModule/content/model/model/Infrastructure.MetaclassReference/0c841642-4e99-4f0d-8a80-4f6d24bf8656.exml
validating file UPDATED for /data/fragments/Zoo/model/Standard.Class/c312e899-9f08-43db-8954-4db87789f843.exml
validating file UPDATED for /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/859f8b76-5acc-4a9c-a5eb-973467388b13.exml
validating file UPDATED for /data/fragments/ModelerModule/content/model/model/Infrastructure.MetaclassReference/a27efc42-08b8-4e7d-95c6-b393e6fe5fba.exml
validating file UPDATED for /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/5582e283-c2f9-11de-8ac8-001302895b2b.exml
changed resource size: 619
relevant graph size: 619
validated changes... true
12:32:46.793 [pool-156-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updated Hawk instance test (success). 22 s 998 ms
12:32:46.799 [main] INFO  o.e.h.c.r.CompositeStateListener - Hawk shutting down...
12:32:46.799 [main] INFO  o.e.h.c.r.CompositeStateListener - Saving Hawk metadata...
adding: file:///home/jenkins/agent/workspace/Hawk_Greycat_backend_master/core/tests/org.eclipse.hawk.integration.tests/resources/models/zoo/:org.eclipse.hawk.localfolder.LocalFolder:false
12:32:46.804 [main] INFO  o.e.h.c.r.CompositeStateListener - Saved Hawk metadata.
12:32:46.804 [main] INFO  o.e.h.core.runtime.BaseModelIndexer - Waiting 120s for all scheduled tasks to complete
12:32:46.969 [main] INFO  o.e.hawk.greycat.lucene.SoftTxLucene - Shutdown of Lucene complete.
12:32:46.969 [main] INFO  o.e.h.g.AbstractGreycatDatabase - Disconnected from GreyCat graph at /tmp/junit18338587063358778406/test_zoo[LevelDB GreyCat]
12:32:46.970 [main] INFO  o.e.h.c.r.CompositeStateListener - Hawk shut down.
12:32:47.130 [main] INFO  o.e.h.c.r.CompositeStateListener - Saving Hawk metadata...
12:32:47.131 [main] INFO  o.e.h.c.r.CompositeStateListener - Saved Hawk metadata.
12:32:47.131 [main] INFO  o.e.h.c.r.CompositeStateListener - Initializing Hawk...
inserting static metamodels of registered metamodel factories to graph:
org.eclipse.hawk.emf.metamodel.BPMNMetaModelParser
12:32:47.302 [main] INFO  o.e.h.g.u.GraphMetaModelResourceInjector - ADDING METAMODELS: 
12:32:47.302 [main] INFO  o.e.h.g.u.GraphMetaModelResourceInjector - ADDING: 
12:32:47.406 [main] DEBUG o.e.h.g.u.GraphMetaModelResourceInjector - supertype dependency from http://www.omg.org/spec/BPMN/20100524/MODEL-XMI to http://www.eclipse.org/emf/2002/Ecore
12:32:47.409 [main] DEBUG o.e.h.g.u.GraphMetaModelResourceInjector - supertype dependency from http://www.omg.org/spec/BPMN/20100524/MODEL-XMI to http://www.omg.org/spec/BPMN/20100524/DI-XMI
12:32:47.492 [main] DEBUG o.e.h.g.u.GraphMetaModelResourceInjector - supertype dependency from http://www.omg.org/spec/BPMN/20100524/MODEL-XMI to http://www.eclipse.org/emf/2003/XMLType
12:32:47.499 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.omg.org/spec/BPMN/20100524/MODEL-XMI::ItemKind will be handled as its instance type org.eclipse.bpmn2.ItemKind
12:32:47.503 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.omg.org/spec/BPMN/20100524/MODEL-XMI::AdHocOrdering will be handled as its instance type org.eclipse.bpmn2.AdHocOrdering
12:32:47.514 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.omg.org/spec/BPMN/20100524/MODEL-XMI::EventBasedGatewayType will be handled as its instance type org.eclipse.bpmn2.EventBasedGatewayType
12:32:47.520 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.omg.org/spec/BPMN/20100524/MODEL-XMI::ProcessType will be handled as its instance type org.eclipse.bpmn2.ProcessType
12:32:47.582 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.omg.org/spec/BPMN/20100524/MODEL-XMI::ChoreographyLoopType will be handled as its instance type org.eclipse.bpmn2.ChoreographyLoopType
12:32:47.701 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.omg.org/spec/BPMN/20100524/MODEL-XMI::RelationshipDirection will be handled as its instance type org.eclipse.bpmn2.RelationshipDirection
12:32:47.779 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.omg.org/spec/BPMN/20100524/MODEL-XMI::MultiInstanceBehavior will be handled as its instance type org.eclipse.bpmn2.MultiInstanceBehavior
12:32:47.783 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.omg.org/spec/BPMN/20100524/MODEL-XMI::GatewayDirection will be handled as its instance type org.eclipse.bpmn2.GatewayDirection
12:32:47.792 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.omg.org/spec/BPMN/20100524/MODEL-XMI::AssociationDirection will be handled as its instance type org.eclipse.bpmn2.AssociationDirection
12:32:47.805 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.omg.org/spec/BPMN/20100524/DI-XMI::MessageVisibleKind will be handled as its instance type org.eclipse.bpmn2.di.MessageVisibleKind
12:32:47.806 [main] DEBUG o.e.h.g.u.GraphMetaModelResourceInjector - supertype dependency from http://www.omg.org/spec/BPMN/20100524/DI-XMI to http://www.omg.org/spec/DD/20100524/DI-XMI
12:32:47.806 [main] DEBUG o.e.h.g.u.GraphMetaModelResourceInjector - supertype dependency from http://www.omg.org/spec/BPMN/20100524/DI-XMI to http://www.eclipse.org/emf/2002/Ecore
12:32:47.806 [main] DEBUG o.e.h.g.u.GraphMetaModelResourceInjector - supertype dependency from http://www.omg.org/spec/BPMN/20100524/DI-XMI to http://www.eclipse.org/emf/2003/XMLType
12:32:47.806 [main] DEBUG o.e.h.g.u.GraphMetaModelResourceInjector - supertype dependency from http://www.omg.org/spec/BPMN/20100524/DI-XMI to http://www.omg.org/spec/DD/20100524/DC-XMI
12:32:47.807 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.omg.org/spec/BPMN/20100524/DI-XMI::ParticipantBandKind will be handled as its instance type org.eclipse.bpmn2.di.ParticipantBandKind
12:32:47.809 [main] DEBUG o.e.h.g.u.GraphMetaModelResourceInjector - supertype dependency from http://www.omg.org/spec/BPMN/20100524/DI-XMI to http://www.omg.org/spec/BPMN/20100524/MODEL-XMI
12:32:47.815 [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[]
12:32:47.815 [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
12:32:47.817 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EBigInteger will be handled as its instance type java.math.BigInteger
12:32:47.817 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EJavaObject will be handled as its instance type java.lang.Object
12:32:47.817 [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
12:32:47.817 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EByteObject will be handled as its instance type java.lang.Byte
12:32:47.817 [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
12:32:47.817 [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
12:32:47.817 [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
12:32:47.818 [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
12:32:47.818 [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
12:32:47.819 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::ELong will be handled as its instance type java.lang.Long
12:32:47.819 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EBigDecimal will be handled as its instance type java.math.BigDecimal
12:32:47.819 [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
12:32:47.819 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EDoubleObject will be handled as its instance type java.lang.Double
12:32:47.822 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EDouble will be handled as its instance type java.lang.Double
12:32:47.823 [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
12:32:47.823 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EFloatObject will be handled as its instance type java.lang.Float
12:32:47.823 [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
12:32:47.823 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EInt will be handled as its instance type java.lang.Integer
12:32:47.823 [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
12:32:47.823 [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
12:32:47.874 [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
12:32:47.874 [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
12:32:47.878 [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
12:32:47.878 [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
12:32:47.878 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EDate will be handled as its instance type java.util.Date
12:32:47.879 [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
12:32:47.879 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EChar will be handled as its instance type char
12:32:47.879 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EMap will be handled as its instance type java.util.Map
12:32:47.879 [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
12:32:47.879 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EFeatureMap will be handled as its instance type org.eclipse.emf.ecore.util.FeatureMap
12:32:47.879 [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
12:32:47.880 [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
12:32:47.881 [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
12:32:47.881 [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
12:32:47.881 [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
12:32:47.881 [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
12:32:47.881 [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
12:32:47.881 [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
12:32:47.881 [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
12:32:47.881 [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
12:32:47.881 [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
12:32:47.881 [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
12:32:47.881 [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
12:32:47.882 [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
12:32:47.882 [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
12:32:47.882 [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
12:32:47.882 [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
12:32:47.882 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::ENTITY will be handled as its instance type java.lang.String
12:32:47.882 [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
12:32:47.882 [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
12:32:47.882 [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
12:32:47.882 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::GDay will be handled as its instance type javax.xml.datatype.XMLGregorianCalendar
12:32:47.882 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::IDREFS will be handled as its instance type java.util.List
12:32:47.883 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Name will be handled as its instance type java.lang.String
12:32:47.883 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Base64Binary will be handled as its instance type byte[]
12:32:47.883 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::GMonthDay will be handled as its instance type javax.xml.datatype.XMLGregorianCalendar
12:32:47.883 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::ENTITIESBase will be handled as its instance type java.util.List
12:32:47.883 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Duration will be handled as its instance type javax.xml.datatype.Duration
12:32:47.883 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::DoubleObject will be handled as its instance type java.lang.Double
12:32:47.883 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::UnsignedShort will be handled as its instance type java.lang.Integer
12:32:47.883 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Integer will be handled as its instance type java.math.BigInteger
12:32:47.883 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::NMTOKENS will be handled as its instance type java.util.List
12:32:47.883 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Boolean will be handled as its instance type java.lang.Boolean
12:32:47.883 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Double will be handled as its instance type java.lang.Double
12:32:47.883 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::UnsignedLong will be handled as its instance type java.math.BigInteger
12:32:47.883 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::HexBinary will be handled as its instance type byte[]
12:32:47.883 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::BooleanObject will be handled as its instance type java.lang.Boolean
12:32:47.883 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Time will be handled as its instance type javax.xml.datatype.XMLGregorianCalendar
12:32:47.883 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Int will be handled as its instance type java.lang.Integer
12:32:47.883 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::UnsignedByteObject will be handled as its instance type java.lang.Short
12:32:47.884 [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
12:32:47.884 [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
12:32:47.884 [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
12:32:47.884 [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
12:32:47.884 [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
12:32:47.884 [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
12:32:47.884 [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
12:32:47.884 [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
12:32:47.884 [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
12:32:47.884 [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
12:32:47.884 [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
12:32:47.884 [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
12:32:47.884 [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
12:32:47.884 [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
12:32:47.884 [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
12:32:47.884 [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
12:32:47.884 [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
12:32:47.884 [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
12:32:47.884 [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
12:32:47.884 [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
12:32:47.885 [main] DEBUG o.e.h.g.u.GraphMetaModelResourceInjector - supertype dependency from http://www.omg.org/spec/DD/20100524/DI-XMI to http://www.eclipse.org/emf/2002/Ecore
12:32:47.885 [main] DEBUG o.e.h.g.u.GraphMetaModelResourceInjector - supertype dependency from http://www.omg.org/spec/DD/20100524/DI-XMI to http://www.eclipse.org/emf/2003/XMLType
12:32:47.886 [main] DEBUG o.e.h.g.u.GraphMetaModelResourceInjector - supertype dependency from http://www.omg.org/spec/DD/20100524/DI-XMI to http://www.omg.org/spec/DD/20100524/DC-XMI
12:32:47.894 [main] DEBUG o.e.h.g.u.GraphMetaModelResourceInjector - supertype dependency from http://www.omg.org/spec/DD/20100524/DC-XMI to http://www.eclipse.org/emf/2002/Ecore
12:32:48.083 [main] INFO  o.e.h.g.u.GraphMetaModelResourceInjector - 184 METAMODEL NODES! (took ~0 sec)
inserting static metamodels complete
12:32:48.083 [main] INFO  o.e.h.c.r.CompositeStateListener - Registering metamodels...
12:32:48.178 [main] INFO  o.e.h.c.r.CompositeStateListener - Registered metamodels.
12:32:48.179 [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!
12:32:48.179 [pool-158-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating Hawk...
updating indexer: 
12:32:48.179 [pool-158-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
12:32:48.180 [pool-158-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updated Hawk instance test (success). 0 s 1 ms
12:32:48.291 [main] INFO  o.e.h.c.r.CompositeStateListener - Saving Hawk metadata...
adding: file:///tmp/junit8637367041070290447/:org.eclipse.hawk.localfolder.LocalFolder:false
12:32:48.293 [main] INFO  o.e.h.c.r.CompositeStateListener - Saved Hawk metadata.
12:32:48.293 [pool-158-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating Hawk...
updating indexer: 
12:32:48.297 [pool-158-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating relevant changed model files...
12:32:48.303 [pool-158-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Deleting models removed from repository...
12:32:48.303 [pool-158-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating models to the new version...
error in parse(File f): org.eclipse.emf.ecore.xmi.IllegalValueException: Value 'org.eclipse.bpmn2.impl.ProcessImpl@1248c05a (id: _ba16239e-181e-4b9f-bc5b-0bb2ee973450, anyAttribute: null) (name: null) (isClosed: false, isExecutable: false, processType: None)' is not legal. (file:/tmp/junit8637367041070290447/v0-B.2.0.bpmn, -1, -1)
12:32:48.889 [pool-158-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Deleting all contents of file: /v0-B.2.0.bpmn...
0s0ms [pure insertion]
marking any relevant derived attributes for update...12:32:48.889 [pool-158-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s3ms
12:32:48.892 [pool-158-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s3ms
12:32:48.892 [pool-158-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating proxies...
attempting to resolve any leftover cross-file references...
12:32:48.892 [pool-158-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Resolving any leftover cross-file references...
12:32:48.894 [pool-158-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - 0 proxy ref lists left after resolving 0 refs
12:32:48.894 [pool-158-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - proxy resolution took: ~0.002s
attempting to resolve any uninitialized derived attributes...
12:32:48.894 [pool-158-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Resolving any uninitialized derived attributes...
12:32:48.894 [pool-158-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - Deriving attributes...
12:32:48.900 [pool-158-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...
12:32:48.900 [pool-158-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating any affected derived attributes...
0s9ms [proxy update]
12:32:48.901 [pool-158-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updated proxies.
12:32:48.901 [pool-158-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performing optional post-sync operations.
sync metrics:
interesting	1
deleted		0
changed		1
loaded		0
c elems		0
d elems		0
time		~0s
validating changes...
changed resource size: 0
relevant graph size: 0
validated changes... true
12:32:48.901 [pool-158-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updated Hawk instance test (success). 0 s 608 ms
Copied ../../core/tests/org.eclipse.hawk.integration.tests/resources/models/bpmn/v1-B.2.0.bpmn over /tmp/junit8637367041070290447/v0-B.2.0.bpmn
12:32:48.902 [pool-158-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating Hawk...
updating indexer: 
12:32:48.905 [pool-158-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating relevant changed model files...
12:32:48.906 [pool-158-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Deleting models removed from repository...
12:32:48.906 [pool-158-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating models to the new version...
12:32:49.181 [pool-158-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /v0-B.2.0.bpmn...
12:32:49.185 [pool-158-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
12:32:49.185 [pool-158-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
12:32:49.185 [pool-158-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performing batch insert on file: /v0-B.2.0.bpmn...
12:32:49.190 [pool-158-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding elements of file /v0-B.2.0.bpmn
12:32:49.195 [pool-158-thread-1] WARN  o.eclipse.hawk.graph.util.GraphUtil - Unknown type found, converting to String: org.eclipse.bpmn2.di.ParticipantBandKind
12:32:49.199 [pool-158-thread-1] WARN  o.eclipse.hawk.graph.util.GraphUtil - Unknown type found, converting to String: org.eclipse.bpmn2.di.MessageVisibleKind
12:32:49.201 [pool-158-thread-1] WARN  o.eclipse.hawk.graph.util.GraphUtil - Unknown type found, converting to String: org.eclipse.bpmn2.ProcessType
12:32:49.276 [pool-158-thread-1] WARN  o.eclipse.hawk.graph.util.GraphUtil - Unknown type found, converting to String: org.eclipse.bpmn2.MultiInstanceBehavior
12:32:49.293 [pool-158-thread-1] WARN  o.eclipse.hawk.graph.util.GraphUtil - Unknown type found, converting to String: org.eclipse.bpmn2.GatewayDirection
12:32:49.505 [pool-158-thread-1] WARN  o.eclipse.hawk.graph.util.GraphUtil - Unknown type found, converting to String: org.eclipse.bpmn2.EventBasedGatewayType
12:32:49.585 [pool-158-thread-1] WARN  o.eclipse.hawk.graph.util.GraphUtil - Unknown type found, converting to String: org.eclipse.bpmn2.AssociationDirection
12:32:49.588 [pool-158-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1020 NODES AND 1020 M->MM REFERENCES! (took ~2135sec)
12:32:49.588 [pool-158-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding edges of file /v0-B.2.0.bpmn
12:32:51.314 [pool-158-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1481 REFERENCES! (took ~1 sec)
12:32:51.315 [pool-158-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performed batch insert on file: /v0-B.2.0.bpmn.
2s134ms [pure insertion]
marking any relevant derived attributes for update...12:32:51.315 [pool-158-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
12:32:51.315 [pool-158-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
12:32:51.315 [pool-158-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating proxies...
attempting to resolve any leftover cross-file references...
12:32:51.315 [pool-158-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Resolving any leftover cross-file references...
12:32:51.398 [pool-158-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Processing 0/214 proxy references (0 sec total)
12:32:51.576 [pool-158-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - 0 proxy ref lists left after resolving 214 refs
12:32:51.576 [pool-158-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - proxy resolution took: ~0.261s
attempting to resolve any uninitialized derived attributes...
12:32:51.576 [pool-158-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Resolving any uninitialized derived attributes...
12:32:51.576 [pool-158-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - Deriving attributes...
12:32:51.576 [pool-158-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...
12:32:51.576 [pool-158-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating any affected derived attributes...
0s262ms [proxy update]
12:32:51.577 [pool-158-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updated proxies.
12:32:51.577 [pool-158-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performing optional post-sync operations.
sync metrics:
interesting	1
deleted		0
changed		1
loaded		1
c elems		1020
d elems		0
time		~2s
validating changes...
validating file UPDATED for /v0-B.2.0.bpmn
changed resource size: 1020
relevant graph size: 1020
validated changes... true
12:32:51.789 [pool-158-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updated Hawk instance test (success). 2 s 887 ms
Copied ../../core/tests/org.eclipse.hawk.integration.tests/resources/models/bpmn/v2-B.2.0.bpmn over /tmp/junit8637367041070290447/v0-B.2.0.bpmn
12:32:51.790 [pool-158-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating Hawk...
updating indexer: 
12:32:51.793 [pool-158-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating relevant changed model files...
12:32:51.794 [pool-158-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Deleting models removed from repository...
12:32:51.794 [pool-158-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating models to the new version...
12:32:51.911 [pool-158-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /v0-B.2.0.bpmn...
12:32:51.911 [pool-158-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
12:32:51.915 [pool-158-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File contains: 1020 (1020) nodes in store
12:32:52.076 [pool-158-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - Update contains | a:231 u:106 d:228 ratio: 0.553921568627451
12:32:52.076 [pool-158-thread-1] DEBUG o.e.h.g.updater.GraphModelInserter - File already present, calculating deltas with respect to graph storage
12:32:52.076 [pool-158-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performing batch update of file: /v0-B.2.0.bpmn...
12:32:52.076 [pool-158-thread-1] DEBUG o.e.hawk.graph.updater.DeletionUtils - deleting nodes from file: /v0-B.2.0.bpmn
12:32:54.387 [pool-158-thread-1] DEBUG o.e.hawk.graph.updater.DeletionUtils - deleted all, took: 2.311s
12:32:55.224 [pool-158-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding elements of file /v0-B.2.0.bpmn
12:32:55.578 [pool-158-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1020 NODES AND 1020 M->MM REFERENCES! (took ~2135sec)
12:32:55.579 [pool-158-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding edges of file /v0-B.2.0.bpmn
12:32:57.481 [pool-158-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1481 REFERENCES! (took ~1 sec)
12:32:57.481 [pool-158-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performed batch update of file: /v0-B.2.0.bpmn.
5s570ms [pure insertion]
marking any relevant derived attributes for update...12:32:57.482 [pool-158-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
12:32:57.482 [pool-158-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
12:32:57.482 [pool-158-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating proxies...
attempting to resolve any leftover cross-file references...
12:32:57.482 [pool-158-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Resolving any leftover cross-file references...
12:32:57.518 [pool-158-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Processing 0/214 proxy references (0 sec total)
12:32:57.697 [pool-158-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - 0 proxy ref lists left after resolving 214 refs
12:32:57.697 [pool-158-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - proxy resolution took: ~0.215s
attempting to resolve any uninitialized derived attributes...
12:32:57.697 [pool-158-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Resolving any uninitialized derived attributes...
12:32:57.697 [pool-158-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - Deriving attributes...
12:32:57.697 [pool-158-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...
12:32:57.697 [pool-158-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating any affected derived attributes...
0s215ms [proxy update]
12:32:57.697 [pool-158-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updated proxies.
12:32:57.697 [pool-158-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performing optional post-sync operations.
sync metrics:
interesting	1
deleted		0
changed		1
loaded		1
c elems		1020
d elems		1020
time		~5s
validating changes...
validating file UPDATED for /v0-B.2.0.bpmn
changed resource size: 1020
relevant graph size: 1020
validated changes... true
12:32:57.900 [pool-158-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updated Hawk instance test (success). 6 s 110 ms
Copied ../../core/tests/org.eclipse.hawk.integration.tests/resources/models/bpmn/v3-B.2.0.bpmn over /tmp/junit8637367041070290447/v0-B.2.0.bpmn
12:32:57.901 [pool-158-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating Hawk...
updating indexer: 
12:32:57.905 [pool-158-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating relevant changed model files...
12:32:57.906 [pool-158-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Deleting models removed from repository...
12:32:57.906 [pool-158-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating models to the new version...
12:32:58.100 [pool-158-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /v0-B.2.0.bpmn...
12:32:58.100 [pool-158-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
12:32:58.105 [pool-158-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File contains: 1020 (1020) nodes in store
12:32:58.196 [pool-158-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - Update contains | a:350 u:240 d:235 ratio: 0.8088235294117647
12:32:58.196 [pool-158-thread-1] DEBUG o.e.h.g.updater.GraphModelInserter - File already present, calculating deltas with respect to graph storage
12:32:58.196 [pool-158-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performing batch update of file: /v0-B.2.0.bpmn...
12:32:58.196 [pool-158-thread-1] DEBUG o.e.hawk.graph.updater.DeletionUtils - deleting nodes from file: /v0-B.2.0.bpmn
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
12:33:00.679 [pool-158-thread-1] DEBUG o.e.hawk.graph.updater.DeletionUtils - deleted all, took: 2.483s
12:33:01.141 [pool-158-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding elements of file /v0-B.2.0.bpmn
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
12:33:01.396 [pool-158-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1125 NODES AND 1125 M->MM REFERENCES! (took ~2137sec)
12:33:01.396 [pool-158-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding edges of file /v0-B.2.0.bpmn
12:33:03.675 [pool-158-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1586 REFERENCES! (took ~2 sec)
12:33:03.676 [pool-158-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performed batch update of file: /v0-B.2.0.bpmn.
5s576ms [pure insertion]
marking any relevant derived attributes for update...12:33:03.676 [pool-158-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
12:33:03.676 [pool-158-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
12:33:03.676 [pool-158-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating proxies...
attempting to resolve any leftover cross-file references...
12:33:03.676 [pool-158-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Resolving any leftover cross-file references...
12:33:03.711 [pool-158-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Processing 0/320 proxy references (0 sec total)
12:33:03.896 [pool-158-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - 0 proxy ref lists left after resolving 320 refs
12:33:03.896 [pool-158-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - proxy resolution took: ~0.22s
attempting to resolve any uninitialized derived attributes...
12:33:03.896 [pool-158-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Resolving any uninitialized derived attributes...
12:33:03.896 [pool-158-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - Deriving attributes...
12:33:03.896 [pool-158-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...
12:33:03.896 [pool-158-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating any affected derived attributes...
0s220ms [proxy update]
12:33:03.896 [pool-158-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updated proxies.
12:33:03.896 [pool-158-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performing optional post-sync operations.
sync metrics:
interesting	1
deleted		0
changed		1
loaded		1
c elems		1125
d elems		1020
time		~5s
validating changes...
validating file UPDATED for /v0-B.2.0.bpmn
changed resource size: 1125
relevant graph size: 1125
validated changes... true
12:33:04.082 [pool-158-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updated Hawk instance test (success). 6 s 181 ms
Copied ../../core/tests/org.eclipse.hawk.integration.tests/resources/models/bpmn/v4-B.2.0.bpmn over /tmp/junit8637367041070290447/v0-B.2.0.bpmn
12:33:04.083 [pool-158-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating Hawk...
updating indexer: 
12:33:04.086 [pool-158-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating relevant changed model files...
12:33:04.087 [pool-158-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Deleting models removed from repository...
12:33:04.087 [pool-158-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating models to the new version...
12:33:04.203 [pool-158-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /v0-B.2.0.bpmn...
12:33:04.203 [pool-158-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
12:33:04.211 [pool-158-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File contains: 1125 (1125) nodes in store
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
12:33:04.386 [pool-158-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - Update contains | a:257 u:403 d:253 ratio: 0.8115555555555556
12:33:04.386 [pool-158-thread-1] DEBUG o.e.h.g.updater.GraphModelInserter - File already present, calculating deltas with respect to graph storage
12:33:04.386 [pool-158-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performing batch update of file: /v0-B.2.0.bpmn...
12:33:04.386 [pool-158-thread-1] DEBUG o.e.hawk.graph.updater.DeletionUtils - deleting nodes from file: /v0-B.2.0.bpmn
12:33:05.180 [pool-118-thread-1] ERROR o.e.hawk.greycat.lucene.SoftTxLucene - Periodic commit of Lucene at MMapDirectory@/tmp/junit18161556939742951312/test_create[LevelDB GreyCat]/lucene lockFactory=org.apache.lucene.store.NativeFSLockFactory@4c060c8f failed
java.nio.file.NoSuchFileException: /tmp/junit18161556939742951312/test_create[LevelDB GreyCat]/lucene/write.lock
	at java.base/sun.nio.fs.UnixException.translateToIOException(UnixException.java:92) ~[na:na]
	at java.base/sun.nio.fs.UnixException.rethrowAsIOException(UnixException.java:111) ~[na:na]
	at java.base/sun.nio.fs.UnixException.rethrowAsIOException(UnixException.java:116) ~[na:na]
	at java.base/sun.nio.fs.UnixFileAttributeViews$Basic.readAttributes(UnixFileAttributeViews.java:55) ~[na:na]
	at java.base/sun.nio.fs.UnixFileSystemProvider.readAttributes(UnixFileSystemProvider.java:149) ~[na:na]
	at java.base/sun.nio.fs.LinuxFileSystemProvider.readAttributes(LinuxFileSystemProvider.java:99) ~[na:na]
	at java.base/java.nio.file.Files.readAttributes(Files.java:1764) ~[na:na]
	at org.apache.lucene.store.NativeFSLockFactory$NativeFSLock.ensureValid(NativeFSLockFactory.java:189) ~[na:na]
	at org.apache.lucene.store.LockValidatingDirectoryWrapper.syncMetaData(LockValidatingDirectoryWrapper.java:61) ~[na:na]
	at org.apache.lucene.index.SegmentInfos.prepareCommit(SegmentInfos.java:758) ~[na:na]
	at org.apache.lucene.index.IndexWriter.startCommit(IndexWriter.java:4793) ~[na:na]
	at org.apache.lucene.index.IndexWriter.prepareCommitInternal(IndexWriter.java:3326) ~[na:na]
	at org.apache.lucene.index.IndexWriter.commitInternal(IndexWriter.java:3458) ~[na:na]
	at org.apache.lucene.index.IndexWriter.commit(IndexWriter.java:3423) ~[na:na]
	at org.eclipse.hawk.greycat.lucene.SoftTxLucene.lambda$0(SoftTxLucene.java:99) ~[org.eclipse.hawk.greycat-2.2.0-SNAPSHOT.jar:na]
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:515) ~[na:na]
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305) ~[na:na]
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(ScheduledThreadPoolExecutor.java:305) ~[na:na]
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128) ~[na:na]
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628) ~[na:na]
	at java.base/java.lang.Thread.run(Thread.java:829) ~[na:na]
12:33:05.509 [pool-119-thread-1] ERROR o.e.hawk.greycat.lucene.SoftTxLucene - Periodic commit of Lucene at MMapDirectory@/tmp/junit8933980430805700273/test_recreate[LevelDB GreyCat]/lucene lockFactory=org.apache.lucene.store.NativeFSLockFactory@4c060c8f failed
java.nio.file.NoSuchFileException: /tmp/junit8933980430805700273/test_recreate[LevelDB GreyCat]/lucene/write.lock
	at java.base/sun.nio.fs.UnixException.translateToIOException(UnixException.java:92) ~[na:na]
	at java.base/sun.nio.fs.UnixException.rethrowAsIOException(UnixException.java:111) ~[na:na]
	at java.base/sun.nio.fs.UnixException.rethrowAsIOException(UnixException.java:116) ~[na:na]
	at java.base/sun.nio.fs.UnixFileAttributeViews$Basic.readAttributes(UnixFileAttributeViews.java:55) ~[na:na]
	at java.base/sun.nio.fs.UnixFileSystemProvider.readAttributes(UnixFileSystemProvider.java:149) ~[na:na]
	at java.base/sun.nio.fs.LinuxFileSystemProvider.readAttributes(LinuxFileSystemProvider.java:99) ~[na:na]
	at java.base/java.nio.file.Files.readAttributes(Files.java:1764) ~[na:na]
	at org.apache.lucene.store.NativeFSLockFactory$NativeFSLock.ensureValid(NativeFSLockFactory.java:189) ~[na:na]
	at org.apache.lucene.store.LockValidatingDirectoryWrapper.syncMetaData(LockValidatingDirectoryWrapper.java:61) ~[na:na]
	at org.apache.lucene.index.SegmentInfos.prepareCommit(SegmentInfos.java:758) ~[na:na]
	at org.apache.lucene.index.IndexWriter.startCommit(IndexWriter.java:4793) ~[na:na]
	at org.apache.lucene.index.IndexWriter.prepareCommitInternal(IndexWriter.java:3326) ~[na:na]
	at org.apache.lucene.index.IndexWriter.commitInternal(IndexWriter.java:3458) ~[na:na]
	at org.apache.lucene.index.IndexWriter.commit(IndexWriter.java:3423) ~[na:na]
	at org.eclipse.hawk.greycat.lucene.SoftTxLucene.lambda$0(SoftTxLucene.java:99) ~[org.eclipse.hawk.greycat-2.2.0-SNAPSHOT.jar:na]
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:515) ~[na:na]
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305) ~[na:na]
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(ScheduledThreadPoolExecutor.java:305) ~[na:na]
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128) ~[na:na]
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628) ~[na:na]
	at java.base/java.lang.Thread.run(Thread.java:829) ~[na:na]
12:33:05.876 [pool-120-thread-1] ERROR o.e.hawk.greycat.lucene.SoftTxLucene - Periodic commit of Lucene at MMapDirectory@/tmp/junit9748100635375592498/test_changeLastRevision[LevelDB GreyCat]/lucene lockFactory=org.apache.lucene.store.NativeFSLockFactory@4c060c8f failed
java.nio.file.NoSuchFileException: /tmp/junit9748100635375592498/test_changeLastRevision[LevelDB GreyCat]/lucene/write.lock
	at java.base/sun.nio.fs.UnixException.translateToIOException(UnixException.java:92) ~[na:na]
	at java.base/sun.nio.fs.UnixException.rethrowAsIOException(UnixException.java:111) ~[na:na]
	at java.base/sun.nio.fs.UnixException.rethrowAsIOException(UnixException.java:116) ~[na:na]
	at java.base/sun.nio.fs.UnixFileAttributeViews$Basic.readAttributes(UnixFileAttributeViews.java:55) ~[na:na]
	at java.base/sun.nio.fs.UnixFileSystemProvider.readAttributes(UnixFileSystemProvider.java:149) ~[na:na]
	at java.base/sun.nio.fs.LinuxFileSystemProvider.readAttributes(LinuxFileSystemProvider.java:99) ~[na:na]
	at java.base/java.nio.file.Files.readAttributes(Files.java:1764) ~[na:na]
	at org.apache.lucene.store.NativeFSLockFactory$NativeFSLock.ensureValid(NativeFSLockFactory.java:189) ~[na:na]
	at org.apache.lucene.store.LockValidatingDirectoryWrapper.syncMetaData(LockValidatingDirectoryWrapper.java:61) ~[na:na]
	at org.apache.lucene.index.SegmentInfos.prepareCommit(SegmentInfos.java:758) ~[na:na]
	at org.apache.lucene.index.IndexWriter.startCommit(IndexWriter.java:4793) ~[na:na]
	at org.apache.lucene.index.IndexWriter.prepareCommitInternal(IndexWriter.java:3326) ~[na:na]
	at org.apache.lucene.index.IndexWriter.commitInternal(IndexWriter.java:3458) ~[na:na]
	at org.apache.lucene.index.IndexWriter.commit(IndexWriter.java:3423) ~[na:na]
	at org.eclipse.hawk.greycat.lucene.SoftTxLucene.lambda$0(SoftTxLucene.java:99) ~[org.eclipse.hawk.greycat-2.2.0-SNAPSHOT.jar:na]
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:515) ~[na:na]
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305) ~[na:na]
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(ScheduledThreadPoolExecutor.java:305) ~[na:na]
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128) ~[na:na]
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628) ~[na:na]
	at java.base/java.lang.Thread.run(Thread.java:829) ~[na:na]
12:33:06.993 [pool-158-thread-1] DEBUG o.e.hawk.graph.updater.DeletionUtils - deleted all, took: 2.607s
12:33:07.501 [pool-158-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding elements of file /v0-B.2.0.bpmn
12:33:07.695 [pool-158-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1125 NODES AND 1125 M->MM REFERENCES! (took ~2133sec)
12:33:07.695 [pool-158-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding edges of file /v0-B.2.0.bpmn
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
12:33:10.288 [pool-158-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1586 REFERENCES! (took ~2 sec)
12:33:10.288 [pool-158-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performed batch update of file: /v0-B.2.0.bpmn.
6s85ms [pure insertion]
marking any relevant derived attributes for update...12:33:10.288 [pool-158-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
12:33:10.288 [pool-158-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
12:33:10.288 [pool-158-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating proxies...
attempting to resolve any leftover cross-file references...
12:33:10.288 [pool-158-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Resolving any leftover cross-file references...
12:33:10.378 [pool-158-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Processing 0/321 proxy references (0 sec total)
12:33:10.593 [pool-158-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - 1 proxy ref lists left after resolving 320 refs
12:33:10.593 [pool-158-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - proxy resolution took: ~0.305s
attempting to resolve any uninitialized derived attributes...
12:33:10.593 [pool-158-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Resolving any uninitialized derived attributes...
12:33:10.593 [pool-158-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - Deriving attributes...
12:33:10.593 [pool-158-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...
12:33:10.593 [pool-158-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating any affected derived attributes...
0s306ms [proxy update]
12:33:10.594 [pool-158-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updated proxies.
12:33:10.594 [pool-158-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performing optional post-sync operations.
sync metrics:
interesting	1
deleted		0
changed		1
loaded		1
c elems		1125
d elems		1125
time		~6s
validating changes...
validating file UPDATED for /v0-B.2.0.bpmn
changed resource size: 1125
relevant graph size: 1125
validated changes... true
12:33:10.814 [pool-158-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updated Hawk instance test (success). 6 s 731 ms
Copied ../../core/tests/org.eclipse.hawk.integration.tests/resources/models/bpmn/v5-B.2.0.bpmn over /tmp/junit8637367041070290447/v0-B.2.0.bpmn
12:33:10.815 [pool-158-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating Hawk...
updating indexer: 
12:33:10.875 [pool-158-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating relevant changed model files...
12:33:10.876 [pool-158-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Deleting models removed from repository...
12:33:10.876 [pool-158-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating models to the new version...
12:33:11.012 [pool-158-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /v0-B.2.0.bpmn...
12:33:11.012 [pool-158-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
12:33:11.017 [pool-158-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File contains: 1125 (1125) nodes in store
12:33:11.112 [pool-158-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - Update contains | a:253 u:617 d:243 ratio: 0.9893333333333333
12:33:11.112 [pool-158-thread-1] DEBUG o.e.h.g.updater.GraphModelInserter - File already present, calculating deltas with respect to graph storage
12:33:11.112 [pool-158-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performing batch update of file: /v0-B.2.0.bpmn...
12:33:11.112 [pool-158-thread-1] DEBUG o.e.hawk.graph.updater.DeletionUtils - deleting nodes from file: /v0-B.2.0.bpmn
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
12:33:13.183 [pool-158-thread-1] DEBUG o.e.hawk.graph.updater.DeletionUtils - deleted all, took: 2.071s
12:33:13.696 [pool-158-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding elements of file /v0-B.2.0.bpmn
12:33:13.897 [pool-158-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1127 NODES AND 1127 M->MM REFERENCES! (took ~2136sec)
12:33:13.897 [pool-158-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding edges of file /v0-B.2.0.bpmn
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
12:33:16.319 [pool-158-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1588 REFERENCES! (took ~2 sec)
12:33:16.319 [pool-158-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performed batch update of file: /v0-B.2.0.bpmn.
5s307ms [pure insertion]
marking any relevant derived attributes for update...12:33:16.319 [pool-158-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
12:33:16.319 [pool-158-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
12:33:16.319 [pool-158-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating proxies...
attempting to resolve any leftover cross-file references...
12:33:16.319 [pool-158-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Resolving any leftover cross-file references...
12:33:16.476 [pool-158-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Processing 0/321 proxy references (0 sec total)
12:33:16.714 [pool-158-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - 1 proxy ref lists left after resolving 320 refs
12:33:16.714 [pool-158-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - proxy resolution took: ~0.395s
attempting to resolve any uninitialized derived attributes...
12:33:16.714 [pool-158-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Resolving any uninitialized derived attributes...
12:33:16.714 [pool-158-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - Deriving attributes...
12:33:16.714 [pool-158-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...
12:33:16.714 [pool-158-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating any affected derived attributes...
0s395ms [proxy update]
12:33:16.714 [pool-158-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updated proxies.
12:33:16.714 [pool-158-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performing optional post-sync operations.
sync metrics:
interesting	1
deleted		0
changed		1
loaded		1
c elems		1127
d elems		1125
time		~5s
validating changes...
validating file UPDATED for /v0-B.2.0.bpmn
changed resource size: 1127
relevant graph size: 1127
validated changes... true
12:33:16.906 [pool-158-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updated Hawk instance test (success). 6 s 91 ms
Copied ../../core/tests/org.eclipse.hawk.integration.tests/resources/models/bpmn/v6-B.2.0.bpmn over /tmp/junit8637367041070290447/v0-B.2.0.bpmn
12:33:16.907 [pool-158-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating Hawk...
updating indexer: 
12:33:16.911 [pool-158-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating relevant changed model files...
12:33:16.911 [pool-158-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Deleting models removed from repository...
12:33:16.911 [pool-158-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating models to the new version...
12:33:17.086 [pool-158-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /v0-B.2.0.bpmn...
12:33:17.086 [pool-158-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
12:33:17.090 [pool-158-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File contains: 1127 (1127) nodes in store
12:33:17.186 [pool-158-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - Update contains | a:249 u:312 d:237 ratio: 0.7080745341614907
12:33:17.186 [pool-158-thread-1] DEBUG o.e.h.g.updater.GraphModelInserter - File already present, calculating deltas with respect to graph storage
12:33:17.187 [pool-158-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performing batch update of file: /v0-B.2.0.bpmn...
12:33:17.187 [pool-158-thread-1] DEBUG o.e.hawk.graph.updater.DeletionUtils - deleting nodes from file: /v0-B.2.0.bpmn
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
12:33:18.888 [pool-158-thread-1] DEBUG o.e.hawk.graph.updater.DeletionUtils - deleted all, took: 1.701s
12:33:19.232 [pool-158-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding elements of file /v0-B.2.0.bpmn
12:33:19.474 [pool-158-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1127 NODES AND 1127 M->MM REFERENCES! (took ~2136sec)
12:33:19.474 [pool-158-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding edges of file /v0-B.2.0.bpmn
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
12:33:21.877 [pool-158-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1588 REFERENCES! (took ~2 sec)
12:33:21.877 [pool-158-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performed batch update of file: /v0-B.2.0.bpmn.
4s791ms [pure insertion]
marking any relevant derived attributes for update...12:33:21.877 [pool-158-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
12:33:21.877 [pool-158-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
12:33:21.877 [pool-158-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating proxies...
attempting to resolve any leftover cross-file references...
12:33:21.877 [pool-158-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Resolving any leftover cross-file references...
12:33:21.914 [pool-158-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Processing 0/321 proxy references (0 sec total)
12:33:22.182 [pool-158-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - 1 proxy ref lists left after resolving 320 refs
12:33:22.182 [pool-158-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - proxy resolution took: ~0.305s
attempting to resolve any uninitialized derived attributes...
12:33:22.182 [pool-158-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Resolving any uninitialized derived attributes...
12:33:22.182 [pool-158-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - Deriving attributes...
12:33:22.182 [pool-158-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...
12:33:22.182 [pool-158-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating any affected derived attributes...
0s305ms [proxy update]
12:33:22.182 [pool-158-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updated proxies.
12:33:22.183 [pool-158-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performing optional post-sync operations.
sync metrics:
interesting	1
deleted		0
changed		1
loaded		1
c elems		1127
d elems		1127
time		~5s
validating changes...
validating file UPDATED for /v0-B.2.0.bpmn
changed resource size: 1127
relevant graph size: 1127
validated changes... true
12:33:22.387 [pool-158-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updated Hawk instance test (success). 5 s 480 ms
Copied ../../core/tests/org.eclipse.hawk.integration.tests/resources/models/bpmn/v7-B.2.0.bpmn over /tmp/junit8637367041070290447/v0-B.2.0.bpmn
12:33:22.388 [pool-158-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating Hawk...
updating indexer: 
12:33:22.392 [pool-158-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating relevant changed model files...
12:33:22.393 [pool-158-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Deleting models removed from repository...
12:33:22.393 [pool-158-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating models to the new version...
12:33:22.514 [pool-158-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /v0-B.2.0.bpmn...
12:33:22.514 [pool-158-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
12:33:22.518 [pool-158-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File contains: 1127 (1127) nodes in store
12:33:22.603 [pool-158-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - Update contains | a:247 u:321 d:240 ratio: 0.7169476486246673
12:33:22.603 [pool-158-thread-1] DEBUG o.e.h.g.updater.GraphModelInserter - File already present, calculating deltas with respect to graph storage
12:33:22.603 [pool-158-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performing batch update of file: /v0-B.2.0.bpmn...
12:33:22.603 [pool-158-thread-1] DEBUG o.e.hawk.graph.updater.DeletionUtils - deleting nodes from file: /v0-B.2.0.bpmn
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
12:33:24.360 [pool-158-thread-1] DEBUG o.e.hawk.graph.updater.DeletionUtils - deleted all, took: 1.757s
12:33:24.677 [pool-158-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding elements of file /v0-B.2.0.bpmn
12:33:24.874 [pool-158-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1127 NODES AND 1127 M->MM REFERENCES! (took ~2136sec)
12:33:24.874 [pool-158-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding edges of file /v0-B.2.0.bpmn
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
12:33:27.195 [pool-158-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1588 REFERENCES! (took ~2 sec)
12:33:27.195 [pool-158-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performed batch update of file: /v0-B.2.0.bpmn.
4s681ms [pure insertion]
marking any relevant derived attributes for update...12:33:27.195 [pool-158-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
12:33:27.195 [pool-158-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
12:33:27.195 [pool-158-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating proxies...
attempting to resolve any leftover cross-file references...
12:33:27.195 [pool-158-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Resolving any leftover cross-file references...
12:33:27.289 [pool-158-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Processing 0/321 proxy references (0 sec total)
12:33:27.486 [pool-158-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - 1 proxy ref lists left after resolving 320 refs
12:33:27.486 [pool-158-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - proxy resolution took: ~0.291s
attempting to resolve any uninitialized derived attributes...
12:33:27.486 [pool-158-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Resolving any uninitialized derived attributes...
12:33:27.486 [pool-158-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - Deriving attributes...
12:33:27.487 [pool-158-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...
12:33:27.487 [pool-158-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating any affected derived attributes...
0s292ms [proxy update]
12:33:27.487 [pool-158-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updated proxies.
12:33:27.487 [pool-158-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performing optional post-sync operations.
sync metrics:
interesting	1
deleted		0
changed		1
loaded		1
c elems		1127
d elems		1127
time		~5s
validating changes...
validating file UPDATED for /v0-B.2.0.bpmn
changed resource size: 1127
relevant graph size: 1127
validated changes... true
12:33:27.679 [pool-158-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updated Hawk instance test (success). 5 s 291 ms
Copied ../../core/tests/org.eclipse.hawk.integration.tests/resources/models/bpmn/v8-B.2.0.bpmn over /tmp/junit8637367041070290447/v0-B.2.0.bpmn
12:33:27.680 [pool-158-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating Hawk...
updating indexer: 
12:33:27.683 [pool-158-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating relevant changed model files...
12:33:27.684 [pool-158-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Deleting models removed from repository...
12:33:27.684 [pool-158-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating models to the new version...
12:33:27.804 [pool-158-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /v0-B.2.0.bpmn...
12:33:27.804 [pool-158-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
12:33:27.808 [pool-158-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File contains: 1127 (1127) nodes in store
12:33:27.891 [pool-158-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - Update contains | a:259 u:383 d:253 ratio: 0.7941437444543035
12:33:27.891 [pool-158-thread-1] DEBUG o.e.h.g.updater.GraphModelInserter - File already present, calculating deltas with respect to graph storage
12:33:27.891 [pool-158-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performing batch update of file: /v0-B.2.0.bpmn...
12:33:27.891 [pool-158-thread-1] DEBUG o.e.hawk.graph.updater.DeletionUtils - deleting nodes from file: /v0-B.2.0.bpmn
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
12:33:29.296 [pool-158-thread-1] DEBUG o.e.hawk.graph.updater.DeletionUtils - deleted all, took: 1.405s
12:33:29.538 [pool-158-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding elements of file /v0-B.2.0.bpmn
12:33:29.705 [pool-158-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1129 NODES AND 1129 M->MM REFERENCES! (took ~2140sec)
12:33:29.705 [pool-158-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding edges of file /v0-B.2.0.bpmn
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
12:33:32.212 [pool-158-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1590 REFERENCES! (took ~2 sec)
12:33:32.212 [pool-158-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performed batch update of file: /v0-B.2.0.bpmn.
4s408ms [pure insertion]
marking any relevant derived attributes for update...12:33:32.212 [pool-158-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
12:33:32.212 [pool-158-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
12:33:32.212 [pool-158-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating proxies...
attempting to resolve any leftover cross-file references...
12:33:32.212 [pool-158-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Resolving any leftover cross-file references...
12:33:32.305 [pool-158-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Processing 0/322 proxy references (0 sec total)
12:33:32.514 [pool-158-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - 0 proxy ref lists left after resolving 322 refs
12:33:32.514 [pool-158-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - proxy resolution took: ~0.302s
attempting to resolve any uninitialized derived attributes...
12:33:32.514 [pool-158-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Resolving any uninitialized derived attributes...
12:33:32.514 [pool-158-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - Deriving attributes...
12:33:32.515 [pool-158-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...
12:33:32.515 [pool-158-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating any affected derived attributes...
0s303ms [proxy update]
12:33:32.515 [pool-158-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updated proxies.
12:33:32.515 [pool-158-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		1129
d elems		1127
time		~4s
validating changes...
validating file UPDATED for /v0-B.2.0.bpmn
changed resource size: 1129
relevant graph size: 1129
validated changes... true
12:33:32.704 [pool-158-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updated Hawk instance test (success). 5 s 24 ms
12:33:32.705 [main] INFO  o.e.h.c.r.CompositeStateListener - Hawk shutting down...
12:33:32.705 [main] INFO  o.e.h.c.r.CompositeStateListener - Saving Hawk metadata...
adding: file:///tmp/junit8637367041070290447/:org.eclipse.hawk.localfolder.LocalFolder:false
12:33:32.707 [main] INFO  o.e.h.c.r.CompositeStateListener - Saved Hawk metadata.
12:33:32.707 [main] INFO  o.e.h.core.runtime.BaseModelIndexer - Waiting 120s for all scheduled tasks to complete
12:33:32.820 [main] INFO  o.e.hawk.greycat.lucene.SoftTxLucene - Shutdown of Lucene complete.
12:33:32.822 [main] INFO  o.e.h.g.AbstractGreycatDatabase - Disconnected from GreyCat graph at /tmp/junit16891254179836621313/test_bpmn[LevelDB GreyCat]
12:33:32.822 [main] INFO  o.e.h.c.r.CompositeStateListener - Hawk shut down.
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
12:33:33.237 [main] INFO  o.e.h.c.r.CompositeStateListener - Saving Hawk metadata...
12:33:33.239 [main] INFO  o.e.h.c.r.CompositeStateListener - Saved Hawk metadata.
12:33:33.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
12:33:33.239 [main] INFO  o.e.h.g.u.GraphMetaModelResourceInjector - ADDING METAMODELS: 
12:33:33.239 [main] INFO  o.e.h.g.u.GraphMetaModelResourceInjector - ADDING: 
12:33:33.243 [main] INFO  o.e.h.g.u.GraphMetaModelResourceInjector - 0 METAMODEL NODES! (took ~0 sec)
inserting static metamodels complete
12:33:33.243 [main] INFO  o.e.h.c.r.CompositeStateListener - Registering metamodels...
12:33:33.243 [main] INFO  o.e.h.c.r.CompositeStateListener - Registered metamodels.
12:33:33.243 [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!
12:33:33.243 [pool-160-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating Hawk...
updating indexer: 
12:33:33.244 [pool-160-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performing optional post-sync operations.
sync metrics:
interesting	0
deleted		0
changed		0
loaded		0
12:33:33.244 [main] INFO  o.e.h.c.r.CompositeStateListener - Adding metamodel(s)...
c elems		0
d elems		0
time		~0s
validating changes...
changed resource size: 0
relevant graph size: 0
validated changes... true
12:33:33.244 [pool-160-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updated Hawk instance test (success). 0 s 0 ms
Adding metamodels in: ../../core/tests/org.eclipse.hawk.integration.tests/resources/metamodels/Ecore.ecore to store
Adding metamodels in: ../../core/tests/org.eclipse.hawk.integration.tests/resources/metamodels/crossrefs.ecore to store
12:33:33.274 [main] INFO  o.e.h.g.u.GraphMetaModelResourceInjector - ADDING METAMODELS: 
12:33:33.274 [main] INFO  o.e.h.g.u.GraphMetaModelResourceInjector - ADDING: 
12:33:33.282 [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
12:33:33.283 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EInt will be handled as its instance type java.lang.Integer
12:33:33.283 [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
12:33:33.283 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EResourceSet will be handled as its instance type org.eclipse.emf.ecore.resource.ResourceSet
12:33:33.283 [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
12:33:33.284 [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
12:33:33.284 [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
12:33:33.284 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EBooleanObject will be handled as its instance type java.lang.Boolean
12:33:33.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
12:33:33.287 [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
12:33:33.287 [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
12:33:33.287 [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
12:33:33.287 [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
12:33:33.287 [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
12:33:33.288 [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
12:33:33.288 [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
12:33:33.288 [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
12:33:33.288 [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
12:33:33.288 [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
12:33:33.288 [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
12:33:33.288 [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
12:33:33.288 [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
12:33:33.288 [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
12:33:33.288 [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
12:33:33.289 [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
12:33:33.289 [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
12:33:33.289 [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
12:33:33.289 [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[]
12:33:33.289 [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
12:33:33.289 [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
12:33:33.290 [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
12:33:33.290 [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
12:33:33.291 [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
12:33:33.291 [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
12:33:33.296 [main] INFO  o.e.h.g.u.GraphMetaModelResourceInjector - 22 METAMODEL NODES! (took ~0 sec)
12:33:33.296 [main] INFO  o.e.h.c.r.CompositeStateListener - Added metamodel(s).
12:33:33.416 [main] INFO  o.e.h.c.r.CompositeStateListener - Saving Hawk metadata...
adding: file:///home/jenkins/agent/workspace/Hawk_Greycat_backend_master/core/tests/org.eclipse.hawk.integration.tests/resources/models/scopedQuery/:org.eclipse.hawk.localfolder.LocalFolder:false
12:33:33.418 [main] INFO  o.e.h.c.r.CompositeStateListener - Saved Hawk metadata.
12:33:33.418 [pool-160-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating Hawk...
updating indexer: 
12:33:33.420 [pool-160-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating relevant changed model files...
12:33:33.425 [pool-160-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Deleting models removed from repository...
12:33:33.425 [pool-160-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating models to the new version...
12:33:33.427 [pool-160-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /root.model...
12:33:33.474 [pool-160-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
12:33:33.474 [pool-160-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
12:33:33.474 [pool-160-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performing batch insert on file: /root.model...
12:33:33.478 [pool-160-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding elements of file /root.model
12:33:33.482 [pool-160-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 3 NODES AND 3 M->MM REFERENCES! (took ~0sec)
12:33:33.482 [pool-160-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding edges of file /root.model
12:33:33.492 [pool-160-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 2 REFERENCES! (took ~0 sec)
12:33:33.492 [pool-160-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performed batch insert on file: /root.model.
0s65ms [pure insertion]
marking any relevant derived attributes for update...12:33:33.492 [pool-160-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s1ms
12:33:33.493 [pool-160-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s1ms
12:33:33.494 [pool-160-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /subfolder/child.model...
12:33:33.495 [pool-160-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
12:33:33.495 [pool-160-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
12:33:33.495 [pool-160-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performing batch insert on file: /subfolder/child.model...
12:33:33.497 [pool-160-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding elements of file /subfolder/child.model
12:33:33.500 [pool-160-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 3 NODES AND 3 M->MM REFERENCES! (took ~0sec)
12:33:33.500 [pool-160-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding edges of file /subfolder/child.model
12:33:33.509 [pool-160-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 2 REFERENCES! (took ~0 sec)
12:33:33.509 [pool-160-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performed batch insert on file: /subfolder/child.model.
0s15ms [pure insertion]
marking any relevant derived attributes for update...12:33:33.509 [pool-160-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
12:33:33.509 [pool-160-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
12:33:33.574 [pool-160-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /subfolder/subfolder/grandchild.model...
12:33:33.574 [pool-160-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
12:33:33.574 [pool-160-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
12:33:33.574 [pool-160-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performing batch insert on file: /subfolder/subfolder/grandchild.model...
12:33:33.578 [pool-160-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding elements of file /subfolder/subfolder/grandchild.model
12:33:33.581 [pool-160-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 3 NODES AND 3 M->MM REFERENCES! (took ~0sec)
12:33:33.581 [pool-160-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding edges of file /subfolder/subfolder/grandchild.model
12:33:33.597 [pool-160-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 3 REFERENCES! (took ~0 sec)
12:33:33.597 [pool-160-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performed batch insert on file: /subfolder/subfolder/grandchild.model.
0s23ms [pure insertion]
marking any relevant derived attributes for update...12:33:33.597 [pool-160-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
12:33:33.597 [pool-160-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
12:33:33.597 [pool-160-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating proxies...
attempting to resolve any leftover cross-file references...
12:33:33.597 [pool-160-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Resolving any leftover cross-file references...
12:33:33.598 [pool-160-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Processing 0/10 proxy references (0 sec total)
12:33:33.612 [pool-160-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - 0 proxy ref lists left after resolving 10 refs
12:33:33.612 [pool-160-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - proxy resolution took: ~0.015s
attempting to resolve any uninitialized derived attributes...
12:33:33.612 [pool-160-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Resolving any uninitialized derived attributes...
12:33:33.612 [pool-160-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - Deriving attributes...
12:33:33.612 [pool-160-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...
12:33:33.612 [pool-160-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating any affected derived attributes...
0s15ms [proxy update]
12:33:33.612 [pool-160-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updated proxies.
12:33:33.613 [pool-160-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performing optional post-sync operations.
sync metrics:
interesting	3
deleted		0
changed		3
loaded		3
c elems		9
d elems		0
time		~0s
validating changes...
validating file UPDATED for /root.model
validating file UPDATED for /subfolder/child.model
validating file UPDATED for /subfolder/subfolder/grandchild.model
changed resource size: 9
relevant graph size: 9
validated changes... true
12:33:33.614 [pool-160-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updated Hawk instance test (success). 0 s 196 ms
12:33:33.677 [main] INFO  o.e.h.c.r.CompositeStateListener - Hawk shutting down...
12:33:33.677 [main] INFO  o.e.h.c.r.CompositeStateListener - Saving Hawk metadata...
adding: file:///home/jenkins/agent/workspace/Hawk_Greycat_backend_master/core/tests/org.eclipse.hawk.integration.tests/resources/models/scopedQuery/:org.eclipse.hawk.localfolder.LocalFolder:false
12:33:33.679 [main] INFO  o.e.h.c.r.CompositeStateListener - Saved Hawk metadata.
12:33:33.679 [main] INFO  o.e.h.core.runtime.BaseModelIndexer - Waiting 120s for all scheduled tasks to complete
12:33:33.727 [main] INFO  o.e.hawk.greycat.lucene.SoftTxLucene - Shutdown of Lucene complete.
12:33:33.727 [main] INFO  o.e.h.g.AbstractGreycatDatabase - Disconnected from GreyCat graph at /tmp/junit7464917388182274030/test_instanceCountsAllOf[LevelDB GreyCat]
12:33:33.727 [main] INFO  o.e.h.c.r.CompositeStateListener - Hawk shut down.
12:33:34.001 [main] INFO  o.e.h.c.r.CompositeStateListener - Saving Hawk metadata...
12:33:34.003 [main] INFO  o.e.h.c.r.CompositeStateListener - Saved Hawk metadata.
12:33:34.003 [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
12:33:34.003 [main] INFO  o.e.h.g.u.GraphMetaModelResourceInjector - ADDING METAMODELS: 
12:33:34.003 [main] INFO  o.e.h.g.u.GraphMetaModelResourceInjector - ADDING: 
12:33:34.005 [main] INFO  o.e.h.g.u.GraphMetaModelResourceInjector - 0 METAMODEL NODES! (took ~0 sec)
inserting static metamodels complete
12:33:34.005 [main] INFO  o.e.h.c.r.CompositeStateListener - Registering metamodels...
12:33:34.005 [main] INFO  o.e.h.c.r.CompositeStateListener - Registered metamodels.
12:33:34.006 [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!
12:33:34.006 [main] INFO  o.e.h.c.r.CompositeStateListener - Adding metamodel(s)...
12:33:34.006 [pool-162-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating Hawk...
updating indexer: 
12:33:34.006 [pool-162-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
12:33:34.007 [pool-162-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updated Hawk instance test (success). 0 s 1 ms
Adding metamodels in: ../../core/tests/org.eclipse.hawk.integration.tests/resources/metamodels/Ecore.ecore to store
Adding metamodels in: ../../core/tests/org.eclipse.hawk.integration.tests/resources/metamodels/crossrefs.ecore to store
12:33:34.014 [main] INFO  o.e.h.g.u.GraphMetaModelResourceInjector - ADDING METAMODELS: 
12:33:34.014 [main] INFO  o.e.h.g.u.GraphMetaModelResourceInjector - ADDING: 
12:33:34.021 [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
12:33:34.023 [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
12:33:34.024 [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
12:33:34.024 [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
12:33:34.025 [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
12:33:34.025 [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
12:33:34.026 [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
12:33:34.026 [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
12:33:34.026 [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
12:33:34.028 [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
12:33:34.028 [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
12:33:34.028 [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
12:33:34.029 [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
12:33:34.029 [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
12:33:34.030 [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[]
12:33:34.030 [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
12:33:34.030 [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
12:33:34.030 [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
12:33:34.030 [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
12:33:34.030 [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
12:33:34.030 [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
12:33:34.030 [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
12:33:34.030 [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
12:33:34.030 [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
12:33:34.030 [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
12:33:34.030 [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
12:33:34.030 [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
12:33:34.030 [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
12:33:34.031 [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
12:33:34.031 [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
12:33:34.031 [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
12:33:34.031 [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
12:33:34.031 [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
12:33:34.032 [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
12:33:34.079 [main] INFO  o.e.h.g.u.GraphMetaModelResourceInjector - 22 METAMODEL NODES! (took ~0 sec)
12:33:34.079 [main] INFO  o.e.h.c.r.CompositeStateListener - Added metamodel(s).
12:33:34.204 [main] INFO  o.e.h.c.r.CompositeStateListener - Saving Hawk metadata...
adding: file:///home/jenkins/agent/workspace/Hawk_Greycat_backend_master/core/tests/org.eclipse.hawk.integration.tests/resources/models/scopedQuery/:org.eclipse.hawk.localfolder.LocalFolder:false
12:33:34.206 [main] INFO  o.e.h.c.r.CompositeStateListener - Saved Hawk metadata.
12:33:34.206 [pool-162-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating Hawk...
updating indexer: 
12:33:34.208 [pool-162-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating relevant changed model files...
12:33:34.214 [pool-162-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Deleting models removed from repository...
12:33:34.214 [pool-162-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating models to the new version...
12:33:34.215 [pool-162-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /subfolder/child.model...
12:33:34.222 [pool-162-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
12:33:34.222 [pool-162-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
12:33:34.222 [pool-162-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performing batch insert on file: /subfolder/child.model...
12:33:34.225 [pool-162-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding elements of file /subfolder/child.model
12:33:34.229 [pool-162-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 3 NODES AND 3 M->MM REFERENCES! (took ~0sec)
12:33:34.229 [pool-162-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding edges of file /subfolder/child.model
12:33:34.282 [pool-162-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 2 REFERENCES! (took ~0 sec)
12:33:34.282 [pool-162-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performed batch insert on file: /subfolder/child.model.
0s67ms [pure insertion]
marking any relevant derived attributes for update...12:33:34.282 [pool-162-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s2ms
12:33:34.284 [pool-162-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s2ms
12:33:34.285 [pool-162-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /root.model...
12:33:34.286 [pool-162-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
12:33:34.286 [pool-162-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
12:33:34.286 [pool-162-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performing batch insert on file: /root.model...
12:33:34.288 [pool-162-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding elements of file /root.model
12:33:34.291 [pool-162-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 3 NODES AND 3 M->MM REFERENCES! (took ~0sec)
12:33:34.291 [pool-162-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding edges of file /root.model
12:33:34.300 [pool-162-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 2 REFERENCES! (took ~0 sec)
12:33:34.300 [pool-162-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performed batch insert on file: /root.model.
0s15ms [pure insertion]
marking any relevant derived attributes for update...12:33:34.300 [pool-162-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
12:33:34.300 [pool-162-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
12:33:34.301 [pool-162-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /subfolder/subfolder/grandchild.model...
12:33:34.301 [pool-162-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
12:33:34.302 [pool-162-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
12:33:34.302 [pool-162-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performing batch insert on file: /subfolder/subfolder/grandchild.model...
12:33:34.304 [pool-162-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding elements of file /subfolder/subfolder/grandchild.model
12:33:34.308 [pool-162-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 3 NODES AND 3 M->MM REFERENCES! (took ~0sec)
12:33:34.308 [pool-162-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding edges of file /subfolder/subfolder/grandchild.model
12:33:34.318 [pool-162-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 3 REFERENCES! (took ~0 sec)
12:33:34.318 [pool-162-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performed batch insert on file: /subfolder/subfolder/grandchild.model.
0s17ms [pure insertion]
marking any relevant derived attributes for update...12:33:34.318 [pool-162-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
12:33:34.318 [pool-162-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
12:33:34.318 [pool-162-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating proxies...
attempting to resolve any leftover cross-file references...
12:33:34.318 [pool-162-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Resolving any leftover cross-file references...
12:33:34.319 [pool-162-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Processing 0/10 proxy references (0 sec total)
12:33:34.388 [pool-162-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - 0 proxy ref lists left after resolving 10 refs
12:33:34.388 [pool-162-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - proxy resolution took: ~0.07s
attempting to resolve any uninitialized derived attributes...
12:33:34.388 [pool-162-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Resolving any uninitialized derived attributes...
12:33:34.388 [pool-162-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - Deriving attributes...
12:33:34.388 [pool-162-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...
12:33:34.388 [pool-162-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating any affected derived attributes...
0s70ms [proxy update]
12:33:34.388 [pool-162-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updated proxies.
12:33:34.388 [pool-162-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performing optional post-sync operations.
sync metrics:
interesting	3
deleted		0
changed		3
loaded		3
c elems		9
d elems		0
time		~0s
validating changes...
validating file UPDATED for /subfolder/child.model
validating file UPDATED for /root.model
validating file UPDATED for /subfolder/subfolder/grandchild.model
changed resource size: 9
relevant graph size: 9
validated changes... true
12:33:34.390 [pool-162-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updated Hawk instance test (success). 0 s 184 ms
12:33:34.400 [main] INFO  o.e.h.c.r.CompositeStateListener - Hawk shutting down...
12:33:34.400 [main] INFO  o.e.h.c.r.CompositeStateListener - Saving Hawk metadata...
adding: file:///home/jenkins/agent/workspace/Hawk_Greycat_backend_master/core/tests/org.eclipse.hawk.integration.tests/resources/models/scopedQuery/:org.eclipse.hawk.localfolder.LocalFolder:false
12:33:34.401 [main] INFO  o.e.h.c.r.CompositeStateListener - Saved Hawk metadata.
12:33:34.401 [main] INFO  o.e.h.core.runtime.BaseModelIndexer - Waiting 120s for all scheduled tasks to complete
12:33:34.437 [main] INFO  o.e.hawk.greycat.lucene.SoftTxLucene - Shutdown of Lucene complete.
12:33:34.437 [main] INFO  o.e.h.g.AbstractGreycatDatabase - Disconnected from GreyCat graph at /tmp/junit17323958771338994397/test_listFiles[LevelDB GreyCat]
12:33:34.437 [main] INFO  o.e.h.c.r.CompositeStateListener - Hawk shut down.
12:33:34.636 [main] INFO  o.e.h.c.r.CompositeStateListener - Saving Hawk metadata...
12:33:34.639 [main] INFO  o.e.h.c.r.CompositeStateListener - Saved Hawk metadata.
12:33:34.639 [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
12:33:34.639 [main] INFO  o.e.h.g.u.GraphMetaModelResourceInjector - ADDING METAMODELS: 
12:33:34.639 [main] INFO  o.e.h.g.u.GraphMetaModelResourceInjector - ADDING: 
12:33:34.644 [main] INFO  o.e.h.g.u.GraphMetaModelResourceInjector - 0 METAMODEL NODES! (took ~0 sec)
inserting static metamodels complete
12:33:34.644 [main] INFO  o.e.h.c.r.CompositeStateListener - Registering metamodels...
12:33:34.644 [main] INFO  o.e.h.c.r.CompositeStateListener - Registered metamodels.
12:33:34.644 [main] INFO  o.e.h.c.r.CompositeStateListener - Initialized Hawk.
SyncValidationListener: hawk.setSyncMetricsEnabled(true) called, performance will suffer!
SyncValidationListener: hawk.setSyncMetricsEnabled(true) called, performance will suffer!
12:33:34.645 [main] INFO  o.e.h.c.r.CompositeStateListener - Adding metamodel(s)...
12:33:34.645 [pool-164-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating Hawk...
updating indexer: 
12:33:34.645 [pool-164-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
12:33:34.646 [pool-164-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updated Hawk instance test (success). 0 s 1 ms
Adding metamodels in: ../../core/tests/org.eclipse.hawk.integration.tests/resources/metamodels/Ecore.ecore to store
Adding metamodels in: ../../core/tests/org.eclipse.hawk.integration.tests/resources/metamodels/crossrefs.ecore to store
12:33:34.652 [main] INFO  o.e.h.g.u.GraphMetaModelResourceInjector - ADDING METAMODELS: 
12:33:34.652 [main] INFO  o.e.h.g.u.GraphMetaModelResourceInjector - ADDING: 
12:33:34.675 [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
12:33:34.675 [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
12:33:34.675 [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
12:33:34.676 [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
12:33:34.676 [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
12:33:34.676 [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
12:33:34.676 [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
12:33:34.676 [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
12:33:34.676 [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[]
12:33:34.677 [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
12:33:34.678 [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
12:33:34.678 [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
12:33:34.678 [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
12:33:34.679 [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
12:33:34.679 [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
12:33:34.679 [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
12:33:34.679 [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
12:33:34.679 [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
12:33:34.680 [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
12:33:34.680 [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
12:33:34.681 [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
12:33:34.681 [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
12:33:34.681 [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
12:33:34.682 [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
12:33:34.682 [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
12:33:34.682 [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
12:33:34.683 [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
12:33:34.684 [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
12:33:34.684 [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
12:33:34.686 [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
12:33:34.686 [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
12:33:34.686 [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
12:33:34.686 [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
12:33:34.687 [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
12:33:34.692 [main] INFO  o.e.h.g.u.GraphMetaModelResourceInjector - 22 METAMODEL NODES! (took ~0 sec)
12:33:34.692 [main] INFO  o.e.h.c.r.CompositeStateListener - Added metamodel(s).
12:33:34.794 [main] INFO  o.e.h.c.r.CompositeStateListener - Saving Hawk metadata...
adding: file:///home/jenkins/agent/workspace/Hawk_Greycat_backend_master/core/tests/org.eclipse.hawk.integration.tests/resources/models/scopedQuery/:org.eclipse.hawk.localfolder.LocalFolder:false
12:33:34.796 [main] INFO  o.e.h.c.r.CompositeStateListener - Saved Hawk metadata.
12:33:34.796 [pool-164-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating Hawk...
updating indexer: 
12:33:34.798 [pool-164-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating relevant changed model files...
12:33:34.804 [pool-164-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Deleting models removed from repository...
12:33:34.805 [pool-164-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating models to the new version...
12:33:34.806 [pool-164-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /subfolder/subfolder/grandchild.model...
12:33:34.813 [pool-164-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
12:33:34.813 [pool-164-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
12:33:34.813 [pool-164-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performing batch insert on file: /subfolder/subfolder/grandchild.model...
12:33:34.816 [pool-164-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding elements of file /subfolder/subfolder/grandchild.model
12:33:34.820 [pool-164-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 3 NODES AND 3 M->MM REFERENCES! (took ~0sec)
12:33:34.820 [pool-164-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding edges of file /subfolder/subfolder/grandchild.model
12:33:34.876 [pool-164-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 3 REFERENCES! (took ~0 sec)
12:33:34.876 [pool-164-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performed batch insert on file: /subfolder/subfolder/grandchild.model.
0s70ms [pure insertion]
marking any relevant derived attributes for update...12:33:34.876 [pool-164-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s2ms
12:33:34.878 [pool-164-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s2ms
12:33:34.880 [pool-164-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /root.model...
12:33:34.880 [pool-164-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
12:33:34.880 [pool-164-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
12:33:34.880 [pool-164-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performing batch insert on file: /root.model...
12:33:34.883 [pool-164-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding elements of file /root.model
12:33:34.887 [pool-164-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 3 NODES AND 3 M->MM REFERENCES! (took ~0sec)
12:33:34.887 [pool-164-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding edges of file /root.model
12:33:34.896 [pool-164-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 2 REFERENCES! (took ~0 sec)
12:33:34.896 [pool-164-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performed batch insert on file: /root.model.
0s16ms [pure insertion]
marking any relevant derived attributes for update...12:33:34.896 [pool-164-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
12:33:34.896 [pool-164-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
12:33:34.897 [pool-164-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /subfolder/child.model...
12:33:34.897 [pool-164-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
12:33:34.897 [pool-164-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
12:33:34.897 [pool-164-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performing batch insert on file: /subfolder/child.model...
12:33:34.900 [pool-164-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding elements of file /subfolder/child.model
12:33:34.903 [pool-164-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 3 NODES AND 3 M->MM REFERENCES! (took ~0sec)
12:33:34.903 [pool-164-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding edges of file /subfolder/child.model
12:33:34.914 [pool-164-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 2 REFERENCES! (took ~0 sec)
12:33:34.914 [pool-164-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performed batch insert on file: /subfolder/child.model.
0s17ms [pure insertion]
marking any relevant derived attributes for update...12:33:34.914 [pool-164-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
12:33:34.914 [pool-164-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
12:33:34.914 [pool-164-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating proxies...
attempting to resolve any leftover cross-file references...
12:33:34.914 [pool-164-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Resolving any leftover cross-file references...
12:33:34.915 [pool-164-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Processing 0/10 proxy references (0 sec total)
12:33:34.981 [pool-164-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - 0 proxy ref lists left after resolving 10 refs
12:33:34.981 [pool-164-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - proxy resolution took: ~0.067s
attempting to resolve any uninitialized derived attributes...
12:33:34.981 [pool-164-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Resolving any uninitialized derived attributes...
12:33:34.981 [pool-164-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - Deriving attributes...
12:33:34.981 [pool-164-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...
12:33:34.981 [pool-164-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating any affected derived attributes...
0s67ms [proxy update]
12:33:34.981 [pool-164-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updated proxies.
12:33:34.981 [pool-164-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performing optional post-sync operations.
sync metrics:
interesting	3
deleted		0
changed		3
loaded		3
c elems		9
d elems		0
time		~0s
validating changes...
validating file UPDATED for /subfolder/subfolder/grandchild.model
validating file UPDATED for /root.model
validating file UPDATED for /subfolder/child.model
changed resource size: 9
relevant graph size: 9
validated changes... true
12:33:34.983 [pool-164-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updated Hawk instance test (success). 0 s 187 ms
12:33:34.995 [pool-164-thread-1] DEBUG o.e.h.e.e.contextful.CEOLQueryEngine - Full Traversal Scoping ENABLED
12:33:34.996 [pool-164-thread-1] DEBUG o.e.hawk.epsilon.emc.EOLQueryEngine - Graph path: /tmp/junit8991483494724622061/test_instanceCounts[LevelDB GreyCat]
12:33:34.998 [pool-164-thread-1] DEBUG o.e.h.e.e.contextful.CEOLQueryEngine - Full Traversal Scoping ENABLED
12:33:34.998 [pool-164-thread-1] DEBUG o.e.hawk.epsilon.emc.EOLQueryEngine - Graph path: /tmp/junit8991483494724622061/test_instanceCounts[LevelDB GreyCat]
12:33:35.000 [pool-164-thread-1] DEBUG o.e.h.e.e.contextful.CEOLQueryEngine - Full Traversal Scoping ENABLED
12:33:35.000 [pool-164-thread-1] DEBUG o.e.hawk.epsilon.emc.EOLQueryEngine - Graph path: /tmp/junit8991483494724622061/test_instanceCounts[LevelDB GreyCat]
12:33:35.003 [pool-164-thread-1] DEBUG o.e.h.e.e.contextful.CEOLQueryEngine - Full Traversal Scoping ENABLED
12:33:35.003 [pool-164-thread-1] DEBUG o.e.hawk.epsilon.emc.EOLQueryEngine - Graph path: /tmp/junit8991483494724622061/test_instanceCounts[LevelDB GreyCat]
12:33:35.009 [main] INFO  o.e.h.c.r.CompositeStateListener - Hawk shutting down...
12:33:35.009 [main] INFO  o.e.h.c.r.CompositeStateListener - Saving Hawk metadata...
adding: file:///home/jenkins/agent/workspace/Hawk_Greycat_backend_master/core/tests/org.eclipse.hawk.integration.tests/resources/models/scopedQuery/:org.eclipse.hawk.localfolder.LocalFolder:false
12:33:35.011 [main] INFO  o.e.h.c.r.CompositeStateListener - Saved Hawk metadata.
12:33:35.011 [main] INFO  o.e.h.core.runtime.BaseModelIndexer - Waiting 120s for all scheduled tasks to complete
12:33:35.083 [main] INFO  o.e.hawk.greycat.lucene.SoftTxLucene - Shutdown of Lucene complete.
12:33:35.083 [main] INFO  o.e.h.g.AbstractGreycatDatabase - Disconnected from GreyCat graph at /tmp/junit8991483494724622061/test_instanceCounts[LevelDB GreyCat]
12:33:35.083 [main] INFO  o.e.h.c.r.CompositeStateListener - Hawk shut down.
12:33:35.182 [pool-118-thread-1] ERROR o.e.hawk.greycat.lucene.SoftTxLucene - Periodic commit of Lucene at MMapDirectory@/tmp/junit18161556939742951312/test_create[LevelDB GreyCat]/lucene lockFactory=org.apache.lucene.store.NativeFSLockFactory@4c060c8f failed
java.nio.file.NoSuchFileException: /tmp/junit18161556939742951312/test_create[LevelDB GreyCat]/lucene/write.lock
	at java.base/sun.nio.fs.UnixException.translateToIOException(UnixException.java:92) ~[na:na]
	at java.base/sun.nio.fs.UnixException.rethrowAsIOException(UnixException.java:111) ~[na:na]
	at java.base/sun.nio.fs.UnixException.rethrowAsIOException(UnixException.java:116) ~[na:na]
	at java.base/sun.nio.fs.UnixFileAttributeViews$Basic.readAttributes(UnixFileAttributeViews.java:55) ~[na:na]
	at java.base/sun.nio.fs.UnixFileSystemProvider.readAttributes(UnixFileSystemProvider.java:149) ~[na:na]
	at java.base/sun.nio.fs.LinuxFileSystemProvider.readAttributes(LinuxFileSystemProvider.java:99) ~[na:na]
	at java.base/java.nio.file.Files.readAttributes(Files.java:1764) ~[na:na]
	at org.apache.lucene.store.NativeFSLockFactory$NativeFSLock.ensureValid(NativeFSLockFactory.java:189) ~[na:na]
	at org.apache.lucene.store.LockValidatingDirectoryWrapper.syncMetaData(LockValidatingDirectoryWrapper.java:61) ~[na:na]
	at org.apache.lucene.index.SegmentInfos.prepareCommit(SegmentInfos.java:758) ~[na:na]
	at org.apache.lucene.index.IndexWriter.startCommit(IndexWriter.java:4793) ~[na:na]
	at org.apache.lucene.index.IndexWriter.prepareCommitInternal(IndexWriter.java:3326) ~[na:na]
	at org.apache.lucene.index.IndexWriter.commitInternal(IndexWriter.java:3458) ~[na:na]
	at org.apache.lucene.index.IndexWriter.commit(IndexWriter.java:3423) ~[na:na]
	at org.eclipse.hawk.greycat.lucene.SoftTxLucene.lambda$0(SoftTxLucene.java:99) ~[org.eclipse.hawk.greycat-2.2.0-SNAPSHOT.jar:na]
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:515) ~[na:na]
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305) ~[na:na]
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(ScheduledThreadPoolExecutor.java:305) ~[na:na]
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128) ~[na:na]
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628) ~[na:na]
	at java.base/java.lang.Thread.run(Thread.java:829) ~[na:na]
12:33:35.319 [main] INFO  o.e.h.c.r.CompositeStateListener - Saving Hawk metadata...
12:33:35.320 [main] INFO  o.e.h.c.r.CompositeStateListener - Saved Hawk metadata.
12:33:35.320 [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
12:33:35.320 [main] INFO  o.e.h.g.u.GraphMetaModelResourceInjector - ADDING METAMODELS: 
12:33:35.320 [main] INFO  o.e.h.g.u.GraphMetaModelResourceInjector - ADDING: 
12:33:35.323 [main] INFO  o.e.h.g.u.GraphMetaModelResourceInjector - 0 METAMODEL NODES! (took ~0 sec)
inserting static metamodels complete
12:33:35.323 [main] INFO  o.e.h.c.r.CompositeStateListener - Registering metamodels...
12:33:35.323 [main] INFO  o.e.h.c.r.CompositeStateListener - Registered metamodels.
12:33:35.323 [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!
12:33:35.324 [main] INFO  o.e.h.c.r.CompositeStateListener - Adding metamodel(s)...
12:33:35.324 [pool-166-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating Hawk...
updating indexer: 
12:33:35.324 [pool-166-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
12:33:35.324 [pool-166-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updated Hawk instance test (success). 0 s 0 ms
Adding metamodels in: ../../core/tests/org.eclipse.hawk.integration.tests/resources/metamodels/Ecore.ecore to store
Adding metamodels in: ../../core/tests/org.eclipse.hawk.integration.tests/resources/metamodels/crossrefs.ecore to store
12:33:35.330 [main] INFO  o.e.h.g.u.GraphMetaModelResourceInjector - ADDING METAMODELS: 
12:33:35.330 [main] INFO  o.e.h.g.u.GraphMetaModelResourceInjector - ADDING: 
12:33:35.338 [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
12:33:35.340 [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
12:33:35.340 [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
12:33:35.340 [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[]
12:33:35.340 [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
12:33:35.342 [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
12:33:35.343 [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
12:33:35.374 [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
12:33:35.374 [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
12:33:35.374 [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
12:33:35.374 [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
12:33:35.374 [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
12:33:35.375 [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
12:33:35.375 [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
12:33:35.375 [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
12:33:35.376 [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
12:33:35.376 [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
12:33:35.376 [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
12:33:35.376 [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
12:33:35.376 [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
12:33:35.376 [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
12:33:35.376 [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
12:33:35.376 [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
12:33:35.378 [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
12:33:35.378 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EEnumerator will be handled as its instance type org.eclipse.emf.common.util.Enumerator
12:33:35.378 [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
12:33:35.378 [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
12:33:35.378 [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
12:33:35.379 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::ETreeIterator will be handled as its instance type org.eclipse.emf.common.util.TreeIterator
12:33:35.379 [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
12:33:35.379 [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
12:33:35.379 [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
12:33:35.379 [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
12:33:35.380 [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
12:33:35.384 [main] INFO  o.e.h.g.u.GraphMetaModelResourceInjector - 22 METAMODEL NODES! (took ~0 sec)
12:33:35.384 [main] INFO  o.e.h.c.r.CompositeStateListener - Added metamodel(s).
12:33:35.477 [main] INFO  o.e.h.c.r.CompositeStateListener - Saving Hawk metadata...
adding: file:///home/jenkins/agent/workspace/Hawk_Greycat_backend_master/core/tests/org.eclipse.hawk.integration.tests/resources/models/scopedQuery/:org.eclipse.hawk.localfolder.LocalFolder:false
12:33:35.479 [main] INFO  o.e.h.c.r.CompositeStateListener - Saved Hawk metadata.
12:33:35.479 [pool-166-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating Hawk...
updating indexer: 
12:33:35.482 [pool-166-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating relevant changed model files...
12:33:35.488 [pool-166-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Deleting models removed from repository...
12:33:35.488 [pool-166-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating models to the new version...
12:33:35.490 [pool-166-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /root.model...
12:33:35.499 [pool-166-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
12:33:35.499 [pool-166-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
12:33:35.499 [pool-166-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performing batch insert on file: /root.model...
12:33:35.503 [pool-166-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding elements of file /root.model
12:33:35.509 [pool-166-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 3 NODES AND 3 M->MM REFERENCES! (took ~0sec)
12:33:35.509 [pool-166-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding edges of file /root.model
12:33:35.510 [pool-119-thread-1] ERROR o.e.hawk.greycat.lucene.SoftTxLucene - Periodic commit of Lucene at MMapDirectory@/tmp/junit8933980430805700273/test_recreate[LevelDB GreyCat]/lucene lockFactory=org.apache.lucene.store.NativeFSLockFactory@4c060c8f failed
java.nio.file.NoSuchFileException: /tmp/junit8933980430805700273/test_recreate[LevelDB GreyCat]/lucene/write.lock
	at java.base/sun.nio.fs.UnixException.translateToIOException(UnixException.java:92) ~[na:na]
	at java.base/sun.nio.fs.UnixException.rethrowAsIOException(UnixException.java:111) ~[na:na]
	at java.base/sun.nio.fs.UnixException.rethrowAsIOException(UnixException.java:116) ~[na:na]
	at java.base/sun.nio.fs.UnixFileAttributeViews$Basic.readAttributes(UnixFileAttributeViews.java:55) ~[na:na]
	at java.base/sun.nio.fs.UnixFileSystemProvider.readAttributes(UnixFileSystemProvider.java:149) ~[na:na]
	at java.base/sun.nio.fs.LinuxFileSystemProvider.readAttributes(LinuxFileSystemProvider.java:99) ~[na:na]
	at java.base/java.nio.file.Files.readAttributes(Files.java:1764) ~[na:na]
	at org.apache.lucene.store.NativeFSLockFactory$NativeFSLock.ensureValid(NativeFSLockFactory.java:189) ~[na:na]
	at org.apache.lucene.store.LockValidatingDirectoryWrapper.syncMetaData(LockValidatingDirectoryWrapper.java:61) ~[na:na]
	at org.apache.lucene.index.SegmentInfos.prepareCommit(SegmentInfos.java:758) ~[na:na]
	at org.apache.lucene.index.IndexWriter.startCommit(IndexWriter.java:4793) ~[na:na]
	at org.apache.lucene.index.IndexWriter.prepareCommitInternal(IndexWriter.java:3326) ~[na:na]
	at org.apache.lucene.index.IndexWriter.commitInternal(IndexWriter.java:3458) ~[na:na]
	at org.apache.lucene.index.IndexWriter.commit(IndexWriter.java:3423) ~[na:na]
	at org.eclipse.hawk.greycat.lucene.SoftTxLucene.lambda$0(SoftTxLucene.java:99) ~[org.eclipse.hawk.greycat-2.2.0-SNAPSHOT.jar:na]
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:515) ~[na:na]
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305) ~[na:na]
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(ScheduledThreadPoolExecutor.java:305) ~[na:na]
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128) ~[na:na]
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628) ~[na:na]
	at java.base/java.lang.Thread.run(Thread.java:829) ~[na:na]
12:33:35.576 [pool-166-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 2 REFERENCES! (took ~0 sec)
12:33:35.576 [pool-166-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performed batch insert on file: /root.model.
0s86ms [pure insertion]
marking any relevant derived attributes for update...12:33:35.576 [pool-166-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s3ms
12:33:35.579 [pool-166-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s3ms
12:33:35.580 [pool-166-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /subfolder/child.model...
12:33:35.580 [pool-166-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
12:33:35.581 [pool-166-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
12:33:35.581 [pool-166-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performing batch insert on file: /subfolder/child.model...
12:33:35.585 [pool-166-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding elements of file /subfolder/child.model
12:33:35.589 [pool-166-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 3 NODES AND 3 M->MM REFERENCES! (took ~0sec)
12:33:35.589 [pool-166-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding edges of file /subfolder/child.model
12:33:35.600 [pool-166-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 2 REFERENCES! (took ~0 sec)
12:33:35.600 [pool-166-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performed batch insert on file: /subfolder/child.model.
0s20ms [pure insertion]
marking any relevant derived attributes for update...12:33:35.600 [pool-166-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
12:33:35.600 [pool-166-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
12:33:35.601 [pool-166-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /subfolder/subfolder/grandchild.model...
12:33:35.601 [pool-166-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
12:33:35.601 [pool-166-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
12:33:35.601 [pool-166-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performing batch insert on file: /subfolder/subfolder/grandchild.model...
12:33:35.604 [pool-166-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding elements of file /subfolder/subfolder/grandchild.model
12:33:35.607 [pool-166-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 3 NODES AND 3 M->MM REFERENCES! (took ~0sec)
12:33:35.607 [pool-166-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding edges of file /subfolder/subfolder/grandchild.model
12:33:35.617 [pool-166-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 3 REFERENCES! (took ~0 sec)
12:33:35.618 [pool-166-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performed batch insert on file: /subfolder/subfolder/grandchild.model.
0s17ms [pure insertion]
marking any relevant derived attributes for update...12:33:35.618 [pool-166-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
12:33:35.618 [pool-166-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
12:33:35.618 [pool-166-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating proxies...
attempting to resolve any leftover cross-file references...
12:33:35.618 [pool-166-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Resolving any leftover cross-file references...
12:33:35.618 [pool-166-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Processing 0/10 proxy references (0 sec total)
12:33:35.682 [pool-166-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - 0 proxy ref lists left after resolving 10 refs
12:33:35.682 [pool-166-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - proxy resolution took: ~0.064s
attempting to resolve any uninitialized derived attributes...
12:33:35.682 [pool-166-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Resolving any uninitialized derived attributes...
12:33:35.682 [pool-166-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - Deriving attributes...
12:33:35.683 [pool-166-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...
12:33:35.683 [pool-166-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating any affected derived attributes...
0s65ms [proxy update]
12:33:35.683 [pool-166-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updated proxies.
12:33:35.683 [pool-166-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performing optional post-sync operations.
sync metrics:
interesting	3
deleted		0
changed		3
loaded		3
c elems		9
d elems		0
time		~0s
validating changes...
validating file UPDATED for /root.model
validating file UPDATED for /subfolder/child.model
validating file UPDATED for /subfolder/subfolder/grandchild.model
changed resource size: 9
relevant graph size: 9
validated changes... true
12:33:35.684 [pool-166-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updated Hawk instance test (success). 0 s 205 ms
12:33:35.689 [pool-166-thread-1] DEBUG o.e.h.e.e.contextful.CEOLQueryEngine - Full Traversal Scoping ENABLED
12:33:35.689 [pool-166-thread-1] DEBUG o.e.hawk.epsilon.emc.EOLQueryEngine - Graph path: /tmp/junit5894216925318767714/test_reverseRefs[LevelDB GreyCat]
12:33:35.694 [pool-166-thread-1] DEBUG o.e.h.e.e.contextful.CEOLQueryEngine - Full Traversal Scoping ENABLED
12:33:35.694 [pool-166-thread-1] DEBUG o.e.hawk.epsilon.emc.EOLQueryEngine - Graph path: /tmp/junit5894216925318767714/test_reverseRefs[LevelDB GreyCat]
12:33:35.698 [pool-166-thread-1] DEBUG o.e.h.e.e.contextful.CEOLQueryEngine - Full Traversal Scoping ENABLED
12:33:35.698 [pool-166-thread-1] DEBUG o.e.hawk.epsilon.emc.EOLQueryEngine - Graph path: /tmp/junit5894216925318767714/test_reverseRefs[LevelDB GreyCat]
12:33:35.701 [pool-166-thread-1] DEBUG o.e.h.e.e.contextful.CEOLQueryEngine - Full Traversal Scoping ENABLED
12:33:35.701 [pool-166-thread-1] DEBUG o.e.hawk.epsilon.emc.EOLQueryEngine - Graph path: /tmp/junit5894216925318767714/test_reverseRefs[LevelDB GreyCat]
12:33:35.707 [pool-166-thread-1] DEBUG o.e.h.e.e.contextful.CEOLQueryEngine - Full Traversal Scoping ENABLED
12:33:35.707 [pool-166-thread-1] DEBUG o.e.hawk.epsilon.emc.EOLQueryEngine - Graph path: /tmp/junit5894216925318767714/test_reverseRefs[LevelDB GreyCat]
12:33:35.711 [pool-166-thread-1] DEBUG o.e.h.e.e.contextful.CEOLQueryEngine - Full Traversal Scoping ENABLED
12:33:35.712 [pool-166-thread-1] DEBUG o.e.hawk.epsilon.emc.EOLQueryEngine - Graph path: /tmp/junit5894216925318767714/test_reverseRefs[LevelDB GreyCat]
12:33:35.717 [main] INFO  o.e.h.c.r.CompositeStateListener - Hawk shutting down...
12:33:35.717 [main] INFO  o.e.h.c.r.CompositeStateListener - Saving Hawk metadata...
adding: file:///home/jenkins/agent/workspace/Hawk_Greycat_backend_master/core/tests/org.eclipse.hawk.integration.tests/resources/models/scopedQuery/:org.eclipse.hawk.localfolder.LocalFolder:false
12:33:35.773 [main] INFO  o.e.h.c.r.CompositeStateListener - Saved Hawk metadata.
12:33:35.774 [main] INFO  o.e.h.core.runtime.BaseModelIndexer - Waiting 120s for all scheduled tasks to complete
12:33:35.850 [main] INFO  o.e.hawk.greycat.lucene.SoftTxLucene - Shutdown of Lucene complete.
12:33:35.851 [main] INFO  o.e.h.g.AbstractGreycatDatabase - Disconnected from GreyCat graph at /tmp/junit5894216925318767714/test_reverseRefs[LevelDB GreyCat]
12:33:35.851 [main] INFO  o.e.h.c.r.CompositeStateListener - Hawk shut down.
12:33:35.878 [pool-120-thread-1] ERROR o.e.hawk.greycat.lucene.SoftTxLucene - Periodic commit of Lucene at MMapDirectory@/tmp/junit9748100635375592498/test_changeLastRevision[LevelDB GreyCat]/lucene lockFactory=org.apache.lucene.store.NativeFSLockFactory@4c060c8f failed
java.nio.file.NoSuchFileException: /tmp/junit9748100635375592498/test_changeLastRevision[LevelDB GreyCat]/lucene/write.lock
	at java.base/sun.nio.fs.UnixException.translateToIOException(UnixException.java:92) ~[na:na]
	at java.base/sun.nio.fs.UnixException.rethrowAsIOException(UnixException.java:111) ~[na:na]
	at java.base/sun.nio.fs.UnixException.rethrowAsIOException(UnixException.java:116) ~[na:na]
	at java.base/sun.nio.fs.UnixFileAttributeViews$Basic.readAttributes(UnixFileAttributeViews.java:55) ~[na:na]
	at java.base/sun.nio.fs.UnixFileSystemProvider.readAttributes(UnixFileSystemProvider.java:149) ~[na:na]
	at java.base/sun.nio.fs.LinuxFileSystemProvider.readAttributes(LinuxFileSystemProvider.java:99) ~[na:na]
	at java.base/java.nio.file.Files.readAttributes(Files.java:1764) ~[na:na]
	at org.apache.lucene.store.NativeFSLockFactory$NativeFSLock.ensureValid(NativeFSLockFactory.java:189) ~[na:na]
	at org.apache.lucene.store.LockValidatingDirectoryWrapper.syncMetaData(LockValidatingDirectoryWrapper.java:61) ~[na:na]
	at org.apache.lucene.index.SegmentInfos.prepareCommit(SegmentInfos.java:758) ~[na:na]
	at org.apache.lucene.index.IndexWriter.startCommit(IndexWriter.java:4793) ~[na:na]
	at org.apache.lucene.index.IndexWriter.prepareCommitInternal(IndexWriter.java:3326) ~[na:na]
	at org.apache.lucene.index.IndexWriter.commitInternal(IndexWriter.java:3458) ~[na:na]
	at org.apache.lucene.index.IndexWriter.commit(IndexWriter.java:3423) ~[na:na]
	at org.eclipse.hawk.greycat.lucene.SoftTxLucene.lambda$0(SoftTxLucene.java:99) ~[org.eclipse.hawk.greycat-2.2.0-SNAPSHOT.jar:na]
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:515) ~[na:na]
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305) ~[na:na]
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(ScheduledThreadPoolExecutor.java:305) ~[na:na]
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128) ~[na:na]
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628) ~[na:na]
	at java.base/java.lang.Thread.run(Thread.java:829) ~[na:na]
12:33:36.115 [main] INFO  o.e.h.c.r.CompositeStateListener - Saving Hawk metadata...
12:33:36.117 [main] INFO  o.e.h.c.r.CompositeStateListener - Saved Hawk metadata.
12:33:36.117 [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
12:33:36.117 [main] INFO  o.e.h.g.u.GraphMetaModelResourceInjector - ADDING METAMODELS: 
12:33:36.117 [main] INFO  o.e.h.g.u.GraphMetaModelResourceInjector - ADDING: 
12:33:36.120 [main] INFO  o.e.h.g.u.GraphMetaModelResourceInjector - 0 METAMODEL NODES! (took ~0 sec)
inserting static metamodels complete
12:33:36.120 [main] INFO  o.e.h.c.r.CompositeStateListener - Registering metamodels...
12:33:36.120 [main] INFO  o.e.h.c.r.CompositeStateListener - Registered metamodels.
12:33:36.120 [main] INFO  o.e.h.c.r.CompositeStateListener - Initialized Hawk.
12:33:36.120 [pool-168-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating Hawk...
updating indexer: 
SyncValidationListener: hawk.setSyncMetricsEnabled(true) called, performance will suffer!
SyncValidationListener: hawk.setSyncMetricsEnabled(true) called, performance will suffer!
12:33:36.120 [pool-168-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performing optional post-sync operations.
sync metrics:
interesting	0
deleted		0
changed		0
loaded		0
12:33:36.120 [main] INFO  o.e.h.c.r.CompositeStateListener - Adding metamodel(s)...
c elems		0
d elems		0
time		~0s
validating changes...
changed resource size: 0
relevant graph size: 0
validated changes... true
12:33:36.121 [pool-168-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updated Hawk instance test (success). 0 s 1 ms
Adding metamodels in: ../../core/tests/org.eclipse.hawk.integration.tests/resources/metamodels/Ecore.ecore to store
Adding metamodels in: ../../core/tests/org.eclipse.hawk.integration.tests/resources/metamodels/crossrefs.ecore to store
12:33:36.125 [main] INFO  o.e.h.g.u.GraphMetaModelResourceInjector - ADDING METAMODELS: 
12:33:36.125 [main] INFO  o.e.h.g.u.GraphMetaModelResourceInjector - ADDING: 
12:33:36.180 [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
12:33:36.180 [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
12:33:36.180 [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
12:33:36.180 [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
12:33:36.180 [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
12:33:36.180 [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
12:33:36.180 [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
12:33:36.181 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EBigDecimal will be handled as its instance type java.math.BigDecimal
12:33:36.181 [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
12:33:36.182 [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
12:33:36.182 [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
12:33:36.182 [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
12:33:36.182 [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
12:33:36.182 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EFeatureMapEntry will be handled as its instance type org.eclipse.emf.ecore.util.FeatureMap$Entry
12:33:36.183 [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
12:33:36.183 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EEnumerator will be handled as its instance type org.eclipse.emf.common.util.Enumerator
12:33:36.183 [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
12:33:36.183 [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
12:33:36.183 [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
12:33:36.183 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EBigInteger will be handled as its instance type java.math.BigInteger
12:33:36.183 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EByteArray will be handled as its instance type byte[]
12:33:36.184 [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
12:33:36.184 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EMap will be handled as its instance type java.util.Map
12:33:36.186 [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
12:33:36.186 [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
12:33:36.186 [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
12:33:36.186 [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
12:33:36.186 [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
12:33:36.187 [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
12:33:36.188 [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
12:33:36.188 [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
12:33:36.188 [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
12:33:36.188 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EByte will be handled as its instance type byte
12:33:36.189 [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
12:33:36.194 [main] INFO  o.e.h.g.u.GraphMetaModelResourceInjector - 22 METAMODEL NODES! (took ~0 sec)
12:33:36.194 [main] INFO  o.e.h.c.r.CompositeStateListener - Added metamodel(s).
12:33:36.310 [main] INFO  o.e.h.c.r.CompositeStateListener - Saving Hawk metadata...
adding: file:///home/jenkins/agent/workspace/Hawk_Greycat_backend_master/core/tests/org.eclipse.hawk.integration.tests/resources/models/scopedQuery/:org.eclipse.hawk.localfolder.LocalFolder:false
12:33:36.312 [main] INFO  o.e.h.c.r.CompositeStateListener - Saved Hawk metadata.
12:33:36.312 [pool-168-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating Hawk...
updating indexer: 
12:33:36.315 [pool-168-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating relevant changed model files...
12:33:36.320 [pool-168-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Deleting models removed from repository...
12:33:36.320 [pool-168-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating models to the new version...
12:33:36.321 [pool-168-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /subfolder/subfolder/grandchild.model...
12:33:36.328 [pool-168-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
12:33:36.328 [pool-168-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
12:33:36.328 [pool-168-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performing batch insert on file: /subfolder/subfolder/grandchild.model...
12:33:36.374 [pool-168-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding elements of file /subfolder/subfolder/grandchild.model
12:33:36.378 [pool-168-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 3 NODES AND 3 M->MM REFERENCES! (took ~0sec)
12:33:36.378 [pool-168-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding edges of file /subfolder/subfolder/grandchild.model
12:33:36.389 [pool-168-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 3 REFERENCES! (took ~0 sec)
12:33:36.389 [pool-168-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performed batch insert on file: /subfolder/subfolder/grandchild.model.
0s68ms [pure insertion]
marking any relevant derived attributes for update...12:33:36.389 [pool-168-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s2ms
12:33:36.391 [pool-168-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s2ms
12:33:36.392 [pool-168-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /subfolder/child.model...
12:33:36.393 [pool-168-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
12:33:36.393 [pool-168-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
12:33:36.393 [pool-168-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performing batch insert on file: /subfolder/child.model...
12:33:36.396 [pool-168-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding elements of file /subfolder/child.model
12:33:36.399 [pool-168-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 3 NODES AND 3 M->MM REFERENCES! (took ~0sec)
12:33:36.399 [pool-168-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding edges of file /subfolder/child.model
12:33:36.408 [pool-168-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 2 REFERENCES! (took ~0 sec)
12:33:36.408 [pool-168-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performed batch insert on file: /subfolder/child.model.
0s16ms [pure insertion]
marking any relevant derived attributes for update...12:33:36.408 [pool-168-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
12:33:36.408 [pool-168-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
12:33:36.410 [pool-168-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /root.model...
12:33:36.410 [pool-168-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
12:33:36.410 [pool-168-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
12:33:36.410 [pool-168-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performing batch insert on file: /root.model...
12:33:36.413 [pool-168-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding elements of file /root.model
12:33:36.416 [pool-168-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 3 NODES AND 3 M->MM REFERENCES! (took ~0sec)
12:33:36.416 [pool-168-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding edges of file /root.model
12:33:36.484 [pool-168-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 2 REFERENCES! (took ~0 sec)
12:33:36.484 [pool-168-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performed batch insert on file: /root.model.
0s74ms [pure insertion]
marking any relevant derived attributes for update...12:33:36.484 [pool-168-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
12:33:36.484 [pool-168-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
12:33:36.484 [pool-168-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating proxies...
attempting to resolve any leftover cross-file references...
12:33:36.484 [pool-168-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Resolving any leftover cross-file references...
12:33:36.485 [pool-168-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Processing 0/10 proxy references (0 sec total)
12:33:36.499 [pool-168-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - 0 proxy ref lists left after resolving 10 refs
12:33:36.499 [pool-168-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - proxy resolution took: ~0.015s
attempting to resolve any uninitialized derived attributes...
12:33:36.499 [pool-168-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Resolving any uninitialized derived attributes...
12:33:36.499 [pool-168-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - Deriving attributes...
12:33:36.499 [pool-168-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...
12:33:36.499 [pool-168-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating any affected derived attributes...
0s16ms [proxy update]
12:33:36.500 [pool-168-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updated proxies.
12:33:36.500 [pool-168-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performing optional post-sync operations.
sync metrics:
interesting	3
deleted		0
changed		3
loaded		3
c elems		9
d elems		0
time		~0s
validating changes...
validating file UPDATED for /subfolder/subfolder/grandchild.model
validating file UPDATED for /subfolder/child.model
validating file UPDATED for /root.model
changed resource size: 9
relevant graph size: 9
validated changes... true
12:33:36.501 [pool-168-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updated Hawk instance test (success). 0 s 189 ms
12:33:36.504 [pool-168-thread-1] DEBUG o.e.h.e.e.contextful.CEOLQueryEngine - Full Traversal Scoping ENABLED
12:33:36.504 [pool-168-thread-1] DEBUG o.e.hawk.epsilon.emc.EOLQueryEngine - Graph path: /tmp/junit8318315604350509427/test_forwardRefs[LevelDB GreyCat]
12:33:36.509 [pool-168-thread-1] DEBUG o.e.h.e.e.contextful.CEOLQueryEngine - Full Traversal Scoping ENABLED
12:33:36.509 [pool-168-thread-1] DEBUG o.e.hawk.epsilon.emc.EOLQueryEngine - Graph path: /tmp/junit8318315604350509427/test_forwardRefs[LevelDB GreyCat]
12:33:36.514 [pool-168-thread-1] DEBUG o.e.h.e.e.contextful.CEOLQueryEngine - Full Traversal Scoping ENABLED
12:33:36.514 [pool-168-thread-1] DEBUG o.e.hawk.epsilon.emc.EOLQueryEngine - Graph path: /tmp/junit8318315604350509427/test_forwardRefs[LevelDB GreyCat]
12:33:36.518 [pool-168-thread-1] DEBUG o.e.h.e.e.contextful.CEOLQueryEngine - Full Traversal Scoping ENABLED
12:33:36.574 [pool-168-thread-1] DEBUG o.e.hawk.epsilon.emc.EOLQueryEngine - Graph path: /tmp/junit8318315604350509427/test_forwardRefs[LevelDB GreyCat]
12:33:36.584 [main] INFO  o.e.h.c.r.CompositeStateListener - Hawk shutting down...
12:33:36.584 [main] INFO  o.e.h.c.r.CompositeStateListener - Saving Hawk metadata...
adding: file:///home/jenkins/agent/workspace/Hawk_Greycat_backend_master/core/tests/org.eclipse.hawk.integration.tests/resources/models/scopedQuery/:org.eclipse.hawk.localfolder.LocalFolder:false
12:33:36.587 [main] INFO  o.e.h.c.r.CompositeStateListener - Saved Hawk metadata.
12:33:36.587 [main] INFO  o.e.h.core.runtime.BaseModelIndexer - Waiting 120s for all scheduled tasks to complete
12:33:36.626 [main] INFO  o.e.hawk.greycat.lucene.SoftTxLucene - Shutdown of Lucene complete.
12:33:36.626 [main] INFO  o.e.h.g.AbstractGreycatDatabase - Disconnected from GreyCat graph at /tmp/junit8318315604350509427/test_forwardRefs[LevelDB GreyCat]
12:33:36.626 [main] INFO  o.e.h.c.r.CompositeStateListener - Hawk shut down.
12:33:36.874 [main] INFO  o.e.h.c.r.CompositeStateListener - Saving Hawk metadata...
12:33:36.875 [main] INFO  o.e.h.c.r.CompositeStateListener - Saved Hawk metadata.
12:33:36.875 [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
12:33:36.875 [main] INFO  o.e.h.g.u.GraphMetaModelResourceInjector - ADDING METAMODELS: 
12:33:36.875 [main] INFO  o.e.h.g.u.GraphMetaModelResourceInjector - ADDING: 
12:33:36.878 [main] INFO  o.e.h.g.u.GraphMetaModelResourceInjector - 0 METAMODEL NODES! (took ~0 sec)
inserting static metamodels complete
12:33:36.878 [main] INFO  o.e.h.c.r.CompositeStateListener - Registering metamodels...
12:33:36.878 [main] INFO  o.e.h.c.r.CompositeStateListener - Registered metamodels.
12:33:36.878 [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!
12:33:36.878 [pool-170-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating Hawk...
updating indexer: 
12:33:36.879 [pool-170-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
12:33:36.879 [pool-170-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updated Hawk instance test (success). 0 s 0 ms
12:33:36.881 [main] INFO  o.e.h.c.r.CompositeStateListener - Adding metamodel(s)...
Adding metamodels in: ../../core/tests/org.eclipse.hawk.integration.tests/resources/metamodels/Ecore.ecore to store
Adding metamodels in: ../../core/tests/org.eclipse.hawk.integration.tests/resources/metamodels/JDTAST.ecore to store
12:33:36.912 [main] INFO  o.e.h.g.u.GraphMetaModelResourceInjector - ADDING METAMODELS: 
12:33:36.912 [main] INFO  o.e.h.g.u.GraphMetaModelResourceInjector - ADDING: 
12:33:36.981 [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
12:33:36.982 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EEnumerator will be handled as its instance type org.eclipse.emf.common.util.Enumerator
12:33:36.982 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::ELong will be handled as its instance type java.lang.Long
12:33:36.984 [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
12:33:36.989 [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
12:33:36.990 [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[]
12:33:36.990 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EInt will be handled as its instance type java.lang.Integer
12:33:36.990 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EShort will be handled as its instance type short
12:33:36.990 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EDoubleObject will be handled as its instance type java.lang.Double
12:33:36.990 [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
12:33:36.990 [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
12:33:36.990 [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
12:33:36.990 [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
12:33:36.990 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EDiagnosticChain will be handled as its instance type org.eclipse.emf.common.util.DiagnosticChain
12:33:36.990 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EDouble will be handled as its instance type java.lang.Double
12:33:36.990 [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
12:33:36.992 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EByteObject will be handled as its instance type java.lang.Byte
12:33:36.992 [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
12:33:36.992 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EString will be handled as its instance type java.lang.String
12:33:36.993 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EEList will be handled as its instance type org.eclipse.emf.common.util.EList
12:33:36.993 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::ETreeIterator will be handled as its instance type org.eclipse.emf.common.util.TreeIterator
12:33:36.993 [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
12:33:36.993 [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
12:33:36.993 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EResourceSet will be handled as its instance type org.eclipse.emf.ecore.resource.ResourceSet
12:33:36.993 [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
12:33:36.994 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EFloatObject will be handled as its instance type java.lang.Float
12:33:36.994 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EFeatureMap will be handled as its instance type org.eclipse.emf.ecore.util.FeatureMap
12:33:36.995 [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
12:33:36.995 [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
12:33:36.997 [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
12:33:36.998 [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
12:33:36.998 [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
12:33:37.001 [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
12:33:37.004 [main] DEBUG o.e.h.g.u.GraphMetaModelResourceInjector - supertype dependency from org.amma.dsl.jdt.dom to org.amma.dsl.jdt.primitiveTypes
12:33:37.005 [main] DEBUG o.e.h.g.u.GraphMetaModelResourceInjector - supertype dependency from org.amma.dsl.jdt.dom to org.amma.dsl.jdt.core
12:33:37.019 [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
12:33:37.075 [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
12:33:37.093 [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
12:33:37.093 [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
12:33:37.117 [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
12:33:37.117 [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
12:33:37.117 [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
12:33:37.118 [main] DEBUG o.e.h.g.u.GraphMetaModelResourceInjector - supertype dependency from org.amma.dsl.jdt.core to org.amma.dsl.jdt.primitiveTypes
12:33:37.176 [main] DEBUG o.e.h.g.u.GraphMetaModelResourceInjector - supertype dependency from org.amma.dsl.jdt.core to org.amma.dsl.jdt.dom
12:33:37.178 [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
12:33:37.206 [main] INFO  o.e.h.g.u.GraphMetaModelResourceInjector - 136 METAMODEL NODES! (took ~0 sec)
12:33:37.206 [main] INFO  o.e.h.c.r.CompositeStateListener - Added metamodel(s).
12:33:37.814 [main] INFO  o.e.h.c.r.CompositeStateListener - Saving Hawk metadata...
adding: file:///home/jenkins/agent/workspace/Hawk_Greycat_backend_master/core/tests/org.eclipse.hawk.integration.tests/resources/models/set0-reduced/:org.eclipse.hawk.localfolder.LocalFolder:false
12:33:37.818 [main] INFO  o.e.h.c.r.CompositeStateListener - Saved Hawk metadata.
12:33:37.818 [pool-170-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating Hawk...
updating indexer: 
12:33:37.835 [pool-170-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating relevant changed model files...
12:33:37.841 [pool-170-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Deleting models removed from repository...
12:33:37.841 [pool-170-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating models to the new version...
12:33:37.982 [pool-170-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /set0.xmi...
12:33:37.990 [pool-170-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
12:33:37.991 [pool-170-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
12:33:37.991 [pool-170-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performing batch insert on file: /set0.xmi...
12:33:37.996 [pool-170-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding elements of file /set0.xmi
12:33:38.812 [pool-170-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 5353 NODES AND 5353 M->MM REFERENCES! (took ~13134sec)
12:33:38.812 [pool-170-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding edges of file /set0.xmi
12:33:39.392 [pool-170-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 5388 REFERENCES! (took ~0 sec)
12:33:39.393 [pool-170-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performed batch insert on file: /set0.xmi.
1s411ms [pure insertion]
marking any relevant derived attributes for update...12:33:39.393 [pool-170-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s2ms
12:33:39.395 [pool-170-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s2ms
12:33:39.395 [pool-170-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating proxies...
attempting to resolve any leftover cross-file references...
12:33:39.395 [pool-170-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Resolving any leftover cross-file references...
12:33:39.414 [pool-170-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - 0 proxy ref lists left after resolving 0 refs
12:33:39.414 [pool-170-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - proxy resolution took: ~0.019s
attempting to resolve any uninitialized derived attributes...
12:33:39.414 [pool-170-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Resolving any uninitialized derived attributes...
12:33:39.414 [pool-170-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - Deriving attributes...
12:33:39.414 [pool-170-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...
12:33:39.414 [pool-170-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating any affected derived attributes...
0s19ms [proxy update]
12:33:39.414 [pool-170-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updated proxies.
12:33:39.415 [pool-170-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performing optional post-sync operations.
sync metrics:
interesting	1
deleted		0
changed		1
loaded		1
c elems		5353
d elems		0
time		~1s
validating changes...
validating file UPDATED for /set0.xmi
changed resource size: 5353
relevant graph size: 5353
validated changes... true
12:33:40.110 [pool-170-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updated Hawk instance test (success). 2 s 292 ms
12:33:40.223 [main] INFO  o.e.h.c.r.CompositeStateListener - Saving Hawk metadata...
adding: file:///home/jenkins/agent/workspace/Hawk_Greycat_backend_master/core/tests/org.eclipse.hawk.integration.tests/resources/models/set0-reduced/:org.eclipse.hawk.localfolder.LocalFolder:false
adding: file:///home/jenkins/agent/workspace/Hawk_Greycat_backend_master/core/tests/org.eclipse.hawk.integration.tests/resources/models/set0-reduced-fragmented/:org.eclipse.hawk.localfolder.LocalFolder:false
12:33:40.225 [main] INFO  o.e.h.c.r.CompositeStateListener - Saved Hawk metadata.
12:33:40.225 [pool-170-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating Hawk...
updating indexer: 
12:33:40.289 [pool-170-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating relevant changed model files...
12:33:40.291 [pool-170-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Imported 10/11 files from file:///home/jenkins/agent/workspace/Hawk_Greycat_backend_master/core/tests/org.eclipse.hawk.integration.tests/resources/models/set0-reduced-fragmented/
12:33:40.291 [pool-170-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Deleting models removed from repository...
12:33:40.292 [pool-170-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating models to the new version...
12:33:40.303 [pool-170-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /IJavaProject_org.eclipse.jdt.apt.pluggable.core/IJavaProject_org.eclipse.jdt.apt.pluggable.core.xmi...
12:33:40.303 [pool-170-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
12:33:40.303 [pool-170-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
12:33:40.303 [pool-170-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performing batch insert on file: /IJavaProject_org.eclipse.jdt.apt.pluggable.core/IJavaProject_org.eclipse.jdt.apt.pluggable.core.xmi...
12:33:40.307 [pool-170-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding elements of file /IJavaProject_org.eclipse.jdt.apt.pluggable.core/IJavaProject_org.eclipse.jdt.apt.pluggable.core.xmi
12:33:40.311 [pool-170-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 2 NODES AND 2 M->MM REFERENCES! (took ~5sec)
12:33:40.311 [pool-170-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding edges of file /IJavaProject_org.eclipse.jdt.apt.pluggable.core/IJavaProject_org.eclipse.jdt.apt.pluggable.core.xmi
12:33:40.391 [pool-170-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 REFERENCES! (took ~0 sec)
12:33:40.391 [pool-170-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performed batch insert on file: /IJavaProject_org.eclipse.jdt.apt.pluggable.core/IJavaProject_org.eclipse.jdt.apt.pluggable.core.xmi.
0s88ms [pure insertion]
marking any relevant derived attributes for update...12:33:40.391 [pool-170-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s1ms
12:33:40.392 [pool-170-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s1ms
12:33:40.401 [pool-170-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /BinaryPackageFragmentRoot_rt.jar/BinaryPackageFragmentRoot_rt.jar.xmi...
12:33:40.401 [pool-170-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
12:33:40.401 [pool-170-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
12:33:40.401 [pool-170-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performing batch insert on file: /BinaryPackageFragmentRoot_rt.jar/BinaryPackageFragmentRoot_rt.jar.xmi...
12:33:40.404 [pool-170-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding elements of file /BinaryPackageFragmentRoot_rt.jar/BinaryPackageFragmentRoot_rt.jar.xmi
12:33:40.408 [pool-170-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec)
12:33:40.408 [pool-170-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding edges of file /BinaryPackageFragmentRoot_rt.jar/BinaryPackageFragmentRoot_rt.jar.xmi
12:33:40.408 [pool-170-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec)
12:33:40.408 [pool-170-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performed batch insert on file: /BinaryPackageFragmentRoot_rt.jar/BinaryPackageFragmentRoot_rt.jar.xmi.
0s8ms [pure insertion]
marking any relevant derived attributes for update...12:33:40.408 [pool-170-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
12:33:40.408 [pool-170-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
12:33:40.475 [pool-170-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /IJavaProject_org.eclipse.jdt.apt.pluggable.core/IPackageFragment_org.eclipse.jdt.internal/IPackageFragment_org.eclipse.jdt.internal.xmi...
12:33:40.475 [pool-170-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
12:33:40.478 [pool-170-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
12:33:40.478 [pool-170-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performing batch insert on file: /IJavaProject_org.eclipse.jdt.apt.pluggable.core/IPackageFragment_org.eclipse.jdt.internal/IPackageFragment_org.eclipse.jdt.internal.xmi...
12:33:40.481 [pool-170-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding elements of file /IJavaProject_org.eclipse.jdt.apt.pluggable.core/IPackageFragment_org.eclipse.jdt.internal/IPackageFragment_org.eclipse.jdt.internal.xmi
12:33:40.481 [pool-170-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~2sec)
12:33:40.481 [pool-170-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding edges of file /IJavaProject_org.eclipse.jdt.apt.pluggable.core/IPackageFragment_org.eclipse.jdt.internal/IPackageFragment_org.eclipse.jdt.internal.xmi
12:33:40.590 [pool-170-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec)
12:33:40.590 [pool-170-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performed batch insert on file: /IJavaProject_org.eclipse.jdt.apt.pluggable.core/IPackageFragment_org.eclipse.jdt.internal/IPackageFragment_org.eclipse.jdt.internal.xmi.
0s115ms [pure insertion]
marking any relevant derived attributes for update...12:33:40.590 [pool-170-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
12:33:40.590 [pool-170-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
12:33:40.601 [pool-170-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /BinaryPackageFragmentRoot_resources.jar/BinaryPackageFragmentRoot_resources.jar.xmi...
12:33:40.601 [pool-170-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
12:33:40.601 [pool-170-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
12:33:40.601 [pool-170-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performing batch insert on file: /BinaryPackageFragmentRoot_resources.jar/BinaryPackageFragmentRoot_resources.jar.xmi...
12:33:40.604 [pool-170-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding elements of file /BinaryPackageFragmentRoot_resources.jar/BinaryPackageFragmentRoot_resources.jar.xmi
12:33:40.607 [pool-170-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec)
12:33:40.607 [pool-170-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding edges of file /BinaryPackageFragmentRoot_resources.jar/BinaryPackageFragmentRoot_resources.jar.xmi
12:33:40.607 [pool-170-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec)
12:33:40.607 [pool-170-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performed batch insert on file: /BinaryPackageFragmentRoot_resources.jar/BinaryPackageFragmentRoot_resources.jar.xmi.
0s6ms [pure insertion]
marking any relevant derived attributes for update...12:33:40.607 [pool-170-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
12:33:40.607 [pool-170-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
12:33:40.696 [pool-170-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /IJavaProject_org.eclipse.jdt.apt.pluggable.core/IPackageFragment_org.eclipse.jdt.internal.apt.pluggable.core.filer/IPackageFragment_org.eclipse.jdt.internal.apt.pluggable.core.filer.xmi...
12:33:40.696 [pool-170-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
12:33:40.696 [pool-170-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
12:33:40.696 [pool-170-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performing batch insert on file: /IJavaProject_org.eclipse.jdt.apt.pluggable.core/IPackageFragment_org.eclipse.jdt.internal.apt.pluggable.core.filer/IPackageFragment_org.eclipse.jdt.internal.apt.pluggable.core.filer.xmi...
12:33:40.699 [pool-170-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding elements of file /IJavaProject_org.eclipse.jdt.apt.pluggable.core/IPackageFragment_org.eclipse.jdt.internal.apt.pluggable.core.filer/IPackageFragment_org.eclipse.jdt.internal.apt.pluggable.core.filer.xmi
12:33:41.376 [pool-170-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 2743 NODES AND 2743 M->MM REFERENCES! (took ~6753sec)
12:33:41.376 [pool-170-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding edges of file /IJavaProject_org.eclipse.jdt.apt.pluggable.core/IPackageFragment_org.eclipse.jdt.internal.apt.pluggable.core.filer/IPackageFragment_org.eclipse.jdt.internal.apt.pluggable.core.filer.xmi
12:33:41.683 [pool-170-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 2742 REFERENCES! (took ~0 sec)
12:33:41.683 [pool-170-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performed batch insert on file: /IJavaProject_org.eclipse.jdt.apt.pluggable.core/IPackageFragment_org.eclipse.jdt.internal.apt.pluggable.core.filer/IPackageFragment_org.eclipse.jdt.internal.apt.pluggable.core.filer.xmi.
0s987ms [pure insertion]
marking any relevant derived attributes for update...12:33:41.683 [pool-170-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
12:33:41.683 [pool-170-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
12:33:41.691 [pool-170-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /set0.xmi...
12:33:41.691 [pool-170-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
12:33:41.691 [pool-170-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
12:33:41.691 [pool-170-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performing batch insert on file: /set0.xmi...
12:33:41.694 [pool-170-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding elements of file /set0.xmi
12:33:41.698 [pool-170-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~1sec)
12:33:41.698 [pool-170-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding edges of file /set0.xmi
12:33:41.709 [pool-170-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec)
12:33:41.709 [pool-170-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performed batch insert on file: /set0.xmi.
0s18ms [pure insertion]
marking any relevant derived attributes for update...12:33:41.709 [pool-170-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
12:33:41.709 [pool-170-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
12:33:41.717 [pool-170-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /IJavaProject_org.eclipse.jdt.apt.pluggable.core/IPackageFragment_org.eclipse.jdt.internal.apt.pluggable/IPackageFragment_org.eclipse.jdt.internal.apt.pluggable.xmi...
12:33:41.717 [pool-170-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
12:33:41.717 [pool-170-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
12:33:41.717 [pool-170-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performing batch insert on file: /IJavaProject_org.eclipse.jdt.apt.pluggable.core/IPackageFragment_org.eclipse.jdt.internal.apt.pluggable/IPackageFragment_org.eclipse.jdt.internal.apt.pluggable.xmi...
12:33:41.775 [pool-170-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding elements of file /IJavaProject_org.eclipse.jdt.apt.pluggable.core/IPackageFragment_org.eclipse.jdt.internal.apt.pluggable/IPackageFragment_org.eclipse.jdt.internal.apt.pluggable.xmi
12:33:41.776 [pool-170-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~2sec)
12:33:41.776 [pool-170-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding edges of file /IJavaProject_org.eclipse.jdt.apt.pluggable.core/IPackageFragment_org.eclipse.jdt.internal.apt.pluggable/IPackageFragment_org.eclipse.jdt.internal.apt.pluggable.xmi
12:33:41.779 [pool-170-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec)
12:33:41.779 [pool-170-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performed batch insert on file: /IJavaProject_org.eclipse.jdt.apt.pluggable.core/IPackageFragment_org.eclipse.jdt.internal.apt.pluggable/IPackageFragment_org.eclipse.jdt.internal.apt.pluggable.xmi.
0s62ms [pure insertion]
marking any relevant derived attributes for update...12:33:41.779 [pool-170-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
12:33:41.779 [pool-170-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
12:33:41.801 [pool-170-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /IJavaProject_org.eclipse.jdt.apt.pluggable.core/IPackageFragment_org.eclipse.jdt.internal.apt.pluggable.core.dispatch/IPackageFragment_org.eclipse.jdt.internal.apt.pluggable.core.dispatch.xmi...
12:33:41.801 [pool-170-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
12:33:41.801 [pool-170-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
12:33:41.801 [pool-170-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performing batch insert on file: /IJavaProject_org.eclipse.jdt.apt.pluggable.core/IPackageFragment_org.eclipse.jdt.internal.apt.pluggable.core.dispatch/IPackageFragment_org.eclipse.jdt.internal.apt.pluggable.core.dispatch.xmi...
12:33:41.804 [pool-170-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding elements of file /IJavaProject_org.eclipse.jdt.apt.pluggable.core/IPackageFragment_org.eclipse.jdt.internal.apt.pluggable.core.dispatch/IPackageFragment_org.eclipse.jdt.internal.apt.pluggable.core.dispatch.xmi
12:33:42.299 [pool-170-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 2018 NODES AND 2018 M->MM REFERENCES! (took ~5004sec)
12:33:42.299 [pool-170-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding edges of file /IJavaProject_org.eclipse.jdt.apt.pluggable.core/IPackageFragment_org.eclipse.jdt.internal.apt.pluggable.core.dispatch/IPackageFragment_org.eclipse.jdt.internal.apt.pluggable.core.dispatch.xmi
12:33:42.692 [pool-170-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 2017 REFERENCES! (took ~0 sec)
12:33:42.692 [pool-170-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performed batch insert on file: /IJavaProject_org.eclipse.jdt.apt.pluggable.core/IPackageFragment_org.eclipse.jdt.internal.apt.pluggable.core.dispatch/IPackageFragment_org.eclipse.jdt.internal.apt.pluggable.core.dispatch.xmi.
0s891ms [pure insertion]
marking any relevant derived attributes for update...12:33:42.692 [pool-170-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
12:33:42.692 [pool-170-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
12:33:42.701 [pool-170-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /IJavaProject_org.eclipse.jdt.apt.pluggable.core/IPackageFragment_org.eclipse.jdt.internal.apt/IPackageFragment_org.eclipse.jdt.internal.apt.xmi...
12:33:42.701 [pool-170-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
12:33:42.701 [pool-170-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
12:33:42.701 [pool-170-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performing batch insert on file: /IJavaProject_org.eclipse.jdt.apt.pluggable.core/IPackageFragment_org.eclipse.jdt.internal.apt/IPackageFragment_org.eclipse.jdt.internal.apt.xmi...
12:33:42.704 [pool-170-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding elements of file /IJavaProject_org.eclipse.jdt.apt.pluggable.core/IPackageFragment_org.eclipse.jdt.internal.apt/IPackageFragment_org.eclipse.jdt.internal.apt.xmi
12:33:42.705 [pool-170-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~2sec)
12:33:42.705 [pool-170-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding edges of file /IJavaProject_org.eclipse.jdt.apt.pluggable.core/IPackageFragment_org.eclipse.jdt.internal.apt/IPackageFragment_org.eclipse.jdt.internal.apt.xmi
12:33:42.709 [pool-170-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec)
12:33:42.709 [pool-170-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performed batch insert on file: /IJavaProject_org.eclipse.jdt.apt.pluggable.core/IPackageFragment_org.eclipse.jdt.internal.apt/IPackageFragment_org.eclipse.jdt.internal.apt.xmi.
0s8ms [pure insertion]
marking any relevant derived attributes for update...12:33:42.709 [pool-170-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
12:33:42.709 [pool-170-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
12:33:42.716 [pool-170-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /IJavaProject_org.eclipse.jdt.apt.pluggable.core/IPackageFragment_org.eclipse.jdt/IPackageFragment_org.eclipse.jdt.xmi...
12:33:42.716 [pool-170-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
12:33:42.716 [pool-170-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
12:33:42.716 [pool-170-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performing batch insert on file: /IJavaProject_org.eclipse.jdt.apt.pluggable.core/IPackageFragment_org.eclipse.jdt/IPackageFragment_org.eclipse.jdt.xmi...
12:33:42.720 [pool-170-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding elements of file /IJavaProject_org.eclipse.jdt.apt.pluggable.core/IPackageFragment_org.eclipse.jdt/IPackageFragment_org.eclipse.jdt.xmi
12:33:42.721 [pool-170-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~2sec)
12:33:42.721 [pool-170-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding edges of file /IJavaProject_org.eclipse.jdt.apt.pluggable.core/IPackageFragment_org.eclipse.jdt/IPackageFragment_org.eclipse.jdt.xmi
12:33:42.777 [pool-170-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec)
12:33:42.777 [pool-170-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performed batch insert on file: /IJavaProject_org.eclipse.jdt.apt.pluggable.core/IPackageFragment_org.eclipse.jdt/IPackageFragment_org.eclipse.jdt.xmi.
0s61ms [pure insertion]
marking any relevant derived attributes for update...12:33:42.777 [pool-170-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
12:33:42.777 [pool-170-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
12:33:42.794 [pool-170-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /IJavaProject_org.eclipse.jdt.apt.pluggable.core/IPackageFragment_org.eclipse.jdt.internal.apt.pluggable.core/IPackageFragment_org.eclipse.jdt.internal.apt.pluggable.core.xmi...
12:33:42.794 [pool-170-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
12:33:42.796 [pool-170-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
12:33:42.796 [pool-170-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performing batch insert on file: /IJavaProject_org.eclipse.jdt.apt.pluggable.core/IPackageFragment_org.eclipse.jdt.internal.apt.pluggable.core/IPackageFragment_org.eclipse.jdt.internal.apt.pluggable.core.xmi...
12:33:42.799 [pool-170-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding elements of file /IJavaProject_org.eclipse.jdt.apt.pluggable.core/IPackageFragment_org.eclipse.jdt.internal.apt.pluggable.core/IPackageFragment_org.eclipse.jdt.internal.apt.pluggable.core.xmi
12:33:43.390 [pool-170-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 583 NODES AND 583 M->MM REFERENCES! (took ~1357sec)
12:33:43.390 [pool-170-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding edges of file /IJavaProject_org.eclipse.jdt.apt.pluggable.core/IPackageFragment_org.eclipse.jdt.internal.apt.pluggable.core/IPackageFragment_org.eclipse.jdt.internal.apt.pluggable.core.xmi
12:33:43.480 [pool-170-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 609 REFERENCES! (took ~0 sec)
12:33:43.480 [pool-170-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performed batch insert on file: /IJavaProject_org.eclipse.jdt.apt.pluggable.core/IPackageFragment_org.eclipse.jdt.internal.apt.pluggable.core/IPackageFragment_org.eclipse.jdt.internal.apt.pluggable.core.xmi.
0s686ms [pure insertion]
marking any relevant derived attributes for update...12:33:43.480 [pool-170-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
12:33:43.480 [pool-170-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
12:33:43.480 [pool-170-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating proxies...
attempting to resolve any leftover cross-file references...
12:33:43.480 [pool-170-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Resolving any leftover cross-file references...
12:33:43.509 [pool-170-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Processing 0/19 proxy references (0 sec total)
12:33:44.102 [pool-170-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - 0 proxy ref lists left after resolving 19 refs
12:33:44.102 [pool-170-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - proxy resolution took: ~0.622s
attempting to resolve any uninitialized derived attributes...
12:33:44.102 [pool-170-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Resolving any uninitialized derived attributes...
12:33:44.102 [pool-170-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - Deriving attributes...
12:33:44.102 [pool-170-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...
12:33:44.102 [pool-170-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating any affected derived attributes...
0s623ms [proxy update]
12:33:44.103 [pool-170-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updated proxies.
12:33:44.103 [pool-170-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performing optional post-sync operations.
sync metrics:
interesting	11
deleted		0
changed		11
loaded		11
c elems		5353
d elems		0
time		~3s
validating changes...
validating file UPDATED for /IJavaProject_org.eclipse.jdt.apt.pluggable.core/IJavaProject_org.eclipse.jdt.apt.pluggable.core.xmi
validating file UPDATED for /BinaryPackageFragmentRoot_rt.jar/BinaryPackageFragmentRoot_rt.jar.xmi
validating file UPDATED for /IJavaProject_org.eclipse.jdt.apt.pluggable.core/IPackageFragment_org.eclipse.jdt.internal/IPackageFragment_org.eclipse.jdt.internal.xmi
validating file UPDATED for /BinaryPackageFragmentRoot_resources.jar/BinaryPackageFragmentRoot_resources.jar.xmi
validating file UPDATED for /IJavaProject_org.eclipse.jdt.apt.pluggable.core/IPackageFragment_org.eclipse.jdt.internal.apt.pluggable.core.filer/IPackageFragment_org.eclipse.jdt.internal.apt.pluggable.core.filer.xmi
validating file UPDATED for /set0.xmi
validating file UPDATED for /IJavaProject_org.eclipse.jdt.apt.pluggable.core/IPackageFragment_org.eclipse.jdt.internal.apt.pluggable/IPackageFragment_org.eclipse.jdt.internal.apt.pluggable.xmi
validating file UPDATED for /IJavaProject_org.eclipse.jdt.apt.pluggable.core/IPackageFragment_org.eclipse.jdt.internal.apt.pluggable.core.dispatch/IPackageFragment_org.eclipse.jdt.internal.apt.pluggable.core.dispatch.xmi
validating file UPDATED for /IJavaProject_org.eclipse.jdt.apt.pluggable.core/IPackageFragment_org.eclipse.jdt.internal.apt/IPackageFragment_org.eclipse.jdt.internal.apt.xmi
validating file UPDATED for /IJavaProject_org.eclipse.jdt.apt.pluggable.core/IPackageFragment_org.eclipse.jdt/IPackageFragment_org.eclipse.jdt.xmi
validating file UPDATED for /IJavaProject_org.eclipse.jdt.apt.pluggable.core/IPackageFragment_org.eclipse.jdt.internal.apt.pluggable.core/IPackageFragment_org.eclipse.jdt.internal.apt.pluggable.core.xmi
changed resource size: 5353
relevant graph size: 5353
validated changes... true
12:33:45.707 [pool-170-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updated Hawk instance test (success). 5 s 482 ms
12:33:45.708 [main] DEBUG o.e.hawk.epsilon.emc.EOLQueryEngine - Graph path: /tmp/junit3869077805165390501/test_allContents[LevelDB GreyCat]
12:33:45.711 [main] DEBUG o.e.hawk.epsilon.emc.EOLQueryEngine - Graph path: /tmp/junit3869077805165390501/test_allContents[LevelDB GreyCat]
12:33:45.816 [main] DEBUG o.e.hawk.epsilon.emc.EOLQueryEngine - Graph path: /tmp/junit3869077805165390501/test_allContents[LevelDB GreyCat]
12:33:45.818 [main] DEBUG o.e.hawk.epsilon.emc.EOLQueryEngine - Graph path: /tmp/junit3869077805165390501/test_allContents[LevelDB GreyCat]
12:33:45.820 [main] DEBUG o.e.hawk.epsilon.emc.EOLQueryEngine - Graph path: /tmp/junit3869077805165390501/test_allContents[LevelDB GreyCat]
12:33:46.090 [main] DEBUG o.e.hawk.epsilon.emc.EOLQueryEngine - Graph path: /tmp/junit3869077805165390501/test_allContents[LevelDB GreyCat]
12:33:46.091 [main] DEBUG o.e.hawk.epsilon.emc.EOLQueryEngine - Graph path: /tmp/junit3869077805165390501/test_allContents[LevelDB GreyCat]
12:33:46.093 [main] INFO  o.e.h.c.r.CompositeStateListener - Hawk shutting down...
12:33:46.093 [main] INFO  o.e.h.c.r.CompositeStateListener - Saving Hawk metadata...
adding: file:///home/jenkins/agent/workspace/Hawk_Greycat_backend_master/core/tests/org.eclipse.hawk.integration.tests/resources/models/set0-reduced/:org.eclipse.hawk.localfolder.LocalFolder:false
adding: file:///home/jenkins/agent/workspace/Hawk_Greycat_backend_master/core/tests/org.eclipse.hawk.integration.tests/resources/models/set0-reduced-fragmented/:org.eclipse.hawk.localfolder.LocalFolder:false
12:33:46.095 [main] INFO  o.e.h.c.r.CompositeStateListener - Saved Hawk metadata.
12:33:46.095 [main] INFO  o.e.h.core.runtime.BaseModelIndexer - Waiting 120s for all scheduled tasks to complete
12:33:46.243 [main] INFO  o.e.hawk.greycat.lucene.SoftTxLucene - Shutdown of Lucene complete.
12:33:46.243 [main] INFO  o.e.h.g.AbstractGreycatDatabase - Disconnected from GreyCat graph at /tmp/junit3869077805165390501/test_allContents[LevelDB GreyCat]
12:33:46.243 [main] INFO  o.e.h.c.r.CompositeStateListener - Hawk shut down.
12:33:46.516 [main] INFO  o.e.h.c.r.CompositeStateListener - Saving Hawk metadata...
12:33:46.517 [main] INFO  o.e.h.c.r.CompositeStateListener - Saved Hawk metadata.
12:33:46.517 [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
12:33:46.517 [main] INFO  o.e.h.g.u.GraphMetaModelResourceInjector - ADDING METAMODELS: 
12:33:46.517 [main] INFO  o.e.h.g.u.GraphMetaModelResourceInjector - ADDING: 
12:33:46.521 [main] INFO  o.e.h.g.u.GraphMetaModelResourceInjector - 0 METAMODEL NODES! (took ~0 sec)
inserting static metamodels complete
12:33:46.521 [main] INFO  o.e.h.c.r.CompositeStateListener - Registering metamodels...
12:33:46.521 [main] INFO  o.e.h.c.r.CompositeStateListener - Registered metamodels.
12:33:46.521 [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!
12:33:46.521 [pool-172-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating Hawk...
updating indexer: 
12:33:46.521 [main] INFO  o.e.h.c.r.CompositeStateListener - Adding metamodel(s)...
12:33:46.521 [pool-172-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
12:33:46.522 [pool-172-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updated Hawk instance test (success). 0 s 1 ms
Adding metamodels in: ../../core/tests/org.eclipse.hawk.integration.tests/resources/metamodels/Ecore.ecore to store
Adding metamodels in: ../../core/tests/org.eclipse.hawk.integration.tests/resources/metamodels/JDTAST.ecore to store
12:33:46.591 [main] INFO  o.e.h.g.u.GraphMetaModelResourceInjector - ADDING METAMODELS: 
12:33:46.591 [main] INFO  o.e.h.g.u.GraphMetaModelResourceInjector - ADDING: 
12:33:46.608 [main] DEBUG o.e.h.g.u.GraphMetaModelResourceInjector - supertype dependency from org.amma.dsl.jdt.core to org.amma.dsl.jdt.primitiveTypes
12:33:46.616 [main] DEBUG o.e.h.g.u.GraphMetaModelResourceInjector - supertype dependency from org.amma.dsl.jdt.core to org.amma.dsl.jdt.dom
12:33:46.618 [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
12:33:46.620 [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
12:33:46.620 [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
12:33:46.620 [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
12:33:46.621 [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
12:33:46.674 [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
12:33:46.674 [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
12:33:46.674 [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
12:33:46.674 [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
12:33:46.674 [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
12:33:46.674 [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
12:33:46.674 [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
12:33:46.674 [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[]
12:33:46.677 [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
12:33:46.677 [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
12:33:46.677 [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
12:33:46.678 [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
12:33:46.678 [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
12:33:46.678 [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
12:33:46.678 [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
12:33:46.678 [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
12:33:46.678 [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
12:33:46.678 [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
12:33:46.679 [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
12:33:46.679 [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
12:33:46.680 [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
12:33:46.680 [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
12:33:46.680 [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
12:33:46.681 [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
12:33:46.681 [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
12:33:46.682 [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
12:33:46.682 [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
12:33:46.682 [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
12:33:46.685 [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
12:33:46.686 [main] DEBUG o.e.h.g.u.GraphMetaModelResourceInjector - supertype dependency from org.amma.dsl.jdt.dom to org.amma.dsl.jdt.primitiveTypes
12:33:46.686 [main] DEBUG o.e.h.g.u.GraphMetaModelResourceInjector - supertype dependency from org.amma.dsl.jdt.dom to org.amma.dsl.jdt.core
12:33:46.690 [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
12:33:46.690 [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
12:33:46.695 [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
12:33:46.724 [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
12:33:46.792 [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
12:33:46.792 [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
12:33:46.792 [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
12:33:46.809 [main] INFO  o.e.h.g.u.GraphMetaModelResourceInjector - 136 METAMODEL NODES! (took ~0 sec)
12:33:46.809 [main] INFO  o.e.h.c.r.CompositeStateListener - Added metamodel(s).
12:33:46.919 [main] INFO  o.e.h.c.r.CompositeStateListener - Saving Hawk metadata...
adding: file:///home/jenkins/agent/workspace/Hawk_Greycat_backend_master/core/tests/org.eclipse.hawk.integration.tests/resources/models/set0-reduced/:org.eclipse.hawk.localfolder.LocalFolder:false
12:33:46.921 [main] INFO  o.e.h.c.r.CompositeStateListener - Saved Hawk metadata.
12:33:46.921 [pool-172-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating Hawk...
updating indexer: 
12:33:46.980 [pool-172-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating relevant changed model files...
12:33:46.986 [pool-172-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Deleting models removed from repository...
12:33:46.986 [pool-172-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating models to the new version...
12:33:47.101 [pool-172-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /set0.xmi...
12:33:47.110 [pool-172-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
12:33:47.110 [pool-172-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
12:33:47.110 [pool-172-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performing batch insert on file: /set0.xmi...
12:33:47.116 [pool-172-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding elements of file /set0.xmi
12:33:47.983 [pool-172-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 5353 NODES AND 5353 M->MM REFERENCES! (took ~13134sec)
12:33:47.983 [pool-172-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding edges of file /set0.xmi
12:33:48.609 [pool-172-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 5388 REFERENCES! (took ~0 sec)
12:33:48.609 [pool-172-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performed batch insert on file: /set0.xmi.
1s508ms [pure insertion]
marking any relevant derived attributes for update...12:33:48.609 [pool-172-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s2ms
12:33:48.611 [pool-172-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s2ms
12:33:48.611 [pool-172-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating proxies...
attempting to resolve any leftover cross-file references...
12:33:48.611 [pool-172-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Resolving any leftover cross-file references...
12:33:48.686 [pool-172-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - 0 proxy ref lists left after resolving 0 refs
12:33:48.686 [pool-172-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - proxy resolution took: ~0.075s
attempting to resolve any uninitialized derived attributes...
12:33:48.686 [pool-172-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Resolving any uninitialized derived attributes...
12:33:48.686 [pool-172-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - Deriving attributes...
12:33:48.686 [pool-172-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...
12:33:48.686 [pool-172-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating any affected derived attributes...
0s76ms [proxy update]
12:33:48.687 [pool-172-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updated proxies.
12:33:48.687 [pool-172-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performing optional post-sync operations.
sync metrics:
interesting	1
deleted		0
changed		1
loaded		1
c elems		5353
d elems		0
time		~1s
validating changes...
validating file UPDATED for /set0.xmi
changed resource size: 5353
relevant graph size: 5353
validated changes... true
12:33:49.381 [pool-172-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updated Hawk instance test (success). 2 s 460 ms
12:33:50.331 [main] INFO  o.e.h.c.r.CompositeStateListener - Saving Hawk metadata...
adding: file:///home/jenkins/agent/workspace/Hawk_Greycat_backend_master/core/tests/org.eclipse.hawk.integration.tests/resources/models/set0-reduced-fragmented/:org.eclipse.hawk.localfolder.LocalFolder:false
adding: file:///home/jenkins/agent/workspace/Hawk_Greycat_backend_master/core/tests/org.eclipse.hawk.integration.tests/resources/models/set0-reduced/:org.eclipse.hawk.localfolder.LocalFolder:false
12:33:50.333 [main] INFO  o.e.h.c.r.CompositeStateListener - Saved Hawk metadata.
12:33:50.333 [pool-172-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating Hawk...
updating indexer: 
12:33:50.353 [pool-172-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating relevant changed model files...
12:33:50.355 [pool-172-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Imported 10/11 files from file:///home/jenkins/agent/workspace/Hawk_Greycat_backend_master/core/tests/org.eclipse.hawk.integration.tests/resources/models/set0-reduced-fragmented/
12:33:50.355 [pool-172-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Deleting models removed from repository...
12:33:50.355 [pool-172-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating models to the new version...
12:33:50.421 [pool-172-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /BinaryPackageFragmentRoot_resources.jar/BinaryPackageFragmentRoot_resources.jar.xmi...
12:33:50.422 [pool-172-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
12:33:50.422 [pool-172-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
12:33:50.422 [pool-172-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performing batch insert on file: /BinaryPackageFragmentRoot_resources.jar/BinaryPackageFragmentRoot_resources.jar.xmi...
12:33:50.425 [pool-172-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding elements of file /BinaryPackageFragmentRoot_resources.jar/BinaryPackageFragmentRoot_resources.jar.xmi
12:33:50.430 [pool-172-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec)
12:33:50.430 [pool-172-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding edges of file /BinaryPackageFragmentRoot_resources.jar/BinaryPackageFragmentRoot_resources.jar.xmi
12:33:50.430 [pool-172-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec)
12:33:50.430 [pool-172-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performed batch insert on file: /BinaryPackageFragmentRoot_resources.jar/BinaryPackageFragmentRoot_resources.jar.xmi.
0s9ms [pure insertion]
marking any relevant derived attributes for update...12:33:50.430 [pool-172-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s1ms
12:33:50.431 [pool-172-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s1ms
12:33:50.478 [pool-172-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /IJavaProject_org.eclipse.jdt.apt.pluggable.core/IPackageFragment_org.eclipse.jdt.internal.apt.pluggable.core/IPackageFragment_org.eclipse.jdt.internal.apt.pluggable.core.xmi...
12:33:50.478 [pool-172-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
12:33:50.479 [pool-172-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
12:33:50.479 [pool-172-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performing batch insert on file: /IJavaProject_org.eclipse.jdt.apt.pluggable.core/IPackageFragment_org.eclipse.jdt.internal.apt.pluggable.core/IPackageFragment_org.eclipse.jdt.internal.apt.pluggable.core.xmi...
12:33:50.483 [pool-172-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding elements of file /IJavaProject_org.eclipse.jdt.apt.pluggable.core/IPackageFragment_org.eclipse.jdt.internal.apt.pluggable.core/IPackageFragment_org.eclipse.jdt.internal.apt.pluggable.core.xmi
12:33:50.600 [pool-172-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 583 NODES AND 583 M->MM REFERENCES! (took ~1357sec)
12:33:50.600 [pool-172-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding edges of file /IJavaProject_org.eclipse.jdt.apt.pluggable.core/IPackageFragment_org.eclipse.jdt.internal.apt.pluggable.core/IPackageFragment_org.eclipse.jdt.internal.apt.pluggable.core.xmi
12:33:50.680 [pool-172-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 609 REFERENCES! (took ~0 sec)
12:33:50.680 [pool-172-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performed batch insert on file: /IJavaProject_org.eclipse.jdt.apt.pluggable.core/IPackageFragment_org.eclipse.jdt.internal.apt.pluggable.core/IPackageFragment_org.eclipse.jdt.internal.apt.pluggable.core.xmi.
0s202ms [pure insertion]
marking any relevant derived attributes for update...12:33:50.680 [pool-172-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
12:33:50.680 [pool-172-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
12:33:50.688 [pool-172-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /BinaryPackageFragmentRoot_rt.jar/BinaryPackageFragmentRoot_rt.jar.xmi...
12:33:50.688 [pool-172-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
12:33:50.688 [pool-172-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
12:33:50.688 [pool-172-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performing batch insert on file: /BinaryPackageFragmentRoot_rt.jar/BinaryPackageFragmentRoot_rt.jar.xmi...
12:33:50.708 [pool-172-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding elements of file /BinaryPackageFragmentRoot_rt.jar/BinaryPackageFragmentRoot_rt.jar.xmi
12:33:50.712 [pool-172-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec)
12:33:50.712 [pool-172-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding edges of file /BinaryPackageFragmentRoot_rt.jar/BinaryPackageFragmentRoot_rt.jar.xmi
12:33:50.712 [pool-172-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec)
12:33:50.712 [pool-172-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performed batch insert on file: /BinaryPackageFragmentRoot_rt.jar/BinaryPackageFragmentRoot_rt.jar.xmi.
0s24ms [pure insertion]
marking any relevant derived attributes for update...12:33:50.712 [pool-172-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
12:33:50.712 [pool-172-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
12:33:50.720 [pool-172-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /IJavaProject_org.eclipse.jdt.apt.pluggable.core/IJavaProject_org.eclipse.jdt.apt.pluggable.core.xmi...
12:33:50.720 [pool-172-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
12:33:50.723 [pool-172-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
12:33:50.723 [pool-172-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performing batch insert on file: /IJavaProject_org.eclipse.jdt.apt.pluggable.core/IJavaProject_org.eclipse.jdt.apt.pluggable.core.xmi...
12:33:50.725 [pool-172-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding elements of file /IJavaProject_org.eclipse.jdt.apt.pluggable.core/IJavaProject_org.eclipse.jdt.apt.pluggable.core.xmi
12:33:50.775 [pool-172-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 2 NODES AND 2 M->MM REFERENCES! (took ~5sec)
12:33:50.775 [pool-172-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding edges of file /IJavaProject_org.eclipse.jdt.apt.pluggable.core/IJavaProject_org.eclipse.jdt.apt.pluggable.core.xmi
12:33:50.800 [pool-172-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 REFERENCES! (took ~0 sec)
12:33:50.800 [pool-172-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performed batch insert on file: /IJavaProject_org.eclipse.jdt.apt.pluggable.core/IJavaProject_org.eclipse.jdt.apt.pluggable.core.xmi.
0s80ms [pure insertion]
marking any relevant derived attributes for update...12:33:50.801 [pool-172-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s1ms
12:33:50.801 [pool-172-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s1ms
12:33:50.808 [pool-172-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /IJavaProject_org.eclipse.jdt.apt.pluggable.core/IPackageFragment_org.eclipse.jdt.internal/IPackageFragment_org.eclipse.jdt.internal.xmi...
12:33:50.808 [pool-172-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
12:33:50.808 [pool-172-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
12:33:50.808 [pool-172-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performing batch insert on file: /IJavaProject_org.eclipse.jdt.apt.pluggable.core/IPackageFragment_org.eclipse.jdt.internal/IPackageFragment_org.eclipse.jdt.internal.xmi...
12:33:50.811 [pool-172-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding elements of file /IJavaProject_org.eclipse.jdt.apt.pluggable.core/IPackageFragment_org.eclipse.jdt.internal/IPackageFragment_org.eclipse.jdt.internal.xmi
12:33:50.811 [pool-172-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~2sec)
12:33:50.811 [pool-172-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding edges of file /IJavaProject_org.eclipse.jdt.apt.pluggable.core/IPackageFragment_org.eclipse.jdt.internal/IPackageFragment_org.eclipse.jdt.internal.xmi
12:33:50.814 [pool-172-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec)
12:33:50.814 [pool-172-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performed batch insert on file: /IJavaProject_org.eclipse.jdt.apt.pluggable.core/IPackageFragment_org.eclipse.jdt.internal/IPackageFragment_org.eclipse.jdt.internal.xmi.
0s6ms [pure insertion]
marking any relevant derived attributes for update...12:33:50.814 [pool-172-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
12:33:50.814 [pool-172-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
12:33:50.820 [pool-172-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /IJavaProject_org.eclipse.jdt.apt.pluggable.core/IPackageFragment_org.eclipse.jdt/IPackageFragment_org.eclipse.jdt.xmi...
12:33:50.821 [pool-172-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
12:33:50.821 [pool-172-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
12:33:50.821 [pool-172-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performing batch insert on file: /IJavaProject_org.eclipse.jdt.apt.pluggable.core/IPackageFragment_org.eclipse.jdt/IPackageFragment_org.eclipse.jdt.xmi...
12:33:50.876 [pool-172-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding elements of file /IJavaProject_org.eclipse.jdt.apt.pluggable.core/IPackageFragment_org.eclipse.jdt/IPackageFragment_org.eclipse.jdt.xmi
12:33:50.877 [pool-172-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~2sec)
12:33:50.877 [pool-172-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding edges of file /IJavaProject_org.eclipse.jdt.apt.pluggable.core/IPackageFragment_org.eclipse.jdt/IPackageFragment_org.eclipse.jdt.xmi
12:33:50.881 [pool-172-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec)
12:33:50.881 [pool-172-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performed batch insert on file: /IJavaProject_org.eclipse.jdt.apt.pluggable.core/IPackageFragment_org.eclipse.jdt/IPackageFragment_org.eclipse.jdt.xmi.
0s61ms [pure insertion]
marking any relevant derived attributes for update...12:33:50.881 [pool-172-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
12:33:50.881 [pool-172-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
12:33:50.889 [pool-172-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /IJavaProject_org.eclipse.jdt.apt.pluggable.core/IPackageFragment_org.eclipse.jdt.internal.apt.pluggable/IPackageFragment_org.eclipse.jdt.internal.apt.pluggable.xmi...
12:33:50.889 [pool-172-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
12:33:50.890 [pool-172-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
12:33:50.890 [pool-172-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performing batch insert on file: /IJavaProject_org.eclipse.jdt.apt.pluggable.core/IPackageFragment_org.eclipse.jdt.internal.apt.pluggable/IPackageFragment_org.eclipse.jdt.internal.apt.pluggable.xmi...
12:33:50.893 [pool-172-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding elements of file /IJavaProject_org.eclipse.jdt.apt.pluggable.core/IPackageFragment_org.eclipse.jdt.internal.apt.pluggable/IPackageFragment_org.eclipse.jdt.internal.apt.pluggable.xmi
12:33:50.893 [pool-172-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~2sec)
12:33:50.894 [pool-172-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding edges of file /IJavaProject_org.eclipse.jdt.apt.pluggable.core/IPackageFragment_org.eclipse.jdt.internal.apt.pluggable/IPackageFragment_org.eclipse.jdt.internal.apt.pluggable.xmi
12:33:50.898 [pool-172-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec)
12:33:50.898 [pool-172-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performed batch insert on file: /IJavaProject_org.eclipse.jdt.apt.pluggable.core/IPackageFragment_org.eclipse.jdt.internal.apt.pluggable/IPackageFragment_org.eclipse.jdt.internal.apt.pluggable.xmi.
0s9ms [pure insertion]
marking any relevant derived attributes for update...12:33:50.898 [pool-172-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
12:33:50.898 [pool-172-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
12:33:50.905 [pool-172-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /IJavaProject_org.eclipse.jdt.apt.pluggable.core/IPackageFragment_org.eclipse.jdt.internal.apt/IPackageFragment_org.eclipse.jdt.internal.apt.xmi...
12:33:50.905 [pool-172-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
12:33:50.905 [pool-172-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
12:33:50.905 [pool-172-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performing batch insert on file: /IJavaProject_org.eclipse.jdt.apt.pluggable.core/IPackageFragment_org.eclipse.jdt.internal.apt/IPackageFragment_org.eclipse.jdt.internal.apt.xmi...
12:33:50.908 [pool-172-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding elements of file /IJavaProject_org.eclipse.jdt.apt.pluggable.core/IPackageFragment_org.eclipse.jdt.internal.apt/IPackageFragment_org.eclipse.jdt.internal.apt.xmi
12:33:50.909 [pool-172-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~2sec)
12:33:50.909 [pool-172-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding edges of file /IJavaProject_org.eclipse.jdt.apt.pluggable.core/IPackageFragment_org.eclipse.jdt.internal.apt/IPackageFragment_org.eclipse.jdt.internal.apt.xmi
12:33:50.911 [pool-172-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec)
12:33:50.911 [pool-172-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performed batch insert on file: /IJavaProject_org.eclipse.jdt.apt.pluggable.core/IPackageFragment_org.eclipse.jdt.internal.apt/IPackageFragment_org.eclipse.jdt.internal.apt.xmi.
0s6ms [pure insertion]
marking any relevant derived attributes for update...12:33:50.911 [pool-172-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
12:33:50.911 [pool-172-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
12:33:50.989 [pool-172-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /IJavaProject_org.eclipse.jdt.apt.pluggable.core/IPackageFragment_org.eclipse.jdt.internal.apt.pluggable.core.dispatch/IPackageFragment_org.eclipse.jdt.internal.apt.pluggable.core.dispatch.xmi...
12:33:50.989 [pool-172-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
12:33:50.989 [pool-172-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
12:33:50.989 [pool-172-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performing batch insert on file: /IJavaProject_org.eclipse.jdt.apt.pluggable.core/IPackageFragment_org.eclipse.jdt.internal.apt.pluggable.core.dispatch/IPackageFragment_org.eclipse.jdt.internal.apt.pluggable.core.dispatch.xmi...
12:33:50.992 [pool-172-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding elements of file /IJavaProject_org.eclipse.jdt.apt.pluggable.core/IPackageFragment_org.eclipse.jdt.internal.apt.pluggable.core.dispatch/IPackageFragment_org.eclipse.jdt.internal.apt.pluggable.core.dispatch.xmi
12:33:51.504 [pool-172-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 2018 NODES AND 2018 M->MM REFERENCES! (took ~5004sec)
12:33:51.505 [pool-172-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding edges of file /IJavaProject_org.eclipse.jdt.apt.pluggable.core/IPackageFragment_org.eclipse.jdt.internal.apt.pluggable.core.dispatch/IPackageFragment_org.eclipse.jdt.internal.apt.pluggable.core.dispatch.xmi
12:33:51.710 [pool-172-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 2017 REFERENCES! (took ~0 sec)
12:33:51.710 [pool-172-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performed batch insert on file: /IJavaProject_org.eclipse.jdt.apt.pluggable.core/IPackageFragment_org.eclipse.jdt.internal.apt.pluggable.core.dispatch/IPackageFragment_org.eclipse.jdt.internal.apt.pluggable.core.dispatch.xmi.
0s721ms [pure insertion]
marking any relevant derived attributes for update...12:33:51.710 [pool-172-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
12:33:51.710 [pool-172-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
12:33:51.720 [pool-172-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /set0.xmi...
12:33:51.720 [pool-172-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
12:33:51.720 [pool-172-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
12:33:51.720 [pool-172-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performing batch insert on file: /set0.xmi...
12:33:51.724 [pool-172-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding elements of file /set0.xmi
12:33:51.728 [pool-172-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~1sec)
12:33:51.728 [pool-172-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding edges of file /set0.xmi
12:33:51.778 [pool-172-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec)
12:33:51.778 [pool-172-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performed batch insert on file: /set0.xmi.
0s58ms [pure insertion]
marking any relevant derived attributes for update...12:33:51.778 [pool-172-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s1ms
12:33:51.779 [pool-172-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s1ms
12:33:51.806 [pool-172-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /IJavaProject_org.eclipse.jdt.apt.pluggable.core/IPackageFragment_org.eclipse.jdt.internal.apt.pluggable.core.filer/IPackageFragment_org.eclipse.jdt.internal.apt.pluggable.core.filer.xmi...
12:33:51.806 [pool-172-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
12:33:51.806 [pool-172-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
12:33:51.806 [pool-172-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performing batch insert on file: /IJavaProject_org.eclipse.jdt.apt.pluggable.core/IPackageFragment_org.eclipse.jdt.internal.apt.pluggable.core.filer/IPackageFragment_org.eclipse.jdt.internal.apt.pluggable.core.filer.xmi...
12:33:51.811 [pool-172-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding elements of file /IJavaProject_org.eclipse.jdt.apt.pluggable.core/IPackageFragment_org.eclipse.jdt.internal.apt.pluggable.core.filer/IPackageFragment_org.eclipse.jdt.internal.apt.pluggable.core.filer.xmi
12:33:52.392 [pool-172-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 2743 NODES AND 2743 M->MM REFERENCES! (took ~6753sec)
12:33:52.393 [pool-172-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding edges of file /IJavaProject_org.eclipse.jdt.apt.pluggable.core/IPackageFragment_org.eclipse.jdt.internal.apt.pluggable.core.filer/IPackageFragment_org.eclipse.jdt.internal.apt.pluggable.core.filer.xmi
12:33:52.787 [pool-172-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 2742 REFERENCES! (took ~0 sec)
12:33:52.788 [pool-172-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performed batch insert on file: /IJavaProject_org.eclipse.jdt.apt.pluggable.core/IPackageFragment_org.eclipse.jdt.internal.apt.pluggable.core.filer/IPackageFragment_org.eclipse.jdt.internal.apt.pluggable.core.filer.xmi.
0s982ms [pure insertion]
marking any relevant derived attributes for update...12:33:52.788 [pool-172-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
12:33:52.788 [pool-172-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
12:33:52.788 [pool-172-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating proxies...
attempting to resolve any leftover cross-file references...
12:33:52.788 [pool-172-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Resolving any leftover cross-file references...
12:33:52.815 [pool-172-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Processing 0/19 proxy references (0 sec total)
12:33:53.409 [pool-172-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - 0 proxy ref lists left after resolving 19 refs
12:33:53.409 [pool-172-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - proxy resolution took: ~0.621s
attempting to resolve any uninitialized derived attributes...
12:33:53.409 [pool-172-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Resolving any uninitialized derived attributes...
12:33:53.409 [pool-172-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - Deriving attributes...
12:33:53.409 [pool-172-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...
12:33:53.409 [pool-172-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating any affected derived attributes...
0s622ms [proxy update]
12:33:53.410 [pool-172-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updated proxies.
12:33:53.411 [pool-172-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performing optional post-sync operations.
sync metrics:
interesting	11
deleted		0
changed		11
loaded		11
c elems		5353
d elems		0
time		~3s
validating changes...
validating file UPDATED for /BinaryPackageFragmentRoot_resources.jar/BinaryPackageFragmentRoot_resources.jar.xmi
validating file UPDATED for /IJavaProject_org.eclipse.jdt.apt.pluggable.core/IPackageFragment_org.eclipse.jdt.internal.apt.pluggable.core/IPackageFragment_org.eclipse.jdt.internal.apt.pluggable.core.xmi
validating file UPDATED for /BinaryPackageFragmentRoot_rt.jar/BinaryPackageFragmentRoot_rt.jar.xmi
validating file UPDATED for /IJavaProject_org.eclipse.jdt.apt.pluggable.core/IJavaProject_org.eclipse.jdt.apt.pluggable.core.xmi
validating file UPDATED for /IJavaProject_org.eclipse.jdt.apt.pluggable.core/IPackageFragment_org.eclipse.jdt.internal/IPackageFragment_org.eclipse.jdt.internal.xmi
validating file UPDATED for /IJavaProject_org.eclipse.jdt.apt.pluggable.core/IPackageFragment_org.eclipse.jdt/IPackageFragment_org.eclipse.jdt.xmi
validating file UPDATED for /IJavaProject_org.eclipse.jdt.apt.pluggable.core/IPackageFragment_org.eclipse.jdt.internal.apt.pluggable/IPackageFragment_org.eclipse.jdt.internal.apt.pluggable.xmi
validating file UPDATED for /IJavaProject_org.eclipse.jdt.apt.pluggable.core/IPackageFragment_org.eclipse.jdt.internal.apt/IPackageFragment_org.eclipse.jdt.internal.apt.xmi
validating file UPDATED for /IJavaProject_org.eclipse.jdt.apt.pluggable.core/IPackageFragment_org.eclipse.jdt.internal.apt.pluggable.core.dispatch/IPackageFragment_org.eclipse.jdt.internal.apt.pluggable.core.dispatch.xmi
validating file UPDATED for /set0.xmi
validating file UPDATED for /IJavaProject_org.eclipse.jdt.apt.pluggable.core/IPackageFragment_org.eclipse.jdt.internal.apt.pluggable.core.filer/IPackageFragment_org.eclipse.jdt.internal.apt.pluggable.core.filer.xmi
changed resource size: 5353
relevant graph size: 5353
validated changes... true
12:33:54.400 [pool-172-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updated Hawk instance test (success). 4 s 67 ms
12:33:54.401 [main] DEBUG o.e.h.e.e.contextful.CEOLQueryEngine - Full Traversal Scoping ENABLED
12:33:54.401 [main] DEBUG o.e.hawk.epsilon.emc.EOLQueryEngine - Graph path: /tmp/junit6848780619327637219/test_subtreeTraversalScoping[LevelDB GreyCat]
12:33:54.406 [main] DEBUG o.e.h.e.e.contextful.CEOLQueryEngine - Full Traversal Scoping ENABLED
12:33:54.406 [main] DEBUG o.e.hawk.epsilon.emc.EOLQueryEngine - Graph path: /tmp/junit6848780619327637219/test_subtreeTraversalScoping[LevelDB GreyCat]
12:33:54.408 [main] INFO  o.e.h.c.r.CompositeStateListener - Hawk shutting down...
12:33:54.408 [main] INFO  o.e.h.c.r.CompositeStateListener - Saving Hawk metadata...
adding: file:///home/jenkins/agent/workspace/Hawk_Greycat_backend_master/core/tests/org.eclipse.hawk.integration.tests/resources/models/set0-reduced-fragmented/:org.eclipse.hawk.localfolder.LocalFolder:false
adding: file:///home/jenkins/agent/workspace/Hawk_Greycat_backend_master/core/tests/org.eclipse.hawk.integration.tests/resources/models/set0-reduced/:org.eclipse.hawk.localfolder.LocalFolder:false
12:33:54.412 [main] INFO  o.e.h.c.r.CompositeStateListener - Saved Hawk metadata.
12:33:54.412 [main] INFO  o.e.h.core.runtime.BaseModelIndexer - Waiting 120s for all scheduled tasks to complete
12:33:54.562 [main] INFO  o.e.hawk.greycat.lucene.SoftTxLucene - Shutdown of Lucene complete.
12:33:54.563 [main] INFO  o.e.h.g.AbstractGreycatDatabase - Disconnected from GreyCat graph at /tmp/junit6848780619327637219/test_subtreeTraversalScoping[LevelDB GreyCat]
12:33:54.563 [main] INFO  o.e.h.c.r.CompositeStateListener - Hawk shut down.
12:33:54.717 [main] INFO  o.e.h.c.r.CompositeStateListener - Saving Hawk metadata...
12:33:54.718 [main] INFO  o.e.h.c.r.CompositeStateListener - Saved Hawk metadata.
12:33:54.718 [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
12:33:54.718 [main] INFO  o.e.h.g.u.GraphMetaModelResourceInjector - ADDING METAMODELS: 
12:33:54.718 [main] INFO  o.e.h.g.u.GraphMetaModelResourceInjector - ADDING: 
12:33:54.722 [main] INFO  o.e.h.g.u.GraphMetaModelResourceInjector - 0 METAMODEL NODES! (took ~0 sec)
inserting static metamodels complete
12:33:54.722 [main] INFO  o.e.h.c.r.CompositeStateListener - Registering metamodels...
12:33:54.722 [main] INFO  o.e.h.c.r.CompositeStateListener - Registered metamodels.
12:33:54.722 [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!
12:33:54.722 [pool-174-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating Hawk...
updating indexer: 
12:33:54.723 [pool-174-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performing optional post-sync operations.
sync metrics:
12:33:54.723 [main] INFO  o.e.h.c.r.CompositeStateListener - Adding metamodel(s)...
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
12:33:54.723 [pool-174-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updated Hawk instance test (success). 0 s 0 ms
Adding metamodels in: ../../core/tests/org.eclipse.hawk.integration.tests/resources/metamodels/Ecore.ecore to store
Adding metamodels in: ../../core/tests/org.eclipse.hawk.integration.tests/resources/metamodels/JDTAST.ecore to store
12:33:54.781 [main] INFO  o.e.h.g.u.GraphMetaModelResourceInjector - ADDING METAMODELS: 
12:33:54.781 [main] INFO  o.e.h.g.u.GraphMetaModelResourceInjector - ADDING: 
12:33:54.799 [main] DEBUG o.e.h.g.u.GraphMetaModelResourceInjector - supertype dependency from org.amma.dsl.jdt.dom to org.amma.dsl.jdt.primitiveTypes
12:33:54.799 [main] DEBUG o.e.h.g.u.GraphMetaModelResourceInjector - supertype dependency from org.amma.dsl.jdt.dom to org.amma.dsl.jdt.core
12:33:54.822 [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
12:33:54.977 [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
12:33:54.996 [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
12:33:55.000 [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
12:33:55.002 [main] DEBUG o.e.h.g.u.GraphMetaModelResourceInjector - supertype dependency from org.amma.dsl.jdt.core to org.amma.dsl.jdt.primitiveTypes
12:33:55.005 [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
12:33:55.008 [main] DEBUG o.e.h.g.u.GraphMetaModelResourceInjector - supertype dependency from org.amma.dsl.jdt.core to org.amma.dsl.jdt.dom
12:33:55.011 [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
12:33:55.012 [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
12:33:55.012 [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
12:33:55.012 [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
12:33:55.012 [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
12:33:55.012 [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
12:33:55.012 [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
12:33:55.012 [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
12:33:55.012 [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
12:33:55.013 [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
12:33:55.015 [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
12:33:55.015 [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
12:33:55.015 [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
12:33:55.015 [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
12:33:55.016 [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
12:33:55.017 [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
12:33:55.017 [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
12:33:55.017 [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
12:33:55.017 [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
12:33:55.020 [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
12:33:55.020 [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
12:33:55.021 [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[]
12:33:55.021 [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
12:33:55.021 [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
12:33:55.074 [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
12:33:55.074 [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
12:33:55.074 [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
12:33:55.074 [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
12:33:55.074 [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
12:33:55.074 [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
12:33:55.074 [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
12:33:55.075 [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
12:33:55.075 [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
12:33:55.075 [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
12:33:55.075 [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
12:33:55.075 [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
12:33:55.094 [main] INFO  o.e.h.g.u.GraphMetaModelResourceInjector - 136 METAMODEL NODES! (took ~0 sec)
12:33:55.094 [main] INFO  o.e.h.c.r.CompositeStateListener - Added metamodel(s).
12:33:55.206 [main] INFO  o.e.h.c.r.CompositeStateListener - Saving Hawk metadata...
adding: file:///home/jenkins/agent/workspace/Hawk_Greycat_backend_master/core/tests/org.eclipse.hawk.integration.tests/resources/models/set0-reduced/:org.eclipse.hawk.localfolder.LocalFolder:false
12:33:55.207 [main] INFO  o.e.h.c.r.CompositeStateListener - Saved Hawk metadata.
12:33:55.207 [pool-174-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating Hawk...
updating indexer: 
12:33:55.223 [pool-174-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating relevant changed model files...
12:33:55.228 [pool-174-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Deleting models removed from repository...
12:33:55.228 [pool-174-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating models to the new version...
12:33:55.319 [pool-174-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /set0.xmi...
12:33:55.377 [pool-174-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
12:33:55.377 [pool-174-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
12:33:55.377 [pool-174-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performing batch insert on file: /set0.xmi...
12:33:55.382 [pool-174-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding elements of file /set0.xmi
12:33:56.002 [pool-174-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 5353 NODES AND 5353 M->MM REFERENCES! (took ~13134sec)
12:33:56.002 [pool-174-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding edges of file /set0.xmi
12:33:56.510 [pool-174-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 5388 REFERENCES! (took ~0 sec)
12:33:56.510 [pool-174-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performed batch insert on file: /set0.xmi.
1s191ms [pure insertion]
marking any relevant derived attributes for update...12:33:56.510 [pool-174-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s4ms
12:33:56.514 [pool-174-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s4ms
12:33:56.514 [pool-174-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating proxies...
attempting to resolve any leftover cross-file references...
12:33:56.514 [pool-174-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Resolving any leftover cross-file references...
12:33:56.594 [pool-174-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - 0 proxy ref lists left after resolving 0 refs
12:33:56.594 [pool-174-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - proxy resolution took: ~0.08s
attempting to resolve any uninitialized derived attributes...
12:33:56.594 [pool-174-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Resolving any uninitialized derived attributes...
12:33:56.594 [pool-174-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - Deriving attributes...
12:33:56.594 [pool-174-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...
12:33:56.594 [pool-174-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating any affected derived attributes...
0s80ms [proxy update]
12:33:56.595 [pool-174-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updated proxies.
12:33:56.595 [pool-174-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performing optional post-sync operations.
sync metrics:
interesting	1
deleted		0
changed		1
loaded		1
c elems		5353
d elems		0
time		~1s
validating changes...
validating file UPDATED for /set0.xmi
changed resource size: 5353
relevant graph size: 5353
validated changes... true
12:33:57.408 [pool-174-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updated Hawk instance test (success). 2 s 201 ms
12:33:57.506 [main] INFO  o.e.h.c.r.CompositeStateListener - Saving Hawk metadata...
adding: file:///home/jenkins/agent/workspace/Hawk_Greycat_backend_master/core/tests/org.eclipse.hawk.integration.tests/resources/models/set0-reduced-fragmented/:org.eclipse.hawk.localfolder.LocalFolder:false
adding: file:///home/jenkins/agent/workspace/Hawk_Greycat_backend_master/core/tests/org.eclipse.hawk.integration.tests/resources/models/set0-reduced/:org.eclipse.hawk.localfolder.LocalFolder:false
12:33:57.508 [main] INFO  o.e.h.c.r.CompositeStateListener - Saved Hawk metadata.
12:33:57.509 [pool-174-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating Hawk...
updating indexer: 
12:33:57.529 [pool-174-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating relevant changed model files...
12:33:57.575 [pool-174-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Imported 10/11 files from file:///home/jenkins/agent/workspace/Hawk_Greycat_backend_master/core/tests/org.eclipse.hawk.integration.tests/resources/models/set0-reduced-fragmented/
12:33:57.575 [pool-174-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Deleting models removed from repository...
12:33:57.575 [pool-174-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating models to the new version...
12:33:57.587 [pool-174-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /IJavaProject_org.eclipse.jdt.apt.pluggable.core/IPackageFragment_org.eclipse.jdt.internal/IPackageFragment_org.eclipse.jdt.internal.xmi...
12:33:57.587 [pool-174-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
12:33:57.588 [pool-174-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
12:33:57.588 [pool-174-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performing batch insert on file: /IJavaProject_org.eclipse.jdt.apt.pluggable.core/IPackageFragment_org.eclipse.jdt.internal/IPackageFragment_org.eclipse.jdt.internal.xmi...
12:33:57.591 [pool-174-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding elements of file /IJavaProject_org.eclipse.jdt.apt.pluggable.core/IPackageFragment_org.eclipse.jdt.internal/IPackageFragment_org.eclipse.jdt.internal.xmi
12:33:57.592 [pool-174-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~2sec)
12:33:57.592 [pool-174-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding edges of file /IJavaProject_org.eclipse.jdt.apt.pluggable.core/IPackageFragment_org.eclipse.jdt.internal/IPackageFragment_org.eclipse.jdt.internal.xmi
12:33:57.595 [pool-174-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec)
12:33:57.595 [pool-174-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performed batch insert on file: /IJavaProject_org.eclipse.jdt.apt.pluggable.core/IPackageFragment_org.eclipse.jdt.internal/IPackageFragment_org.eclipse.jdt.internal.xmi.
0s8ms [pure insertion]
marking any relevant derived attributes for update...12:33:57.595 [pool-174-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
12:33:57.595 [pool-174-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
12:33:57.602 [pool-174-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /IJavaProject_org.eclipse.jdt.apt.pluggable.core/IPackageFragment_org.eclipse.jdt.internal.apt.pluggable/IPackageFragment_org.eclipse.jdt.internal.apt.pluggable.xmi...
12:33:57.602 [pool-174-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
12:33:57.602 [pool-174-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
12:33:57.602 [pool-174-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performing batch insert on file: /IJavaProject_org.eclipse.jdt.apt.pluggable.core/IPackageFragment_org.eclipse.jdt.internal.apt.pluggable/IPackageFragment_org.eclipse.jdt.internal.apt.pluggable.xmi...
12:33:57.605 [pool-174-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding elements of file /IJavaProject_org.eclipse.jdt.apt.pluggable.core/IPackageFragment_org.eclipse.jdt.internal.apt.pluggable/IPackageFragment_org.eclipse.jdt.internal.apt.pluggable.xmi
12:33:57.606 [pool-174-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~2sec)
12:33:57.606 [pool-174-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding edges of file /IJavaProject_org.eclipse.jdt.apt.pluggable.core/IPackageFragment_org.eclipse.jdt.internal.apt.pluggable/IPackageFragment_org.eclipse.jdt.internal.apt.pluggable.xmi
12:33:57.609 [pool-174-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec)
12:33:57.609 [pool-174-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performed batch insert on file: /IJavaProject_org.eclipse.jdt.apt.pluggable.core/IPackageFragment_org.eclipse.jdt.internal.apt.pluggable/IPackageFragment_org.eclipse.jdt.internal.apt.pluggable.xmi.
0s7ms [pure insertion]
marking any relevant derived attributes for update...12:33:57.609 [pool-174-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
12:33:57.609 [pool-174-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
12:33:57.616 [pool-174-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /IJavaProject_org.eclipse.jdt.apt.pluggable.core/IPackageFragment_org.eclipse.jdt.internal.apt/IPackageFragment_org.eclipse.jdt.internal.apt.xmi...
12:33:57.616 [pool-174-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
12:33:57.616 [pool-174-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
12:33:57.616 [pool-174-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performing batch insert on file: /IJavaProject_org.eclipse.jdt.apt.pluggable.core/IPackageFragment_org.eclipse.jdt.internal.apt/IPackageFragment_org.eclipse.jdt.internal.apt.xmi...
12:33:57.674 [pool-174-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding elements of file /IJavaProject_org.eclipse.jdt.apt.pluggable.core/IPackageFragment_org.eclipse.jdt.internal.apt/IPackageFragment_org.eclipse.jdt.internal.apt.xmi
12:33:57.675 [pool-174-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~2sec)
12:33:57.675 [pool-174-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding edges of file /IJavaProject_org.eclipse.jdt.apt.pluggable.core/IPackageFragment_org.eclipse.jdt.internal.apt/IPackageFragment_org.eclipse.jdt.internal.apt.xmi
12:33:57.680 [pool-174-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec)
12:33:57.680 [pool-174-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performed batch insert on file: /IJavaProject_org.eclipse.jdt.apt.pluggable.core/IPackageFragment_org.eclipse.jdt.internal.apt/IPackageFragment_org.eclipse.jdt.internal.apt.xmi.
0s64ms [pure insertion]
marking any relevant derived attributes for update...12:33:57.680 [pool-174-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
12:33:57.680 [pool-174-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
12:33:57.701 [pool-174-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /IJavaProject_org.eclipse.jdt.apt.pluggable.core/IPackageFragment_org.eclipse.jdt.internal.apt.pluggable.core.dispatch/IPackageFragment_org.eclipse.jdt.internal.apt.pluggable.core.dispatch.xmi...
12:33:57.701 [pool-174-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
12:33:57.703 [pool-174-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
12:33:57.703 [pool-174-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performing batch insert on file: /IJavaProject_org.eclipse.jdt.apt.pluggable.core/IPackageFragment_org.eclipse.jdt.internal.apt.pluggable.core.dispatch/IPackageFragment_org.eclipse.jdt.internal.apt.pluggable.core.dispatch.xmi...
12:33:57.706 [pool-174-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding elements of file /IJavaProject_org.eclipse.jdt.apt.pluggable.core/IPackageFragment_org.eclipse.jdt.internal.apt.pluggable.core.dispatch/IPackageFragment_org.eclipse.jdt.internal.apt.pluggable.core.dispatch.xmi
12:33:58.048 [pool-174-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 2018 NODES AND 2018 M->MM REFERENCES! (took ~5004sec)
12:33:58.048 [pool-174-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding edges of file /IJavaProject_org.eclipse.jdt.apt.pluggable.core/IPackageFragment_org.eclipse.jdt.internal.apt.pluggable.core.dispatch/IPackageFragment_org.eclipse.jdt.internal.apt.pluggable.core.dispatch.xmi
12:33:58.188 [pool-174-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 2017 REFERENCES! (took ~0 sec)
12:33:58.188 [pool-174-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performed batch insert on file: /IJavaProject_org.eclipse.jdt.apt.pluggable.core/IPackageFragment_org.eclipse.jdt.internal.apt.pluggable.core.dispatch/IPackageFragment_org.eclipse.jdt.internal.apt.pluggable.core.dispatch.xmi.
0s487ms [pure insertion]
marking any relevant derived attributes for update...12:33:58.188 [pool-174-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
12:33:58.188 [pool-174-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
12:33:58.213 [pool-174-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /IJavaProject_org.eclipse.jdt.apt.pluggable.core/IPackageFragment_org.eclipse.jdt.internal.apt.pluggable.core.filer/IPackageFragment_org.eclipse.jdt.internal.apt.pluggable.core.filer.xmi...
12:33:58.213 [pool-174-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
12:33:58.213 [pool-174-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
12:33:58.213 [pool-174-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performing batch insert on file: /IJavaProject_org.eclipse.jdt.apt.pluggable.core/IPackageFragment_org.eclipse.jdt.internal.apt.pluggable.core.filer/IPackageFragment_org.eclipse.jdt.internal.apt.pluggable.core.filer.xmi...
12:33:58.216 [pool-174-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding elements of file /IJavaProject_org.eclipse.jdt.apt.pluggable.core/IPackageFragment_org.eclipse.jdt.internal.apt.pluggable.core.filer/IPackageFragment_org.eclipse.jdt.internal.apt.pluggable.core.filer.xmi
12:33:58.649 [pool-174-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 2743 NODES AND 2743 M->MM REFERENCES! (took ~6753sec)
12:33:58.649 [pool-174-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding edges of file /IJavaProject_org.eclipse.jdt.apt.pluggable.core/IPackageFragment_org.eclipse.jdt.internal.apt.pluggable.core.filer/IPackageFragment_org.eclipse.jdt.internal.apt.pluggable.core.filer.xmi
12:33:58.951 [pool-174-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 2742 REFERENCES! (took ~0 sec)
12:33:58.952 [pool-174-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performed batch insert on file: /IJavaProject_org.eclipse.jdt.apt.pluggable.core/IPackageFragment_org.eclipse.jdt.internal.apt.pluggable.core.filer/IPackageFragment_org.eclipse.jdt.internal.apt.pluggable.core.filer.xmi.
0s739ms [pure insertion]
marking any relevant derived attributes for update...12:33:58.952 [pool-174-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
12:33:58.952 [pool-174-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
12:33:58.982 [pool-174-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /set0.xmi...
12:33:58.982 [pool-174-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
12:33:58.982 [pool-174-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
12:33:58.982 [pool-174-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performing batch insert on file: /set0.xmi...
12:33:58.987 [pool-174-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding elements of file /set0.xmi
12:33:58.990 [pool-174-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~1sec)
12:33:58.990 [pool-174-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding edges of file /set0.xmi
12:33:58.999 [pool-174-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec)
12:33:58.999 [pool-174-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performed batch insert on file: /set0.xmi.
0s17ms [pure insertion]
marking any relevant derived attributes for update...12:33:58.999 [pool-174-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
12:33:58.999 [pool-174-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
12:33:59.007 [pool-174-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /BinaryPackageFragmentRoot_resources.jar/BinaryPackageFragmentRoot_resources.jar.xmi...
12:33:59.007 [pool-174-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
12:33:59.007 [pool-174-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
12:33:59.007 [pool-174-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performing batch insert on file: /BinaryPackageFragmentRoot_resources.jar/BinaryPackageFragmentRoot_resources.jar.xmi...
12:33:59.010 [pool-174-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding elements of file /BinaryPackageFragmentRoot_resources.jar/BinaryPackageFragmentRoot_resources.jar.xmi
12:33:59.017 [pool-174-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec)
12:33:59.017 [pool-174-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding edges of file /BinaryPackageFragmentRoot_resources.jar/BinaryPackageFragmentRoot_resources.jar.xmi
12:33:59.017 [pool-174-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec)
12:33:59.017 [pool-174-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performed batch insert on file: /BinaryPackageFragmentRoot_resources.jar/BinaryPackageFragmentRoot_resources.jar.xmi.
0s10ms [pure insertion]
marking any relevant derived attributes for update...12:33:59.017 [pool-174-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
12:33:59.017 [pool-174-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
12:33:59.085 [pool-174-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /IJavaProject_org.eclipse.jdt.apt.pluggable.core/IPackageFragment_org.eclipse.jdt.internal.apt.pluggable.core/IPackageFragment_org.eclipse.jdt.internal.apt.pluggable.core.xmi...
12:33:59.085 [pool-174-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
12:33:59.088 [pool-174-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
12:33:59.088 [pool-174-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performing batch insert on file: /IJavaProject_org.eclipse.jdt.apt.pluggable.core/IPackageFragment_org.eclipse.jdt.internal.apt.pluggable.core/IPackageFragment_org.eclipse.jdt.internal.apt.pluggable.core.xmi...
12:33:59.091 [pool-174-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding elements of file /IJavaProject_org.eclipse.jdt.apt.pluggable.core/IPackageFragment_org.eclipse.jdt.internal.apt.pluggable.core/IPackageFragment_org.eclipse.jdt.internal.apt.pluggable.core.xmi
12:33:59.403 [pool-174-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 583 NODES AND 583 M->MM REFERENCES! (took ~1357sec)
12:33:59.403 [pool-174-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding edges of file /IJavaProject_org.eclipse.jdt.apt.pluggable.core/IPackageFragment_org.eclipse.jdt.internal.apt.pluggable.core/IPackageFragment_org.eclipse.jdt.internal.apt.pluggable.core.xmi
12:33:59.456 [pool-174-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 609 REFERENCES! (took ~0 sec)
12:33:59.456 [pool-174-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performed batch insert on file: /IJavaProject_org.eclipse.jdt.apt.pluggable.core/IPackageFragment_org.eclipse.jdt.internal.apt.pluggable.core/IPackageFragment_org.eclipse.jdt.internal.apt.pluggable.core.xmi.
0s371ms [pure insertion]
marking any relevant derived attributes for update...12:33:59.456 [pool-174-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
12:33:59.456 [pool-174-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
12:33:59.485 [pool-174-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /BinaryPackageFragmentRoot_rt.jar/BinaryPackageFragmentRoot_rt.jar.xmi...
12:33:59.485 [pool-174-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
12:33:59.485 [pool-174-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
12:33:59.485 [pool-174-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performing batch insert on file: /BinaryPackageFragmentRoot_rt.jar/BinaryPackageFragmentRoot_rt.jar.xmi...
12:33:59.490 [pool-174-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding elements of file /BinaryPackageFragmentRoot_rt.jar/BinaryPackageFragmentRoot_rt.jar.xmi
12:33:59.495 [pool-174-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec)
12:33:59.495 [pool-174-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding edges of file /BinaryPackageFragmentRoot_rt.jar/BinaryPackageFragmentRoot_rt.jar.xmi
12:33:59.495 [pool-174-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec)
12:33:59.495 [pool-174-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performed batch insert on file: /BinaryPackageFragmentRoot_rt.jar/BinaryPackageFragmentRoot_rt.jar.xmi.
0s10ms [pure insertion]
marking any relevant derived attributes for update...12:33:59.495 [pool-174-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
12:33:59.495 [pool-174-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
12:33:59.508 [pool-174-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /IJavaProject_org.eclipse.jdt.apt.pluggable.core/IJavaProject_org.eclipse.jdt.apt.pluggable.core.xmi...
12:33:59.508 [pool-174-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
12:33:59.508 [pool-174-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
12:33:59.508 [pool-174-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performing batch insert on file: /IJavaProject_org.eclipse.jdt.apt.pluggable.core/IJavaProject_org.eclipse.jdt.apt.pluggable.core.xmi...
12:33:59.513 [pool-174-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding elements of file /IJavaProject_org.eclipse.jdt.apt.pluggable.core/IJavaProject_org.eclipse.jdt.apt.pluggable.core.xmi
12:33:59.519 [pool-174-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 2 NODES AND 2 M->MM REFERENCES! (took ~5sec)
12:33:59.519 [pool-174-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding edges of file /IJavaProject_org.eclipse.jdt.apt.pluggable.core/IJavaProject_org.eclipse.jdt.apt.pluggable.core.xmi
12:33:59.745 [pool-174-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 REFERENCES! (took ~0 sec)
12:33:59.745 [pool-174-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performed batch insert on file: /IJavaProject_org.eclipse.jdt.apt.pluggable.core/IJavaProject_org.eclipse.jdt.apt.pluggable.core.xmi.
0s237ms [pure insertion]
marking any relevant derived attributes for update...12:33:59.745 [pool-174-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
12:33:59.745 [pool-174-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
12:33:59.753 [pool-174-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /IJavaProject_org.eclipse.jdt.apt.pluggable.core/IPackageFragment_org.eclipse.jdt/IPackageFragment_org.eclipse.jdt.xmi...
12:33:59.753 [pool-174-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
12:33:59.754 [pool-174-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
12:33:59.754 [pool-174-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performing batch insert on file: /IJavaProject_org.eclipse.jdt.apt.pluggable.core/IPackageFragment_org.eclipse.jdt/IPackageFragment_org.eclipse.jdt.xmi...
12:33:59.775 [pool-174-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding elements of file /IJavaProject_org.eclipse.jdt.apt.pluggable.core/IPackageFragment_org.eclipse.jdt/IPackageFragment_org.eclipse.jdt.xmi
12:33:59.776 [pool-174-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~2sec)
12:33:59.776 [pool-174-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding edges of file /IJavaProject_org.eclipse.jdt.apt.pluggable.core/IPackageFragment_org.eclipse.jdt/IPackageFragment_org.eclipse.jdt.xmi
12:33:59.782 [pool-174-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec)
12:33:59.782 [pool-174-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performed batch insert on file: /IJavaProject_org.eclipse.jdt.apt.pluggable.core/IPackageFragment_org.eclipse.jdt/IPackageFragment_org.eclipse.jdt.xmi.
0s29ms [pure insertion]
marking any relevant derived attributes for update...12:33:59.782 [pool-174-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
12:33:59.782 [pool-174-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
12:33:59.782 [pool-174-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating proxies...
attempting to resolve any leftover cross-file references...
12:33:59.782 [pool-174-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Resolving any leftover cross-file references...
12:33:59.811 [pool-174-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Processing 0/19 proxy references (0 sec total)
12:34:00.316 [pool-174-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - 0 proxy ref lists left after resolving 19 refs
12:34:00.316 [pool-174-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - proxy resolution took: ~0.534s
attempting to resolve any uninitialized derived attributes...
12:34:00.316 [pool-174-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Resolving any uninitialized derived attributes...
12:34:00.316 [pool-174-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - Deriving attributes...
12:34:00.316 [pool-174-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...
12:34:00.316 [pool-174-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating any affected derived attributes...
0s534ms [proxy update]
12:34:00.316 [pool-174-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updated proxies.
12:34:00.317 [pool-174-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performing optional post-sync operations.
sync metrics:
interesting	11
deleted		0
changed		11
loaded		11
c elems		5353
d elems		0
time		~2s
validating changes...
validating file UPDATED for /IJavaProject_org.eclipse.jdt.apt.pluggable.core/IPackageFragment_org.eclipse.jdt.internal/IPackageFragment_org.eclipse.jdt.internal.xmi
validating file UPDATED for /IJavaProject_org.eclipse.jdt.apt.pluggable.core/IPackageFragment_org.eclipse.jdt.internal.apt.pluggable/IPackageFragment_org.eclipse.jdt.internal.apt.pluggable.xmi
validating file UPDATED for /IJavaProject_org.eclipse.jdt.apt.pluggable.core/IPackageFragment_org.eclipse.jdt.internal.apt/IPackageFragment_org.eclipse.jdt.internal.apt.xmi
validating file UPDATED for /IJavaProject_org.eclipse.jdt.apt.pluggable.core/IPackageFragment_org.eclipse.jdt.internal.apt.pluggable.core.dispatch/IPackageFragment_org.eclipse.jdt.internal.apt.pluggable.core.dispatch.xmi
validating file UPDATED for /IJavaProject_org.eclipse.jdt.apt.pluggable.core/IPackageFragment_org.eclipse.jdt.internal.apt.pluggable.core.filer/IPackageFragment_org.eclipse.jdt.internal.apt.pluggable.core.filer.xmi
validating file UPDATED for /set0.xmi
validating file UPDATED for /BinaryPackageFragmentRoot_resources.jar/BinaryPackageFragmentRoot_resources.jar.xmi
validating file UPDATED for /IJavaProject_org.eclipse.jdt.apt.pluggable.core/IPackageFragment_org.eclipse.jdt.internal.apt.pluggable.core/IPackageFragment_org.eclipse.jdt.internal.apt.pluggable.core.xmi
validating file UPDATED for /BinaryPackageFragmentRoot_rt.jar/BinaryPackageFragmentRoot_rt.jar.xmi
validating file UPDATED for /IJavaProject_org.eclipse.jdt.apt.pluggable.core/IJavaProject_org.eclipse.jdt.apt.pluggable.core.xmi
validating file UPDATED for /IJavaProject_org.eclipse.jdt.apt.pluggable.core/IPackageFragment_org.eclipse.jdt/IPackageFragment_org.eclipse.jdt.xmi
changed resource size: 5353
relevant graph size: 5353
validated changes... true
12:34:01.033 [pool-174-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updated Hawk instance test (success). 3 s 524 ms
12:34:01.034 [main] DEBUG o.e.hawk.epsilon.emc.EOLQueryEngine - Graph path: /tmp/junit8745170438542100268/test_getAllOf[LevelDB GreyCat]
12:34:01.080 [main] DEBUG o.e.hawk.epsilon.emc.EOLQueryEngine - Graph path: /tmp/junit8745170438542100268/test_getAllOf[LevelDB GreyCat]
12:34:01.106 [main] DEBUG o.e.hawk.epsilon.emc.EOLQueryEngine - Graph path: /tmp/junit8745170438542100268/test_getAllOf[LevelDB GreyCat]
12:34:01.108 [main] DEBUG o.e.hawk.epsilon.emc.EOLQueryEngine - Graph path: /tmp/junit8745170438542100268/test_getAllOf[LevelDB GreyCat]
12:34:01.193 [main] DEBUG o.e.hawk.epsilon.emc.EOLQueryEngine - Graph path: /tmp/junit8745170438542100268/test_getAllOf[LevelDB GreyCat]
12:34:01.194 [main] INFO  o.e.h.c.r.CompositeStateListener - Adding derived attribute org.amma.dsl.jdt.core::IType::allof_IType...
12:34:01.194 [main] INFO  o.e.h.g.u.GraphMetaModelResourceInjector - Derived attribute added: org.amma.dsl.jdt.core::IType#allof_IType (isMany=true|isOrdered=false|isUnique=true|type=IType) org.eclipse.hawk.epsilon.emc.EOLQueryEngine#
return self.closure(e|e.eContainers);
12:34:01.196 [main] INFO  o.e.h.g.updater.GraphModelInserter - Creating / updating derived attribute org.amma.dsl.jdt.core::IType#allof_IType
12:34:01.208 [main] DEBUG o.e.hawk.epsilon.emc.DeriveFeature - adding new module to cache, key: return self.closure(e|e.eContainers);
12:34:02.693 [main] INFO  o.e.h.c.r.CompositeStateListener - Processed 28/28 derived feature nodes of type 'org.eclipse.hawk.epsilon.emc.EOLQueryEngine' (1 s, 1 s total)
12:34:02.693 [main] INFO  o.e.h.g.updater.GraphModelInserter - Finished adding derived feature in 1.497s
12:34:02.693 [main] INFO  o.e.h.c.r.CompositeStateListener - Added derived attribute org.amma.dsl.jdt.core::IType::allof_IType.
12:34:02.696 [main] INFO  o.e.h.c.r.CompositeStateListener - Hawk shutting down...
12:34:02.696 [main] INFO  o.e.h.c.r.CompositeStateListener - Saving Hawk metadata...
adding: file:///home/jenkins/agent/workspace/Hawk_Greycat_backend_master/core/tests/org.eclipse.hawk.integration.tests/resources/models/set0-reduced-fragmented/:org.eclipse.hawk.localfolder.LocalFolder:false
adding: file:///home/jenkins/agent/workspace/Hawk_Greycat_backend_master/core/tests/org.eclipse.hawk.integration.tests/resources/models/set0-reduced/:org.eclipse.hawk.localfolder.LocalFolder:false
12:34:02.698 [main] INFO  o.e.h.c.r.CompositeStateListener - Saved Hawk metadata.
12:34:02.698 [main] INFO  o.e.h.core.runtime.BaseModelIndexer - Waiting 120s for all scheduled tasks to complete
12:34:02.838 [main] INFO  o.e.hawk.greycat.lucene.SoftTxLucene - Shutdown of Lucene complete.
12:34:02.838 [main] INFO  o.e.h.g.AbstractGreycatDatabase - Disconnected from GreyCat graph at /tmp/junit8745170438542100268/test_getAllOf[LevelDB GreyCat]
12:34:02.838 [main] INFO  o.e.h.c.r.CompositeStateListener - Hawk shut down.
12:34:03.032 [main] INFO  o.e.h.c.r.CompositeStateListener - Saving Hawk metadata...
12:34:03.075 [main] INFO  o.e.h.c.r.CompositeStateListener - Saved Hawk metadata.
12:34:03.075 [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
12:34:03.076 [main] INFO  o.e.h.g.u.GraphMetaModelResourceInjector - ADDING METAMODELS: 
12:34:03.076 [main] INFO  o.e.h.g.u.GraphMetaModelResourceInjector - ADDING: 
12:34:03.079 [main] INFO  o.e.h.g.u.GraphMetaModelResourceInjector - 0 METAMODEL NODES! (took ~0 sec)
inserting static metamodels complete
12:34:03.079 [main] INFO  o.e.h.c.r.CompositeStateListener - Registering metamodels...
12:34:03.079 [main] INFO  o.e.h.c.r.CompositeStateListener - Registered metamodels.
12:34:03.080 [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!
12:34:03.080 [pool-176-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating Hawk...
updating indexer: 
12:34:03.081 [pool-176-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performing optional post-sync operations.
sync metrics:
12:34:03.081 [main] INFO  o.e.h.c.r.CompositeStateListener - Adding metamodel(s)...
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
12:34:03.081 [pool-176-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updated Hawk instance test (success). 0 s 0 ms
Adding metamodels in: ../../core/tests/org.eclipse.hawk.integration.tests/resources/metamodels/Ecore.ecore to store
Adding metamodels in: ../../core/tests/org.eclipse.hawk.integration.tests/resources/metamodels/JDTAST.ecore to store
12:34:03.108 [main] INFO  o.e.h.g.u.GraphMetaModelResourceInjector - ADDING METAMODELS: 
12:34:03.108 [main] INFO  o.e.h.g.u.GraphMetaModelResourceInjector - ADDING: 
12:34:03.122 [main] DEBUG o.e.h.g.u.GraphMetaModelResourceInjector - supertype dependency from org.amma.dsl.jdt.core to org.amma.dsl.jdt.primitiveTypes
12:34:03.184 [main] DEBUG o.e.h.g.u.GraphMetaModelResourceInjector - supertype dependency from org.amma.dsl.jdt.core to org.amma.dsl.jdt.dom
12:34:03.185 [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
12:34:03.185 [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
12:34:03.185 [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
12:34:03.185 [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
12:34:03.185 [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
12:34:03.185 [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
12:34:03.185 [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
12:34:03.186 [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
12:34:03.186 [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
12:34:03.186 [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
12:34:03.188 [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
12:34:03.188 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::ELongObject will be handled as its instance type java.lang.Long
12:34:03.188 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EResourceSet will be handled as its instance type org.eclipse.emf.ecore.resource.ResourceSet
12:34:03.188 [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
12:34:03.188 [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
12:34:03.188 [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
12:34:03.188 [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
12:34:03.188 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::ETreeIterator will be handled as its instance type org.eclipse.emf.common.util.TreeIterator
12:34:03.189 [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
12:34:03.190 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EResource will be handled as its instance type org.eclipse.emf.ecore.resource.Resource
12:34:03.190 [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
12:34:03.190 [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
12:34:03.191 [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
12:34:03.191 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EJavaObject will be handled as its instance type java.lang.Object
12:34:03.191 [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
12:34:03.193 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EInvocationTargetException will be handled as its instance type java.lang.reflect.InvocationTargetException
12:34:03.193 [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
12:34:03.193 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EString will be handled as its instance type java.lang.String
12:34:03.193 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::ELong will be handled as its instance type java.lang.Long
12:34:03.193 [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
12:34:03.193 [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
12:34:03.194 [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
12:34:03.194 [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[]
12:34:03.194 [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
12:34:03.194 [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
12:34:03.194 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EDate will be handled as its instance type java.util.Date
12:34:03.195 [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
12:34:03.196 [main] DEBUG o.e.h.g.u.GraphMetaModelResourceInjector - supertype dependency from org.amma.dsl.jdt.dom to org.amma.dsl.jdt.primitiveTypes
12:34:03.196 [main] DEBUG o.e.h.g.u.GraphMetaModelResourceInjector - supertype dependency from org.amma.dsl.jdt.dom to org.amma.dsl.jdt.core
12:34:03.203 [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
12:34:03.204 [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
12:34:03.281 [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
12:34:03.291 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: org.amma.dsl.jdt.dom::PostfixExpressionOperatorKind will be handled as its instance type NULL_INSTANCE_TYPE
12:34:03.308 [main] INFO  o.e.h.g.u.GraphMetaModelResourceInjector - 136 METAMODEL NODES! (took ~0 sec)
12:34:03.308 [main] INFO  o.e.h.c.r.CompositeStateListener - Added metamodel(s).
12:34:03.431 [main] INFO  o.e.h.c.r.CompositeStateListener - Saving Hawk metadata...
adding: file:///home/jenkins/agent/workspace/Hawk_Greycat_backend_master/core/tests/org.eclipse.hawk.integration.tests/resources/models/set0-reduced/:org.eclipse.hawk.localfolder.LocalFolder:false
12:34:03.432 [main] INFO  o.e.h.c.r.CompositeStateListener - Saved Hawk metadata.
12:34:03.432 [pool-176-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating Hawk...
updating indexer: 
12:34:03.487 [pool-176-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating relevant changed model files...
12:34:03.492 [pool-176-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Deleting models removed from repository...
12:34:03.492 [pool-176-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating models to the new version...
12:34:03.596 [pool-176-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /set0.xmi...
12:34:03.603 [pool-176-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
12:34:03.603 [pool-176-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
12:34:03.603 [pool-176-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performing batch insert on file: /set0.xmi...
12:34:03.608 [pool-176-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding elements of file /set0.xmi
12:34:04.230 [pool-176-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 5353 NODES AND 5353 M->MM REFERENCES! (took ~13134sec)
12:34:04.230 [pool-176-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding edges of file /set0.xmi
12:34:04.624 [pool-176-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 5388 REFERENCES! (took ~0 sec)
12:34:04.624 [pool-176-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performed batch insert on file: /set0.xmi.
1s28ms [pure insertion]
marking any relevant derived attributes for update...12:34:04.624 [pool-176-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s2ms
12:34:04.626 [pool-176-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s2ms
12:34:04.626 [pool-176-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating proxies...
attempting to resolve any leftover cross-file references...
12:34:04.626 [pool-176-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Resolving any leftover cross-file references...
12:34:04.646 [pool-176-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - 0 proxy ref lists left after resolving 0 refs
12:34:04.646 [pool-176-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - proxy resolution took: ~0.02s
attempting to resolve any uninitialized derived attributes...
12:34:04.646 [pool-176-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Resolving any uninitialized derived attributes...
12:34:04.646 [pool-176-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - Deriving attributes...
12:34:04.646 [pool-176-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...
12:34:04.646 [pool-176-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating any affected derived attributes...
0s20ms [proxy update]
12:34:04.646 [pool-176-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updated proxies.
12:34:04.647 [pool-176-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performing optional post-sync operations.
sync metrics:
interesting	1
deleted		0
changed		1
loaded		1
c elems		5353
d elems		0
time		~1s
validating changes...
validating file UPDATED for /set0.xmi
changed resource size: 5353
relevant graph size: 5353
validated changes... true
12:34:04.938 [pool-176-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updated Hawk instance test (success). 1 s 506 ms
12:34:05.044 [main] INFO  o.e.h.c.r.CompositeStateListener - Saving Hawk metadata...
adding: file:///home/jenkins/agent/workspace/Hawk_Greycat_backend_master/core/tests/org.eclipse.hawk.integration.tests/resources/models/set0-reduced/:org.eclipse.hawk.localfolder.LocalFolder:false
adding: file:///home/jenkins/agent/workspace/Hawk_Greycat_backend_master/core/tests/org.eclipse.hawk.integration.tests/resources/models/set0-reduced-fragmented/:org.eclipse.hawk.localfolder.LocalFolder:false
12:34:05.046 [main] INFO  o.e.h.c.r.CompositeStateListener - Saved Hawk metadata.
12:34:05.046 [pool-176-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating Hawk...
updating indexer: 
12:34:05.081 [pool-176-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating relevant changed model files...
12:34:05.084 [pool-176-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Imported 10/11 files from file:///home/jenkins/agent/workspace/Hawk_Greycat_backend_master/core/tests/org.eclipse.hawk.integration.tests/resources/models/set0-reduced-fragmented/
12:34:05.084 [pool-176-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Deleting models removed from repository...
12:34:05.084 [pool-176-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating models to the new version...
12:34:05.095 [pool-176-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /IJavaProject_org.eclipse.jdt.apt.pluggable.core/IPackageFragment_org.eclipse.jdt.internal.apt.pluggable/IPackageFragment_org.eclipse.jdt.internal.apt.pluggable.xmi...
12:34:05.095 [pool-176-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
12:34:05.095 [pool-176-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
12:34:05.095 [pool-176-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performing batch insert on file: /IJavaProject_org.eclipse.jdt.apt.pluggable.core/IPackageFragment_org.eclipse.jdt.internal.apt.pluggable/IPackageFragment_org.eclipse.jdt.internal.apt.pluggable.xmi...
12:34:05.100 [pool-176-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding elements of file /IJavaProject_org.eclipse.jdt.apt.pluggable.core/IPackageFragment_org.eclipse.jdt.internal.apt.pluggable/IPackageFragment_org.eclipse.jdt.internal.apt.pluggable.xmi
12:34:05.101 [pool-176-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~2sec)
12:34:05.101 [pool-176-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding edges of file /IJavaProject_org.eclipse.jdt.apt.pluggable.core/IPackageFragment_org.eclipse.jdt.internal.apt.pluggable/IPackageFragment_org.eclipse.jdt.internal.apt.pluggable.xmi
12:34:05.105 [pool-176-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec)
12:34:05.105 [pool-176-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performed batch insert on file: /IJavaProject_org.eclipse.jdt.apt.pluggable.core/IPackageFragment_org.eclipse.jdt.internal.apt.pluggable/IPackageFragment_org.eclipse.jdt.internal.apt.pluggable.xmi.
0s10ms [pure insertion]
marking any relevant derived attributes for update...12:34:05.105 [pool-176-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
12:34:05.105 [pool-176-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
12:34:05.185 [pool-176-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /IJavaProject_org.eclipse.jdt.apt.pluggable.core/IPackageFragment_org.eclipse.jdt.internal.apt.pluggable.core.filer/IPackageFragment_org.eclipse.jdt.internal.apt.pluggable.core.filer.xmi...
12:34:05.186 [pool-176-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
12:34:05.186 [pool-176-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
12:34:05.186 [pool-176-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performing batch insert on file: /IJavaProject_org.eclipse.jdt.apt.pluggable.core/IPackageFragment_org.eclipse.jdt.internal.apt.pluggable.core.filer/IPackageFragment_org.eclipse.jdt.internal.apt.pluggable.core.filer.xmi...
12:34:05.186 [pool-118-thread-1] ERROR o.e.hawk.greycat.lucene.SoftTxLucene - Periodic commit of Lucene at MMapDirectory@/tmp/junit18161556939742951312/test_create[LevelDB GreyCat]/lucene lockFactory=org.apache.lucene.store.NativeFSLockFactory@4c060c8f failed
java.nio.file.NoSuchFileException: /tmp/junit18161556939742951312/test_create[LevelDB GreyCat]/lucene/write.lock
	at java.base/sun.nio.fs.UnixException.translateToIOException(UnixException.java:92) ~[na:na]
	at java.base/sun.nio.fs.UnixException.rethrowAsIOException(UnixException.java:111) ~[na:na]
	at java.base/sun.nio.fs.UnixException.rethrowAsIOException(UnixException.java:116) ~[na:na]
	at java.base/sun.nio.fs.UnixFileAttributeViews$Basic.readAttributes(UnixFileAttributeViews.java:55) ~[na:na]
	at java.base/sun.nio.fs.UnixFileSystemProvider.readAttributes(UnixFileSystemProvider.java:149) ~[na:na]
	at java.base/sun.nio.fs.LinuxFileSystemProvider.readAttributes(LinuxFileSystemProvider.java:99) ~[na:na]
	at java.base/java.nio.file.Files.readAttributes(Files.java:1764) ~[na:na]
	at org.apache.lucene.store.NativeFSLockFactory$NativeFSLock.ensureValid(NativeFSLockFactory.java:189) ~[na:na]
	at org.apache.lucene.store.LockValidatingDirectoryWrapper.syncMetaData(LockValidatingDirectoryWrapper.java:61) ~[na:na]
	at org.apache.lucene.index.SegmentInfos.prepareCommit(SegmentInfos.java:758) ~[na:na]
	at org.apache.lucene.index.IndexWriter.startCommit(IndexWriter.java:4793) ~[na:na]
	at org.apache.lucene.index.IndexWriter.prepareCommitInternal(IndexWriter.java:3326) ~[na:na]
	at org.apache.lucene.index.IndexWriter.commitInternal(IndexWriter.java:3458) ~[na:na]
	at org.apache.lucene.index.IndexWriter.commit(IndexWriter.java:3423) ~[na:na]
	at org.eclipse.hawk.greycat.lucene.SoftTxLucene.lambda$0(SoftTxLucene.java:99) ~[org.eclipse.hawk.greycat-2.2.0-SNAPSHOT.jar:na]
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:515) ~[na:na]
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305) ~[na:na]
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(ScheduledThreadPoolExecutor.java:305) ~[na:na]
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128) ~[na:na]
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628) ~[na:na]
	at java.base/java.lang.Thread.run(Thread.java:829) ~[na:na]
12:34:05.190 [pool-176-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding elements of file /IJavaProject_org.eclipse.jdt.apt.pluggable.core/IPackageFragment_org.eclipse.jdt.internal.apt.pluggable.core.filer/IPackageFragment_org.eclipse.jdt.internal.apt.pluggable.core.filer.xmi
12:34:05.512 [pool-119-thread-1] ERROR o.e.hawk.greycat.lucene.SoftTxLucene - Periodic commit of Lucene at MMapDirectory@/tmp/junit8933980430805700273/test_recreate[LevelDB GreyCat]/lucene lockFactory=org.apache.lucene.store.NativeFSLockFactory@4c060c8f failed
java.nio.file.NoSuchFileException: /tmp/junit8933980430805700273/test_recreate[LevelDB GreyCat]/lucene/write.lock
	at java.base/sun.nio.fs.UnixException.translateToIOException(UnixException.java:92) ~[na:na]
	at java.base/sun.nio.fs.UnixException.rethrowAsIOException(UnixException.java:111) ~[na:na]
	at java.base/sun.nio.fs.UnixException.rethrowAsIOException(UnixException.java:116) ~[na:na]
	at java.base/sun.nio.fs.UnixFileAttributeViews$Basic.readAttributes(UnixFileAttributeViews.java:55) ~[na:na]
	at java.base/sun.nio.fs.UnixFileSystemProvider.readAttributes(UnixFileSystemProvider.java:149) ~[na:na]
	at java.base/sun.nio.fs.LinuxFileSystemProvider.readAttributes(LinuxFileSystemProvider.java:99) ~[na:na]
	at java.base/java.nio.file.Files.readAttributes(Files.java:1764) ~[na:na]
	at org.apache.lucene.store.NativeFSLockFactory$NativeFSLock.ensureValid(NativeFSLockFactory.java:189) ~[na:na]
	at org.apache.lucene.store.LockValidatingDirectoryWrapper.syncMetaData(LockValidatingDirectoryWrapper.java:61) ~[na:na]
	at org.apache.lucene.index.SegmentInfos.prepareCommit(SegmentInfos.java:758) ~[na:na]
	at org.apache.lucene.index.IndexWriter.startCommit(IndexWriter.java:4793) ~[na:na]
	at org.apache.lucene.index.IndexWriter.prepareCommitInternal(IndexWriter.java:3326) ~[na:na]
	at org.apache.lucene.index.IndexWriter.commitInternal(IndexWriter.java:3458) ~[na:na]
	at org.apache.lucene.index.IndexWriter.commit(IndexWriter.java:3423) ~[na:na]
	at org.eclipse.hawk.greycat.lucene.SoftTxLucene.lambda$0(SoftTxLucene.java:99) ~[org.eclipse.hawk.greycat-2.2.0-SNAPSHOT.jar:na]
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:515) ~[na:na]
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305) ~[na:na]
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(ScheduledThreadPoolExecutor.java:305) ~[na:na]
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128) ~[na:na]
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628) ~[na:na]
	at java.base/java.lang.Thread.run(Thread.java:829) ~[na:na]
12:34:05.715 [pool-176-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 2743 NODES AND 2743 M->MM REFERENCES! (took ~6753sec)
12:34:05.715 [pool-176-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding edges of file /IJavaProject_org.eclipse.jdt.apt.pluggable.core/IPackageFragment_org.eclipse.jdt.internal.apt.pluggable.core.filer/IPackageFragment_org.eclipse.jdt.internal.apt.pluggable.core.filer.xmi
12:34:05.880 [pool-120-thread-1] ERROR o.e.hawk.greycat.lucene.SoftTxLucene - Periodic commit of Lucene at MMapDirectory@/tmp/junit9748100635375592498/test_changeLastRevision[LevelDB GreyCat]/lucene lockFactory=org.apache.lucene.store.NativeFSLockFactory@4c060c8f failed
java.nio.file.NoSuchFileException: /tmp/junit9748100635375592498/test_changeLastRevision[LevelDB GreyCat]/lucene/write.lock
	at java.base/sun.nio.fs.UnixException.translateToIOException(UnixException.java:92) ~[na:na]
	at java.base/sun.nio.fs.UnixException.rethrowAsIOException(UnixException.java:111) ~[na:na]
	at java.base/sun.nio.fs.UnixException.rethrowAsIOException(UnixException.java:116) ~[na:na]
	at java.base/sun.nio.fs.UnixFileAttributeViews$Basic.readAttributes(UnixFileAttributeViews.java:55) ~[na:na]
	at java.base/sun.nio.fs.UnixFileSystemProvider.readAttributes(UnixFileSystemProvider.java:149) ~[na:na]
	at java.base/sun.nio.fs.LinuxFileSystemProvider.readAttributes(LinuxFileSystemProvider.java:99) ~[na:na]
	at java.base/java.nio.file.Files.readAttributes(Files.java:1764) ~[na:na]
	at org.apache.lucene.store.NativeFSLockFactory$NativeFSLock.ensureValid(NativeFSLockFactory.java:189) ~[na:na]
	at org.apache.lucene.store.LockValidatingDirectoryWrapper.syncMetaData(LockValidatingDirectoryWrapper.java:61) ~[na:na]
	at org.apache.lucene.index.SegmentInfos.prepareCommit(SegmentInfos.java:758) ~[na:na]
	at org.apache.lucene.index.IndexWriter.startCommit(IndexWriter.java:4793) ~[na:na]
	at org.apache.lucene.index.IndexWriter.prepareCommitInternal(IndexWriter.java:3326) ~[na:na]
	at org.apache.lucene.index.IndexWriter.commitInternal(IndexWriter.java:3458) ~[na:na]
	at org.apache.lucene.index.IndexWriter.commit(IndexWriter.java:3423) ~[na:na]
	at org.eclipse.hawk.greycat.lucene.SoftTxLucene.lambda$0(SoftTxLucene.java:99) ~[org.eclipse.hawk.greycat-2.2.0-SNAPSHOT.jar:na]
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:515) ~[na:na]
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305) ~[na:na]
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(ScheduledThreadPoolExecutor.java:305) ~[na:na]
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128) ~[na:na]
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628) ~[na:na]
	at java.base/java.lang.Thread.run(Thread.java:829) ~[na:na]
12:34:05.926 [pool-176-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 2742 REFERENCES! (took ~0 sec)
12:34:05.926 [pool-176-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performed batch insert on file: /IJavaProject_org.eclipse.jdt.apt.pluggable.core/IPackageFragment_org.eclipse.jdt.internal.apt.pluggable.core.filer/IPackageFragment_org.eclipse.jdt.internal.apt.pluggable.core.filer.xmi.
0s741ms [pure insertion]
marking any relevant derived attributes for update...12:34:05.926 [pool-176-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
12:34:05.926 [pool-176-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
12:34:05.982 [pool-176-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /IJavaProject_org.eclipse.jdt.apt.pluggable.core/IPackageFragment_org.eclipse.jdt.internal.apt.pluggable.core.dispatch/IPackageFragment_org.eclipse.jdt.internal.apt.pluggable.core.dispatch.xmi...
12:34:05.982 [pool-176-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
12:34:05.982 [pool-176-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
12:34:05.982 [pool-176-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performing batch insert on file: /IJavaProject_org.eclipse.jdt.apt.pluggable.core/IPackageFragment_org.eclipse.jdt.internal.apt.pluggable.core.dispatch/IPackageFragment_org.eclipse.jdt.internal.apt.pluggable.core.dispatch.xmi...
12:34:05.986 [pool-176-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding elements of file /IJavaProject_org.eclipse.jdt.apt.pluggable.core/IPackageFragment_org.eclipse.jdt.internal.apt.pluggable.core.dispatch/IPackageFragment_org.eclipse.jdt.internal.apt.pluggable.core.dispatch.xmi
12:34:06.525 [pool-176-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 2018 NODES AND 2018 M->MM REFERENCES! (took ~5004sec)
12:34:06.525 [pool-176-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding edges of file /IJavaProject_org.eclipse.jdt.apt.pluggable.core/IPackageFragment_org.eclipse.jdt.internal.apt.pluggable.core.dispatch/IPackageFragment_org.eclipse.jdt.internal.apt.pluggable.core.dispatch.xmi
12:34:06.674 [pool-176-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 2017 REFERENCES! (took ~0 sec)
12:34:06.674 [pool-176-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performed batch insert on file: /IJavaProject_org.eclipse.jdt.apt.pluggable.core/IPackageFragment_org.eclipse.jdt.internal.apt.pluggable.core.dispatch/IPackageFragment_org.eclipse.jdt.internal.apt.pluggable.core.dispatch.xmi.
0s692ms [pure insertion]
marking any relevant derived attributes for update...12:34:06.674 [pool-176-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s1ms
12:34:06.675 [pool-176-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s1ms
12:34:06.683 [pool-176-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /set0.xmi...
12:34:06.683 [pool-176-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
12:34:06.686 [pool-176-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
12:34:06.686 [pool-176-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performing batch insert on file: /set0.xmi...
12:34:06.689 [pool-176-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding elements of file /set0.xmi
12:34:06.692 [pool-176-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~1sec)
12:34:06.692 [pool-176-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding edges of file /set0.xmi
12:34:06.699 [pool-176-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec)
12:34:06.699 [pool-176-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performed batch insert on file: /set0.xmi.
0s16ms [pure insertion]
marking any relevant derived attributes for update...12:34:06.699 [pool-176-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s1ms
12:34:06.700 [pool-176-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s1ms
12:34:06.707 [pool-176-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /BinaryPackageFragmentRoot_rt.jar/BinaryPackageFragmentRoot_rt.jar.xmi...
12:34:06.707 [pool-176-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
12:34:06.707 [pool-176-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
12:34:06.707 [pool-176-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performing batch insert on file: /BinaryPackageFragmentRoot_rt.jar/BinaryPackageFragmentRoot_rt.jar.xmi...
12:34:06.710 [pool-176-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding elements of file /BinaryPackageFragmentRoot_rt.jar/BinaryPackageFragmentRoot_rt.jar.xmi
12:34:06.713 [pool-176-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec)
12:34:06.713 [pool-176-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding edges of file /BinaryPackageFragmentRoot_rt.jar/BinaryPackageFragmentRoot_rt.jar.xmi
12:34:06.713 [pool-176-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec)
12:34:06.713 [pool-176-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performed batch insert on file: /BinaryPackageFragmentRoot_rt.jar/BinaryPackageFragmentRoot_rt.jar.xmi.
0s6ms [pure insertion]
marking any relevant derived attributes for update...12:34:06.713 [pool-176-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
12:34:06.713 [pool-176-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
12:34:06.720 [pool-176-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /IJavaProject_org.eclipse.jdt.apt.pluggable.core/IPackageFragment_org.eclipse.jdt.internal.apt/IPackageFragment_org.eclipse.jdt.internal.apt.xmi...
12:34:06.720 [pool-176-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
12:34:06.720 [pool-176-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
12:34:06.720 [pool-176-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performing batch insert on file: /IJavaProject_org.eclipse.jdt.apt.pluggable.core/IPackageFragment_org.eclipse.jdt.internal.apt/IPackageFragment_org.eclipse.jdt.internal.apt.xmi...
12:34:06.723 [pool-176-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding elements of file /IJavaProject_org.eclipse.jdt.apt.pluggable.core/IPackageFragment_org.eclipse.jdt.internal.apt/IPackageFragment_org.eclipse.jdt.internal.apt.xmi
12:34:06.724 [pool-176-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~2sec)
12:34:06.724 [pool-176-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding edges of file /IJavaProject_org.eclipse.jdt.apt.pluggable.core/IPackageFragment_org.eclipse.jdt.internal.apt/IPackageFragment_org.eclipse.jdt.internal.apt.xmi
12:34:06.777 [pool-176-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec)
12:34:06.777 [pool-176-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performed batch insert on file: /IJavaProject_org.eclipse.jdt.apt.pluggable.core/IPackageFragment_org.eclipse.jdt.internal.apt/IPackageFragment_org.eclipse.jdt.internal.apt.xmi.
0s57ms [pure insertion]
marking any relevant derived attributes for update...12:34:06.777 [pool-176-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
12:34:06.777 [pool-176-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
12:34:06.785 [pool-176-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /IJavaProject_org.eclipse.jdt.apt.pluggable.core/IPackageFragment_org.eclipse.jdt/IPackageFragment_org.eclipse.jdt.xmi...
12:34:06.785 [pool-176-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
12:34:06.786 [pool-176-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
12:34:06.786 [pool-176-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performing batch insert on file: /IJavaProject_org.eclipse.jdt.apt.pluggable.core/IPackageFragment_org.eclipse.jdt/IPackageFragment_org.eclipse.jdt.xmi...
12:34:06.789 [pool-176-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding elements of file /IJavaProject_org.eclipse.jdt.apt.pluggable.core/IPackageFragment_org.eclipse.jdt/IPackageFragment_org.eclipse.jdt.xmi
12:34:06.789 [pool-176-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~2sec)
12:34:06.789 [pool-176-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding edges of file /IJavaProject_org.eclipse.jdt.apt.pluggable.core/IPackageFragment_org.eclipse.jdt/IPackageFragment_org.eclipse.jdt.xmi
12:34:06.792 [pool-176-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec)
12:34:06.792 [pool-176-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performed batch insert on file: /IJavaProject_org.eclipse.jdt.apt.pluggable.core/IPackageFragment_org.eclipse.jdt/IPackageFragment_org.eclipse.jdt.xmi.
0s7ms [pure insertion]
marking any relevant derived attributes for update...12:34:06.792 [pool-176-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
12:34:06.792 [pool-176-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
12:34:06.800 [pool-176-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /IJavaProject_org.eclipse.jdt.apt.pluggable.core/IJavaProject_org.eclipse.jdt.apt.pluggable.core.xmi...
12:34:06.800 [pool-176-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
12:34:06.802 [pool-176-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
12:34:06.802 [pool-176-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performing batch insert on file: /IJavaProject_org.eclipse.jdt.apt.pluggable.core/IJavaProject_org.eclipse.jdt.apt.pluggable.core.xmi...
12:34:06.805 [pool-176-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding elements of file /IJavaProject_org.eclipse.jdt.apt.pluggable.core/IJavaProject_org.eclipse.jdt.apt.pluggable.core.xmi
12:34:06.809 [pool-176-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 2 NODES AND 2 M->MM REFERENCES! (took ~5sec)
12:34:06.809 [pool-176-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding edges of file /IJavaProject_org.eclipse.jdt.apt.pluggable.core/IJavaProject_org.eclipse.jdt.apt.pluggable.core.xmi
12:34:06.890 [pool-176-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 REFERENCES! (took ~0 sec)
12:34:06.890 [pool-176-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performed batch insert on file: /IJavaProject_org.eclipse.jdt.apt.pluggable.core/IJavaProject_org.eclipse.jdt.apt.pluggable.core.xmi.
0s90ms [pure insertion]
marking any relevant derived attributes for update...12:34:06.890 [pool-176-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
12:34:06.890 [pool-176-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
12:34:06.897 [pool-176-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /BinaryPackageFragmentRoot_resources.jar/BinaryPackageFragmentRoot_resources.jar.xmi...
12:34:06.897 [pool-176-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
12:34:06.897 [pool-176-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
12:34:06.897 [pool-176-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performing batch insert on file: /BinaryPackageFragmentRoot_resources.jar/BinaryPackageFragmentRoot_resources.jar.xmi...
12:34:06.900 [pool-176-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding elements of file /BinaryPackageFragmentRoot_resources.jar/BinaryPackageFragmentRoot_resources.jar.xmi
12:34:06.904 [pool-176-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec)
12:34:06.904 [pool-176-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding edges of file /BinaryPackageFragmentRoot_resources.jar/BinaryPackageFragmentRoot_resources.jar.xmi
12:34:06.904 [pool-176-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec)
12:34:06.904 [pool-176-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performed batch insert on file: /BinaryPackageFragmentRoot_resources.jar/BinaryPackageFragmentRoot_resources.jar.xmi.
0s7ms [pure insertion]
marking any relevant derived attributes for update...12:34:06.904 [pool-176-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
12:34:06.904 [pool-176-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
12:34:06.915 [pool-176-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /IJavaProject_org.eclipse.jdt.apt.pluggable.core/IPackageFragment_org.eclipse.jdt.internal.apt.pluggable.core/IPackageFragment_org.eclipse.jdt.internal.apt.pluggable.core.xmi...
12:34:06.915 [pool-176-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
12:34:06.915 [pool-176-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
12:34:06.915 [pool-176-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performing batch insert on file: /IJavaProject_org.eclipse.jdt.apt.pluggable.core/IPackageFragment_org.eclipse.jdt.internal.apt.pluggable.core/IPackageFragment_org.eclipse.jdt.internal.apt.pluggable.core.xmi...
12:34:06.918 [pool-176-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding elements of file /IJavaProject_org.eclipse.jdt.apt.pluggable.core/IPackageFragment_org.eclipse.jdt.internal.apt.pluggable.core/IPackageFragment_org.eclipse.jdt.internal.apt.pluggable.core.xmi
12:34:07.696 [pool-176-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 583 NODES AND 583 M->MM REFERENCES! (took ~1357sec)
12:34:07.696 [pool-176-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding edges of file /IJavaProject_org.eclipse.jdt.apt.pluggable.core/IPackageFragment_org.eclipse.jdt.internal.apt.pluggable.core/IPackageFragment_org.eclipse.jdt.internal.apt.pluggable.core.xmi
12:34:07.752 [pool-176-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 609 REFERENCES! (took ~0 sec)
12:34:07.752 [pool-176-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performed batch insert on file: /IJavaProject_org.eclipse.jdt.apt.pluggable.core/IPackageFragment_org.eclipse.jdt.internal.apt.pluggable.core/IPackageFragment_org.eclipse.jdt.internal.apt.pluggable.core.xmi.
0s837ms [pure insertion]
marking any relevant derived attributes for update...12:34:07.752 [pool-176-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
12:34:07.752 [pool-176-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
12:34:07.775 [pool-176-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /IJavaProject_org.eclipse.jdt.apt.pluggable.core/IPackageFragment_org.eclipse.jdt.internal/IPackageFragment_org.eclipse.jdt.internal.xmi...
12:34:07.775 [pool-176-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
12:34:07.776 [pool-176-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
12:34:07.776 [pool-176-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performing batch insert on file: /IJavaProject_org.eclipse.jdt.apt.pluggable.core/IPackageFragment_org.eclipse.jdt.internal/IPackageFragment_org.eclipse.jdt.internal.xmi...
12:34:07.780 [pool-176-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding elements of file /IJavaProject_org.eclipse.jdt.apt.pluggable.core/IPackageFragment_org.eclipse.jdt.internal/IPackageFragment_org.eclipse.jdt.internal.xmi
12:34:07.781 [pool-176-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~2sec)
12:34:07.781 [pool-176-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding edges of file /IJavaProject_org.eclipse.jdt.apt.pluggable.core/IPackageFragment_org.eclipse.jdt.internal/IPackageFragment_org.eclipse.jdt.internal.xmi
12:34:07.788 [pool-176-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec)
12:34:07.788 [pool-176-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performed batch insert on file: /IJavaProject_org.eclipse.jdt.apt.pluggable.core/IPackageFragment_org.eclipse.jdt.internal/IPackageFragment_org.eclipse.jdt.internal.xmi.
0s13ms [pure insertion]
marking any relevant derived attributes for update...12:34:07.788 [pool-176-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
12:34:07.788 [pool-176-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
12:34:07.788 [pool-176-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating proxies...
attempting to resolve any leftover cross-file references...
12:34:07.788 [pool-176-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Resolving any leftover cross-file references...
12:34:07.876 [pool-176-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Processing 0/19 proxy references (0 sec total)
12:34:08.296 [pool-176-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - 0 proxy ref lists left after resolving 19 refs
12:34:08.296 [pool-176-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - proxy resolution took: ~0.508s
attempting to resolve any uninitialized derived attributes...
12:34:08.296 [pool-176-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Resolving any uninitialized derived attributes...
12:34:08.296 [pool-176-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - Deriving attributes...
12:34:08.296 [pool-176-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...
12:34:08.296 [pool-176-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating any affected derived attributes...
0s508ms [proxy update]
12:34:08.296 [pool-176-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updated proxies.
12:34:08.297 [pool-176-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performing optional post-sync operations.
sync metrics:
interesting	11
deleted		0
changed		11
loaded		11
c elems		5353
d elems		0
time		~3s
validating changes...
validating file UPDATED for /IJavaProject_org.eclipse.jdt.apt.pluggable.core/IPackageFragment_org.eclipse.jdt.internal.apt.pluggable/IPackageFragment_org.eclipse.jdt.internal.apt.pluggable.xmi
validating file UPDATED for /IJavaProject_org.eclipse.jdt.apt.pluggable.core/IPackageFragment_org.eclipse.jdt.internal.apt.pluggable.core.filer/IPackageFragment_org.eclipse.jdt.internal.apt.pluggable.core.filer.xmi
validating file UPDATED for /IJavaProject_org.eclipse.jdt.apt.pluggable.core/IPackageFragment_org.eclipse.jdt.internal.apt.pluggable.core.dispatch/IPackageFragment_org.eclipse.jdt.internal.apt.pluggable.core.dispatch.xmi
validating file UPDATED for /set0.xmi
validating file UPDATED for /BinaryPackageFragmentRoot_rt.jar/BinaryPackageFragmentRoot_rt.jar.xmi
validating file UPDATED for /IJavaProject_org.eclipse.jdt.apt.pluggable.core/IPackageFragment_org.eclipse.jdt.internal.apt/IPackageFragment_org.eclipse.jdt.internal.apt.xmi
validating file UPDATED for /IJavaProject_org.eclipse.jdt.apt.pluggable.core/IPackageFragment_org.eclipse.jdt/IPackageFragment_org.eclipse.jdt.xmi
validating file UPDATED for /IJavaProject_org.eclipse.jdt.apt.pluggable.core/IJavaProject_org.eclipse.jdt.apt.pluggable.core.xmi
validating file UPDATED for /BinaryPackageFragmentRoot_resources.jar/BinaryPackageFragmentRoot_resources.jar.xmi
validating file UPDATED for /IJavaProject_org.eclipse.jdt.apt.pluggable.core/IPackageFragment_org.eclipse.jdt.internal.apt.pluggable.core/IPackageFragment_org.eclipse.jdt.internal.apt.pluggable.core.xmi
validating file UPDATED for /IJavaProject_org.eclipse.jdt.apt.pluggable.core/IPackageFragment_org.eclipse.jdt.internal/IPackageFragment_org.eclipse.jdt.internal.xmi
changed resource size: 5353
relevant graph size: 5353
validated changes... true
12:34:09.094 [pool-176-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updated Hawk instance test (success). 4 s 48 ms
12:34:09.095 [main] DEBUG o.e.hawk.epsilon.emc.EOLQueryEngine - Graph path: /tmp/junit6866998810040648110/test_getFiles[LevelDB GreyCat]
12:34:09.098 [main] DEBUG o.e.hawk.epsilon.emc.EOLQueryEngine - Graph path: /tmp/junit6866998810040648110/test_getFiles[LevelDB GreyCat]
12:34:09.100 [main] INFO  o.e.h.c.r.CompositeStateListener - Hawk shutting down...
12:34:09.100 [main] INFO  o.e.h.c.r.CompositeStateListener - Saving Hawk metadata...
adding: file:///home/jenkins/agent/workspace/Hawk_Greycat_backend_master/core/tests/org.eclipse.hawk.integration.tests/resources/models/set0-reduced/:org.eclipse.hawk.localfolder.LocalFolder:false
adding: file:///home/jenkins/agent/workspace/Hawk_Greycat_backend_master/core/tests/org.eclipse.hawk.integration.tests/resources/models/set0-reduced-fragmented/:org.eclipse.hawk.localfolder.LocalFolder:false
12:34:09.103 [main] INFO  o.e.h.c.r.CompositeStateListener - Saved Hawk metadata.
12:34:09.103 [main] INFO  o.e.h.core.runtime.BaseModelIndexer - Waiting 120s for all scheduled tasks to complete
12:34:09.227 [main] INFO  o.e.hawk.greycat.lucene.SoftTxLucene - Shutdown of Lucene complete.
12:34:09.227 [main] INFO  o.e.h.g.AbstractGreycatDatabase - Disconnected from GreyCat graph at /tmp/junit6866998810040648110/test_getFiles[LevelDB GreyCat]
12:34:09.227 [main] INFO  o.e.h.c.r.CompositeStateListener - Hawk shut down.
12:34:09.339 [main] INFO  o.e.h.c.r.CompositeStateListener - Saving Hawk metadata...
12:34:09.341 [main] INFO  o.e.h.c.r.CompositeStateListener - Saved Hawk metadata.
12:34:09.341 [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
12:34:09.341 [main] INFO  o.e.h.g.u.GraphMetaModelResourceInjector - ADDING METAMODELS: 
12:34:09.341 [main] INFO  o.e.h.g.u.GraphMetaModelResourceInjector - ADDING: 
12:34:09.343 [main] INFO  o.e.h.g.u.GraphMetaModelResourceInjector - 0 METAMODEL NODES! (took ~0 sec)
inserting static metamodels complete
12:34:09.343 [main] INFO  o.e.h.c.r.CompositeStateListener - Registering metamodels...
12:34:09.343 [main] INFO  o.e.h.c.r.CompositeStateListener - Registered metamodels.
12:34:09.344 [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!
12:34:09.344 [pool-178-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating Hawk...
updating indexer: 
12:34:09.344 [pool-178-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performing optional post-sync operations.
12:34:09.344 [main] INFO  o.e.h.c.r.CompositeStateListener - Adding metamodel(s)...
sync metrics:
interesting	0
deleted		0
changed		0
loaded		0
c elems		0
d elems		0
time		~0s
validating changes...
changed resource size: 0
relevant graph size: 0
validated changes... true
12:34:09.344 [pool-178-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updated Hawk instance test (success). 0 s 0 ms
Adding metamodels in: ../../core/tests/org.eclipse.hawk.integration.tests/resources/metamodels/Ecore.ecore to store
Adding metamodels in: ../../core/tests/org.eclipse.hawk.integration.tests/resources/metamodels/JDTAST.ecore to store
12:34:09.388 [main] INFO  o.e.h.g.u.GraphMetaModelResourceInjector - ADDING METAMODELS: 
12:34:09.388 [main] INFO  o.e.h.g.u.GraphMetaModelResourceInjector - ADDING: 
12:34:09.400 [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
12:34:09.400 [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
12:34:09.400 [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
12:34:09.400 [main] DEBUG o.e.h.g.u.GraphMetaModelResourceInjector - supertype dependency from org.amma.dsl.jdt.dom to org.amma.dsl.jdt.primitiveTypes
12:34:09.400 [main] DEBUG o.e.h.g.u.GraphMetaModelResourceInjector - supertype dependency from org.amma.dsl.jdt.dom to org.amma.dsl.jdt.core
12:34:09.474 [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
12:34:09.487 [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
12:34:09.498 [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
12:34:09.500 [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
12:34:09.502 [main] DEBUG o.e.h.g.u.GraphMetaModelResourceInjector - supertype dependency from org.amma.dsl.jdt.core to org.amma.dsl.jdt.primitiveTypes
12:34:09.503 [main] DEBUG o.e.h.g.u.GraphMetaModelResourceInjector - supertype dependency from org.amma.dsl.jdt.core to org.amma.dsl.jdt.dom
12:34:09.506 [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
12:34:09.513 [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
12:34:09.514 [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
12:34:09.514 [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
12:34:09.514 [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
12:34:09.514 [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
12:34:09.515 [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
12:34:09.515 [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
12:34:09.515 [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
12:34:09.515 [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
12:34:09.515 [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
12:34:09.515 [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
12:34:09.515 [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
12:34:09.515 [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
12:34:09.515 [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
12:34:09.515 [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
12:34:09.515 [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
12:34:09.515 [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
12:34:09.515 [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
12:34:09.515 [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
12:34:09.516 [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
12:34:09.517 [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
12:34:09.517 [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
12:34:09.517 [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
12:34:09.519 [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
12:34:09.519 [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
12:34:09.519 [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
12:34:09.575 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EByteArray will be handled as its instance type byte[]
12:34:09.575 [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
12:34:09.575 [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
12:34:09.578 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EBigInteger will be handled as its instance type java.math.BigInteger
12:34:09.579 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::ETreeIterator will be handled as its instance type org.eclipse.emf.common.util.TreeIterator
12:34:09.580 [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
12:34:09.593 [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
12:34:09.607 [main] INFO  o.e.h.g.u.GraphMetaModelResourceInjector - 136 METAMODEL NODES! (took ~0 sec)
12:34:09.607 [main] INFO  o.e.h.c.r.CompositeStateListener - Added metamodel(s).
12:34:09.777 [main] INFO  o.e.h.c.r.CompositeStateListener - Saving Hawk metadata...
adding: file:///home/jenkins/agent/workspace/Hawk_Greycat_backend_master/core/tests/org.eclipse.hawk.integration.tests/resources/models/set0-reduced-fragmented/:org.eclipse.hawk.localfolder.LocalFolder:false
12:34:09.778 [main] INFO  o.e.h.c.r.CompositeStateListener - Saved Hawk metadata.
12:34:09.778 [pool-178-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating Hawk...
updating indexer: 
12:34:09.803 [pool-178-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating relevant changed model files...
12:34:09.812 [pool-178-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Imported 10/11 files from file:///home/jenkins/agent/workspace/Hawk_Greycat_backend_master/core/tests/org.eclipse.hawk.integration.tests/resources/models/set0-reduced-fragmented/
12:34:09.812 [pool-178-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Deleting models removed from repository...
12:34:09.812 [pool-178-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating models to the new version...
12:34:09.886 [pool-178-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /IJavaProject_org.eclipse.jdt.apt.pluggable.core/IPackageFragment_org.eclipse.jdt.internal.apt.pluggable.core.dispatch/IPackageFragment_org.eclipse.jdt.internal.apt.pluggable.core.dispatch.xmi...
12:34:09.893 [pool-178-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
12:34:09.893 [pool-178-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
12:34:09.893 [pool-178-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performing batch insert on file: /IJavaProject_org.eclipse.jdt.apt.pluggable.core/IPackageFragment_org.eclipse.jdt.internal.apt.pluggable.core.dispatch/IPackageFragment_org.eclipse.jdt.internal.apt.pluggable.core.dispatch.xmi...
12:34:09.898 [pool-178-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding elements of file /IJavaProject_org.eclipse.jdt.apt.pluggable.core/IPackageFragment_org.eclipse.jdt.internal.apt.pluggable.core.dispatch/IPackageFragment_org.eclipse.jdt.internal.apt.pluggable.core.dispatch.xmi
12:34:10.797 [pool-178-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 2018 NODES AND 2018 M->MM REFERENCES! (took ~5004sec)
12:34:10.797 [pool-178-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding edges of file /IJavaProject_org.eclipse.jdt.apt.pluggable.core/IPackageFragment_org.eclipse.jdt.internal.apt.pluggable.core.dispatch/IPackageFragment_org.eclipse.jdt.internal.apt.pluggable.core.dispatch.xmi
12:34:11.002 [pool-178-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 2017 REFERENCES! (took ~0 sec)
12:34:11.003 [pool-178-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performed batch insert on file: /IJavaProject_org.eclipse.jdt.apt.pluggable.core/IPackageFragment_org.eclipse.jdt.internal.apt.pluggable.core.dispatch/IPackageFragment_org.eclipse.jdt.internal.apt.pluggable.core.dispatch.xmi.
1s117ms [pure insertion]
marking any relevant derived attributes for update...12:34:11.003 [pool-178-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s73ms
12:34:11.076 [pool-178-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s73ms
12:34:11.088 [pool-178-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /IJavaProject_org.eclipse.jdt.apt.pluggable.core/IPackageFragment_org.eclipse.jdt/IPackageFragment_org.eclipse.jdt.xmi...
12:34:11.088 [pool-178-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
12:34:11.088 [pool-178-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
12:34:11.088 [pool-178-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performing batch insert on file: /IJavaProject_org.eclipse.jdt.apt.pluggable.core/IPackageFragment_org.eclipse.jdt/IPackageFragment_org.eclipse.jdt.xmi...
12:34:11.092 [pool-178-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding elements of file /IJavaProject_org.eclipse.jdt.apt.pluggable.core/IPackageFragment_org.eclipse.jdt/IPackageFragment_org.eclipse.jdt.xmi
12:34:11.092 [pool-178-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~2sec)
12:34:11.093 [pool-178-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding edges of file /IJavaProject_org.eclipse.jdt.apt.pluggable.core/IPackageFragment_org.eclipse.jdt/IPackageFragment_org.eclipse.jdt.xmi
12:34:11.095 [pool-178-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec)
12:34:11.095 [pool-178-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performed batch insert on file: /IJavaProject_org.eclipse.jdt.apt.pluggable.core/IPackageFragment_org.eclipse.jdt/IPackageFragment_org.eclipse.jdt.xmi.
0s7ms [pure insertion]
marking any relevant derived attributes for update...12:34:11.095 [pool-178-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
12:34:11.095 [pool-178-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
12:34:11.175 [pool-178-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /BinaryPackageFragmentRoot_rt.jar/BinaryPackageFragmentRoot_rt.jar.xmi...
12:34:11.175 [pool-178-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
12:34:11.175 [pool-178-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
12:34:11.176 [pool-178-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performing batch insert on file: /BinaryPackageFragmentRoot_rt.jar/BinaryPackageFragmentRoot_rt.jar.xmi...
12:34:11.180 [pool-178-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding elements of file /BinaryPackageFragmentRoot_rt.jar/BinaryPackageFragmentRoot_rt.jar.xmi
12:34:11.184 [pool-178-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec)
12:34:11.184 [pool-178-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding edges of file /BinaryPackageFragmentRoot_rt.jar/BinaryPackageFragmentRoot_rt.jar.xmi
12:34:11.184 [pool-178-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec)
12:34:11.184 [pool-178-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performed batch insert on file: /BinaryPackageFragmentRoot_rt.jar/BinaryPackageFragmentRoot_rt.jar.xmi.
0s9ms [pure insertion]
marking any relevant derived attributes for update...12:34:11.184 [pool-178-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
12:34:11.184 [pool-178-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
12:34:11.191 [pool-178-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /BinaryPackageFragmentRoot_resources.jar/BinaryPackageFragmentRoot_resources.jar.xmi...
12:34:11.191 [pool-178-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
12:34:11.191 [pool-178-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
12:34:11.191 [pool-178-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performing batch insert on file: /BinaryPackageFragmentRoot_resources.jar/BinaryPackageFragmentRoot_resources.jar.xmi...
12:34:11.194 [pool-178-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding elements of file /BinaryPackageFragmentRoot_resources.jar/BinaryPackageFragmentRoot_resources.jar.xmi
12:34:11.198 [pool-178-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec)
12:34:11.198 [pool-178-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding edges of file /BinaryPackageFragmentRoot_resources.jar/BinaryPackageFragmentRoot_resources.jar.xmi
12:34:11.198 [pool-178-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec)
12:34:11.198 [pool-178-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performed batch insert on file: /BinaryPackageFragmentRoot_resources.jar/BinaryPackageFragmentRoot_resources.jar.xmi.
0s7ms [pure insertion]
marking any relevant derived attributes for update...12:34:11.198 [pool-178-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
12:34:11.198 [pool-178-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
12:34:11.282 [pool-178-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /set0.xmi...
12:34:11.282 [pool-178-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
12:34:11.286 [pool-178-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
12:34:11.286 [pool-178-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performing batch insert on file: /set0.xmi...
12:34:11.289 [pool-178-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding elements of file /set0.xmi
12:34:11.292 [pool-178-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~1sec)
12:34:11.292 [pool-178-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding edges of file /set0.xmi
12:34:11.381 [pool-178-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec)
12:34:11.381 [pool-178-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performed batch insert on file: /set0.xmi.
0s99ms [pure insertion]
marking any relevant derived attributes for update...12:34:11.381 [pool-178-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
12:34:11.381 [pool-178-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
12:34:11.401 [pool-178-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /IJavaProject_org.eclipse.jdt.apt.pluggable.core/IPackageFragment_org.eclipse.jdt.internal.apt.pluggable.core.filer/IPackageFragment_org.eclipse.jdt.internal.apt.pluggable.core.filer.xmi...
12:34:11.401 [pool-178-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
12:34:11.401 [pool-178-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
12:34:11.401 [pool-178-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performing batch insert on file: /IJavaProject_org.eclipse.jdt.apt.pluggable.core/IPackageFragment_org.eclipse.jdt.internal.apt.pluggable.core.filer/IPackageFragment_org.eclipse.jdt.internal.apt.pluggable.core.filer.xmi...
12:34:11.404 [pool-178-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding elements of file /IJavaProject_org.eclipse.jdt.apt.pluggable.core/IPackageFragment_org.eclipse.jdt.internal.apt.pluggable.core.filer/IPackageFragment_org.eclipse.jdt.internal.apt.pluggable.core.filer.xmi
12:34:11.886 [pool-178-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 2743 NODES AND 2743 M->MM REFERENCES! (took ~6753sec)
12:34:11.886 [pool-178-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding edges of file /IJavaProject_org.eclipse.jdt.apt.pluggable.core/IPackageFragment_org.eclipse.jdt.internal.apt.pluggable.core.filer/IPackageFragment_org.eclipse.jdt.internal.apt.pluggable.core.filer.xmi
12:34:12.007 [pool-178-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 2742 REFERENCES! (took ~0 sec)
12:34:12.007 [pool-178-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performed batch insert on file: /IJavaProject_org.eclipse.jdt.apt.pluggable.core/IPackageFragment_org.eclipse.jdt.internal.apt.pluggable.core.filer/IPackageFragment_org.eclipse.jdt.internal.apt.pluggable.core.filer.xmi.
0s606ms [pure insertion]
marking any relevant derived attributes for update...12:34:12.007 [pool-178-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s1ms
12:34:12.008 [pool-178-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s1ms
12:34:12.015 [pool-178-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /IJavaProject_org.eclipse.jdt.apt.pluggable.core/IPackageFragment_org.eclipse.jdt.internal.apt.pluggable/IPackageFragment_org.eclipse.jdt.internal.apt.pluggable.xmi...
12:34:12.015 [pool-178-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
12:34:12.015 [pool-178-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
12:34:12.015 [pool-178-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performing batch insert on file: /IJavaProject_org.eclipse.jdt.apt.pluggable.core/IPackageFragment_org.eclipse.jdt.internal.apt.pluggable/IPackageFragment_org.eclipse.jdt.internal.apt.pluggable.xmi...
12:34:12.018 [pool-178-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding elements of file /IJavaProject_org.eclipse.jdt.apt.pluggable.core/IPackageFragment_org.eclipse.jdt.internal.apt.pluggable/IPackageFragment_org.eclipse.jdt.internal.apt.pluggable.xmi
12:34:12.018 [pool-178-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~2sec)
12:34:12.018 [pool-178-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding edges of file /IJavaProject_org.eclipse.jdt.apt.pluggable.core/IPackageFragment_org.eclipse.jdt.internal.apt.pluggable/IPackageFragment_org.eclipse.jdt.internal.apt.pluggable.xmi
12:34:12.021 [pool-178-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec)
12:34:12.021 [pool-178-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performed batch insert on file: /IJavaProject_org.eclipse.jdt.apt.pluggable.core/IPackageFragment_org.eclipse.jdt.internal.apt.pluggable/IPackageFragment_org.eclipse.jdt.internal.apt.pluggable.xmi.
0s6ms [pure insertion]
marking any relevant derived attributes for update...12:34:12.021 [pool-178-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
12:34:12.021 [pool-178-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
12:34:12.032 [pool-178-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /IJavaProject_org.eclipse.jdt.apt.pluggable.core/IPackageFragment_org.eclipse.jdt.internal.apt.pluggable.core/IPackageFragment_org.eclipse.jdt.internal.apt.pluggable.core.xmi...
12:34:12.032 [pool-178-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
12:34:12.032 [pool-178-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
12:34:12.032 [pool-178-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performing batch insert on file: /IJavaProject_org.eclipse.jdt.apt.pluggable.core/IPackageFragment_org.eclipse.jdt.internal.apt.pluggable.core/IPackageFragment_org.eclipse.jdt.internal.apt.pluggable.core.xmi...
12:34:12.035 [pool-178-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding elements of file /IJavaProject_org.eclipse.jdt.apt.pluggable.core/IPackageFragment_org.eclipse.jdt.internal.apt.pluggable.core/IPackageFragment_org.eclipse.jdt.internal.apt.pluggable.core.xmi
12:34:12.525 [pool-178-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 583 NODES AND 583 M->MM REFERENCES! (took ~1357sec)
12:34:12.525 [pool-178-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding edges of file /IJavaProject_org.eclipse.jdt.apt.pluggable.core/IPackageFragment_org.eclipse.jdt.internal.apt.pluggable.core/IPackageFragment_org.eclipse.jdt.internal.apt.pluggable.core.xmi
12:34:12.599 [pool-178-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 609 REFERENCES! (took ~0 sec)
12:34:12.599 [pool-178-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performed batch insert on file: /IJavaProject_org.eclipse.jdt.apt.pluggable.core/IPackageFragment_org.eclipse.jdt.internal.apt.pluggable.core/IPackageFragment_org.eclipse.jdt.internal.apt.pluggable.core.xmi.
0s567ms [pure insertion]
marking any relevant derived attributes for update...12:34:12.599 [pool-178-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
12:34:12.599 [pool-178-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
12:34:12.678 [pool-178-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /IJavaProject_org.eclipse.jdt.apt.pluggable.core/IPackageFragment_org.eclipse.jdt.internal.apt/IPackageFragment_org.eclipse.jdt.internal.apt.xmi...
12:34:12.678 [pool-178-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
12:34:12.681 [pool-178-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
12:34:12.681 [pool-178-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performing batch insert on file: /IJavaProject_org.eclipse.jdt.apt.pluggable.core/IPackageFragment_org.eclipse.jdt.internal.apt/IPackageFragment_org.eclipse.jdt.internal.apt.xmi...
12:34:12.685 [pool-178-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding elements of file /IJavaProject_org.eclipse.jdt.apt.pluggable.core/IPackageFragment_org.eclipse.jdt.internal.apt/IPackageFragment_org.eclipse.jdt.internal.apt.xmi
12:34:12.686 [pool-178-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~2sec)
12:34:12.686 [pool-178-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding edges of file /IJavaProject_org.eclipse.jdt.apt.pluggable.core/IPackageFragment_org.eclipse.jdt.internal.apt/IPackageFragment_org.eclipse.jdt.internal.apt.xmi
12:34:12.689 [pool-178-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec)
12:34:12.689 [pool-178-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performed batch insert on file: /IJavaProject_org.eclipse.jdt.apt.pluggable.core/IPackageFragment_org.eclipse.jdt.internal.apt/IPackageFragment_org.eclipse.jdt.internal.apt.xmi.
0s11ms [pure insertion]
marking any relevant derived attributes for update...12:34:12.689 [pool-178-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
12:34:12.689 [pool-178-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
12:34:12.696 [pool-178-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /IJavaProject_org.eclipse.jdt.apt.pluggable.core/IPackageFragment_org.eclipse.jdt.internal/IPackageFragment_org.eclipse.jdt.internal.xmi...
12:34:12.696 [pool-178-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
12:34:12.696 [pool-178-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
12:34:12.696 [pool-178-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performing batch insert on file: /IJavaProject_org.eclipse.jdt.apt.pluggable.core/IPackageFragment_org.eclipse.jdt.internal/IPackageFragment_org.eclipse.jdt.internal.xmi...
12:34:12.699 [pool-178-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding elements of file /IJavaProject_org.eclipse.jdt.apt.pluggable.core/IPackageFragment_org.eclipse.jdt.internal/IPackageFragment_org.eclipse.jdt.internal.xmi
12:34:12.700 [pool-178-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~2sec)
12:34:12.700 [pool-178-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding edges of file /IJavaProject_org.eclipse.jdt.apt.pluggable.core/IPackageFragment_org.eclipse.jdt.internal/IPackageFragment_org.eclipse.jdt.internal.xmi
12:34:12.703 [pool-178-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec)
12:34:12.703 [pool-178-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performed batch insert on file: /IJavaProject_org.eclipse.jdt.apt.pluggable.core/IPackageFragment_org.eclipse.jdt.internal/IPackageFragment_org.eclipse.jdt.internal.xmi.
0s7ms [pure insertion]
marking any relevant derived attributes for update...12:34:12.703 [pool-178-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
12:34:12.703 [pool-178-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
12:34:12.710 [pool-178-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /IJavaProject_org.eclipse.jdt.apt.pluggable.core/IJavaProject_org.eclipse.jdt.apt.pluggable.core.xmi...
12:34:12.710 [pool-178-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
12:34:12.710 [pool-178-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
12:34:12.710 [pool-178-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performing batch insert on file: /IJavaProject_org.eclipse.jdt.apt.pluggable.core/IJavaProject_org.eclipse.jdt.apt.pluggable.core.xmi...
12:34:12.713 [pool-178-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding elements of file /IJavaProject_org.eclipse.jdt.apt.pluggable.core/IJavaProject_org.eclipse.jdt.apt.pluggable.core.xmi
12:34:12.717 [pool-178-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 2 NODES AND 2 M->MM REFERENCES! (took ~5sec)
12:34:12.717 [pool-178-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding edges of file /IJavaProject_org.eclipse.jdt.apt.pluggable.core/IJavaProject_org.eclipse.jdt.apt.pluggable.core.xmi
12:34:12.796 [pool-178-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 REFERENCES! (took ~0 sec)
12:34:12.796 [pool-178-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performed batch insert on file: /IJavaProject_org.eclipse.jdt.apt.pluggable.core/IJavaProject_org.eclipse.jdt.apt.pluggable.core.xmi.
0s86ms [pure insertion]
marking any relevant derived attributes for update...12:34:12.796 [pool-178-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
12:34:12.796 [pool-178-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
12:34:12.796 [pool-178-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating proxies...
attempting to resolve any leftover cross-file references...
12:34:12.797 [pool-178-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Resolving any leftover cross-file references...
12:34:12.820 [pool-178-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Processing 0/19 proxy references (0 sec total)
12:34:13.290 [pool-178-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - 0 proxy ref lists left after resolving 19 refs
12:34:13.290 [pool-178-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - proxy resolution took: ~0.493s
attempting to resolve any uninitialized derived attributes...
12:34:13.290 [pool-178-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Resolving any uninitialized derived attributes...
12:34:13.290 [pool-178-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - Deriving attributes...
12:34:13.290 [pool-178-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...
12:34:13.290 [pool-178-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating any affected derived attributes...
0s494ms [proxy update]
12:34:13.291 [pool-178-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updated proxies.
12:34:13.291 [pool-178-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performing optional post-sync operations.
sync metrics:
interesting	11
deleted		0
changed		11
loaded		11
c elems		5353
d elems		0
time		~3s
validating changes...
validating file UPDATED for /IJavaProject_org.eclipse.jdt.apt.pluggable.core/IPackageFragment_org.eclipse.jdt.internal.apt.pluggable.core.dispatch/IPackageFragment_org.eclipse.jdt.internal.apt.pluggable.core.dispatch.xmi
validating file UPDATED for /IJavaProject_org.eclipse.jdt.apt.pluggable.core/IPackageFragment_org.eclipse.jdt/IPackageFragment_org.eclipse.jdt.xmi
validating file UPDATED for /BinaryPackageFragmentRoot_rt.jar/BinaryPackageFragmentRoot_rt.jar.xmi
validating file UPDATED for /BinaryPackageFragmentRoot_resources.jar/BinaryPackageFragmentRoot_resources.jar.xmi
validating file UPDATED for /set0.xmi
validating file UPDATED for /IJavaProject_org.eclipse.jdt.apt.pluggable.core/IPackageFragment_org.eclipse.jdt.internal.apt.pluggable.core.filer/IPackageFragment_org.eclipse.jdt.internal.apt.pluggable.core.filer.xmi
validating file UPDATED for /IJavaProject_org.eclipse.jdt.apt.pluggable.core/IPackageFragment_org.eclipse.jdt.internal.apt.pluggable/IPackageFragment_org.eclipse.jdt.internal.apt.pluggable.xmi
validating file UPDATED for /IJavaProject_org.eclipse.jdt.apt.pluggable.core/IPackageFragment_org.eclipse.jdt.internal.apt.pluggable.core/IPackageFragment_org.eclipse.jdt.internal.apt.pluggable.core.xmi
validating file UPDATED for /IJavaProject_org.eclipse.jdt.apt.pluggable.core/IPackageFragment_org.eclipse.jdt.internal.apt/IPackageFragment_org.eclipse.jdt.internal.apt.xmi
validating file UPDATED for /IJavaProject_org.eclipse.jdt.apt.pluggable.core/IPackageFragment_org.eclipse.jdt.internal/IPackageFragment_org.eclipse.jdt.internal.xmi
validating file UPDATED for /IJavaProject_org.eclipse.jdt.apt.pluggable.core/IJavaProject_org.eclipse.jdt.apt.pluggable.core.xmi
changed resource size: 5353
relevant graph size: 5353
validated changes... true
12:34:13.992 [pool-178-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updated Hawk instance test (success). 4 s 214 ms
12:34:13.993 [main] DEBUG o.e.hawk.epsilon.emc.EOLQueryEngine - Graph path: /tmp/junit8298172671039997704/test_getAllOfCountsSubtypes[LevelDB GreyCat]
12:34:13.995 [main] INFO  o.e.h.c.r.CompositeStateListener - Adding derived attribute org.amma.dsl.jdt.core::BinaryPackageFragmentRoot::allof_BinaryPackageFragmentRoot...
12:34:13.995 [main] INFO  o.e.h.g.u.GraphMetaModelResourceInjector - Derived attribute added: org.amma.dsl.jdt.core::BinaryPackageFragmentRoot#allof_BinaryPackageFragmentRoot (isMany=true|isOrdered=false|isUnique=true|type=BinaryPackageFragmentRoot) org.eclipse.hawk.epsilon.emc.EOLQueryEngine#
return self.closure(e|e.eContainers);
12:34:13.998 [main] INFO  o.e.h.g.updater.GraphModelInserter - Creating / updating derived attribute org.amma.dsl.jdt.core::BinaryPackageFragmentRoot#allof_BinaryPackageFragmentRoot
12:34:14.004 [main] DEBUG o.e.hawk.epsilon.emc.DeriveFeature - adding new module to cache, key: return self.closure(e|e.eContainers);
12:34:14.023 [main] INFO  o.e.h.c.r.CompositeStateListener - Processed 2/2 derived feature nodes of type 'org.eclipse.hawk.epsilon.emc.EOLQueryEngine' (0 s, 0 s total)
12:34:14.023 [main] INFO  o.e.h.g.updater.GraphModelInserter - Finished adding derived feature in 0.025s
12:34:14.023 [main] INFO  o.e.h.c.r.CompositeStateListener - Added derived attribute org.amma.dsl.jdt.core::BinaryPackageFragmentRoot::allof_BinaryPackageFragmentRoot.
12:34:14.024 [main] DEBUG o.e.hawk.epsilon.emc.EOLQueryEngine - Graph path: /tmp/junit8298172671039997704/test_getAllOfCountsSubtypes[LevelDB GreyCat]
12:34:14.025 [main] INFO  o.e.h.c.r.CompositeStateListener - Adding derived attribute org.amma.dsl.jdt.core::IPackageFragmentRoot::allof_IPackageFragmentRoot...
12:34:14.025 [main] INFO  o.e.h.g.u.GraphMetaModelResourceInjector - Derived attribute added: org.amma.dsl.jdt.core::IPackageFragmentRoot#allof_IPackageFragmentRoot (isMany=true|isOrdered=false|isUnique=true|type=IPackageFragmentRoot) org.eclipse.hawk.epsilon.emc.EOLQueryEngine#
return self.closure(e|e.eContainers);
12:34:14.027 [main] INFO  o.e.h.g.updater.GraphModelInserter - Creating / updating derived attribute org.amma.dsl.jdt.core::IPackageFragmentRoot#allof_IPackageFragmentRoot
12:34:14.078 [main] DEBUG o.e.hawk.epsilon.emc.DeriveFeature - adding new module to cache, key: return self.closure(e|e.eContainers);
12:34:14.115 [main] INFO  o.e.h.c.r.CompositeStateListener - Processed 3/3 derived feature nodes of type 'org.eclipse.hawk.epsilon.emc.EOLQueryEngine' (0 s, 0 s total)
12:34:14.115 [main] INFO  o.e.h.g.updater.GraphModelInserter - Finished adding derived feature in 0.088s
12:34:14.115 [main] INFO  o.e.h.c.r.CompositeStateListener - Added derived attribute org.amma.dsl.jdt.core::IPackageFragmentRoot::allof_IPackageFragmentRoot.
12:34:14.120 [pool-178-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating Hawk...
updating indexer: 
12:34:14.177 [pool-178-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
12:34:14.177 [pool-178-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updated Hawk instance test (success). 0 s 57 ms
12:34:14.178 [pool-178-thread-1] DEBUG o.e.hawk.epsilon.emc.EOLQueryEngine - Graph path: /tmp/junit8298172671039997704/test_getAllOfCountsSubtypes[LevelDB GreyCat]
12:34:14.201 [main] INFO  o.e.h.c.r.CompositeStateListener - Hawk shutting down...
12:34:14.202 [main] INFO  o.e.h.c.r.CompositeStateListener - Saving Hawk metadata...
adding: file:///home/jenkins/agent/workspace/Hawk_Greycat_backend_master/core/tests/org.eclipse.hawk.integration.tests/resources/models/set0-reduced-fragmented/:org.eclipse.hawk.localfolder.LocalFolder:false
12:34:14.204 [main] INFO  o.e.h.c.r.CompositeStateListener - Saved Hawk metadata.
12:34:14.204 [main] INFO  o.e.h.core.runtime.BaseModelIndexer - Waiting 120s for all scheduled tasks to complete
12:34:14.257 [main] INFO  o.e.hawk.greycat.lucene.SoftTxLucene - Shutdown of Lucene complete.
12:34:14.258 [main] INFO  o.e.h.g.AbstractGreycatDatabase - Disconnected from GreyCat graph at /tmp/junit8298172671039997704/test_getAllOfCountsSubtypes[LevelDB GreyCat]
12:34:14.258 [main] INFO  o.e.h.c.r.CompositeStateListener - Hawk shut down.
12:34:14.400 [main] INFO  o.e.h.c.r.CompositeStateListener - Saving Hawk metadata...
12:34:14.402 [main] INFO  o.e.h.c.r.CompositeStateListener - Saved Hawk metadata.
12:34:14.402 [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
12:34:14.402 [main] INFO  o.e.h.g.u.GraphMetaModelResourceInjector - ADDING METAMODELS: 
12:34:14.402 [main] INFO  o.e.h.g.u.GraphMetaModelResourceInjector - ADDING: 
12:34:14.404 [main] INFO  o.e.h.g.u.GraphMetaModelResourceInjector - 0 METAMODEL NODES! (took ~0 sec)
inserting static metamodels complete
12:34:14.404 [main] INFO  o.e.h.c.r.CompositeStateListener - Registering metamodels...
12:34:14.404 [main] INFO  o.e.h.c.r.CompositeStateListener - Registered metamodels.
12:34:14.405 [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!
12:34:14.405 [pool-180-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating Hawk...
updating indexer: 
12:34:14.405 [pool-180-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performing optional post-sync operations.
sync metrics:
interesting	0
deleted		0
changed		0
loaded		0
c elems		0
d elems		0
time		~0s
validating changes...
changed resource size: 0
relevant graph size: 0
validated changes... true
12:34:14.405 [pool-180-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updated Hawk instance test (success). 0 s 0 ms
12:34:14.406 [main] INFO  o.e.h.c.r.CompositeStateListener - Adding metamodel(s)...
Adding metamodels in: ../../core/tests/org.eclipse.hawk.integration.tests/resources/metamodels/Ecore.ecore to store
12:34:14.409 [main] INFO  o.e.h.g.u.GraphMetaModelResourceInjector - ADDING METAMODELS: 
12:34:14.409 [main] INFO  o.e.h.g.u.GraphMetaModelResourceInjector - ADDING: 
12:34:14.413 [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
12:34:14.413 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::ETreeIterator will be handled as its instance type org.eclipse.emf.common.util.TreeIterator
12:34:14.413 [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
12:34:14.413 [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
12:34:14.413 [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
12:34:14.414 [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
12:34:14.414 [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
12:34:14.414 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::ELong will be handled as its instance type java.lang.Long
12:34:14.414 [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
12:34:14.415 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EByte will be handled as its instance type byte
12:34:14.415 [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
12:34:14.415 [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
12:34:14.415 [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[]
12:34:14.415 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EFloatObject will be handled as its instance type java.lang.Float
12:34:14.415 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EBoolean will be handled as its instance type java.lang.Boolean
12:34:14.415 [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
12:34:14.416 [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
12:34:14.416 [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
12:34:14.416 [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
12:34:14.416 [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
12:34:14.416 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EIntegerObject will be handled as its instance type java.lang.Integer
12:34:14.416 [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
12:34:14.416 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EFeatureMap will be handled as its instance type org.eclipse.emf.ecore.util.FeatureMap
12:34:14.416 [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
12:34:14.416 [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
12:34:14.416 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EDouble will be handled as its instance type java.lang.Double
12:34:14.416 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EResource will be handled as its instance type org.eclipse.emf.ecore.resource.Resource
12:34:14.416 [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
12:34:14.417 [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
12:34:14.417 [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
12:34:14.417 [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
12:34:14.418 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EDoubleObject will be handled as its instance type java.lang.Double
12:34:14.419 [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
12:34:14.423 [main] INFO  o.e.h.g.u.GraphMetaModelResourceInjector - 20 METAMODEL NODES! (took ~0 sec)
12:34:14.423 [main] INFO  o.e.h.c.r.CompositeStateListener - Added metamodel(s).
12:34:14.423 [main] INFO  o.e.h.c.r.CompositeStateListener - Adding metamodel(s)...
Adding metamodels in: ../../core/tests/org.eclipse.hawk.integration.tests/resources/metamodels/XMLType.ecore to store
12:34:14.425 [main] INFO  o.e.h.g.u.GraphMetaModelResourceInjector - ADDING METAMODELS: 
12:34:14.425 [main] INFO  o.e.h.g.u.GraphMetaModelResourceInjector - ADDING: 
12:34:14.429 [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
12:34:14.429 [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
12:34:14.429 [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
12:34:14.429 [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
12:34:14.429 [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
12:34:14.429 [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
12:34:14.429 [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
12:34:14.429 [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
12:34:14.430 [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
12:34:14.430 [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[]
12:34:14.430 [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
12:34:14.430 [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
12:34:14.430 [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
12:34:14.430 [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
12:34:14.430 [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
12:34:14.430 [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
12:34:14.430 [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
12:34:14.430 [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
12:34:14.430 [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
12:34:14.430 [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
12:34:14.430 [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
12:34:14.430 [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
12:34:14.430 [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
12:34:14.430 [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
12:34:14.430 [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
12:34:14.430 [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
12:34:14.430 [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
12:34:14.430 [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
12:34:14.430 [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
12:34:14.430 [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
12:34:14.430 [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
12:34:14.430 [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
12:34:14.430 [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
12:34:14.430 [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
12:34:14.430 [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
12:34:14.430 [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
12:34:14.430 [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
12:34:14.430 [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
12:34:14.430 [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
12:34:14.430 [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
12:34:14.430 [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
12:34:14.430 [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
12:34:14.430 [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[]
12:34:14.430 [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
12:34:14.430 [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
12:34:14.430 [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
12:34:14.430 [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
12:34:14.430 [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
12:34:14.430 [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
12:34:14.430 [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
12:34:14.430 [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
12:34:14.430 [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
12:34:14.430 [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
12:34:14.430 [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
12:34:14.430 [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
12:34:14.430 [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
12:34:14.430 [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
12:34:14.430 [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
12:34:14.431 [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
12:34:14.434 [main] INFO  o.e.h.g.u.GraphMetaModelResourceInjector - 4 METAMODEL NODES! (took ~0 sec)
12:34:14.434 [main] INFO  o.e.h.c.r.CompositeStateListener - Added metamodel(s).
12:34:14.434 [main] INFO  o.e.h.c.r.CompositeStateListener - Adding metamodel(s)...
Adding metamodels in: ../../core/tests/org.eclipse.hawk.integration.tests/resources/metamodels/Tree.ecore to store
12:34:14.434 [main] INFO  o.e.h.g.u.GraphMetaModelResourceInjector - ADDING METAMODELS: 
12:34:14.434 [main] INFO  o.e.h.g.u.GraphMetaModelResourceInjector - ADDING: 
12:34:14.476 [main] DEBUG o.e.h.g.u.GraphMetaModelResourceInjector - supertype dependency from Tree to http://www.eclipse.org/emf/2002/Ecore
12:34:14.478 [main] INFO  o.e.h.g.u.GraphMetaModelResourceInjector - 1 METAMODEL NODES! (took ~0 sec)
12:34:14.478 [main] INFO  o.e.h.c.r.CompositeStateListener - Added metamodel(s).
12:34:14.536 [main] INFO  o.e.h.c.r.CompositeStateListener - Saving Hawk metadata...
adding: file:///tmp/junit13789381959586818704/:org.eclipse.hawk.localfolder.LocalFolder:false
12:34:14.538 [main] INFO  o.e.h.c.r.CompositeStateListener - Saved Hawk metadata.
12:34:14.538 [pool-180-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating Hawk...
updating indexer: 
12:34:14.540 [pool-180-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating relevant changed model files...
12:34:14.544 [pool-180-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Deleting models removed from repository...
12:34:14.544 [pool-180-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating models to the new version...
12:34:14.545 [pool-180-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /tree.model...
12:34:14.551 [pool-180-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
12:34:14.551 [pool-180-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
12:34:14.551 [pool-180-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performing batch insert on file: /tree.model...
12:34:14.578 [pool-180-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding elements of file /tree.model
12:34:14.582 [pool-180-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 2 NODES AND 2 M->MM REFERENCES! (took ~0sec)
12:34:14.582 [pool-180-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding edges of file /tree.model
12:34:14.583 [pool-180-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 2 REFERENCES! (took ~0 sec)
12:34:14.583 [pool-180-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performed batch insert on file: /tree.model.
0s38ms [pure insertion]
marking any relevant derived attributes for update...12:34:14.583 [pool-180-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s1ms
12:34:14.584 [pool-180-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s1ms
12:34:14.584 [pool-180-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating proxies...
attempting to resolve any leftover cross-file references...
12:34:14.584 [pool-180-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Resolving any leftover cross-file references...
12:34:14.585 [pool-180-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - 0 proxy ref lists left after resolving 0 refs
12:34:14.585 [pool-180-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - proxy resolution took: ~0.001s
attempting to resolve any uninitialized derived attributes...
12:34:14.585 [pool-180-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Resolving any uninitialized derived attributes...
12:34:14.585 [pool-180-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - Deriving attributes...
12:34:14.585 [pool-180-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - 0 - sets of proxy [derived] attributes left incomplete in the store
attempting to update any relevant derived attributes...
12:34:14.585 [pool-180-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating any affected derived attributes...
0s1ms [proxy update]
12:34:14.585 [pool-180-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updated proxies.
12:34:14.585 [pool-180-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performing optional post-sync operations.
sync metrics:
interesting	1
deleted		0
changed		1
loaded		1
c elems		2
d elems		0
time		~0s
validating changes...
validating file UPDATED for /tree.model
changed resource size: 2
relevant graph size: 2
validated changes... true
12:34:14.586 [pool-180-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updated Hawk instance test (success). 0 s 48 ms
Copied ../../core/tests/org.eclipse.hawk.integration.tests/resources/models/changed-trees/add-child.model over /tmp/junit13789381959586818704/tree.model
12:34:14.586 [pool-180-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating Hawk...
updating indexer: 
12:34:14.587 [pool-180-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating relevant changed model files...
12:34:14.588 [pool-180-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Deleting models removed from repository...
12:34:14.588 [pool-180-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating models to the new version...
12:34:14.589 [pool-180-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /tree.model...
12:34:14.589 [pool-180-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
12:34:14.589 [pool-180-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File contains: 2 (2) nodes in store
12:34:14.589 [pool-180-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - Update contains | a:1 u:1 d:0 ratio: 1.0
12:34:14.589 [pool-180-thread-1] DEBUG o.e.h.g.updater.GraphModelInserter - File already present, calculating deltas with respect to graph storage
12:34:14.589 [pool-180-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performing batch update of file: /tree.model...
12:34:14.589 [pool-180-thread-1] DEBUG o.e.hawk.graph.updater.DeletionUtils - deleting nodes from file: /tree.model
12:34:14.592 [pool-180-thread-1] DEBUG o.e.hawk.graph.updater.DeletionUtils - deleted all, took: 0.003s
12:34:14.596 [pool-180-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding elements of file /tree.model
12:34:14.599 [pool-180-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 3 NODES AND 3 M->MM REFERENCES! (took ~0sec)
12:34:14.599 [pool-180-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding edges of file /tree.model
12:34:14.599 [pool-180-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 4 REFERENCES! (took ~0 sec)
12:34:14.599 [pool-180-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performed batch update of file: /tree.model.
0s10ms [pure insertion]
marking any relevant derived attributes for update...12:34:14.599 [pool-180-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
12:34:14.599 [pool-180-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
12:34:14.599 [pool-180-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating proxies...
attempting to resolve any leftover cross-file references...
12:34:14.599 [pool-180-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Resolving any leftover cross-file references...
12:34:14.600 [pool-180-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - 0 proxy ref lists left after resolving 0 refs
12:34:14.600 [pool-180-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - proxy resolution took: ~0.001s
attempting to resolve any uninitialized derived attributes...
12:34:14.600 [pool-180-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Resolving any uninitialized derived attributes...
12:34:14.600 [pool-180-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - Deriving attributes...
12:34:14.600 [pool-180-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - 0 - sets of proxy [derived] attributes left incomplete in the store
attempting to update any relevant derived attributes...
12:34:14.600 [pool-180-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating any affected derived attributes...
0s1ms [proxy update]
12:34:14.600 [pool-180-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updated proxies.
12:34:14.600 [pool-180-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performing optional post-sync operations.
sync metrics:
interesting	1
deleted		0
changed		1
loaded		1
c elems		3
d elems		2
time		~0s
validating changes...
validating file UPDATED for /tree.model
changed resource size: 3
relevant graph size: 3
validated changes... true
12:34:14.601 [pool-180-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updated Hawk instance test (success). 0 s 14 ms
12:34:14.601 [main] INFO  o.e.h.c.r.CompositeStateListener - Hawk shutting down...
12:34:14.601 [main] INFO  o.e.h.c.r.CompositeStateListener - Saving Hawk metadata...
adding: file:///tmp/junit13789381959586818704/:org.eclipse.hawk.localfolder.LocalFolder:false
12:34:14.602 [main] INFO  o.e.h.c.r.CompositeStateListener - Saved Hawk metadata.
12:34:14.602 [main] INFO  o.e.h.core.runtime.BaseModelIndexer - Waiting 120s for all scheduled tasks to complete
12:34:14.708 [main] INFO  o.e.hawk.greycat.lucene.SoftTxLucene - Shutdown of Lucene complete.
12:34:14.708 [main] INFO  o.e.h.g.AbstractGreycatDatabase - Disconnected from GreyCat graph at /tmp/junit14915850917149506820/test_addChild[LevelDB GreyCat]
12:34:14.708 [main] INFO  o.e.h.c.r.CompositeStateListener - Hawk shut down.
12:34:14.848 [main] INFO  o.e.h.c.r.CompositeStateListener - Saving Hawk metadata...
12:34:14.850 [main] INFO  o.e.h.c.r.CompositeStateListener - Saved Hawk metadata.
12:34:14.850 [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
12:34:14.850 [main] INFO  o.e.h.g.u.GraphMetaModelResourceInjector - ADDING METAMODELS: 
12:34:14.850 [main] INFO  o.e.h.g.u.GraphMetaModelResourceInjector - ADDING: 
12:34:14.852 [main] INFO  o.e.h.g.u.GraphMetaModelResourceInjector - 0 METAMODEL NODES! (took ~0 sec)
inserting static metamodels complete
12:34:14.852 [main] INFO  o.e.h.c.r.CompositeStateListener - Registering metamodels...
12:34:14.852 [main] INFO  o.e.h.c.r.CompositeStateListener - Registered metamodels.
12:34:14.853 [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!
12:34:14.853 [pool-182-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating Hawk...
updating indexer: 
12:34:14.853 [pool-182-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performing optional post-sync operations.
sync metrics:
interesting	0
deleted		0
12:34:14.853 [main] INFO  o.e.h.c.r.CompositeStateListener - Adding metamodel(s)...
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
12:34:14.853 [pool-182-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updated Hawk instance test (success). 0 s 0 ms
Adding metamodels in: ../../core/tests/org.eclipse.hawk.integration.tests/resources/metamodels/Ecore.ecore to store
12:34:14.856 [main] INFO  o.e.h.g.u.GraphMetaModelResourceInjector - ADDING METAMODELS: 
12:34:14.856 [main] INFO  o.e.h.g.u.GraphMetaModelResourceInjector - ADDING: 
12:34:14.860 [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
12:34:14.860 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EBoolean will be handled as its instance type java.lang.Boolean
12:34:14.860 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EDouble will be handled as its instance type java.lang.Double
12:34:14.860 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EResource will be handled as its instance type org.eclipse.emf.ecore.resource.Resource
12:34:14.860 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::ELong will be handled as its instance type java.lang.Long
12:34:14.860 [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
12:34:14.860 [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
12:34:14.861 [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
12:34:14.861 [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
12:34:14.861 [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
12:34:14.861 [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
12:34:14.862 [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
12:34:14.862 [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
12:34:14.862 [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
12:34:14.862 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EJavaClass will be handled as its instance type java.lang.Class
12:34:14.862 [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
12:34:14.862 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EBooleanObject will be handled as its instance type java.lang.Boolean
12:34:14.862 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EByteObject will be handled as its instance type java.lang.Byte
12:34:14.863 [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
12:34:14.865 [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
12:34:14.865 [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
12:34:14.865 [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
12:34:14.865 [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
12:34:14.865 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EInvocationTargetException will be handled as its instance type java.lang.reflect.InvocationTargetException
12:34:14.865 [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
12:34:14.865 [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[]
12:34:14.865 [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
12:34:14.865 [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
12:34:14.865 [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
12:34:14.865 [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
12:34:14.865 [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
12:34:14.865 [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
12:34:14.865 [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
12:34:14.868 [main] INFO  o.e.h.g.u.GraphMetaModelResourceInjector - 20 METAMODEL NODES! (took ~0 sec)
12:34:14.868 [main] INFO  o.e.h.c.r.CompositeStateListener - Added metamodel(s).
12:34:14.868 [main] INFO  o.e.h.c.r.CompositeStateListener - Adding metamodel(s)...
Adding metamodels in: ../../core/tests/org.eclipse.hawk.integration.tests/resources/metamodels/XMLType.ecore to store
12:34:14.875 [main] INFO  o.e.h.g.u.GraphMetaModelResourceInjector - ADDING METAMODELS: 
12:34:14.875 [main] INFO  o.e.h.g.u.GraphMetaModelResourceInjector - ADDING: 
12:34:14.879 [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
12:34:14.879 [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
12:34:14.879 [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
12:34:14.879 [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
12:34:14.879 [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
12:34:14.879 [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
12:34:14.879 [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
12:34:14.879 [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[]
12:34:14.879 [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
12:34:14.879 [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
12:34:14.879 [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
12:34:14.879 [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
12:34:14.879 [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
12:34:14.879 [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
12:34:14.879 [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
12:34:14.879 [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
12:34:14.879 [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
12:34:14.879 [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
12:34:14.880 [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
12:34:14.880 [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
12:34:14.880 [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
12:34:14.880 [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
12:34:14.880 [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
12:34:14.880 [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
12:34:14.880 [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
12:34:14.880 [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
12:34:14.880 [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
12:34:14.880 [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
12:34:14.880 [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
12:34:14.880 [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
12:34:14.880 [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
12:34:14.880 [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
12:34:14.880 [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
12:34:14.880 [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
12:34:14.880 [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
12:34:14.880 [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[]
12:34:14.880 [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
12:34:14.880 [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
12:34:14.880 [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
12:34:14.880 [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
12:34:14.880 [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
12:34:14.880 [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
12:34:14.881 [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
12:34:14.881 [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
12:34:14.881 [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
12:34:14.881 [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
12:34:14.881 [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
12:34:14.881 [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
12:34:14.881 [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
12:34:14.881 [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
12:34:14.881 [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
12:34:14.881 [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
12:34:14.881 [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
12:34:14.881 [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
12:34:14.881 [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
12:34:14.881 [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
12:34:14.881 [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
12:34:14.881 [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
12:34:14.881 [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
12:34:14.884 [main] INFO  o.e.h.g.u.GraphMetaModelResourceInjector - 4 METAMODEL NODES! (took ~0 sec)
12:34:14.884 [main] INFO  o.e.h.c.r.CompositeStateListener - Added metamodel(s).
12:34:14.884 [main] INFO  o.e.h.c.r.CompositeStateListener - Adding metamodel(s)...
Adding metamodels in: ../../core/tests/org.eclipse.hawk.integration.tests/resources/metamodels/Tree.ecore to store
12:34:14.884 [main] INFO  o.e.h.g.u.GraphMetaModelResourceInjector - ADDING METAMODELS: 
12:34:14.884 [main] INFO  o.e.h.g.u.GraphMetaModelResourceInjector - ADDING: 
12:34:14.888 [main] DEBUG o.e.h.g.u.GraphMetaModelResourceInjector - supertype dependency from Tree to http://www.eclipse.org/emf/2002/Ecore
12:34:14.889 [main] INFO  o.e.h.g.u.GraphMetaModelResourceInjector - 1 METAMODEL NODES! (took ~0 sec)
12:34:14.889 [main] INFO  o.e.h.c.r.CompositeStateListener - Added metamodel(s).
12:34:14.999 [main] INFO  o.e.h.c.r.CompositeStateListener - Saving Hawk metadata...
adding: file:///tmp/junit5596636540852291589/:org.eclipse.hawk.localfolder.LocalFolder:false
12:34:15.001 [main] INFO  o.e.h.c.r.CompositeStateListener - Saved Hawk metadata.
12:34:15.001 [pool-182-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating Hawk...
updating indexer: 
12:34:15.002 [pool-182-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating relevant changed model files...
12:34:15.002 [pool-182-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Deleting models removed from repository...
12:34:15.002 [pool-182-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating models to the new version...
12:34:15.002 [pool-182-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating proxies...
attempting to resolve any leftover cross-file references...
12:34:15.002 [pool-182-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Resolving any leftover cross-file references...
12:34:15.006 [pool-182-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - 0 proxy ref lists left after resolving 0 refs
12:34:15.006 [pool-182-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - proxy resolution took: ~0.004s
attempting to resolve any uninitialized derived attributes...
12:34:15.006 [pool-182-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Resolving any uninitialized derived attributes...
12:34:15.006 [pool-182-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - Deriving attributes...
12:34:15.008 [pool-182-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...
12:34:15.008 [pool-182-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating any affected derived attributes...
0s8ms [proxy update]
12:34:15.010 [pool-182-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updated proxies.
12:34:15.010 [pool-182-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
12:34:15.010 [pool-182-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updated Hawk instance test (success). 0 s 9 ms
12:34:15.011 [pool-182-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating Hawk...
updating indexer: 
12:34:15.012 [pool-182-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating relevant changed model files...
12:34:15.014 [pool-182-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Deleting models removed from repository...
12:34:15.014 [pool-182-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating models to the new version...
12:34:15.015 [pool-182-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /tree.model...
12:34:15.018 [pool-182-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
12:34:15.018 [pool-182-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
12:34:15.018 [pool-182-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performing batch insert on file: /tree.model...
12:34:15.024 [pool-182-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding elements of file /tree.model
12:34:15.027 [pool-182-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 2 NODES AND 2 M->MM REFERENCES! (took ~0sec)
12:34:15.027 [pool-182-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding edges of file /tree.model
12:34:15.027 [pool-182-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 2 REFERENCES! (took ~0 sec)
12:34:15.027 [pool-182-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performed batch insert on file: /tree.model.
0s12ms [pure insertion]
marking any relevant derived attributes for update...12:34:15.027 [pool-182-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
12:34:15.027 [pool-182-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
12:34:15.027 [pool-182-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating proxies...
attempting to resolve any leftover cross-file references...
12:34:15.027 [pool-182-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Resolving any leftover cross-file references...
12:34:15.027 [pool-182-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - 0 proxy ref lists left after resolving 0 refs
12:34:15.027 [pool-182-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - proxy resolution took: ~0.0s
attempting to resolve any uninitialized derived attributes...
12:34:15.027 [pool-182-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Resolving any uninitialized derived attributes...
12:34:15.027 [pool-182-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - Deriving attributes...
12:34:15.027 [pool-182-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...
12:34:15.027 [pool-182-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating any affected derived attributes...
0s1ms [proxy update]
12:34:15.028 [pool-182-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updated proxies.
12:34:15.028 [pool-182-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		~0s
validating changes...
validating file UPDATED for /tree.model
changed resource size: 2
relevant graph size: 2
validated changes... true
12:34:15.028 [pool-182-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updated Hawk instance test (success). 0 s 17 ms
12:34:15.028 [main] INFO  o.e.h.c.r.CompositeStateListener - Hawk shutting down...
12:34:15.028 [main] INFO  o.e.h.c.r.CompositeStateListener - Saving Hawk metadata...
adding: file:///tmp/junit5596636540852291589/:org.eclipse.hawk.localfolder.LocalFolder:false
12:34:15.030 [main] INFO  o.e.h.c.r.CompositeStateListener - Saved Hawk metadata.
12:34:15.030 [main] INFO  o.e.h.core.runtime.BaseModelIndexer - Waiting 120s for all scheduled tasks to complete
12:34:15.150 [main] INFO  o.e.hawk.greycat.lucene.SoftTxLucene - Shutdown of Lucene complete.
12:34:15.151 [main] INFO  o.e.h.g.AbstractGreycatDatabase - Disconnected from GreyCat graph at /tmp/junit10621756320659990587/test_addModel[LevelDB GreyCat]
12:34:15.151 [main] INFO  o.e.h.c.r.CompositeStateListener - Hawk shut down.
12:34:15.293 [main] INFO  o.e.h.c.r.CompositeStateListener - Saving Hawk metadata...
12:34:15.295 [main] INFO  o.e.h.c.r.CompositeStateListener - Saved Hawk metadata.
12:34:15.295 [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
12:34:15.295 [main] INFO  o.e.h.g.u.GraphMetaModelResourceInjector - ADDING METAMODELS: 
12:34:15.295 [main] INFO  o.e.h.g.u.GraphMetaModelResourceInjector - ADDING: 
12:34:15.299 [main] INFO  o.e.h.g.u.GraphMetaModelResourceInjector - 0 METAMODEL NODES! (took ~0 sec)
inserting static metamodels complete
12:34:15.299 [main] INFO  o.e.h.c.r.CompositeStateListener - Registering metamodels...
12:34:15.299 [main] INFO  o.e.h.c.r.CompositeStateListener - Registered metamodels.
12:34:15.300 [main] INFO  o.e.h.c.r.CompositeStateListener - Initialized Hawk.
12:34:15.300 [pool-184-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating Hawk...
updating indexer: 
SyncValidationListener: hawk.setSyncMetricsEnabled(true) called, performance will suffer!
12:34:15.300 [pool-184-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...
SyncValidationListener: hawk.setSyncMetricsEnabled(true) called, performance will suffer!
changed resource size: 0
relevant graph size: 0
validated changes... true
12:34:15.301 [pool-184-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updated Hawk instance test (success). 0 s 1 ms
12:34:15.301 [main] INFO  o.e.h.c.r.CompositeStateListener - Adding metamodel(s)...
Adding metamodels in: ../../core/tests/org.eclipse.hawk.integration.tests/resources/metamodels/Ecore.ecore to store
12:34:15.306 [main] INFO  o.e.h.g.u.GraphMetaModelResourceInjector - ADDING METAMODELS: 
12:34:15.306 [main] INFO  o.e.h.g.u.GraphMetaModelResourceInjector - ADDING: 
12:34:15.311 [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
12:34:15.311 [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
12:34:15.312 [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
12:34:15.312 [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
12:34:15.312 [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
12:34:15.312 [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
12:34:15.312 [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
12:34:15.312 [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
12:34:15.312 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EShortObject will be handled as its instance type java.lang.Short
12:34:15.312 [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
12:34:15.312 [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
12:34:15.312 [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
12:34:15.312 [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
12:34:15.312 [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
12:34:15.312 [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
12:34:15.313 [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
12:34:15.313 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EByteArray will be handled as its instance type byte[]
12:34:15.313 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EByteObject will be handled as its instance type java.lang.Byte
12:34:15.313 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EJavaClass will be handled as its instance type java.lang.Class
12:34:15.313 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EChar will be handled as its instance type char
12:34:15.313 [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
12:34:15.314 [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
12:34:15.315 [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
12:34:15.315 [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
12:34:15.315 [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
12:34:15.315 [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
12:34:15.315 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EBigInteger will be handled as its instance type java.math.BigInteger
12:34:15.315 [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
12:34:15.315 [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
12:34:15.315 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EInvocationTargetException will be handled as its instance type java.lang.reflect.InvocationTargetException
12:34:15.315 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EByte will be handled as its instance type byte
12:34:15.316 [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
12:34:15.317 [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
12:34:15.321 [main] INFO  o.e.h.g.u.GraphMetaModelResourceInjector - 20 METAMODEL NODES! (took ~0 sec)
12:34:15.321 [main] INFO  o.e.h.c.r.CompositeStateListener - Added metamodel(s).
12:34:15.321 [main] INFO  o.e.h.c.r.CompositeStateListener - Adding metamodel(s)...
Adding metamodels in: ../../core/tests/org.eclipse.hawk.integration.tests/resources/metamodels/XMLType.ecore to store
12:34:15.323 [main] INFO  o.e.h.g.u.GraphMetaModelResourceInjector - ADDING METAMODELS: 
12:34:15.323 [main] INFO  o.e.h.g.u.GraphMetaModelResourceInjector - ADDING: 
12:34:15.326 [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
12:34:15.326 [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
12:34:15.326 [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
12:34:15.326 [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
12:34:15.326 [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
12:34:15.327 [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
12:34:15.327 [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
12:34:15.327 [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
12:34:15.327 [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
12:34:15.327 [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
12:34:15.327 [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
12:34:15.327 [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
12:34:15.327 [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
12:34:15.327 [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
12:34:15.327 [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
12:34:15.327 [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
12:34:15.327 [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
12:34:15.327 [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
12:34:15.327 [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
12:34:15.327 [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
12:34:15.327 [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
12:34:15.327 [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
12:34:15.327 [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
12:34:15.327 [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
12:34:15.327 [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
12:34:15.327 [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
12:34:15.327 [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
12:34:15.327 [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
12:34:15.328 [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
12:34:15.328 [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
12:34:15.328 [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
12:34:15.328 [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
12:34:15.328 [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
12:34:15.328 [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
12:34:15.328 [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
12:34:15.328 [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
12:34:15.328 [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
12:34:15.328 [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
12:34:15.328 [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
12:34:15.328 [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
12:34:15.328 [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
12:34:15.328 [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
12:34:15.328 [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
12:34:15.328 [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
12:34:15.328 [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
12:34:15.328 [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
12:34:15.328 [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
12:34:15.328 [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
12:34:15.328 [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
12:34:15.328 [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
12:34:15.328 [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
12:34:15.328 [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
12:34:15.328 [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[]
12:34:15.328 [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[]
12:34:15.328 [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
12:34:15.328 [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
12:34:15.328 [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
12:34:15.328 [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
12:34:15.328 [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
12:34:15.331 [main] INFO  o.e.h.g.u.GraphMetaModelResourceInjector - 4 METAMODEL NODES! (took ~0 sec)
12:34:15.331 [main] INFO  o.e.h.c.r.CompositeStateListener - Added metamodel(s).
12:34:15.331 [main] INFO  o.e.h.c.r.CompositeStateListener - Adding metamodel(s)...
Adding metamodels in: ../../core/tests/org.eclipse.hawk.integration.tests/resources/metamodels/Tree.ecore to store
12:34:15.332 [main] INFO  o.e.h.g.u.GraphMetaModelResourceInjector - ADDING METAMODELS: 
12:34:15.332 [main] INFO  o.e.h.g.u.GraphMetaModelResourceInjector - ADDING: 
12:34:15.336 [main] DEBUG o.e.h.g.u.GraphMetaModelResourceInjector - supertype dependency from Tree to http://www.eclipse.org/emf/2002/Ecore
12:34:15.337 [main] INFO  o.e.h.g.u.GraphMetaModelResourceInjector - 1 METAMODEL NODES! (took ~0 sec)
12:34:15.337 [main] INFO  o.e.h.c.r.CompositeStateListener - Added metamodel(s).
12:34:15.439 [main] INFO  o.e.h.c.r.CompositeStateListener - Saving Hawk metadata...
adding: file:///tmp/junit11779454361908243632/:org.eclipse.hawk.localfolder.LocalFolder:false
12:34:15.474 [main] INFO  o.e.h.c.r.CompositeStateListener - Saved Hawk metadata.
12:34:15.475 [pool-184-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating Hawk...
updating indexer: 
12:34:15.476 [pool-184-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating relevant changed model files...
12:34:15.481 [pool-184-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Deleting models removed from repository...
12:34:15.481 [pool-184-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating models to the new version...
12:34:15.482 [pool-184-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /tree.model...
12:34:15.513 [pool-184-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
12:34:15.513 [pool-184-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
12:34:15.513 [pool-184-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performing batch insert on file: /tree.model...
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
12:34:15.578 [pool-184-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding elements of file /tree.model
12:34:15.584 [pool-184-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 2 NODES AND 2 M->MM REFERENCES! (took ~0sec)
12:34:15.584 [pool-184-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding edges of file /tree.model
12:34:15.584 [pool-184-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 2 REFERENCES! (took ~0 sec)
12:34:15.584 [pool-184-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performed batch insert on file: /tree.model.
0s102ms [pure insertion]
marking any relevant derived attributes for update...12:34:15.584 [pool-184-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s2ms
12:34:15.586 [pool-184-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s2ms
12:34:15.586 [pool-184-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating proxies...
attempting to resolve any leftover cross-file references...
12:34:15.586 [pool-184-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Resolving any leftover cross-file references...
12:34:15.586 [pool-184-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - 0 proxy ref lists left after resolving 0 refs
12:34:15.586 [pool-184-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - proxy resolution took: ~0.0s
attempting to resolve any uninitialized derived attributes...
12:34:15.586 [pool-184-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Resolving any uninitialized derived attributes...
12:34:15.586 [pool-184-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - Deriving attributes...
12:34:15.586 [pool-184-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...
12:34:15.586 [pool-184-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating any affected derived attributes...
0s0ms [proxy update]
12:34:15.586 [pool-184-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updated proxies.
12:34:15.586 [pool-184-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		~0s
validating changes...
validating file UPDATED for /tree.model
changed resource size: 2
relevant graph size: 2
validated changes... true
12:34:15.587 [pool-184-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updated Hawk instance test (success). 0 s 112 ms
Copied ../../core/tests/org.eclipse.hawk.integration.tests/resources/models/changed-trees/rename-root.model over /tmp/junit11779454361908243632/tree.model
12:34:15.587 [pool-184-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating Hawk...
updating indexer: 
12:34:15.588 [pool-184-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating relevant changed model files...
12:34:15.589 [pool-184-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Deleting models removed from repository...
12:34:15.589 [pool-184-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating models to the new version...
12:34:15.590 [pool-184-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /tree.model...
12:34:15.590 [pool-184-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
12:34:15.590 [pool-184-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File contains: 2 (2) nodes in store
12:34:15.590 [pool-184-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - Update contains | a:0 u:1 d:0 ratio: 0.5
12:34:15.590 [pool-184-thread-1] DEBUG o.e.h.g.updater.GraphModelInserter - File already present, calculating deltas with respect to graph storage
12:34:15.590 [pool-184-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performing transactional update (ratio:0.5) on file: /tree.model...
12:34:15.590 [pool-184-thread-1] DEBUG o.e.h.g.updater.GraphModelInserter - transactional update called
12:34:15.594 [pool-184-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performed transactional update on file: /tree.model.
0s4ms [pure insertion]
marking any relevant derived attributes for update...12:34:15.594 [pool-184-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
12:34:15.594 [pool-184-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
12:34:15.594 [pool-184-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating proxies...
attempting to resolve any leftover cross-file references...
12:34:15.594 [pool-184-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Resolving any leftover cross-file references...
12:34:15.594 [pool-184-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - 0 proxy ref lists left after resolving 0 refs
12:34:15.594 [pool-184-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - proxy resolution took: ~0.0s
attempting to resolve any uninitialized derived attributes...
12:34:15.594 [pool-184-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Resolving any uninitialized derived attributes...
12:34:15.594 [pool-184-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - Deriving attributes...
12:34:15.594 [pool-184-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...
12:34:15.594 [pool-184-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating any affected derived attributes...
0s0ms [proxy update]
12:34:15.594 [pool-184-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updated proxies.
12:34:15.594 [pool-184-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		~0s
validating changes...
validating file UPDATED for /tree.model
changed resource size: 2
relevant graph size: 2
validated changes... true
12:34:15.594 [pool-184-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updated Hawk instance test (success). 0 s 7 ms
12:34:15.596 [main] INFO  o.e.h.c.r.CompositeStateListener - Hawk shutting down...
12:34:15.596 [main] INFO  o.e.h.c.r.CompositeStateListener - Saving Hawk metadata...
adding: file:///tmp/junit11779454361908243632/:org.eclipse.hawk.localfolder.LocalFolder:false
12:34:15.597 [main] INFO  o.e.h.c.r.CompositeStateListener - Saved Hawk metadata.
12:34:15.597 [main] INFO  o.e.h.core.runtime.BaseModelIndexer - Waiting 120s for all scheduled tasks to complete
12:34:15.645 [main] INFO  o.e.hawk.greycat.lucene.SoftTxLucene - Shutdown of Lucene complete.
12:34:15.674 [main] INFO  o.e.h.g.AbstractGreycatDatabase - Disconnected from GreyCat graph at /tmp/junit15336427999008519202/test_renameRoot[LevelDB GreyCat]
12:34:15.674 [main] INFO  o.e.h.c.r.CompositeStateListener - Hawk shut down.
12:34:15.840 [main] INFO  o.e.h.c.r.CompositeStateListener - Saving Hawk metadata...
12:34:15.841 [main] INFO  o.e.h.c.r.CompositeStateListener - Saved Hawk metadata.
12:34:15.841 [main] INFO  o.e.h.c.r.CompositeStateListener - Initializing Hawk...
inserting static metamodels of registered metamodel factories to graph:
org.eclipse.hawk.emf.metamodel.EMFMetaModelResourceFactory
12:34:15.841 [main] INFO  o.e.h.g.u.GraphMetaModelResourceInjector - ADDING METAMODELS: 
12:34:15.841 [main] INFO  o.e.h.g.u.GraphMetaModelResourceInjector - ADDING: 
12:34:15.843 [main] INFO  o.e.h.g.u.GraphMetaModelResourceInjector - 0 METAMODEL NODES! (took ~0 sec)
inserting static metamodels complete
12:34:15.843 [main] INFO  o.e.h.c.r.CompositeStateListener - Registering metamodels...
12:34:15.844 [main] INFO  o.e.h.c.r.CompositeStateListener - Registered metamodels.
12:34:15.844 [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!
12:34:15.844 [pool-186-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating Hawk...
updating indexer: 
12:34:15.844 [pool-186-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
12:34:15.845 [main] INFO  o.e.h.c.r.CompositeStateListener - Adding metamodel(s)...
12:34:15.845 [pool-186-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updated Hawk instance test (success). 0 s 1 ms
Adding metamodels in: ../../core/tests/org.eclipse.hawk.integration.tests/resources/metamodels/Ecore.ecore to store
12:34:15.848 [main] INFO  o.e.h.g.u.GraphMetaModelResourceInjector - ADDING METAMODELS: 
12:34:15.848 [main] INFO  o.e.h.g.u.GraphMetaModelResourceInjector - ADDING: 
12:34:15.851 [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
12:34:15.851 [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
12:34:15.851 [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
12:34:15.851 [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
12:34:15.852 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::ETreeIterator will be handled as its instance type org.eclipse.emf.common.util.TreeIterator
12:34:15.852 [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
12:34:15.852 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EFloat will be handled as its instance type java.lang.Float
12:34:15.852 [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
12:34:15.852 [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
12:34:15.852 [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
12:34:15.853 [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
12:34:15.853 [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
12:34:15.853 [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
12:34:15.854 [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
12:34:15.854 [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
12:34:15.854 [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
12:34:15.854 [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
12:34:15.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
12:34:15.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
12:34:15.856 [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
12:34:15.856 [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
12:34:15.856 [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[]
12:34:15.856 [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
12:34:15.856 [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
12:34:15.856 [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
12:34:15.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
12:34:15.856 [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
12:34:15.856 [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
12:34:15.856 [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
12:34:15.857 [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
12:34:15.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
12:34:15.857 [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
12:34:15.857 [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
12:34:15.860 [main] INFO  o.e.h.g.u.GraphMetaModelResourceInjector - 20 METAMODEL NODES! (took ~0 sec)
12:34:15.860 [main] INFO  o.e.h.c.r.CompositeStateListener - Added metamodel(s).
12:34:15.860 [main] INFO  o.e.h.c.r.CompositeStateListener - Adding metamodel(s)...
Adding metamodels in: ../../core/tests/org.eclipse.hawk.integration.tests/resources/metamodels/XMLType.ecore to store
12:34:15.863 [main] INFO  o.e.h.g.u.GraphMetaModelResourceInjector - ADDING METAMODELS: 
12:34:15.863 [main] INFO  o.e.h.g.u.GraphMetaModelResourceInjector - ADDING: 
12:34:15.866 [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
12:34:15.866 [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
12:34:15.866 [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[]
12:34:15.866 [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
12:34:15.866 [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
12:34:15.866 [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
12:34:15.866 [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
12:34:15.867 [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
12:34:15.867 [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
12:34:15.867 [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
12:34:15.867 [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
12:34:15.867 [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
12:34:15.867 [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
12:34:15.867 [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
12:34:15.867 [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
12:34:15.867 [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
12:34:15.867 [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
12:34:15.867 [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
12:34:15.867 [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
12:34:15.867 [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
12:34:15.867 [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
12:34:15.867 [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
12:34:15.867 [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
12:34:15.867 [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
12:34:15.867 [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
12:34:15.867 [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
12:34:15.867 [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
12:34:15.867 [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
12:34:15.867 [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
12:34:15.867 [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
12:34:15.867 [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
12:34:15.868 [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
12:34:15.868 [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
12:34:15.868 [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
12:34:15.868 [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
12:34:15.868 [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
12:34:15.868 [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
12:34:15.868 [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
12:34:15.868 [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
12:34:15.868 [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
12:34:15.868 [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
12:34:15.868 [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[]
12:34:15.868 [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
12:34:15.868 [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
12:34:15.868 [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
12:34:15.868 [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
12:34:15.868 [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
12:34:15.868 [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
12:34:15.868 [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
12:34:15.868 [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
12:34:15.868 [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
12:34:15.868 [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
12:34:15.868 [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
12:34:15.868 [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
12:34:15.868 [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
12:34:15.868 [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
12:34:15.868 [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
12:34:15.868 [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
12:34:15.868 [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
12:34:15.875 [main] INFO  o.e.h.g.u.GraphMetaModelResourceInjector - 4 METAMODEL NODES! (took ~0 sec)
12:34:15.875 [main] INFO  o.e.h.c.r.CompositeStateListener - Added metamodel(s).
12:34:15.875 [main] INFO  o.e.h.c.r.CompositeStateListener - Adding metamodel(s)...
Adding metamodels in: ../../core/tests/org.eclipse.hawk.integration.tests/resources/metamodels/Tree.ecore to store
12:34:15.875 [main] INFO  o.e.h.g.u.GraphMetaModelResourceInjector - ADDING METAMODELS: 
12:34:15.875 [main] INFO  o.e.h.g.u.GraphMetaModelResourceInjector - ADDING: 
12:34:15.879 [main] DEBUG o.e.h.g.u.GraphMetaModelResourceInjector - supertype dependency from Tree to http://www.eclipse.org/emf/2002/Ecore
12:34:15.880 [main] INFO  o.e.h.g.u.GraphMetaModelResourceInjector - 1 METAMODEL NODES! (took ~0 sec)
12:34:15.880 [main] INFO  o.e.h.c.r.CompositeStateListener - Added metamodel(s).
12:34:15.997 [main] INFO  o.e.h.c.r.CompositeStateListener - Saving Hawk metadata...
adding: file:///tmp/junit9344698154977203005/:org.eclipse.hawk.localfolder.LocalFolder:false
12:34:15.999 [main] INFO  o.e.h.c.r.CompositeStateListener - Saved Hawk metadata.
12:34:15.999 [pool-186-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating Hawk...
updating indexer: 
12:34:16.001 [pool-186-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating relevant changed model files...
12:34:16.006 [pool-186-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Deleting models removed from repository...
12:34:16.006 [pool-186-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating models to the new version...
12:34:16.007 [pool-186-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /tree.model...
12:34:16.017 [pool-186-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
12:34:16.017 [pool-186-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
12:34:16.017 [pool-186-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performing batch insert on file: /tree.model...
12:34:16.022 [pool-186-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding elements of file /tree.model
12:34:16.030 [pool-186-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 2 NODES AND 2 M->MM REFERENCES! (took ~0sec)
12:34:16.030 [pool-186-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding edges of file /tree.model
12:34:16.030 [pool-186-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 2 REFERENCES! (took ~0 sec)
12:34:16.030 [pool-186-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performed batch insert on file: /tree.model.
0s23ms [pure insertion]
marking any relevant derived attributes for update...12:34:16.030 [pool-186-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s2ms
12:34:16.032 [pool-186-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s2ms
12:34:16.033 [pool-186-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating proxies...
attempting to resolve any leftover cross-file references...
12:34:16.033 [pool-186-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Resolving any leftover cross-file references...
12:34:16.033 [pool-186-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - 0 proxy ref lists left after resolving 0 refs
12:34:16.033 [pool-186-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - proxy resolution took: ~0.0s
attempting to resolve any uninitialized derived attributes...
12:34:16.033 [pool-186-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Resolving any uninitialized derived attributes...
12:34:16.033 [pool-186-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - Deriving attributes...
12:34:16.033 [pool-186-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...
12:34:16.033 [pool-186-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating any affected derived attributes...
0s1ms [proxy update]
12:34:16.034 [pool-186-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updated proxies.
12:34:16.034 [pool-186-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		~0s
validating changes...
validating file UPDATED for /tree.model
changed resource size: 2
relevant graph size: 2
validated changes... true
12:34:16.035 [pool-186-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updated Hawk instance test (success). 0 s 36 ms
property: eContainer not found in metamodel for type: Tree
12:34:16.037 [main] INFO  o.e.h.c.r.CompositeStateListener - Hawk shutting down...
12:34:16.037 [main] INFO  o.e.h.c.r.CompositeStateListener - Saving Hawk metadata...
adding: file:///tmp/junit9344698154977203005/:org.eclipse.hawk.localfolder.LocalFolder:false
12:34:16.039 [main] INFO  o.e.h.c.r.CompositeStateListener - Saved Hawk metadata.
12:34:16.039 [main] INFO  o.e.h.core.runtime.BaseModelIndexer - Waiting 120s for all scheduled tasks to complete
12:34:16.154 [main] INFO  o.e.hawk.greycat.lucene.SoftTxLucene - Shutdown of Lucene complete.
12:34:16.155 [main] INFO  o.e.h.g.AbstractGreycatDatabase - Disconnected from GreyCat graph at /tmp/junit14936816011771358163/test_eContainer[LevelDB GreyCat]
12:34:16.155 [main] INFO  o.e.h.c.r.CompositeStateListener - Hawk shut down.
12:34:16.297 [main] INFO  o.e.h.c.r.CompositeStateListener - Saving Hawk metadata...
12:34:16.299 [main] INFO  o.e.h.c.r.CompositeStateListener - Saved Hawk metadata.
12:34:16.299 [main] INFO  o.e.h.c.r.CompositeStateListener - Initializing Hawk...
inserting static metamodels of registered metamodel factories to graph:
org.eclipse.hawk.emf.metamodel.EMFMetaModelResourceFactory
12:34:16.300 [main] INFO  o.e.h.g.u.GraphMetaModelResourceInjector - ADDING METAMODELS: 
12:34:16.300 [main] INFO  o.e.h.g.u.GraphMetaModelResourceInjector - ADDING: 
12:34:16.302 [main] INFO  o.e.h.g.u.GraphMetaModelResourceInjector - 0 METAMODEL NODES! (took ~0 sec)
inserting static metamodels complete
12:34:16.302 [main] INFO  o.e.h.c.r.CompositeStateListener - Registering metamodels...
12:34:16.302 [main] INFO  o.e.h.c.r.CompositeStateListener - Registered metamodels.
12:34:16.302 [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!
12:34:16.303 [pool-188-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating Hawk...
updating indexer: 
12:34:16.303 [pool-188-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
12:34:16.303 [pool-188-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updated Hawk instance test (success). 0 s 0 ms
12:34:16.304 [main] INFO  o.e.h.c.r.CompositeStateListener - Adding metamodel(s)...
Adding metamodels in: ../../core/tests/org.eclipse.hawk.integration.tests/resources/metamodels/Ecore.ecore to store
12:34:16.307 [main] INFO  o.e.h.g.u.GraphMetaModelResourceInjector - ADDING METAMODELS: 
12:34:16.307 [main] INFO  o.e.h.g.u.GraphMetaModelResourceInjector - ADDING: 
12:34:16.311 [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
12:34:16.311 [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
12:34:16.311 [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
12:34:16.311 [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
12:34:16.311 [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
12:34:16.312 [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
12:34:16.312 [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
12:34:16.312 [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
12:34:16.313 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EDoubleObject will be handled as its instance type java.lang.Double
12:34:16.314 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EResource will be handled as its instance type org.eclipse.emf.ecore.resource.Resource
12:34:16.314 [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
12:34:16.314 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::ELong will be handled as its instance type java.lang.Long
12:34:16.314 [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
12:34:16.314 [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
12:34:16.315 [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
12:34:16.315 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EInvocationTargetException will be handled as its instance type java.lang.reflect.InvocationTargetException
12:34:16.315 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EBoolean will be handled as its instance type java.lang.Boolean
12:34:16.315 [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
12:34:16.315 [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
12:34:16.315 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EFloatObject will be handled as its instance type java.lang.Float
12:34:16.315 [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
12:34:16.315 [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[]
12:34:16.315 [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
12:34:16.315 [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
12:34:16.315 [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
12:34:16.316 [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
12:34:16.316 [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
12:34:16.316 [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
12:34:16.316 [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
12:34:16.317 [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
12:34:16.317 [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
12:34:16.317 [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
12:34:16.318 [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
12:34:16.322 [main] INFO  o.e.h.g.u.GraphMetaModelResourceInjector - 20 METAMODEL NODES! (took ~0 sec)
12:34:16.322 [main] INFO  o.e.h.c.r.CompositeStateListener - Added metamodel(s).
12:34:16.322 [main] INFO  o.e.h.c.r.CompositeStateListener - Adding metamodel(s)...
Adding metamodels in: ../../core/tests/org.eclipse.hawk.integration.tests/resources/metamodels/XMLType.ecore to store
12:34:16.325 [main] INFO  o.e.h.g.u.GraphMetaModelResourceInjector - ADDING METAMODELS: 
12:34:16.325 [main] INFO  o.e.h.g.u.GraphMetaModelResourceInjector - ADDING: 
12:34:16.329 [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
12:34:16.329 [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
12:34:16.329 [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
12:34:16.329 [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
12:34:16.329 [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
12:34:16.329 [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
12:34:16.329 [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
12:34:16.329 [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
12:34:16.329 [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
12:34:16.329 [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
12:34:16.329 [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
12:34:16.329 [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
12:34:16.329 [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
12:34:16.329 [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[]
12:34:16.329 [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
12:34:16.329 [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
12:34:16.330 [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
12:34:16.330 [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
12:34:16.330 [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
12:34:16.330 [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
12:34:16.330 [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
12:34:16.330 [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
12:34:16.330 [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
12:34:16.330 [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
12:34:16.330 [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
12:34:16.330 [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
12:34:16.330 [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
12:34:16.330 [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[]
12:34:16.330 [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
12:34:16.330 [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
12:34:16.330 [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
12:34:16.330 [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
12:34:16.330 [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
12:34:16.330 [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
12:34:16.330 [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
12:34:16.330 [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
12:34:16.330 [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
12:34:16.330 [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
12:34:16.330 [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
12:34:16.330 [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
12:34:16.330 [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
12:34:16.330 [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
12:34:16.330 [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
12:34:16.330 [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
12:34:16.330 [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
12:34:16.330 [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
12:34:16.330 [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
12:34:16.330 [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
12:34:16.330 [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
12:34:16.330 [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
12:34:16.330 [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
12:34:16.330 [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
12:34:16.331 [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
12:34:16.331 [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
12:34:16.331 [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
12:34:16.331 [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
12:34:16.331 [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
12:34:16.331 [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
12:34:16.331 [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
12:34:16.334 [main] INFO  o.e.h.g.u.GraphMetaModelResourceInjector - 4 METAMODEL NODES! (took ~0 sec)
12:34:16.334 [main] INFO  o.e.h.c.r.CompositeStateListener - Added metamodel(s).
12:34:16.334 [main] INFO  o.e.h.c.r.CompositeStateListener - Adding metamodel(s)...
Adding metamodels in: ../../core/tests/org.eclipse.hawk.integration.tests/resources/metamodels/Tree.ecore to store
12:34:16.335 [main] INFO  o.e.h.g.u.GraphMetaModelResourceInjector - ADDING METAMODELS: 
12:34:16.335 [main] INFO  o.e.h.g.u.GraphMetaModelResourceInjector - ADDING: 
12:34:16.338 [main] DEBUG o.e.h.g.u.GraphMetaModelResourceInjector - supertype dependency from Tree to http://www.eclipse.org/emf/2002/Ecore
12:34:16.340 [main] INFO  o.e.h.g.u.GraphMetaModelResourceInjector - 1 METAMODEL NODES! (took ~0 sec)
12:34:16.340 [main] INFO  o.e.h.c.r.CompositeStateListener - Added metamodel(s).
12:34:16.419 [main] INFO  o.e.h.c.r.CompositeStateListener - Saving Hawk metadata...
adding: file:///tmp/junit11648681988967124701/:org.eclipse.hawk.localfolder.LocalFolder:false
12:34:16.421 [main] INFO  o.e.h.c.r.CompositeStateListener - Saved Hawk metadata.
12:34:16.421 [pool-188-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating Hawk...
updating indexer: 
12:34:16.422 [pool-188-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating relevant changed model files...
12:34:16.427 [pool-188-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Deleting models removed from repository...
12:34:16.427 [pool-188-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating models to the new version...
12:34:16.429 [pool-188-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /tree.model...
12:34:16.435 [pool-188-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
12:34:16.435 [pool-188-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
12:34:16.435 [pool-188-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performing batch insert on file: /tree.model...
12:34:16.439 [pool-188-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding elements of file /tree.model
12:34:16.444 [pool-188-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 2 NODES AND 2 M->MM REFERENCES! (took ~0sec)
12:34:16.444 [pool-188-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding edges of file /tree.model
12:34:16.444 [pool-188-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 2 REFERENCES! (took ~0 sec)
12:34:16.444 [pool-188-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performed batch insert on file: /tree.model.
0s16ms [pure insertion]
marking any relevant derived attributes for update...12:34:16.444 [pool-188-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s1ms
12:34:16.445 [pool-188-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s1ms
12:34:16.445 [pool-188-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating proxies...
attempting to resolve any leftover cross-file references...
12:34:16.445 [pool-188-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Resolving any leftover cross-file references...
12:34:16.446 [pool-188-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - 0 proxy ref lists left after resolving 0 refs
12:34:16.446 [pool-188-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - proxy resolution took: ~0.001s
attempting to resolve any uninitialized derived attributes...
12:34:16.446 [pool-188-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Resolving any uninitialized derived attributes...
12:34:16.446 [pool-188-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - Deriving attributes...
12:34:16.446 [pool-188-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - 0 - sets of proxy [derived] attributes left incomplete in the store
attempting to update any relevant derived attributes...
12:34:16.446 [pool-188-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating any affected derived attributes...
0s1ms [proxy update]
12:34:16.446 [pool-188-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updated proxies.
12:34:16.446 [pool-188-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		~0s
validating changes...
validating file UPDATED for /tree.model
changed resource size: 2
relevant graph size: 2
validated changes... true
12:34:16.446 [pool-188-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updated Hawk instance test (success). 0 s 25 ms
Copied ../../core/tests/org.eclipse.hawk.integration.tests/resources/models/changed-trees/remove-child.model over /tmp/junit11648681988967124701/tree.model
12:34:16.447 [pool-188-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating Hawk...
updating indexer: 
12:34:16.448 [pool-188-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating relevant changed model files...
12:34:16.448 [pool-188-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Deleting models removed from repository...
12:34:16.448 [pool-188-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating models to the new version...
12:34:16.449 [pool-188-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /tree.model...
12:34:16.449 [pool-188-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
12:34:16.449 [pool-188-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File contains: 2 (2) nodes in store
12:34:16.449 [pool-188-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - Update contains | a:0 u:1 d:1 ratio: 1.0
12:34:16.449 [pool-188-thread-1] DEBUG o.e.h.g.updater.GraphModelInserter - File already present, calculating deltas with respect to graph storage
12:34:16.449 [pool-188-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performing batch update of file: /tree.model...
12:34:16.449 [pool-188-thread-1] DEBUG o.e.hawk.graph.updater.DeletionUtils - deleting nodes from file: /tree.model
12:34:16.452 [pool-188-thread-1] DEBUG o.e.hawk.graph.updater.DeletionUtils - deleted all, took: 0.003s
12:34:16.455 [pool-188-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding elements of file /tree.model
12:34:16.457 [pool-188-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~0sec)
12:34:16.457 [pool-188-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding edges of file /tree.model
12:34:16.458 [pool-188-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec)
12:34:16.458 [pool-188-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performed batch update of file: /tree.model.
0s9ms [pure insertion]
marking any relevant derived attributes for update...12:34:16.458 [pool-188-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
12:34:16.458 [pool-188-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
12:34:16.458 [pool-188-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating proxies...
attempting to resolve any leftover cross-file references...
12:34:16.458 [pool-188-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Resolving any leftover cross-file references...
12:34:16.458 [pool-188-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - 0 proxy ref lists left after resolving 0 refs
12:34:16.458 [pool-188-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - proxy resolution took: ~0.0s
attempting to resolve any uninitialized derived attributes...
12:34:16.458 [pool-188-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Resolving any uninitialized derived attributes...
12:34:16.458 [pool-188-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - Deriving attributes...
12:34:16.458 [pool-188-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - 0 - sets of proxy [derived] attributes left incomplete in the store
attempting to update any relevant derived attributes...
12:34:16.458 [pool-188-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating any affected derived attributes...
0s0ms [proxy update]
12:34:16.458 [pool-188-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updated proxies.
12:34:16.458 [pool-188-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performing optional post-sync operations.
sync metrics:
interesting	1
deleted		0
changed		1
loaded		1
c elems		1
d elems		2
time		~0s
validating changes...
validating file UPDATED for /tree.model
changed resource size: 1
relevant graph size: 1
validated changes... true
12:34:16.458 [pool-188-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updated Hawk instance test (success). 0 s 11 ms
12:34:16.459 [main] INFO  o.e.h.c.r.CompositeStateListener - Hawk shutting down...
12:34:16.459 [main] INFO  o.e.h.c.r.CompositeStateListener - Saving Hawk metadata...
adding: file:///tmp/junit11648681988967124701/:org.eclipse.hawk.localfolder.LocalFolder:false
12:34:16.460 [main] INFO  o.e.h.c.r.CompositeStateListener - Saved Hawk metadata.
12:34:16.460 [main] INFO  o.e.h.core.runtime.BaseModelIndexer - Waiting 120s for all scheduled tasks to complete
12:34:16.618 [main] INFO  o.e.hawk.greycat.lucene.SoftTxLucene - Shutdown of Lucene complete.
12:34:16.618 [main] INFO  o.e.h.g.AbstractGreycatDatabase - Disconnected from GreyCat graph at /tmp/junit7081223478700508852/test_removeChild[LevelDB GreyCat]
12:34:16.618 [main] INFO  o.e.h.c.r.CompositeStateListener - Hawk shut down.
12:34:16.768 [main] INFO  o.e.h.c.r.CompositeStateListener - Saving Hawk metadata...
12:34:16.770 [main] INFO  o.e.h.c.r.CompositeStateListener - Saved Hawk metadata.
12:34:16.770 [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
12:34:16.770 [main] INFO  o.e.h.g.u.GraphMetaModelResourceInjector - ADDING METAMODELS: 
12:34:16.770 [main] INFO  o.e.h.g.u.GraphMetaModelResourceInjector - ADDING: 
12:34:16.773 [main] INFO  o.e.h.g.u.GraphMetaModelResourceInjector - 0 METAMODEL NODES! (took ~0 sec)
inserting static metamodels complete
12:34:16.773 [main] INFO  o.e.h.c.r.CompositeStateListener - Registering metamodels...
12:34:16.773 [main] INFO  o.e.h.c.r.CompositeStateListener - Registered metamodels.
12:34:16.773 [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!
12:34:16.773 [pool-190-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating Hawk...
updating indexer: 
12:34:16.773 [pool-190-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
12:34:16.774 [main] INFO  o.e.h.c.r.CompositeStateListener - Adding metamodel(s)...
12:34:16.774 [pool-190-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updated Hawk instance test (success). 0 s 1 ms
Adding metamodels in: ../../core/tests/org.eclipse.hawk.integration.tests/resources/metamodels/Ecore.ecore to store
12:34:16.776 [main] INFO  o.e.h.g.u.GraphMetaModelResourceInjector - ADDING METAMODELS: 
12:34:16.776 [main] INFO  o.e.h.g.u.GraphMetaModelResourceInjector - ADDING: 
12:34:16.780 [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
12:34:16.780 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EBigInteger will be handled as its instance type java.math.BigInteger
12:34:16.780 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EDoubleObject will be handled as its instance type java.lang.Double
12:34:16.781 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EBigDecimal will be handled as its instance type java.math.BigDecimal
12:34:16.781 [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
12:34:16.781 [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
12:34:16.781 [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
12:34:16.781 [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
12:34:16.781 [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
12:34:16.781 [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
12:34:16.781 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EDate will be handled as its instance type java.util.Date
12:34:16.781 [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
12:34:16.781 [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
12:34:16.781 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EFloat will be handled as its instance type java.lang.Float
12:34:16.782 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EShortObject will be handled as its instance type java.lang.Short
12:34:16.782 [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
12:34:16.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
12:34:16.782 [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
12:34:16.782 [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
12:34:16.783 [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
12:34:16.783 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EFeatureMap will be handled as its instance type org.eclipse.emf.ecore.util.FeatureMap
12:34:16.784 [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
12:34:16.784 [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
12:34:16.784 [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
12:34:16.785 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EByteObject will be handled as its instance type java.lang.Byte
12:34:16.785 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EIntegerObject will be handled as its instance type java.lang.Integer
12:34:16.785 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EEList will be handled as its instance type org.eclipse.emf.common.util.EList
12:34:16.785 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EBoolean will be handled as its instance type java.lang.Boolean
12:34:16.785 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EResourceSet will be handled as its instance type org.eclipse.emf.ecore.resource.ResourceSet
12:34:16.786 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EByte will be handled as its instance type byte
12:34:16.787 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EJavaObject will be handled as its instance type java.lang.Object
12:34:16.787 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EResource will be handled as its instance type org.eclipse.emf.ecore.resource.Resource
12:34:16.787 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EByteArray will be handled as its instance type byte[]
12:34:16.790 [main] INFO  o.e.h.g.u.GraphMetaModelResourceInjector - 20 METAMODEL NODES! (took ~0 sec)
12:34:16.790 [main] INFO  o.e.h.c.r.CompositeStateListener - Added metamodel(s).
12:34:16.790 [main] INFO  o.e.h.c.r.CompositeStateListener - Adding metamodel(s)...
Adding metamodels in: ../../core/tests/org.eclipse.hawk.integration.tests/resources/metamodels/XMLType.ecore to store
12:34:16.792 [main] INFO  o.e.h.g.u.GraphMetaModelResourceInjector - ADDING METAMODELS: 
12:34:16.792 [main] INFO  o.e.h.g.u.GraphMetaModelResourceInjector - ADDING: 
12:34:16.796 [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
12:34:16.796 [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
12:34:16.796 [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
12:34:16.796 [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
12:34:16.796 [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
12:34:16.796 [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
12:34:16.796 [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[]
12:34:16.796 [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
12:34:16.796 [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
12:34:16.796 [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
12:34:16.796 [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
12:34:16.796 [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
12:34:16.796 [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
12:34:16.796 [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
12:34:16.796 [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
12:34:16.796 [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
12:34:16.796 [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
12:34:16.796 [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
12:34:16.796 [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
12:34:16.796 [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
12:34:16.796 [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
12:34:16.796 [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
12:34:16.796 [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
12:34:16.796 [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
12:34:16.796 [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
12:34:16.796 [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
12:34:16.796 [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[]
12:34:16.796 [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
12:34:16.796 [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
12:34:16.796 [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
12:34:16.797 [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
12:34:16.797 [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
12:34:16.797 [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
12:34:16.797 [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
12:34:16.797 [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
12:34:16.798 [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
12:34:16.798 [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
12:34:16.798 [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
12:34:16.798 [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
12:34:16.798 [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
12:34:16.798 [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
12:34:16.798 [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
12:34:16.798 [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
12:34:16.798 [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
12:34:16.798 [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
12:34:16.798 [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
12:34:16.798 [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
12:34:16.798 [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
12:34:16.798 [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
12:34:16.798 [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
12:34:16.798 [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
12:34:16.798 [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
12:34:16.798 [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
12:34:16.798 [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
12:34:16.798 [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
12:34:16.798 [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
12:34:16.798 [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
12:34:16.798 [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
12:34:16.798 [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
12:34:16.801 [main] INFO  o.e.h.g.u.GraphMetaModelResourceInjector - 4 METAMODEL NODES! (took ~0 sec)
12:34:16.801 [main] INFO  o.e.h.c.r.CompositeStateListener - Added metamodel(s).
12:34:16.801 [main] INFO  o.e.h.c.r.CompositeStateListener - Adding metamodel(s)...
Adding metamodels in: ../../core/tests/org.eclipse.hawk.integration.tests/resources/metamodels/Tree.ecore to store
12:34:16.802 [main] INFO  o.e.h.g.u.GraphMetaModelResourceInjector - ADDING METAMODELS: 
12:34:16.802 [main] INFO  o.e.h.g.u.GraphMetaModelResourceInjector - ADDING: 
12:34:16.805 [main] DEBUG o.e.h.g.u.GraphMetaModelResourceInjector - supertype dependency from Tree to http://www.eclipse.org/emf/2002/Ecore
12:34:16.806 [main] INFO  o.e.h.g.u.GraphMetaModelResourceInjector - 1 METAMODEL NODES! (took ~0 sec)
12:34:16.806 [main] INFO  o.e.h.c.r.CompositeStateListener - Added metamodel(s).
12:34:16.878 [main] INFO  o.e.h.c.r.CompositeStateListener - Saving Hawk metadata...
adding: file:///tmp/junit3337238245054001064/:org.eclipse.hawk.localfolder.LocalFolder:false
12:34:16.880 [main] INFO  o.e.h.c.r.CompositeStateListener - Saved Hawk metadata.
12:34:16.880 [pool-190-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating Hawk...
updating indexer: 
12:34:16.881 [pool-190-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating relevant changed model files...
12:34:16.886 [pool-190-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Deleting models removed from repository...
12:34:16.886 [pool-190-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating models to the new version...
12:34:16.886 [pool-190-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /tree.model...
12:34:16.893 [pool-190-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
12:34:16.893 [pool-190-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
12:34:16.893 [pool-190-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performing batch insert on file: /tree.model...
12:34:16.896 [pool-190-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding elements of file /tree.model
12:34:16.901 [pool-190-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 2 NODES AND 2 M->MM REFERENCES! (took ~0sec)
12:34:16.901 [pool-190-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding edges of file /tree.model
12:34:16.901 [pool-190-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 2 REFERENCES! (took ~0 sec)
12:34:16.901 [pool-190-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performed batch insert on file: /tree.model.
0s15ms [pure insertion]
marking any relevant derived attributes for update...12:34:16.901 [pool-190-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s2ms
12:34:16.903 [pool-190-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s2ms
12:34:16.903 [pool-190-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating proxies...
attempting to resolve any leftover cross-file references...
12:34:16.903 [pool-190-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Resolving any leftover cross-file references...
12:34:16.903 [pool-190-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - 0 proxy ref lists left after resolving 0 refs
12:34:16.903 [pool-190-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - proxy resolution took: ~0.0s
attempting to resolve any uninitialized derived attributes...
12:34:16.903 [pool-190-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Resolving any uninitialized derived attributes...
12:34:16.903 [pool-190-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - Deriving attributes...
12:34:16.903 [pool-190-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...
12:34:16.903 [pool-190-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating any affected derived attributes...
0s0ms [proxy update]
12:34:16.903 [pool-190-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updated proxies.
12:34:16.904 [pool-190-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		~0s
validating changes...
validating file UPDATED for /tree.model
changed resource size: 2
relevant graph size: 2
validated changes... true
12:34:16.904 [pool-190-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updated Hawk instance test (success). 0 s 24 ms
Copied ../../core/tests/org.eclipse.hawk.integration.tests/resources/models/changed-trees/rename-child.model over /tmp/junit3337238245054001064/tree.model
12:34:16.904 [pool-190-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating Hawk...
updating indexer: 
12:34:16.905 [pool-190-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating relevant changed model files...
12:34:16.906 [pool-190-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Deleting models removed from repository...
12:34:16.906 [pool-190-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating models to the new version...
12:34:16.907 [pool-190-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /tree.model...
12:34:16.907 [pool-190-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
12:34:16.907 [pool-190-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File contains: 2 (2) nodes in store
12:34:16.907 [pool-190-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - Update contains | a:0 u:1 d:0 ratio: 0.5
12:34:16.907 [pool-190-thread-1] DEBUG o.e.h.g.updater.GraphModelInserter - File already present, calculating deltas with respect to graph storage
12:34:16.907 [pool-190-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performing transactional update (ratio:0.5) on file: /tree.model...
12:34:16.907 [pool-190-thread-1] DEBUG o.e.h.g.updater.GraphModelInserter - transactional update called
12:34:16.907 [pool-190-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performed transactional update on file: /tree.model.
0s0ms [pure insertion]
marking any relevant derived attributes for update...12:34:16.907 [pool-190-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
12:34:16.907 [pool-190-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
12:34:16.907 [pool-190-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating proxies...
attempting to resolve any leftover cross-file references...
12:34:16.907 [pool-190-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Resolving any leftover cross-file references...
12:34:16.907 [pool-190-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - 0 proxy ref lists left after resolving 0 refs
12:34:16.907 [pool-190-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - proxy resolution took: ~0.0s
attempting to resolve any uninitialized derived attributes...
12:34:16.907 [pool-190-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Resolving any uninitialized derived attributes...
12:34:16.907 [pool-190-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - Deriving attributes...
12:34:16.908 [pool-190-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...
12:34:16.908 [pool-190-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating any affected derived attributes...
0s1ms [proxy update]
12:34:16.908 [pool-190-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updated proxies.
12:34:16.908 [pool-190-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		~0s
validating changes...
validating file UPDATED for /tree.model
changed resource size: 2
relevant graph size: 2
validated changes... true
12:34:16.908 [pool-190-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updated Hawk instance test (success). 0 s 4 ms
12:34:16.910 [main] INFO  o.e.h.c.r.CompositeStateListener - Hawk shutting down...
12:34:16.910 [main] INFO  o.e.h.c.r.CompositeStateListener - Saving Hawk metadata...
adding: file:///tmp/junit3337238245054001064/:org.eclipse.hawk.localfolder.LocalFolder:false
12:34:16.911 [main] INFO  o.e.h.c.r.CompositeStateListener - Saved Hawk metadata.
12:34:16.911 [main] INFO  o.e.h.core.runtime.BaseModelIndexer - Waiting 120s for all scheduled tasks to complete
12:34:17.149 [main] INFO  o.e.hawk.greycat.lucene.SoftTxLucene - Shutdown of Lucene complete.
12:34:17.150 [main] INFO  o.e.h.g.AbstractGreycatDatabase - Disconnected from GreyCat graph at /tmp/junit2177323746961346286/test_renameChild[LevelDB GreyCat]
12:34:17.150 [main] INFO  o.e.h.c.r.CompositeStateListener - Hawk shut down.
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
12:34:17.992 [main] INFO  o.e.h.c.r.CompositeStateListener - Saving Hawk metadata...
12:34:17.994 [main] INFO  o.e.h.c.r.CompositeStateListener - Saved Hawk metadata.
12:34:17.994 [main] INFO  o.e.h.c.r.CompositeStateListener - Initializing Hawk...
inserting static metamodels of registered metamodel factories to graph:
org.eclipse.hawk.uml.metamodel.UMLMetaModelResourceFactory
12:34:18.580 [main] INFO  o.e.h.g.u.GraphMetaModelResourceInjector - ADDING METAMODELS: 
12:34:18.580 [main] INFO  o.e.h.g.u.GraphMetaModelResourceInjector - ADDING: 
12:34:18.714 [main] DEBUG o.e.h.g.u.GraphMetaModelResourceInjector - supertype dependency from http://www.eclipse.org/uml2/5.0.0/UML/Profile/Standard to http://www.eclipse.org/uml2/5.0.0/UML
12:34:18.722 [main] DEBUG o.e.h.g.u.GraphMetaModelResourceInjector - supertype dependency from http://www.eclipse.org/uml2/schemas/UML2/0 to http://www.eclipse.org/emf/2002/Ecore
12:34:18.774 [main] DEBUG o.e.h.g.u.GraphMetaModelResourceInjector - supertype dependency from http://www.eclipse.org/uml2/schemas/UML2/0 to http://www.eclipse.org/uml2/5.0.0/UML
12:34:18.777 [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[]
12:34:18.777 [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
12:34:18.778 [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
12:34:18.778 [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
12:34:18.778 [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
12:34:18.778 [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
12:34:18.778 [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
12:34:18.778 [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
12:34:18.778 [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
12:34:18.779 [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
12:34:18.779 [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
12:34:18.779 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::ELong will be handled as its instance type java.lang.Long
12:34:18.780 [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
12:34:18.780 [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
12:34:18.780 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EDoubleObject will be handled as its instance type java.lang.Double
12:34:18.783 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EDouble will be handled as its instance type java.lang.Double
12:34:18.783 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EFeatureMapEntry will be handled as its instance type org.eclipse.emf.ecore.util.FeatureMap$Entry
12:34:18.783 [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
12:34:18.783 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EShort will be handled as its instance type short
12:34:18.783 [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
12:34:18.783 [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
12:34:18.783 [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
12:34:18.784 [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
12:34:18.784 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EFloat will be handled as its instance type java.lang.Float
12:34:18.787 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EEList will be handled as its instance type org.eclipse.emf.common.util.EList
12:34:18.787 [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
12:34:18.787 [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
12:34:18.788 [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
12:34:18.788 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EChar will be handled as its instance type char
12:34:18.788 [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
12:34:18.788 [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
12:34:18.788 [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
12:34:18.788 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EJavaClass will be handled as its instance type java.lang.Class
12:34:18.789 [main] DEBUG o.e.h.g.u.GraphMetaModelResourceInjector - supertype dependency from http://www.eclipse.org/uml2/schemas/Ecore/4 to http://www.eclipse.org/emf/2002/Ecore
12:34:18.790 [main] DEBUG o.e.h.g.u.GraphMetaModelResourceInjector - supertype dependency from http://www.eclipse.org/uml2/schemas/Ecore/4 to http://www.eclipse.org/uml2/5.0.0/UML
12:34:18.791 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/uml2/schemas/Ecore/4::ContentKind will be handled as its instance type NULL_INSTANCE_TYPE
12:34:18.791 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/uml2/schemas/Ecore/4::FeatureKind will be handled as its instance type NULL_INSTANCE_TYPE
12:34:18.797 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/uml2/schemas/Ecore/4::VisibilityKind will be handled as its instance type NULL_INSTANCE_TYPE
12:34:18.798 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/uml2/5.0.0/Types::UnlimitedNatural will be handled as its instance type java.lang.Integer
12:34:18.798 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/uml2/5.0.0/Types::String will be handled as its instance type java.lang.String
12:34:18.798 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/uml2/5.0.0/Types::Real will be handled as its instance type java.lang.Double
12:34:18.798 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/uml2/5.0.0/Types::Integer will be handled as its instance type java.lang.Integer
12:34:18.798 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/uml2/5.0.0/Types::Boolean will be handled as its instance type java.lang.Boolean
12:34:18.798 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http:///Ecore_0.profile.uml2::Ecore__ContentKind will be handled as its instance type NULL_INSTANCE_TYPE
12:34:18.799 [main] DEBUG o.e.h.g.u.GraphMetaModelResourceInjector - supertype dependency from http:///Ecore_0.profile.uml2 to http://www.eclipse.org/emf/2002/Ecore
12:34:18.799 [main] DEBUG o.e.h.g.u.GraphMetaModelResourceInjector - supertype dependency from http:///Ecore_0.profile.uml2 to http://www.eclipse.org/uml2/5.0.0/UML
12:34:18.804 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http:///Ecore_0.profile.uml2::Ecore__FeatureKind will be handled as its instance type NULL_INSTANCE_TYPE
12:34:18.806 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/uml2/schemas/Ecore/3::ContentKind will be handled as its instance type NULL_INSTANCE_TYPE
12:34:18.806 [main] DEBUG o.e.h.g.u.GraphMetaModelResourceInjector - supertype dependency from http://www.eclipse.org/uml2/schemas/Ecore/3 to http://www.eclipse.org/emf/2002/Ecore
12:34:18.806 [main] DEBUG o.e.h.g.u.GraphMetaModelResourceInjector - supertype dependency from http://www.eclipse.org/uml2/schemas/Ecore/3 to http://www.eclipse.org/uml2/5.0.0/UML
12:34:18.807 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/uml2/schemas/Ecore/3::VisibilityKind will be handled as its instance type NULL_INSTANCE_TYPE
12:34:18.810 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/uml2/schemas/Ecore/3::FeatureKind will be handled as its instance type NULL_INSTANCE_TYPE
12:34:18.814 [main] DEBUG o.e.h.g.u.GraphMetaModelResourceInjector - supertype dependency from http:///_PS5oQDmHEdmHabrnfLjH-w.profile.uml2 to http://www.eclipse.org/emf/2002/Ecore
12:34:18.815 [main] DEBUG o.e.h.g.u.GraphMetaModelResourceInjector - supertype dependency from http:///_PS5oQDmHEdmHabrnfLjH-w.profile.uml2 to http://www.eclipse.org/uml2/5.0.0/UML
12:34:18.816 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http:///_PS5oQDmHEdmHabrnfLjH-w.profile.uml2::Ecore__ContentKind will be handled as its instance type NULL_INSTANCE_TYPE
12:34:18.816 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http:///_PS5oQDmHEdmHabrnfLjH-w.profile.uml2::Ecore__FeatureKind will be handled as its instance type NULL_INSTANCE_TYPE
12:34:18.817 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http:///_PS5oQDmHEdmHabrnfLjH-w.profile.uml2::Ecore__VisibilityKind will be handled as its instance type NULL_INSTANCE_TYPE
12:34:18.881 [main] DEBUG o.e.h.g.u.GraphMetaModelResourceInjector - supertype dependency from http://www.eclipse.org/uml2/schemas/UML2/2 to http://www.eclipse.org/uml2/5.0.0/Types
12:34:18.881 [main] DEBUG o.e.h.g.u.GraphMetaModelResourceInjector - supertype dependency from http://www.eclipse.org/uml2/schemas/UML2/2 to http://www.eclipse.org/uml2/5.0.0/UML
12:34:18.890 [main] DEBUG o.e.h.g.u.GraphMetaModelResourceInjector - supertype dependency from http://www.eclipse.org/uml2/schemas/Ecore/5 to http://www.eclipse.org/emf/2002/Ecore
12:34:18.891 [main] DEBUG o.e.h.g.u.GraphMetaModelResourceInjector - supertype dependency from http://www.eclipse.org/uml2/schemas/Ecore/5 to http://www.eclipse.org/uml2/5.0.0/UML
12:34:18.894 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/uml2/schemas/Ecore/5::FeatureKind will be handled as its instance type NULL_INSTANCE_TYPE
12:34:18.900 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/uml2/schemas/Ecore/5::ContentKind will be handled as its instance type NULL_INSTANCE_TYPE
12:34:18.908 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/uml2/schemas/Ecore/5::VisibilityKind will be handled as its instance type NULL_INSTANCE_TYPE
12:34:18.910 [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
12:34:18.910 [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
12:34:18.910 [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
12:34:18.910 [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
12:34:18.910 [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
12:34:18.910 [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
12:34:18.910 [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
12:34:18.910 [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
12:34:18.910 [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
12:34:18.910 [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
12:34:18.910 [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
12:34:18.910 [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
12:34:18.912 [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
12:34:18.912 [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
12:34:18.912 [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
12:34:18.912 [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
12:34:18.912 [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
12:34:18.912 [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
12:34:18.912 [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
12:34:18.912 [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
12:34:18.912 [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
12:34:18.912 [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
12:34:18.913 [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
12:34:18.913 [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[]
12:34:18.914 [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
12:34:18.914 [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
12:34:18.914 [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
12:34:18.914 [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
12:34:18.914 [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
12:34:18.914 [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
12:34:18.914 [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
12:34:18.914 [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
12:34:18.914 [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
12:34:18.914 [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
12:34:18.914 [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[]
12:34:18.914 [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
12:34:18.914 [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
12:34:18.914 [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
12:34:18.914 [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
12:34:18.915 [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
12:34:18.915 [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
12:34:18.915 [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
12:34:18.915 [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
12:34:18.915 [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
12:34:18.915 [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
12:34:18.915 [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
12:34:18.915 [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
12:34:18.915 [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
12:34:18.915 [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
12:34:18.915 [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
12:34:18.915 [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
12:34:18.915 [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
12:34:18.915 [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
12:34:18.915 [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
12:34:18.915 [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
12:34:18.915 [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
12:34:18.915 [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
12:34:18.915 [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
12:34:18.915 [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
12:34:18.916 [main] DEBUG o.e.h.g.u.GraphMetaModelResourceInjector - supertype dependency from http:///Ecore_2_1RgZIMezEdmTJL3rR1ioJg.profile.uml2 to http://www.eclipse.org/emf/2002/Ecore
12:34:18.918 [main] DEBUG o.e.h.g.u.GraphMetaModelResourceInjector - supertype dependency from http:///Ecore_2_1RgZIMezEdmTJL3rR1ioJg.profile.uml2 to http://www.eclipse.org/uml2/5.0.0/UML
12:34:18.974 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http:///Ecore_2_1RgZIMezEdmTJL3rR1ioJg.profile.uml2::Ecore__ContentKind will be handled as its instance type NULL_INSTANCE_TYPE
12:34:18.976 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http:///Ecore_2_1RgZIMezEdmTJL3rR1ioJg.profile.uml2::Ecore__VisibilityKind will be handled as its instance type NULL_INSTANCE_TYPE
12:34:18.978 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http:///Ecore_2_1RgZIMezEdmTJL3rR1ioJg.profile.uml2::Ecore__FeatureKind will be handled as its instance type NULL_INSTANCE_TYPE
12:34:18.981 [main] DEBUG o.e.h.g.u.GraphMetaModelResourceInjector - supertype dependency from http://www.eclipse.org/uml2/5.0.0/UML to http://www.eclipse.org/emf/2002/Ecore
12:34:18.981 [main] DEBUG o.e.h.g.u.GraphMetaModelResourceInjector - supertype dependency from http://www.eclipse.org/uml2/5.0.0/UML to http://www.eclipse.org/uml2/5.0.0/Types
12:34:19.205 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/uml2/5.0.0/UML::ExpansionKind will be handled as its instance type org.eclipse.uml2.uml.ExpansionKind
12:34:19.315 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/uml2/5.0.0/UML::ConnectorKind will be handled as its instance type org.eclipse.uml2.uml.ConnectorKind
12:34:19.387 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/uml2/5.0.0/UML::InteractionOperatorKind will be handled as its instance type org.eclipse.uml2.uml.InteractionOperatorKind
12:34:19.406 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/uml2/5.0.0/UML::VisibilityKind will be handled as its instance type org.eclipse.uml2.uml.VisibilityKind
12:34:19.501 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/uml2/5.0.0/UML::ParameterDirectionKind will be handled as its instance type org.eclipse.uml2.uml.ParameterDirectionKind
12:34:19.501 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/uml2/5.0.0/UML::ObjectNodeOrderingKind will be handled as its instance type org.eclipse.uml2.uml.ObjectNodeOrderingKind
12:34:19.698 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/uml2/5.0.0/UML::MessageKind will be handled as its instance type org.eclipse.uml2.uml.MessageKind
12:34:19.806 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/uml2/5.0.0/UML::CallConcurrencyKind will be handled as its instance type org.eclipse.uml2.uml.CallConcurrencyKind
12:34:20.389 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/uml2/5.0.0/UML::ParameterEffectKind will be handled as its instance type org.eclipse.uml2.uml.ParameterEffectKind
12:34:20.412 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/uml2/5.0.0/UML::TransitionKind will be handled as its instance type org.eclipse.uml2.uml.TransitionKind
12:34:20.515 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/uml2/5.0.0/UML::PseudostateKind will be handled as its instance type org.eclipse.uml2.uml.PseudostateKind
12:34:20.585 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/uml2/5.0.0/UML::MessageSort will be handled as its instance type org.eclipse.uml2.uml.MessageSort
12:34:20.613 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/uml2/5.0.0/UML::AggregationKind will be handled as its instance type org.eclipse.uml2.uml.AggregationKind
12:34:20.798 [main] DEBUG o.e.h.g.u.GraphMetaModelResourceInjector - supertype dependency from http://www.eclipse.org/uml2/schemas/UML2/1 to http://www.eclipse.org/uml2/5.0.0/UML
12:34:20.798 [main] DEBUG o.e.h.g.u.GraphMetaModelResourceInjector - supertype dependency from http://www.eclipse.org/uml2/schemas/UML2/1 to http://www.eclipse.org/emf/2002/Ecore
12:34:20.879 [main] INFO  o.e.h.g.u.GraphMetaModelResourceInjector - 421 METAMODEL NODES! (took ~2 sec)
inserting static metamodels complete
12:34:20.879 [main] INFO  o.e.h.c.r.CompositeStateListener - Registering metamodels...
12:34:20.894 [main] INFO  o.e.h.c.r.CompositeStateListener - Registered metamodels.
12:34:20.895 [main] INFO  o.e.h.c.r.CompositeStateListener - Initialized Hawk.
12:34:20.895 [pool-192-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating Hawk...
updating indexer: 
12:34:20.895 [pool-192-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performing optional post-sync operations.
12:34:20.895 [pool-192-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updated Hawk instance test (success). 0 s 0 ms
12:34:21.006 [main] INFO  o.e.h.c.r.CompositeStateListener - Saving Hawk metadata...
adding: pathmap://UML_LIBRARIES/:org.eclipse.hawk.uml.vcs.PredefinedUMLLibraries:false
12:34:21.074 [main] INFO  o.e.h.c.r.CompositeStateListener - Saved Hawk metadata.
12:34:21.074 [pool-192-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating Hawk...
updating indexer: 
12:34:21.075 [pool-192-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating relevant changed model files...
12:34:21.080 [pool-192-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Deleting models removed from repository...
12:34:21.081 [pool-192-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating models to the new version...
12:34:21.110 [pool-192-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /UMLPrimitiveTypes.library.uml...
12:34:21.181 [pool-192-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
12:34:21.181 [pool-192-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
12:34:21.181 [pool-192-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performing batch insert on file: /UMLPrimitiveTypes.library.uml...
12:34:21.187 [pool-192-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding elements of file /UMLPrimitiveTypes.library.uml
12:34:21.206 [pool-192-thread-1] WARN  o.eclipse.hawk.graph.util.GraphUtil - Unknown type found, converting to String: org.eclipse.uml2.uml.VisibilityKind
12:34:21.392 [pool-192-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 22 NODES AND 22 M->MM REFERENCES! (took ~95sec)
12:34:21.392 [pool-192-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding edges of file /UMLPrimitiveTypes.library.uml
12:34:21.408 [pool-192-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 81 REFERENCES! (took ~0 sec)
12:34:21.408 [pool-192-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performed batch insert on file: /UMLPrimitiveTypes.library.uml.
0s298ms [pure insertion]
marking any relevant derived attributes for update...12:34:21.408 [pool-192-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s2ms
12:34:21.410 [pool-192-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s2ms
12:34:21.415 [pool-192-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /XMLPrimitiveTypes.library.uml...
12:34:21.415 [pool-192-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
12:34:21.415 [pool-192-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
12:34:21.415 [pool-192-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performing batch insert on file: /XMLPrimitiveTypes.library.uml...
12:34:21.476 [pool-192-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding elements of file /XMLPrimitiveTypes.library.uml
12:34:21.677 [pool-192-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 100 NODES AND 100 M->MM REFERENCES! (took ~804sec)
12:34:21.677 [pool-192-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding edges of file /XMLPrimitiveTypes.library.uml
12:34:21.706 [pool-192-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 852 REFERENCES! (took ~0 sec)
12:34:21.706 [pool-192-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performed batch insert on file: /XMLPrimitiveTypes.library.uml.
0s291ms [pure insertion]
marking any relevant derived attributes for update...12:34:21.706 [pool-192-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
12:34:21.706 [pool-192-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
12:34:21.777 [pool-192-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /EcorePrimitiveTypes.library.uml...
12:34:21.777 [pool-192-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
12:34:21.778 [pool-192-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
12:34:21.778 [pool-192-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performing batch insert on file: /EcorePrimitiveTypes.library.uml...
12:34:21.782 [pool-192-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding elements of file /EcorePrimitiveTypes.library.uml
12:34:21.906 [pool-192-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 51 NODES AND 51 M->MM REFERENCES! (took ~477sec)
12:34:21.906 [pool-192-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding edges of file /EcorePrimitiveTypes.library.uml
12:34:21.986 [pool-192-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 347 REFERENCES! (took ~0 sec)
12:34:21.986 [pool-192-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performed batch insert on file: /EcorePrimitiveTypes.library.uml.
0s209ms [pure insertion]
marking any relevant derived attributes for update...12:34:21.986 [pool-192-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
12:34:21.986 [pool-192-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
12:34:21.988 [pool-192-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /JavaPrimitiveTypes.library.uml...
12:34:21.988 [pool-192-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
12:34:21.989 [pool-192-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
12:34:21.989 [pool-192-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performing batch insert on file: /JavaPrimitiveTypes.library.uml...
12:34:21.991 [pool-192-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding elements of file /JavaPrimitiveTypes.library.uml
12:34:22.103 [pool-192-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 12 NODES AND 12 M->MM REFERENCES! (took ~102sec)
12:34:22.104 [pool-192-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding edges of file /JavaPrimitiveTypes.library.uml
12:34:22.110 [pool-192-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 72 REFERENCES! (took ~0 sec)
12:34:22.110 [pool-192-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performed batch insert on file: /JavaPrimitiveTypes.library.uml.
0s122ms [pure insertion]
marking any relevant derived attributes for update...12:34:22.110 [pool-192-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
12:34:22.110 [pool-192-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
12:34:22.111 [pool-192-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating proxies...
attempting to resolve any leftover cross-file references...
12:34:22.111 [pool-192-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Resolving any leftover cross-file references...
12:34:22.184 [pool-192-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Processing 0/20 proxy references (0 sec total)
12:34:22.185 [pool-192-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - 10 proxy ref lists left after resolving 0 refs
12:34:22.185 [pool-192-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - proxy resolution took: ~0.074s
attempting to resolve any uninitialized derived attributes...
12:34:22.185 [pool-192-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Resolving any uninitialized derived attributes...
12:34:22.185 [pool-192-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - Deriving attributes...
12:34:22.221 [pool-192-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...
12:34:22.221 [pool-192-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating any affected derived attributes...
0s111ms [proxy update]
12:34:22.222 [pool-192-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updated proxies.
12:34:22.222 [pool-192-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performing optional post-sync operations.
12:34:22.222 [pool-192-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updated Hawk instance test (success). 1 s 148 ms
12:34:22.222 [main] INFO  o.e.h.c.r.CompositeStateListener - Adding metamodel(s)...
Adding metamodels in: ../../core/tests/org.eclipse.hawk.integration.tests/resources/models/uml/simpleProfile/model.profile.uml to store
12:34:22.227 [main] INFO  o.e.h.g.u.GraphMetaModelResourceInjector - ADDING METAMODELS: 
12:34:22.227 [main] INFO  o.e.h.g.u.GraphMetaModelResourceInjector - ADDING: 
12:34:22.303 [main] DEBUG o.e.h.g.u.GraphMetaModelResourceInjector - supertype dependency from http:///schemas/RootElement/_I0k2UM7mEeeDhYwXdKEW_w/0/0.0.1 to http://www.eclipse.org/uml2/5.0.0/UML
12:34:22.305 [main] DEBUG o.e.h.g.u.GraphMetaModelResourceInjector - supertype dependency from http://github.com/mondo-project/mondo-hawk/simpleProfile/0.0.5 to http://www.eclipse.org/emf/2002/Ecore
12:34:22.306 [main] DEBUG o.e.h.g.u.GraphMetaModelResourceInjector - supertype dependency from http://github.com/mondo-project/mondo-hawk/simpleProfile/0.0.5 to http://www.eclipse.org/uml2/5.0.0/UML
12:34:22.308 [main] DEBUG o.e.h.g.u.GraphMetaModelResourceInjector - supertype dependency from http://github.com/mondo-project/mondo-hawk/simpleProfile/0.0.3 to http://www.eclipse.org/emf/2002/Ecore
12:34:22.309 [main] DEBUG o.e.h.g.u.GraphMetaModelResourceInjector - supertype dependency from http://github.com/mondo-project/mondo-hawk/simpleProfile/0.0.3 to http://www.eclipse.org/uml2/5.0.0/UML
12:34:22.311 [main] DEBUG o.e.h.g.u.GraphMetaModelResourceInjector - supertype dependency from http://github.com/mondo-project/mondo-hawk/simpleProfile/0.0.4 to http://www.eclipse.org/emf/2002/Ecore
12:34:22.311 [main] DEBUG o.e.h.g.u.GraphMetaModelResourceInjector - supertype dependency from http://github.com/mondo-project/mondo-hawk/simpleProfile/0.0.4 to http://www.eclipse.org/uml2/5.0.0/UML
12:34:22.313 [main] DEBUG o.e.h.g.u.GraphMetaModelResourceInjector - supertype dependency from http://github.com/mondo-project/mondo-hawk/simpleProfile/0.0.2 to http://www.eclipse.org/uml2/5.0.0/UML
12:34:22.320 [main] INFO  o.e.h.g.u.GraphMetaModelResourceInjector - 10 METAMODEL NODES! (took ~0 sec)
reseting local top revision of repository: pathmap://UML_LIBRARIES/
(as elements in it were removed or new metamodels were added to Hawk)
12:34:22.320 [main] INFO  o.e.h.c.r.CompositeStateListener - Added metamodel(s).
12:34:22.512 [main] INFO  o.e.h.c.r.CompositeStateListener - Saving Hawk metadata...
adding: file:///tmp/junit2906080009349135274/:org.eclipse.hawk.localfolder.LocalFolder:false
adding: pathmap://UML_LIBRARIES/:org.eclipse.hawk.uml.vcs.PredefinedUMLLibraries:false
12:34:22.516 [main] INFO  o.e.h.c.r.CompositeStateListener - Saved Hawk metadata.
12:34:22.516 [pool-192-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating Hawk...
updating indexer: 
12:34:22.516 [pool-192-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating relevant changed model files...
12:34:22.518 [pool-192-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Deleting models removed from repository...
12:34:22.518 [pool-192-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating models to the new version...
12:34:22.518 [pool-192-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating proxies...
attempting to resolve any leftover cross-file references...
12:34:22.518 [pool-192-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Resolving any leftover cross-file references...
12:34:22.519 [pool-192-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Processing 0/20 proxy references (0 sec total)
12:34:22.519 [pool-192-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - 10 proxy ref lists left after resolving 0 refs
12:34:22.519 [pool-192-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - proxy resolution took: ~0.001s
attempting to resolve any uninitialized derived attributes...
12:34:22.519 [pool-192-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Resolving any uninitialized derived attributes...
12:34:22.519 [pool-192-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - Deriving attributes...
12:34:22.519 [pool-192-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...
12:34:22.519 [pool-192-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating any affected derived attributes...
0s1ms [proxy update]
12:34:22.519 [pool-192-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updated proxies.
12:34:22.521 [pool-192-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating relevant changed model files...
12:34:22.522 [pool-192-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Deleting models removed from repository...
12:34:22.522 [pool-192-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating models to the new version...
12:34:22.527 [pool-192-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /model.uml...
12:34:22.527 [pool-192-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
12:34:22.527 [pool-192-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
12:34:22.527 [pool-192-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performing batch insert on file: /model.uml...
12:34:22.575 [pool-192-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding elements of file /model.uml
12:34:22.608 [pool-192-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 11 NODES AND 11 M->MM REFERENCES! (took ~28sec)
12:34:22.608 [pool-192-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding edges of file /model.uml
12:34:22.620 [pool-192-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 23 REFERENCES! (took ~0 sec)
12:34:22.620 [pool-192-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performed batch insert on file: /model.uml.
0s93ms [pure insertion]
marking any relevant derived attributes for update...12:34:22.620 [pool-192-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
12:34:22.620 [pool-192-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
12:34:22.620 [pool-192-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating proxies...
attempting to resolve any leftover cross-file references...
12:34:22.620 [pool-192-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Resolving any leftover cross-file references...
12:34:22.676 [pool-192-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Processing 0/24 proxy references (0 sec total)
12:34:22.677 [pool-192-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - 12 proxy ref lists left after resolving 0 refs
12:34:22.677 [pool-192-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - proxy resolution took: ~0.057s
attempting to resolve any uninitialized derived attributes...
12:34:22.677 [pool-192-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Resolving any uninitialized derived attributes...
12:34:22.677 [pool-192-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - Deriving attributes...
12:34:22.677 [pool-192-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...
12:34:22.677 [pool-192-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating any affected derived attributes...
0s57ms [proxy update]
12:34:22.677 [pool-192-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updated proxies.
12:34:22.678 [pool-192-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performing optional post-sync operations.
12:34:22.678 [pool-192-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updated Hawk instance test (success). 0 s 162 ms
12:34:22.695 [pool-192-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating Hawk...
updating indexer: 
12:34:22.697 [pool-192-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating relevant changed model files...
12:34:22.698 [pool-192-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Deleting models removed from repository...
12:34:22.698 [pool-192-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating models to the new version...
12:34:22.706 [pool-192-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /model.uml...
12:34:22.706 [pool-192-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
12:34:22.707 [pool-192-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File contains: 11 (11) nodes in store
12:34:22.780 [pool-192-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - Update contains | a:6 u:3 d:6 ratio: 1.3636363636363635
12:34:22.780 [pool-192-thread-1] DEBUG o.e.h.g.updater.GraphModelInserter - File already present, calculating deltas with respect to graph storage
12:34:22.780 [pool-192-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performing batch update of file: /model.uml...
12:34:22.781 [pool-192-thread-1] DEBUG o.e.hawk.graph.updater.DeletionUtils - deleting nodes from file: /model.uml
12:34:22.808 [pool-192-thread-1] DEBUG o.e.hawk.graph.updater.DeletionUtils - deleted all, took: 0.027s
12:34:22.816 [pool-192-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding elements of file /model.uml
12:34:22.887 [pool-192-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 11 NODES AND 11 M->MM REFERENCES! (took ~28sec)
12:34:22.887 [pool-192-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding edges of file /model.uml
12:34:22.894 [pool-192-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 23 REFERENCES! (took ~0 sec)
12:34:22.894 [pool-192-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performed batch update of file: /model.uml.
0s188ms [pure insertion]
marking any relevant derived attributes for update...12:34:22.894 [pool-192-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s1ms
12:34:22.895 [pool-192-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s1ms
12:34:22.895 [pool-192-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating proxies...
attempting to resolve any leftover cross-file references...
12:34:22.895 [pool-192-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Resolving any leftover cross-file references...
12:34:22.897 [pool-192-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Processing 0/24 proxy references (0 sec total)
12:34:22.897 [pool-192-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - 12 proxy ref lists left after resolving 0 refs
12:34:22.897 [pool-192-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - proxy resolution took: ~0.002s
attempting to resolve any uninitialized derived attributes...
12:34:22.897 [pool-192-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Resolving any uninitialized derived attributes...
12:34:22.897 [pool-192-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - Deriving attributes...
12:34:22.898 [pool-192-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...
12:34:22.898 [pool-192-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating any affected derived attributes...
0s3ms [proxy update]
12:34:22.898 [pool-192-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updated proxies.
12:34:22.898 [pool-192-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performing optional post-sync operations.
12:34:22.898 [pool-192-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updated Hawk instance test (success). 0 s 203 ms
12:34:22.901 [main] INFO  o.e.h.c.r.CompositeStateListener - Hawk shutting down...
12:34:22.901 [main] INFO  o.e.h.c.r.CompositeStateListener - Saving Hawk metadata...
adding: file:///tmp/junit2906080009349135274/:org.eclipse.hawk.localfolder.LocalFolder:false
adding: pathmap://UML_LIBRARIES/:org.eclipse.hawk.uml.vcs.PredefinedUMLLibraries:false
12:34:22.903 [main] INFO  o.e.h.c.r.CompositeStateListener - Saved Hawk metadata.
12:34:22.903 [main] INFO  o.e.h.core.runtime.BaseModelIndexer - Waiting 120s for all scheduled tasks to complete
12:34:23.078 [main] INFO  o.e.hawk.greycat.lucene.SoftTxLucene - Shutdown of Lucene complete.
12:34:23.079 [main] INFO  o.e.h.g.AbstractGreycatDatabase - Disconnected from GreyCat graph at /tmp/junit10515446484075714207/test_upgradeModelProfileVersion[LevelDB GreyCat]
12:34:23.079 [main] INFO  o.e.h.c.r.CompositeStateListener - Hawk shut down.
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
12:34:23.504 [main] INFO  o.e.h.c.r.CompositeStateListener - Saving Hawk metadata...
12:34:23.506 [main] INFO  o.e.h.c.r.CompositeStateListener - Saved Hawk metadata.
12:34:23.506 [main] INFO  o.e.h.c.r.CompositeStateListener - Initializing Hawk...
inserting static metamodels of registered metamodel factories to graph:
org.eclipse.hawk.uml.metamodel.UMLMetaModelResourceFactory
12:34:23.705 [main] INFO  o.e.h.g.u.GraphMetaModelResourceInjector - ADDING METAMODELS: 
12:34:23.705 [main] INFO  o.e.h.g.u.GraphMetaModelResourceInjector - ADDING: 
12:34:23.982 [main] DEBUG o.e.h.g.u.GraphMetaModelResourceInjector - supertype dependency from http://www.eclipse.org/uml2/schemas/UML2/2 to http://www.eclipse.org/uml2/5.0.0/UML
12:34:23.982 [main] DEBUG o.e.h.g.u.GraphMetaModelResourceInjector - supertype dependency from http://www.eclipse.org/uml2/schemas/UML2/2 to http://www.eclipse.org/uml2/5.0.0/Types
12:34:23.986 [main] DEBUG o.e.h.g.u.GraphMetaModelResourceInjector - supertype dependency from http://www.eclipse.org/uml2/5.0.0/UML/Profile/Standard to http://www.eclipse.org/uml2/5.0.0/UML
12:34:23.993 [main] DEBUG o.e.h.g.u.GraphMetaModelResourceInjector - supertype dependency from http://www.eclipse.org/uml2/schemas/Ecore/5 to http://www.eclipse.org/emf/2002/Ecore
12:34:23.993 [main] DEBUG o.e.h.g.u.GraphMetaModelResourceInjector - supertype dependency from http://www.eclipse.org/uml2/schemas/Ecore/5 to http://www.eclipse.org/uml2/5.0.0/UML
12:34:23.994 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/uml2/schemas/Ecore/5::ContentKind will be handled as its instance type NULL_INSTANCE_TYPE
12:34:23.998 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/uml2/schemas/Ecore/5::FeatureKind will be handled as its instance type NULL_INSTANCE_TYPE
12:34:24.002 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/uml2/schemas/Ecore/5::VisibilityKind will be handled as its instance type NULL_INSTANCE_TYPE
12:34:24.002 [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[]
12:34:24.002 [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
12:34:24.003 [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
12:34:24.003 [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
12:34:24.003 [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
12:34:24.003 [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
12:34:24.003 [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
12:34:24.003 [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
12:34:24.003 [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
12:34:24.006 [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
12:34:24.006 [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
12:34:24.006 [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
12:34:24.007 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EBigDecimal will be handled as its instance type java.math.BigDecimal
12:34:24.007 [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
12:34:24.007 [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
12:34:24.013 [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
12:34:24.013 [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
12:34:24.013 [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
12:34:24.013 [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
12:34:24.013 [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
12:34:24.013 [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
12:34:24.014 [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
12:34:24.015 [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
12:34:24.015 [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
12:34:24.080 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EEList will be handled as its instance type org.eclipse.emf.common.util.EList
12:34:24.080 [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
12:34:24.080 [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
12:34:24.083 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EBooleanObject will be handled as its instance type java.lang.Boolean
12:34:24.083 [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
12:34:24.083 [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
12:34:24.083 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EInvocationTargetException will be handled as its instance type java.lang.reflect.InvocationTargetException
12:34:24.083 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EFeatureMap will be handled as its instance type org.eclipse.emf.ecore.util.FeatureMap
12:34:24.083 [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
12:34:24.084 [main] DEBUG o.e.h.g.u.GraphMetaModelResourceInjector - supertype dependency from http://www.eclipse.org/uml2/schemas/Ecore/3 to http://www.eclipse.org/emf/2002/Ecore
12:34:24.085 [main] DEBUG o.e.h.g.u.GraphMetaModelResourceInjector - supertype dependency from http://www.eclipse.org/uml2/schemas/Ecore/3 to http://www.eclipse.org/uml2/5.0.0/UML
12:34:24.085 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/uml2/schemas/Ecore/3::FeatureKind will be handled as its instance type NULL_INSTANCE_TYPE
12:34:24.088 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/uml2/schemas/Ecore/3::ContentKind will be handled as its instance type NULL_INSTANCE_TYPE
12:34:24.088 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/uml2/schemas/Ecore/3::VisibilityKind will be handled as its instance type NULL_INSTANCE_TYPE
12:34:24.098 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/uml2/5.0.0/Types::UnlimitedNatural will be handled as its instance type java.lang.Integer
12:34:24.098 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/uml2/5.0.0/Types::String will be handled as its instance type java.lang.String
12:34:24.098 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/uml2/5.0.0/Types::Real will be handled as its instance type java.lang.Double
12:34:24.098 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/uml2/5.0.0/Types::Integer will be handled as its instance type java.lang.Integer
12:34:24.098 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/uml2/5.0.0/Types::Boolean will be handled as its instance type java.lang.Boolean
12:34:24.099 [main] DEBUG o.e.h.g.u.GraphMetaModelResourceInjector - supertype dependency from http://www.eclipse.org/uml2/schemas/UML2/0 to http://www.eclipse.org/emf/2002/Ecore
12:34:24.099 [main] DEBUG o.e.h.g.u.GraphMetaModelResourceInjector - supertype dependency from http://www.eclipse.org/uml2/schemas/UML2/0 to http://www.eclipse.org/uml2/5.0.0/UML
12:34:24.106 [main] DEBUG o.e.h.g.u.GraphMetaModelResourceInjector - supertype dependency from http:///Ecore_0.profile.uml2 to http://www.eclipse.org/emf/2002/Ecore
12:34:24.110 [main] DEBUG o.e.h.g.u.GraphMetaModelResourceInjector - supertype dependency from http:///Ecore_0.profile.uml2 to http://www.eclipse.org/uml2/5.0.0/UML
12:34:24.110 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http:///Ecore_0.profile.uml2::Ecore__FeatureKind will be handled as its instance type NULL_INSTANCE_TYPE
12:34:24.110 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http:///Ecore_0.profile.uml2::Ecore__ContentKind will be handled as its instance type NULL_INSTANCE_TYPE
12:34:24.121 [main] DEBUG o.e.h.g.u.GraphMetaModelResourceInjector - supertype dependency from http://www.eclipse.org/uml2/schemas/Ecore/4 to http://www.eclipse.org/emf/2002/Ecore
12:34:24.121 [main] DEBUG o.e.h.g.u.GraphMetaModelResourceInjector - supertype dependency from http://www.eclipse.org/uml2/schemas/Ecore/4 to http://www.eclipse.org/uml2/5.0.0/UML
12:34:24.174 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/uml2/schemas/Ecore/4::VisibilityKind will be handled as its instance type NULL_INSTANCE_TYPE
12:34:24.183 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/uml2/schemas/Ecore/4::ContentKind will be handled as its instance type NULL_INSTANCE_TYPE
12:34:24.184 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/uml2/schemas/Ecore/4::FeatureKind will be handled as its instance type NULL_INSTANCE_TYPE
12:34:24.190 [main] DEBUG o.e.h.g.u.GraphMetaModelResourceInjector - supertype dependency from http:///Ecore_2_1RgZIMezEdmTJL3rR1ioJg.profile.uml2 to http://www.eclipse.org/emf/2002/Ecore
12:34:24.191 [main] DEBUG o.e.h.g.u.GraphMetaModelResourceInjector - supertype dependency from http:///Ecore_2_1RgZIMezEdmTJL3rR1ioJg.profile.uml2 to http://www.eclipse.org/uml2/5.0.0/UML
12:34:24.194 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http:///Ecore_2_1RgZIMezEdmTJL3rR1ioJg.profile.uml2::Ecore__ContentKind will be handled as its instance type NULL_INSTANCE_TYPE
12:34:24.199 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http:///Ecore_2_1RgZIMezEdmTJL3rR1ioJg.profile.uml2::Ecore__VisibilityKind will be handled as its instance type NULL_INSTANCE_TYPE
12:34:24.199 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http:///Ecore_2_1RgZIMezEdmTJL3rR1ioJg.profile.uml2::Ecore__FeatureKind will be handled as its instance type NULL_INSTANCE_TYPE
12:34:24.202 [main] DEBUG o.e.h.g.u.GraphMetaModelResourceInjector - supertype dependency from http:///_PS5oQDmHEdmHabrnfLjH-w.profile.uml2 to http://www.eclipse.org/emf/2002/Ecore
12:34:24.203 [main] DEBUG o.e.h.g.u.GraphMetaModelResourceInjector - supertype dependency from http:///_PS5oQDmHEdmHabrnfLjH-w.profile.uml2 to http://www.eclipse.org/uml2/5.0.0/UML
12:34:24.206 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http:///_PS5oQDmHEdmHabrnfLjH-w.profile.uml2::Ecore__VisibilityKind will be handled as its instance type NULL_INSTANCE_TYPE
12:34:24.207 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http:///_PS5oQDmHEdmHabrnfLjH-w.profile.uml2::Ecore__FeatureKind will be handled as its instance type NULL_INSTANCE_TYPE
12:34:24.213 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http:///_PS5oQDmHEdmHabrnfLjH-w.profile.uml2::Ecore__ContentKind will be handled as its instance type NULL_INSTANCE_TYPE
12:34:24.214 [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
12:34:24.214 [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
12:34:24.214 [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
12:34:24.214 [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
12:34:24.214 [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
12:34:24.214 [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
12:34:24.214 [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
12:34:24.214 [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
12:34:24.214 [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
12:34:24.214 [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
12:34:24.214 [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
12:34:24.214 [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
12:34:24.215 [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
12:34:24.215 [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
12:34:24.215 [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
12:34:24.215 [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
12:34:24.215 [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
12:34:24.215 [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
12:34:24.215 [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
12:34:24.215 [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
12:34:24.215 [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
12:34:24.215 [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
12:34:24.216 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Name will be handled as its instance type java.lang.String
12:34:24.216 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Base64Binary will be handled as its instance type byte[]
12:34:24.216 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::GMonthDay will be handled as its instance type javax.xml.datatype.XMLGregorianCalendar
12:34:24.216 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::ENTITIESBase will be handled as its instance type java.util.List
12:34:24.216 [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
12:34:24.216 [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
12:34:24.216 [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
12:34:24.216 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Integer will be handled as its instance type java.math.BigInteger
12:34:24.216 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::NMTOKENS will be handled as its instance type java.util.List
12:34:24.216 [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
12:34:24.216 [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
12:34:24.216 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::UnsignedLong will be handled as its instance type java.math.BigInteger
12:34:24.216 [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[]
12:34:24.216 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::BooleanObject will be handled as its instance type java.lang.Boolean
12:34:24.216 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Time will be handled as its instance type javax.xml.datatype.XMLGregorianCalendar
12:34:24.216 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Int will be handled as its instance type java.lang.Integer
12:34:24.216 [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
12:34:24.217 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::PositiveInteger will be handled as its instance type java.math.BigInteger
12:34:24.217 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::GYearMonth will be handled as its instance type javax.xml.datatype.XMLGregorianCalendar
12:34:24.217 [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
12:34:24.217 [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
12:34:24.217 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Language will be handled as its instance type java.lang.String
12:34:24.217 [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
12:34:24.217 [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
12:34:24.217 [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
12:34:24.217 [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
12:34:24.217 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Long will be handled as its instance type java.lang.Long
12:34:24.217 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::UnsignedShortObject will be handled as its instance type java.lang.Integer
12:34:24.217 [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
12:34:24.217 [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
12:34:24.217 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::AnyURI will be handled as its instance type java.lang.String
12:34:24.217 [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
12:34:24.217 [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
12:34:24.217 [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
12:34:24.217 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::NCName will be handled as its instance type java.lang.String
12:34:24.217 [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
12:34:24.217 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::ENTITIES will be handled as its instance type java.util.List
12:34:24.217 [main] DEBUG o.e.h.g.u.GraphMetaModelResourceInjector - supertype dependency from http://www.eclipse.org/uml2/schemas/UML2/1 to http://www.eclipse.org/uml2/5.0.0/UML
12:34:24.218 [main] DEBUG o.e.h.g.u.GraphMetaModelResourceInjector - supertype dependency from http://www.eclipse.org/uml2/schemas/UML2/1 to http://www.eclipse.org/emf/2002/Ecore
12:34:24.221 [main] DEBUG o.e.h.g.u.GraphMetaModelResourceInjector - supertype dependency from http://www.eclipse.org/uml2/5.0.0/UML to http://www.eclipse.org/emf/2002/Ecore
12:34:24.221 [main] DEBUG o.e.h.g.u.GraphMetaModelResourceInjector - supertype dependency from http://www.eclipse.org/uml2/5.0.0/UML to http://www.eclipse.org/uml2/5.0.0/Types
12:34:24.389 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/uml2/5.0.0/UML::ExpansionKind will be handled as its instance type org.eclipse.uml2.uml.ExpansionKind
12:34:24.488 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/uml2/5.0.0/UML::ConnectorKind will be handled as its instance type org.eclipse.uml2.uml.ConnectorKind
12:34:24.504 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/uml2/5.0.0/UML::InteractionOperatorKind will be handled as its instance type org.eclipse.uml2.uml.InteractionOperatorKind
12:34:24.515 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/uml2/5.0.0/UML::VisibilityKind will be handled as its instance type org.eclipse.uml2.uml.VisibilityKind
12:34:24.597 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/uml2/5.0.0/UML::ParameterDirectionKind will be handled as its instance type org.eclipse.uml2.uml.ParameterDirectionKind
12:34:24.597 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/uml2/5.0.0/UML::ObjectNodeOrderingKind will be handled as its instance type org.eclipse.uml2.uml.ObjectNodeOrderingKind
12:34:24.791 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/uml2/5.0.0/UML::MessageKind will be handled as its instance type org.eclipse.uml2.uml.MessageKind
12:34:24.982 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/uml2/5.0.0/UML::CallConcurrencyKind will be handled as its instance type org.eclipse.uml2.uml.CallConcurrencyKind
12:34:25.394 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/uml2/5.0.0/UML::ParameterEffectKind will be handled as its instance type org.eclipse.uml2.uml.ParameterEffectKind
12:34:25.584 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/uml2/5.0.0/UML::TransitionKind will be handled as its instance type org.eclipse.uml2.uml.TransitionKind
12:34:25.686 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/uml2/5.0.0/UML::PseudostateKind will be handled as its instance type org.eclipse.uml2.uml.PseudostateKind
12:34:25.712 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/uml2/5.0.0/UML::MessageSort will be handled as its instance type org.eclipse.uml2.uml.MessageSort
12:34:25.723 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/uml2/5.0.0/UML::AggregationKind will be handled as its instance type org.eclipse.uml2.uml.AggregationKind
12:34:26.189 [main] INFO  o.e.h.g.u.GraphMetaModelResourceInjector - 421 METAMODEL NODES! (took ~2 sec)
inserting static metamodels complete
12:34:26.189 [main] INFO  o.e.h.c.r.CompositeStateListener - Registering metamodels...
12:34:26.336 [main] INFO  o.e.h.c.r.CompositeStateListener - Registered metamodels.
12:34:26.337 [main] INFO  o.e.h.c.r.CompositeStateListener - Initialized Hawk.
12:34:26.337 [pool-194-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating Hawk...
updating indexer: 
12:34:26.375 [pool-194-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performing optional post-sync operations.
12:34:26.375 [pool-194-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updated Hawk instance test (success). 0 s 0 ms
12:34:26.487 [main] INFO  o.e.h.c.r.CompositeStateListener - Saving Hawk metadata...
adding: pathmap://UML_LIBRARIES/:org.eclipse.hawk.uml.vcs.PredefinedUMLLibraries:false
12:34:26.492 [main] INFO  o.e.h.c.r.CompositeStateListener - Saved Hawk metadata.
12:34:26.493 [pool-194-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating Hawk...
updating indexer: 
12:34:26.493 [pool-194-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating relevant changed model files...
12:34:26.499 [pool-194-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Deleting models removed from repository...
12:34:26.499 [pool-194-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating models to the new version...
12:34:26.502 [pool-194-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /XMLPrimitiveTypes.library.uml...
12:34:26.582 [pool-194-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
12:34:26.585 [pool-194-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
12:34:26.585 [pool-194-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performing batch insert on file: /XMLPrimitiveTypes.library.uml...
12:34:26.590 [pool-194-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding elements of file /XMLPrimitiveTypes.library.uml
12:34:26.804 [pool-194-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 100 NODES AND 100 M->MM REFERENCES! (took ~804sec)
12:34:26.804 [pool-194-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding edges of file /XMLPrimitiveTypes.library.uml
12:34:26.891 [pool-194-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 852 REFERENCES! (took ~0 sec)
12:34:26.891 [pool-194-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performed batch insert on file: /XMLPrimitiveTypes.library.uml.
0s389ms [pure insertion]
marking any relevant derived attributes for update...12:34:26.891 [pool-194-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s2ms
12:34:26.893 [pool-194-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s2ms
12:34:26.993 [pool-194-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /UMLPrimitiveTypes.library.uml...
12:34:26.993 [pool-194-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
12:34:26.993 [pool-194-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
12:34:26.993 [pool-194-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performing batch insert on file: /UMLPrimitiveTypes.library.uml...
12:34:26.998 [pool-194-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding elements of file /UMLPrimitiveTypes.library.uml
12:34:27.112 [pool-194-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 22 NODES AND 22 M->MM REFERENCES! (took ~95sec)
12:34:27.112 [pool-194-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding edges of file /UMLPrimitiveTypes.library.uml
12:34:27.186 [pool-194-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 81 REFERENCES! (took ~0 sec)
12:34:27.186 [pool-194-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performed batch insert on file: /UMLPrimitiveTypes.library.uml.
0s193ms [pure insertion]
marking any relevant derived attributes for update...12:34:27.186 [pool-194-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
12:34:27.186 [pool-194-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
12:34:27.189 [pool-194-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /JavaPrimitiveTypes.library.uml...
12:34:27.189 [pool-194-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
12:34:27.189 [pool-194-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
12:34:27.189 [pool-194-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performing batch insert on file: /JavaPrimitiveTypes.library.uml...
12:34:27.193 [pool-194-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding elements of file /JavaPrimitiveTypes.library.uml
12:34:27.378 [pool-194-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 12 NODES AND 12 M->MM REFERENCES! (took ~102sec)
12:34:27.378 [pool-194-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding edges of file /JavaPrimitiveTypes.library.uml
12:34:27.388 [pool-194-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 72 REFERENCES! (took ~0 sec)
12:34:27.388 [pool-194-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performed batch insert on file: /JavaPrimitiveTypes.library.uml.
0s199ms [pure insertion]
marking any relevant derived attributes for update...12:34:27.388 [pool-194-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
12:34:27.388 [pool-194-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
12:34:27.392 [pool-194-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /EcorePrimitiveTypes.library.uml...
12:34:27.392 [pool-194-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
12:34:27.392 [pool-194-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
12:34:27.392 [pool-194-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performing batch insert on file: /EcorePrimitiveTypes.library.uml...
12:34:27.396 [pool-194-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding elements of file /EcorePrimitiveTypes.library.uml
12:34:27.584 [pool-194-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 51 NODES AND 51 M->MM REFERENCES! (took ~477sec)
12:34:27.584 [pool-194-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding edges of file /EcorePrimitiveTypes.library.uml
12:34:27.601 [pool-194-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 347 REFERENCES! (took ~0 sec)
12:34:27.601 [pool-194-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performed batch insert on file: /EcorePrimitiveTypes.library.uml.
0s209ms [pure insertion]
marking any relevant derived attributes for update...12:34:27.601 [pool-194-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s1ms
12:34:27.602 [pool-194-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s1ms
12:34:27.603 [pool-194-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating proxies...
attempting to resolve any leftover cross-file references...
12:34:27.603 [pool-194-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Resolving any leftover cross-file references...
12:34:27.615 [pool-194-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Processing 0/20 proxy references (0 sec total)
12:34:27.616 [pool-194-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - 10 proxy ref lists left after resolving 0 refs
12:34:27.616 [pool-194-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - proxy resolution took: ~0.013s
attempting to resolve any uninitialized derived attributes...
12:34:27.616 [pool-194-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Resolving any uninitialized derived attributes...
12:34:27.616 [pool-194-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - Deriving attributes...
12:34:27.616 [pool-194-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...
12:34:27.616 [pool-194-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating any affected derived attributes...
0s13ms [proxy update]
12:34:27.616 [pool-194-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updated proxies.
12:34:27.674 [pool-194-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performing optional post-sync operations.
12:34:27.674 [pool-194-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updated Hawk instance test (success). 1 s 181 ms
12:34:27.816 [main] INFO  o.e.h.c.r.CompositeStateListener - Saving Hawk metadata...
adding: file:///home/jenkins/agent/workspace/Hawk_Greycat_backend_master/core/tests/org.eclipse.hawk.integration.tests/resources/models/uml/simpleProfile/:org.eclipse.hawk.localfolder.LocalFolder:false
adding: pathmap://UML_LIBRARIES/:org.eclipse.hawk.uml.vcs.PredefinedUMLLibraries:false
12:34:27.818 [main] INFO  o.e.h.c.r.CompositeStateListener - Saved Hawk metadata.
12:34:27.818 [pool-194-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating Hawk...
updating indexer: 
12:34:27.820 [pool-194-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating relevant changed model files...
12:34:27.821 [pool-194-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Deleting models removed from repository...
12:34:27.821 [pool-194-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating models to the new version...
12:34:27.824 [pool-194-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /model.profile.uml...
12:34:27.824 [pool-194-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
12:34:27.824 [pool-194-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
12:34:27.824 [pool-194-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performing batch insert on file: /model.profile.uml...
12:34:27.827 [pool-194-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding elements of file /model.profile.uml
12:34:28.684 [pool-194-thread-1] WARN  o.eclipse.hawk.graph.util.GraphUtil - Unknown type found, converting to String: org.eclipse.uml2.uml.AggregationKind
12:34:28.690 [pool-194-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 72 NODES AND 72 M->MM REFERENCES! (took ~155sec)
12:34:28.690 [pool-194-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding edges of file /model.profile.uml
12:34:28.916 [pool-194-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 193 REFERENCES! (took ~0 sec)
12:34:28.916 [pool-194-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performed batch insert on file: /model.profile.uml.
1s92ms [pure insertion]
marking any relevant derived attributes for update...12:34:28.916 [pool-194-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
12:34:28.916 [pool-194-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
12:34:28.918 [pool-194-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating proxies...
attempting to resolve any leftover cross-file references...
12:34:28.918 [pool-194-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Resolving any leftover cross-file references...
12:34:28.979 [pool-194-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Processing 0/72 proxy references (0 sec total)
12:34:28.982 [pool-194-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - 37 proxy ref lists left after resolving 2 refs
12:34:28.983 [pool-194-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - proxy resolution took: ~0.065s
attempting to resolve any uninitialized derived attributes...
12:34:28.983 [pool-194-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Resolving any uninitialized derived attributes...
12:34:28.983 [pool-194-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - Deriving attributes...
12:34:28.983 [pool-194-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...
12:34:28.983 [pool-194-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating any affected derived attributes...
0s65ms [proxy update]
12:34:28.983 [pool-194-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updated proxies.
12:34:28.983 [pool-194-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performing optional post-sync operations.
12:34:28.983 [pool-194-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updated Hawk instance test (success). 1 s 165 ms
12:34:28.986 [main] INFO  o.e.h.c.r.CompositeStateListener - Hawk shutting down...
12:34:28.986 [main] INFO  o.e.h.c.r.CompositeStateListener - Saving Hawk metadata...
adding: file:///home/jenkins/agent/workspace/Hawk_Greycat_backend_master/core/tests/org.eclipse.hawk.integration.tests/resources/models/uml/simpleProfile/:org.eclipse.hawk.localfolder.LocalFolder:false
adding: pathmap://UML_LIBRARIES/:org.eclipse.hawk.uml.vcs.PredefinedUMLLibraries:false
12:34:28.988 [main] INFO  o.e.h.c.r.CompositeStateListener - Saved Hawk metadata.
12:34:28.988 [main] INFO  o.e.h.core.runtime.BaseModelIndexer - Waiting 120s for all scheduled tasks to complete
12:34:29.100 [main] INFO  o.e.hawk.greycat.lucene.SoftTxLucene - Shutdown of Lucene complete.
12:34:29.101 [main] INFO  o.e.h.g.AbstractGreycatDatabase - Disconnected from GreyCat graph at /tmp/junit3951090440177163758/test_stereotypeAsModel[LevelDB GreyCat]
12:34:29.101 [main] INFO  o.e.h.c.r.CompositeStateListener - Hawk shut down.
12:34:29.696 [main] INFO  o.e.h.c.r.CompositeStateListener - Saving Hawk metadata...
12:34:29.698 [main] INFO  o.e.h.c.r.CompositeStateListener - Saved Hawk metadata.
12:34:29.698 [main] INFO  o.e.h.c.r.CompositeStateListener - Initializing Hawk...
inserting static metamodels of registered metamodel factories to graph:
org.eclipse.hawk.uml.metamodel.UMLMetaModelResourceFactory
12:34:29.802 [main] INFO  o.e.h.g.u.GraphMetaModelResourceInjector - ADDING METAMODELS: 
12:34:29.802 [main] INFO  o.e.h.g.u.GraphMetaModelResourceInjector - ADDING: 
12:34:29.996 [main] DEBUG o.e.h.g.u.GraphMetaModelResourceInjector - supertype dependency from http://www.eclipse.org/uml2/5.0.0/UML/Profile/Standard to http://www.eclipse.org/uml2/5.0.0/UML
12:34:30.005 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http:///Ecore_0.profile.uml2::Ecore__FeatureKind will be handled as its instance type NULL_INSTANCE_TYPE
12:34:30.006 [main] DEBUG o.e.h.g.u.GraphMetaModelResourceInjector - supertype dependency from http:///Ecore_0.profile.uml2 to http://www.eclipse.org/emf/2002/Ecore
12:34:30.007 [main] DEBUG o.e.h.g.u.GraphMetaModelResourceInjector - supertype dependency from http:///Ecore_0.profile.uml2 to http://www.eclipse.org/uml2/5.0.0/UML
12:34:30.012 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http:///Ecore_0.profile.uml2::Ecore__ContentKind will be handled as its instance type NULL_INSTANCE_TYPE
12:34:30.016 [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[]
12:34:30.016 [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
12:34:30.017 [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
12:34:30.018 [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
12:34:30.018 [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
12:34:30.018 [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
12:34:30.018 [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
12:34:30.018 [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
12:34:30.018 [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
12:34:30.020 [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
12:34:30.020 [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
12:34:30.020 [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
12:34:30.020 [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
12:34:30.020 [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
12:34:30.020 [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
12:34:30.075 [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
12:34:30.075 [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
12:34:30.075 [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
12:34:30.075 [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
12:34:30.075 [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
12:34:30.075 [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
12:34:30.076 [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
12:34:30.077 [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
12:34:30.077 [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
12:34:30.081 [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
12:34:30.081 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EResourceSet will be handled as its instance type org.eclipse.emf.ecore.resource.ResourceSet
12:34:30.081 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EDate will be handled as its instance type java.util.Date
12:34:30.084 [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
12:34:30.084 [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
12:34:30.084 [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
12:34:30.084 [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
12:34:30.084 [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
12:34:30.084 [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
12:34:30.085 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/uml2/schemas/Ecore/4::FeatureKind will be handled as its instance type NULL_INSTANCE_TYPE
12:34:30.085 [main] DEBUG o.e.h.g.u.GraphMetaModelResourceInjector - supertype dependency from http://www.eclipse.org/uml2/schemas/Ecore/4 to http://www.eclipse.org/emf/2002/Ecore
12:34:30.085 [main] DEBUG o.e.h.g.u.GraphMetaModelResourceInjector - supertype dependency from http://www.eclipse.org/uml2/schemas/Ecore/4 to http://www.eclipse.org/uml2/5.0.0/UML
12:34:30.094 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/uml2/schemas/Ecore/4::VisibilityKind will be handled as its instance type NULL_INSTANCE_TYPE
12:34:30.094 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/uml2/schemas/Ecore/4::ContentKind will be handled as its instance type NULL_INSTANCE_TYPE
12:34:30.097 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/uml2/5.0.0/Types::UnlimitedNatural will be handled as its instance type java.lang.Integer
12:34:30.098 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/uml2/5.0.0/Types::String will be handled as its instance type java.lang.String
12:34:30.098 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/uml2/5.0.0/Types::Real will be handled as its instance type java.lang.Double
12:34:30.098 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/uml2/5.0.0/Types::Integer will be handled as its instance type java.lang.Integer
12:34:30.098 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/uml2/5.0.0/Types::Boolean will be handled as its instance type java.lang.Boolean
12:34:30.098 [main] DEBUG o.e.h.g.u.GraphMetaModelResourceInjector - supertype dependency from http://www.eclipse.org/uml2/schemas/Ecore/5 to http://www.eclipse.org/emf/2002/Ecore
12:34:30.098 [main] DEBUG o.e.h.g.u.GraphMetaModelResourceInjector - supertype dependency from http://www.eclipse.org/uml2/schemas/Ecore/5 to http://www.eclipse.org/uml2/5.0.0/UML
12:34:30.099 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/uml2/schemas/Ecore/5::ContentKind will be handled as its instance type NULL_INSTANCE_TYPE
12:34:30.104 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/uml2/schemas/Ecore/5::VisibilityKind will be handled as its instance type NULL_INSTANCE_TYPE
12:34:30.104 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/uml2/schemas/Ecore/5::FeatureKind will be handled as its instance type NULL_INSTANCE_TYPE
12:34:30.113 [main] DEBUG o.e.h.g.u.GraphMetaModelResourceInjector - supertype dependency from http:///_PS5oQDmHEdmHabrnfLjH-w.profile.uml2 to http://www.eclipse.org/emf/2002/Ecore
12:34:30.114 [main] DEBUG o.e.h.g.u.GraphMetaModelResourceInjector - supertype dependency from http:///_PS5oQDmHEdmHabrnfLjH-w.profile.uml2 to http://www.eclipse.org/uml2/5.0.0/UML
12:34:30.117 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http:///_PS5oQDmHEdmHabrnfLjH-w.profile.uml2::Ecore__ContentKind will be handled as its instance type NULL_INSTANCE_TYPE
12:34:30.122 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http:///_PS5oQDmHEdmHabrnfLjH-w.profile.uml2::Ecore__VisibilityKind will be handled as its instance type NULL_INSTANCE_TYPE
12:34:30.122 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http:///_PS5oQDmHEdmHabrnfLjH-w.profile.uml2::Ecore__FeatureKind will be handled as its instance type NULL_INSTANCE_TYPE
12:34:30.124 [main] DEBUG o.e.h.g.u.GraphMetaModelResourceInjector - supertype dependency from http://www.eclipse.org/uml2/schemas/Ecore/3 to http://www.eclipse.org/emf/2002/Ecore
12:34:30.124 [main] DEBUG o.e.h.g.u.GraphMetaModelResourceInjector - supertype dependency from http://www.eclipse.org/uml2/schemas/Ecore/3 to http://www.eclipse.org/uml2/5.0.0/UML
12:34:30.179 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/uml2/schemas/Ecore/3::FeatureKind will be handled as its instance type NULL_INSTANCE_TYPE
12:34:30.183 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/uml2/schemas/Ecore/3::VisibilityKind will be handled as its instance type NULL_INSTANCE_TYPE
12:34:30.183 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/uml2/schemas/Ecore/3::ContentKind will be handled as its instance type NULL_INSTANCE_TYPE
12:34:30.183 [main] DEBUG o.e.h.g.u.GraphMetaModelResourceInjector - supertype dependency from http://www.eclipse.org/uml2/schemas/UML2/1 to http://www.eclipse.org/emf/2002/Ecore
12:34:30.184 [main] DEBUG o.e.h.g.u.GraphMetaModelResourceInjector - supertype dependency from http://www.eclipse.org/uml2/schemas/UML2/1 to http://www.eclipse.org/uml2/5.0.0/UML
12:34:30.189 [main] DEBUG o.e.h.g.u.GraphMetaModelResourceInjector - supertype dependency from http://www.eclipse.org/uml2/schemas/UML2/0 to http://www.eclipse.org/uml2/5.0.0/UML
12:34:30.190 [main] DEBUG o.e.h.g.u.GraphMetaModelResourceInjector - supertype dependency from http://www.eclipse.org/uml2/schemas/UML2/0 to http://www.eclipse.org/emf/2002/Ecore
12:34:30.193 [main] DEBUG o.e.h.g.u.GraphMetaModelResourceInjector - supertype dependency from http://www.eclipse.org/uml2/schemas/UML2/2 to http://www.eclipse.org/uml2/5.0.0/UML
12:34:30.195 [main] DEBUG o.e.h.g.u.GraphMetaModelResourceInjector - supertype dependency from http://www.eclipse.org/uml2/schemas/UML2/2 to http://www.eclipse.org/uml2/5.0.0/Types
12:34:30.200 [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
12:34:30.200 [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
12:34:30.200 [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
12:34:30.200 [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
12:34:30.200 [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
12:34:30.200 [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
12:34:30.200 [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
12:34:30.200 [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
12:34:30.200 [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
12:34:30.200 [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
12:34:30.200 [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
12:34:30.200 [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
12:34:30.201 [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
12:34:30.202 [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
12:34:30.202 [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
12:34:30.202 [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
12:34:30.202 [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
12:34:30.202 [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
12:34:30.202 [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
12:34:30.202 [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
12:34:30.202 [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
12:34:30.202 [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
12:34:30.203 [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
12:34:30.203 [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[]
12:34:30.203 [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
12:34:30.203 [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
12:34:30.203 [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
12:34:30.203 [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
12:34:30.203 [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
12:34:30.203 [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
12:34:30.203 [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
12:34:30.203 [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
12:34:30.203 [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
12:34:30.203 [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
12:34:30.203 [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[]
12:34:30.203 [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
12:34:30.203 [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
12:34:30.203 [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
12:34:30.203 [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
12:34:30.204 [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
12:34:30.204 [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
12:34:30.204 [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
12:34:30.204 [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
12:34:30.204 [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
12:34:30.204 [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
12:34:30.204 [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
12:34:30.204 [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
12:34:30.204 [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
12:34:30.204 [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
12:34:30.204 [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
12:34:30.204 [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
12:34:30.204 [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
12:34:30.204 [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
12:34:30.204 [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
12:34:30.204 [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
12:34:30.204 [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
12:34:30.204 [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
12:34:30.204 [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
12:34:30.204 [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
12:34:30.205 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http:///Ecore_2_1RgZIMezEdmTJL3rR1ioJg.profile.uml2::Ecore__ContentKind will be handled as its instance type NULL_INSTANCE_TYPE
12:34:30.205 [main] DEBUG o.e.h.g.u.GraphMetaModelResourceInjector - supertype dependency from http:///Ecore_2_1RgZIMezEdmTJL3rR1ioJg.profile.uml2 to http://www.eclipse.org/emf/2002/Ecore
12:34:30.205 [main] DEBUG o.e.h.g.u.GraphMetaModelResourceInjector - supertype dependency from http:///Ecore_2_1RgZIMezEdmTJL3rR1ioJg.profile.uml2 to http://www.eclipse.org/uml2/5.0.0/UML
12:34:30.208 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http:///Ecore_2_1RgZIMezEdmTJL3rR1ioJg.profile.uml2::Ecore__FeatureKind will be handled as its instance type NULL_INSTANCE_TYPE
12:34:30.212 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http:///Ecore_2_1RgZIMezEdmTJL3rR1ioJg.profile.uml2::Ecore__VisibilityKind will be handled as its instance type NULL_INSTANCE_TYPE
12:34:30.216 [main] DEBUG o.e.h.g.u.GraphMetaModelResourceInjector - supertype dependency from http://www.eclipse.org/uml2/5.0.0/UML to http://www.eclipse.org/emf/2002/Ecore
12:34:30.216 [main] DEBUG o.e.h.g.u.GraphMetaModelResourceInjector - supertype dependency from http://www.eclipse.org/uml2/5.0.0/UML to http://www.eclipse.org/uml2/5.0.0/Types
12:34:30.329 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/uml2/5.0.0/UML::ExpansionKind will be handled as its instance type org.eclipse.uml2.uml.ExpansionKind
12:34:30.481 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/uml2/5.0.0/UML::ConnectorKind will be handled as its instance type org.eclipse.uml2.uml.ConnectorKind
12:34:30.507 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/uml2/5.0.0/UML::InteractionOperatorKind will be handled as its instance type org.eclipse.uml2.uml.InteractionOperatorKind
12:34:30.519 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/uml2/5.0.0/UML::VisibilityKind will be handled as its instance type org.eclipse.uml2.uml.VisibilityKind
12:34:30.544 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/uml2/5.0.0/UML::ParameterDirectionKind will be handled as its instance type org.eclipse.uml2.uml.ParameterDirectionKind
12:34:30.544 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/uml2/5.0.0/UML::ObjectNodeOrderingKind will be handled as its instance type org.eclipse.uml2.uml.ObjectNodeOrderingKind
12:34:30.597 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/uml2/5.0.0/UML::MessageKind will be handled as its instance type org.eclipse.uml2.uml.MessageKind
12:34:30.693 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/uml2/5.0.0/UML::CallConcurrencyKind will be handled as its instance type org.eclipse.uml2.uml.CallConcurrencyKind
12:34:30.748 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/uml2/5.0.0/UML::ParameterEffectKind will be handled as its instance type org.eclipse.uml2.uml.ParameterEffectKind
12:34:30.780 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/uml2/5.0.0/UML::TransitionKind will be handled as its instance type org.eclipse.uml2.uml.TransitionKind
12:34:30.827 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/uml2/5.0.0/UML::PseudostateKind will be handled as its instance type org.eclipse.uml2.uml.PseudostateKind
12:34:30.919 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/uml2/5.0.0/UML::MessageSort will be handled as its instance type org.eclipse.uml2.uml.MessageSort
12:34:30.931 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/uml2/5.0.0/UML::AggregationKind will be handled as its instance type org.eclipse.uml2.uml.AggregationKind
12:34:31.081 [main] INFO  o.e.h.g.u.GraphMetaModelResourceInjector - 421 METAMODEL NODES! (took ~1 sec)
inserting static metamodels complete
12:34:31.081 [main] INFO  o.e.h.c.r.CompositeStateListener - Registering metamodels...
12:34:31.103 [main] INFO  o.e.h.c.r.CompositeStateListener - Registered metamodels.
12:34:31.104 [main] INFO  o.e.h.c.r.CompositeStateListener - Initialized Hawk.
12:34:31.104 [pool-196-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating Hawk...
updating indexer: 
12:34:31.104 [pool-196-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performing optional post-sync operations.
12:34:31.104 [pool-196-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updated Hawk instance test (success). 0 s 0 ms
12:34:31.203 [main] INFO  o.e.h.c.r.CompositeStateListener - Saving Hawk metadata...
adding: pathmap://UML_LIBRARIES/:org.eclipse.hawk.uml.vcs.PredefinedUMLLibraries:false
12:34:31.205 [main] INFO  o.e.h.c.r.CompositeStateListener - Saved Hawk metadata.
12:34:31.206 [pool-196-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating Hawk...
updating indexer: 
12:34:31.206 [pool-196-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating relevant changed model files...
12:34:31.212 [pool-196-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Deleting models removed from repository...
12:34:31.212 [pool-196-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating models to the new version...
12:34:31.213 [pool-196-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /EcorePrimitiveTypes.library.uml...
12:34:31.276 [pool-196-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
12:34:31.279 [pool-196-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
12:34:31.279 [pool-196-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performing batch insert on file: /EcorePrimitiveTypes.library.uml...
12:34:31.284 [pool-196-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding elements of file /EcorePrimitiveTypes.library.uml
12:34:31.415 [pool-196-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 51 NODES AND 51 M->MM REFERENCES! (took ~477sec)
12:34:31.415 [pool-196-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding edges of file /EcorePrimitiveTypes.library.uml
12:34:31.482 [pool-196-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 347 REFERENCES! (took ~0 sec)
12:34:31.482 [pool-196-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performed batch insert on file: /EcorePrimitiveTypes.library.uml.
0s269ms [pure insertion]
marking any relevant derived attributes for update...12:34:31.482 [pool-196-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s2ms
12:34:31.484 [pool-196-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s2ms
12:34:31.520 [pool-196-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /UMLPrimitiveTypes.library.uml...
12:34:31.520 [pool-196-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
12:34:31.520 [pool-196-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
12:34:31.520 [pool-196-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performing batch insert on file: /UMLPrimitiveTypes.library.uml...
12:34:31.577 [pool-196-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding elements of file /UMLPrimitiveTypes.library.uml
12:34:31.691 [pool-196-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 22 NODES AND 22 M->MM REFERENCES! (took ~95sec)
12:34:31.691 [pool-196-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding edges of file /UMLPrimitiveTypes.library.uml
12:34:31.714 [pool-196-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 81 REFERENCES! (took ~0 sec)
12:34:31.714 [pool-196-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performed batch insert on file: /UMLPrimitiveTypes.library.uml.
0s194ms [pure insertion]
marking any relevant derived attributes for update...12:34:31.714 [pool-196-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
12:34:31.714 [pool-196-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
12:34:31.717 [pool-196-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /JavaPrimitiveTypes.library.uml...
12:34:31.717 [pool-196-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
12:34:31.717 [pool-196-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
12:34:31.717 [pool-196-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performing batch insert on file: /JavaPrimitiveTypes.library.uml...
12:34:31.721 [pool-196-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding elements of file /JavaPrimitiveTypes.library.uml
12:34:31.888 [pool-196-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 12 NODES AND 12 M->MM REFERENCES! (took ~102sec)
12:34:31.888 [pool-196-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding edges of file /JavaPrimitiveTypes.library.uml
12:34:31.899 [pool-196-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 72 REFERENCES! (took ~0 sec)
12:34:31.899 [pool-196-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performed batch insert on file: /JavaPrimitiveTypes.library.uml.
0s182ms [pure insertion]
marking any relevant derived attributes for update...12:34:31.899 [pool-196-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
12:34:31.899 [pool-196-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
12:34:31.902 [pool-196-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /XMLPrimitiveTypes.library.uml...
12:34:31.903 [pool-196-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
12:34:31.903 [pool-196-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
12:34:31.903 [pool-196-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performing batch insert on file: /XMLPrimitiveTypes.library.uml...
12:34:31.907 [pool-196-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding elements of file /XMLPrimitiveTypes.library.uml
12:34:32.106 [pool-196-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 100 NODES AND 100 M->MM REFERENCES! (took ~804sec)
12:34:32.106 [pool-196-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding edges of file /XMLPrimitiveTypes.library.uml
12:34:32.187 [pool-196-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 852 REFERENCES! (took ~0 sec)
12:34:32.187 [pool-196-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performed batch insert on file: /XMLPrimitiveTypes.library.uml.
0s285ms [pure insertion]
marking any relevant derived attributes for update...12:34:32.187 [pool-196-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
12:34:32.187 [pool-196-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
12:34:32.189 [pool-196-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating proxies...
attempting to resolve any leftover cross-file references...
12:34:32.190 [pool-196-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Resolving any leftover cross-file references...
12:34:32.201 [pool-196-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Processing 0/20 proxy references (0 sec total)
12:34:32.202 [pool-196-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - 10 proxy ref lists left after resolving 0 refs
12:34:32.202 [pool-196-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - proxy resolution took: ~0.012s
attempting to resolve any uninitialized derived attributes...
12:34:32.202 [pool-196-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Resolving any uninitialized derived attributes...
12:34:32.202 [pool-196-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - Deriving attributes...
12:34:32.202 [pool-196-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...
12:34:32.202 [pool-196-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating any affected derived attributes...
0s12ms [proxy update]
12:34:32.202 [pool-196-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updated proxies.
12:34:32.203 [pool-196-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performing optional post-sync operations.
12:34:32.203 [pool-196-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updated Hawk instance test (success). 0 s 997 ms
12:34:32.331 [main] INFO  o.e.h.c.r.CompositeStateListener - Saving Hawk metadata...
adding: pathmap://UML_LIBRARIES/:org.eclipse.hawk.uml.vcs.PredefinedUMLLibraries:false
adding: file:///home/jenkins/agent/workspace/Hawk_Greycat_backend_master/core/tests/org.eclipse.hawk.integration.tests/resources/models/uml/crossfile-refs/:org.eclipse.hawk.localfolder.LocalFolder:false
12:34:32.333 [main] INFO  o.e.h.c.r.CompositeStateListener - Saved Hawk metadata.
12:34:32.333 [pool-196-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating Hawk...
updating indexer: 
12:34:32.375 [pool-196-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating relevant changed model files...
12:34:32.376 [pool-196-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Deleting models removed from repository...
12:34:32.376 [pool-196-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating models to the new version...
12:34:32.378 [pool-196-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /model2/model.uml...
12:34:32.378 [pool-196-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
12:34:32.378 [pool-196-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
12:34:32.378 [pool-196-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performing batch insert on file: /model2/model.uml...
12:34:32.383 [pool-196-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding elements of file /model2/model.uml
12:34:32.479 [pool-196-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 6 NODES AND 6 M->MM REFERENCES! (took ~46sec)
12:34:32.479 [pool-196-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding edges of file /model2/model.uml
12:34:32.597 [pool-196-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 38 REFERENCES! (took ~0 sec)
12:34:32.597 [pool-196-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performed batch insert on file: /model2/model.uml.
0s219ms [pure insertion]
marking any relevant derived attributes for update...12:34:32.597 [pool-196-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
12:34:32.597 [pool-196-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
12:34:32.598 [pool-196-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /model1/model.uml...
12:34:32.598 [pool-196-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
12:34:32.599 [pool-196-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
12:34:32.599 [pool-196-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performing batch insert on file: /model1/model.uml...
12:34:32.604 [pool-196-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding elements of file /model1/model.uml
12:34:32.690 [pool-196-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 3 NODES AND 3 M->MM REFERENCES! (took ~25sec)
12:34:32.690 [pool-196-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding edges of file /model1/model.uml
12:34:32.697 [pool-196-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 14 REFERENCES! (took ~0 sec)
12:34:32.697 [pool-196-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performed batch insert on file: /model1/model.uml.
0s99ms [pure insertion]
marking any relevant derived attributes for update...12:34:32.697 [pool-196-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
12:34:32.697 [pool-196-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
12:34:32.698 [pool-196-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating proxies...
attempting to resolve any leftover cross-file references...
12:34:32.698 [pool-196-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Resolving any leftover cross-file references...
12:34:32.700 [pool-196-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Processing 0/50 proxy references (0 sec total)
12:34:32.705 [pool-196-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - 10 proxy ref lists left after resolving 30 refs
12:34:32.705 [pool-196-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - proxy resolution took: ~0.007s
attempting to resolve any uninitialized derived attributes...
12:34:32.705 [pool-196-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Resolving any uninitialized derived attributes...
12:34:32.705 [pool-196-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - Deriving attributes...
12:34:32.706 [pool-196-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...
12:34:32.706 [pool-196-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating any affected derived attributes...
0s8ms [proxy update]
12:34:32.706 [pool-196-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updated proxies.
12:34:32.706 [pool-196-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performing optional post-sync operations.
12:34:32.706 [pool-196-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updated Hawk instance test (success). 0 s 373 ms
12:34:32.706 [pool-196-thread-1] DEBUG o.e.hawk.epsilon.emc.EOLQueryEngine - Graph path: /tmp/junit5427361364072764833/test_localfolderCrosslinks[LevelDB GreyCat]
12:34:32.710 [pool-196-thread-1] DEBUG o.e.hawk.epsilon.emc.EOLQueryEngine - Graph path: /tmp/junit5427361364072764833/test_localfolderCrosslinks[LevelDB GreyCat]
12:34:32.713 [main] INFO  o.e.h.c.r.CompositeStateListener - Hawk shutting down...
12:34:32.713 [main] INFO  o.e.h.c.r.CompositeStateListener - Saving Hawk metadata...
adding: pathmap://UML_LIBRARIES/:org.eclipse.hawk.uml.vcs.PredefinedUMLLibraries:false
adding: file:///home/jenkins/agent/workspace/Hawk_Greycat_backend_master/core/tests/org.eclipse.hawk.integration.tests/resources/models/uml/crossfile-refs/:org.eclipse.hawk.localfolder.LocalFolder:false
12:34:32.714 [main] INFO  o.e.h.c.r.CompositeStateListener - Saved Hawk metadata.
12:34:32.714 [main] INFO  o.e.h.core.runtime.BaseModelIndexer - Waiting 120s for all scheduled tasks to complete
12:34:32.880 [main] INFO  o.e.hawk.greycat.lucene.SoftTxLucene - Shutdown of Lucene complete.
12:34:32.881 [main] INFO  o.e.h.g.AbstractGreycatDatabase - Disconnected from GreyCat graph at /tmp/junit5427361364072764833/test_localfolderCrosslinks[LevelDB GreyCat]
12:34:32.881 [main] INFO  o.e.h.c.r.CompositeStateListener - Hawk shut down.
12:34:33.147 [main] INFO  o.e.h.c.r.CompositeStateListener - Saving Hawk metadata...
12:34:33.175 [main] INFO  o.e.h.c.r.CompositeStateListener - Saved Hawk metadata.
12:34:33.175 [main] INFO  o.e.h.c.r.CompositeStateListener - Initializing Hawk...
inserting static metamodels of registered metamodel factories to graph:
org.eclipse.hawk.uml.metamodel.UMLMetaModelResourceFactory
12:34:33.409 [main] INFO  o.e.h.g.u.GraphMetaModelResourceInjector - ADDING METAMODELS: 
12:34:33.409 [main] INFO  o.e.h.g.u.GraphMetaModelResourceInjector - ADDING: 
12:34:33.678 [main] DEBUG o.e.h.g.u.GraphMetaModelResourceInjector - supertype dependency from http://www.eclipse.org/uml2/5.0.0/UML/Profile/Standard to http://www.eclipse.org/uml2/5.0.0/UML
12:34:33.688 [main] DEBUG o.e.h.g.u.GraphMetaModelResourceInjector - supertype dependency from http://www.eclipse.org/uml2/schemas/Ecore/5 to http://www.eclipse.org/emf/2002/Ecore
12:34:33.689 [main] DEBUG o.e.h.g.u.GraphMetaModelResourceInjector - supertype dependency from http://www.eclipse.org/uml2/schemas/Ecore/5 to http://www.eclipse.org/uml2/5.0.0/UML
12:34:33.695 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/uml2/schemas/Ecore/5::ContentKind will be handled as its instance type NULL_INSTANCE_TYPE
12:34:33.697 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/uml2/schemas/Ecore/5::VisibilityKind will be handled as its instance type NULL_INSTANCE_TYPE
12:34:33.698 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/uml2/schemas/Ecore/5::FeatureKind will be handled as its instance type NULL_INSTANCE_TYPE
12:34:33.700 [main] DEBUG o.e.h.g.u.GraphMetaModelResourceInjector - supertype dependency from http://www.eclipse.org/uml2/schemas/Ecore/3 to http://www.eclipse.org/emf/2002/Ecore
12:34:33.700 [main] DEBUG o.e.h.g.u.GraphMetaModelResourceInjector - supertype dependency from http://www.eclipse.org/uml2/schemas/Ecore/3 to http://www.eclipse.org/uml2/5.0.0/UML
12:34:33.702 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/uml2/schemas/Ecore/3::ContentKind will be handled as its instance type NULL_INSTANCE_TYPE
12:34:33.704 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/uml2/schemas/Ecore/3::VisibilityKind will be handled as its instance type NULL_INSTANCE_TYPE
12:34:33.705 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/uml2/schemas/Ecore/3::FeatureKind will be handled as its instance type NULL_INSTANCE_TYPE
12:34:33.706 [main] DEBUG o.e.h.g.u.GraphMetaModelResourceInjector - supertype dependency from http://www.eclipse.org/uml2/schemas/UML2/1 to http://www.eclipse.org/uml2/5.0.0/UML
12:34:33.707 [main] DEBUG o.e.h.g.u.GraphMetaModelResourceInjector - supertype dependency from http://www.eclipse.org/uml2/schemas/UML2/1 to http://www.eclipse.org/emf/2002/Ecore
12:34:33.710 [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[]
12:34:33.710 [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
12:34:33.711 [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
12:34:33.711 [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
12:34:33.711 [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
12:34:33.711 [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
12:34:33.711 [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
12:34:33.711 [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
12:34:33.711 [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
12:34:33.712 [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
12:34:33.712 [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
12:34:33.713 [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
12:34:33.713 [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
12:34:33.713 [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
12:34:33.713 [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
12:34:33.717 [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
12:34:33.717 [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
12:34:33.717 [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
12:34:33.717 [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
12:34:33.717 [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
12:34:33.717 [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
12:34:33.718 [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
12:34:33.719 [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
12:34:33.719 [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
12:34:33.774 [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
12:34:33.774 [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
12:34:33.774 [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
12:34:33.775 [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
12:34:33.775 [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
12:34:33.775 [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
12:34:33.775 [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
12:34:33.775 [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
12:34:33.775 [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
12:34:33.776 [main] DEBUG o.e.h.g.u.GraphMetaModelResourceInjector - supertype dependency from http://www.eclipse.org/uml2/schemas/UML2/2 to http://www.eclipse.org/uml2/5.0.0/Types
12:34:33.776 [main] DEBUG o.e.h.g.u.GraphMetaModelResourceInjector - supertype dependency from http://www.eclipse.org/uml2/schemas/UML2/2 to http://www.eclipse.org/uml2/5.0.0/UML
12:34:33.781 [main] DEBUG o.e.h.g.u.GraphMetaModelResourceInjector - supertype dependency from http:///Ecore_2_1RgZIMezEdmTJL3rR1ioJg.profile.uml2 to http://www.eclipse.org/emf/2002/Ecore
12:34:33.781 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http:///Ecore_2_1RgZIMezEdmTJL3rR1ioJg.profile.uml2::Ecore__FeatureKind will be handled as its instance type NULL_INSTANCE_TYPE
12:34:33.782 [main] DEBUG o.e.h.g.u.GraphMetaModelResourceInjector - supertype dependency from http:///Ecore_2_1RgZIMezEdmTJL3rR1ioJg.profile.uml2 to http://www.eclipse.org/uml2/5.0.0/UML
12:34:33.782 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http:///Ecore_2_1RgZIMezEdmTJL3rR1ioJg.profile.uml2::Ecore__ContentKind will be handled as its instance type NULL_INSTANCE_TYPE
12:34:33.786 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http:///Ecore_2_1RgZIMezEdmTJL3rR1ioJg.profile.uml2::Ecore__VisibilityKind will be handled as its instance type NULL_INSTANCE_TYPE
12:34:33.788 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/uml2/5.0.0/Types::UnlimitedNatural will be handled as its instance type java.lang.Integer
12:34:33.788 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/uml2/5.0.0/Types::String will be handled as its instance type java.lang.String
12:34:33.788 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/uml2/5.0.0/Types::Real will be handled as its instance type java.lang.Double
12:34:33.788 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/uml2/5.0.0/Types::Integer will be handled as its instance type java.lang.Integer
12:34:33.788 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/uml2/5.0.0/Types::Boolean will be handled as its instance type java.lang.Boolean
12:34:33.788 [main] DEBUG o.e.h.g.u.GraphMetaModelResourceInjector - supertype dependency from http://www.eclipse.org/uml2/schemas/UML2/0 to http://www.eclipse.org/emf/2002/Ecore
12:34:33.788 [main] DEBUG o.e.h.g.u.GraphMetaModelResourceInjector - supertype dependency from http://www.eclipse.org/uml2/schemas/UML2/0 to http://www.eclipse.org/uml2/5.0.0/UML
12:34:33.791 [main] DEBUG o.e.h.g.u.GraphMetaModelResourceInjector - supertype dependency from http:///_PS5oQDmHEdmHabrnfLjH-w.profile.uml2 to http://www.eclipse.org/emf/2002/Ecore
12:34:33.792 [main] DEBUG o.e.h.g.u.GraphMetaModelResourceInjector - supertype dependency from http:///_PS5oQDmHEdmHabrnfLjH-w.profile.uml2 to http://www.eclipse.org/uml2/5.0.0/UML
12:34:33.793 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http:///_PS5oQDmHEdmHabrnfLjH-w.profile.uml2::Ecore__VisibilityKind will be handled as its instance type NULL_INSTANCE_TYPE
12:34:33.794 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http:///_PS5oQDmHEdmHabrnfLjH-w.profile.uml2::Ecore__ContentKind will be handled as its instance type NULL_INSTANCE_TYPE
12:34:33.797 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http:///_PS5oQDmHEdmHabrnfLjH-w.profile.uml2::Ecore__FeatureKind will be handled as its instance type NULL_INSTANCE_TYPE
12:34:33.799 [main] DEBUG o.e.h.g.u.GraphMetaModelResourceInjector - supertype dependency from http:///Ecore_0.profile.uml2 to http://www.eclipse.org/emf/2002/Ecore
12:34:33.799 [main] DEBUG o.e.h.g.u.GraphMetaModelResourceInjector - supertype dependency from http:///Ecore_0.profile.uml2 to http://www.eclipse.org/uml2/5.0.0/UML
12:34:33.800 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http:///Ecore_0.profile.uml2::Ecore__FeatureKind will be handled as its instance type NULL_INSTANCE_TYPE
12:34:33.800 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http:///Ecore_0.profile.uml2::Ecore__ContentKind will be handled as its instance type NULL_INSTANCE_TYPE
12:34:33.809 [main] DEBUG o.e.h.g.u.GraphMetaModelResourceInjector - supertype dependency from http://www.eclipse.org/uml2/schemas/Ecore/4 to http://www.eclipse.org/emf/2002/Ecore
12:34:33.810 [main] DEBUG o.e.h.g.u.GraphMetaModelResourceInjector - supertype dependency from http://www.eclipse.org/uml2/schemas/Ecore/4 to http://www.eclipse.org/uml2/5.0.0/UML
12:34:33.813 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/uml2/schemas/Ecore/4::ContentKind will be handled as its instance type NULL_INSTANCE_TYPE
12:34:33.815 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/uml2/schemas/Ecore/4::FeatureKind will be handled as its instance type NULL_INSTANCE_TYPE
12:34:33.818 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/uml2/schemas/Ecore/4::VisibilityKind will be handled as its instance type NULL_INSTANCE_TYPE
12:34:33.923 [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
12:34:33.923 [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
12:34:33.923 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::NMTOKENSBase will be handled as its instance type java.util.List
12:34:33.923 [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
12:34:33.923 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::IDREFSBase will be handled as its instance type java.util.List
12:34:33.923 [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
12:34:33.923 [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
12:34:33.923 [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
12:34:33.923 [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
12:34:33.923 [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
12:34:33.923 [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
12:34:33.924 [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
12:34:33.925 [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
12:34:33.925 [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
12:34:33.925 [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
12:34:33.925 [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
12:34:33.925 [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
12:34:33.925 [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
12:34:33.925 [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
12:34:33.925 [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
12:34:33.925 [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
12:34:33.925 [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
12:34:33.926 [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
12:34:33.926 [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[]
12:34:33.926 [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
12:34:33.926 [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
12:34:33.926 [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
12:34:33.926 [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
12:34:33.926 [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
12:34:33.926 [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
12:34:33.926 [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
12:34:33.926 [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
12:34:33.926 [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
12:34:33.926 [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
12:34:33.926 [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[]
12:34:33.926 [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
12:34:33.926 [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
12:34:33.926 [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
12:34:33.926 [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
12:34:33.927 [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
12:34:33.927 [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
12:34:33.927 [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
12:34:33.927 [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
12:34:33.927 [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
12:34:33.927 [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
12:34:33.927 [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
12:34:33.927 [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
12:34:33.927 [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
12:34:33.927 [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
12:34:33.927 [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
12:34:33.927 [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
12:34:33.927 [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
12:34:33.927 [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
12:34:33.927 [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
12:34:33.927 [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
12:34:33.927 [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
12:34:33.927 [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
12:34:33.927 [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
12:34:33.927 [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
12:34:33.928 [main] DEBUG o.e.h.g.u.GraphMetaModelResourceInjector - supertype dependency from http://www.eclipse.org/uml2/5.0.0/UML to http://www.eclipse.org/emf/2002/Ecore
12:34:33.929 [main] DEBUG o.e.h.g.u.GraphMetaModelResourceInjector - supertype dependency from http://www.eclipse.org/uml2/5.0.0/UML to http://www.eclipse.org/uml2/5.0.0/Types
12:34:33.980 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/uml2/5.0.0/UML::ExpansionKind will be handled as its instance type org.eclipse.uml2.uml.ExpansionKind
12:34:34.027 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/uml2/5.0.0/UML::ConnectorKind will be handled as its instance type org.eclipse.uml2.uml.ConnectorKind
12:34:34.082 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/uml2/5.0.0/UML::InteractionOperatorKind will be handled as its instance type org.eclipse.uml2.uml.InteractionOperatorKind
12:34:34.096 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/uml2/5.0.0/UML::VisibilityKind will be handled as its instance type org.eclipse.uml2.uml.VisibilityKind
12:34:34.118 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/uml2/5.0.0/UML::ParameterDirectionKind will be handled as its instance type org.eclipse.uml2.uml.ParameterDirectionKind
12:34:34.118 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/uml2/5.0.0/UML::ObjectNodeOrderingKind will be handled as its instance type org.eclipse.uml2.uml.ObjectNodeOrderingKind
12:34:34.153 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/uml2/5.0.0/UML::MessageKind will be handled as its instance type org.eclipse.uml2.uml.MessageKind
12:34:34.218 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/uml2/5.0.0/UML::CallConcurrencyKind will be handled as its instance type org.eclipse.uml2.uml.CallConcurrencyKind
12:34:34.268 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/uml2/5.0.0/UML::ParameterEffectKind will be handled as its instance type org.eclipse.uml2.uml.ParameterEffectKind
12:34:34.295 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/uml2/5.0.0/UML::TransitionKind will be handled as its instance type org.eclipse.uml2.uml.TransitionKind
12:34:34.337 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/uml2/5.0.0/UML::PseudostateKind will be handled as its instance type org.eclipse.uml2.uml.PseudostateKind
12:34:34.399 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/uml2/5.0.0/UML::MessageSort will be handled as its instance type org.eclipse.uml2.uml.MessageSort
12:34:34.411 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/uml2/5.0.0/UML::AggregationKind will be handled as its instance type org.eclipse.uml2.uml.AggregationKind
12:34:34.528 [main] INFO  o.e.h.g.u.GraphMetaModelResourceInjector - 421 METAMODEL NODES! (took ~1 sec)
inserting static metamodels complete
12:34:34.528 [main] INFO  o.e.h.c.r.CompositeStateListener - Registering metamodels...
12:34:34.575 [main] INFO  o.e.h.c.r.CompositeStateListener - Registered metamodels.
12:34:34.576 [main] INFO  o.e.h.c.r.CompositeStateListener - Initialized Hawk.
12:34:34.576 [pool-198-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating Hawk...
updating indexer: 
12:34:34.576 [pool-198-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performing optional post-sync operations.
12:34:34.577 [pool-198-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updated Hawk instance test (success). 0 s 0 ms
12:34:34.604 [main] INFO  o.e.h.c.r.CompositeStateListener - Saving Hawk metadata...
adding: pathmap://UML_LIBRARIES/:org.eclipse.hawk.uml.vcs.PredefinedUMLLibraries:false
12:34:34.605 [main] INFO  o.e.h.c.r.CompositeStateListener - Saved Hawk metadata.
12:34:34.606 [pool-198-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating Hawk...
updating indexer: 
12:34:34.606 [pool-198-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating relevant changed model files...
12:34:34.611 [pool-198-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Deleting models removed from repository...
12:34:34.611 [pool-198-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating models to the new version...
12:34:34.692 [pool-198-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /UMLPrimitiveTypes.library.uml...
12:34:34.702 [pool-198-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
12:34:34.705 [pool-198-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
12:34:34.705 [pool-198-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performing batch insert on file: /UMLPrimitiveTypes.library.uml...
12:34:34.709 [pool-198-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding elements of file /UMLPrimitiveTypes.library.uml
12:34:34.813 [pool-198-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 22 NODES AND 22 M->MM REFERENCES! (took ~95sec)
12:34:34.813 [pool-198-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding edges of file /UMLPrimitiveTypes.library.uml
12:34:34.879 [pool-198-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 81 REFERENCES! (took ~0 sec)
12:34:34.879 [pool-198-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performed batch insert on file: /UMLPrimitiveTypes.library.uml.
0s187ms [pure insertion]
marking any relevant derived attributes for update...12:34:34.879 [pool-198-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s2ms
12:34:34.881 [pool-198-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s2ms
12:34:34.885 [pool-198-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /XMLPrimitiveTypes.library.uml...
12:34:34.885 [pool-198-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
12:34:34.885 [pool-198-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
12:34:34.885 [pool-198-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performing batch insert on file: /XMLPrimitiveTypes.library.uml...
12:34:34.889 [pool-198-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding elements of file /XMLPrimitiveTypes.library.uml
12:34:35.001 [pool-198-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 100 NODES AND 100 M->MM REFERENCES! (took ~804sec)
12:34:35.001 [pool-198-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding edges of file /XMLPrimitiveTypes.library.uml
12:34:35.077 [pool-198-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 852 REFERENCES! (took ~0 sec)
12:34:35.077 [pool-198-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performed batch insert on file: /XMLPrimitiveTypes.library.uml.
0s192ms [pure insertion]
marking any relevant derived attributes for update...12:34:35.077 [pool-198-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
12:34:35.077 [pool-198-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
12:34:35.080 [pool-198-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /EcorePrimitiveTypes.library.uml...
12:34:35.080 [pool-198-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
12:34:35.081 [pool-198-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
12:34:35.081 [pool-198-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performing batch insert on file: /EcorePrimitiveTypes.library.uml...
12:34:35.085 [pool-198-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding elements of file /EcorePrimitiveTypes.library.uml
12:34:35.189 [pool-118-thread-1] ERROR o.e.hawk.greycat.lucene.SoftTxLucene - Periodic commit of Lucene at MMapDirectory@/tmp/junit18161556939742951312/test_create[LevelDB GreyCat]/lucene lockFactory=org.apache.lucene.store.NativeFSLockFactory@4c060c8f failed
java.nio.file.NoSuchFileException: /tmp/junit18161556939742951312/test_create[LevelDB GreyCat]/lucene/write.lock
	at java.base/sun.nio.fs.UnixException.translateToIOException(UnixException.java:92) ~[na:na]
	at java.base/sun.nio.fs.UnixException.rethrowAsIOException(UnixException.java:111) ~[na:na]
	at java.base/sun.nio.fs.UnixException.rethrowAsIOException(UnixException.java:116) ~[na:na]
	at java.base/sun.nio.fs.UnixFileAttributeViews$Basic.readAttributes(UnixFileAttributeViews.java:55) ~[na:na]
	at java.base/sun.nio.fs.UnixFileSystemProvider.readAttributes(UnixFileSystemProvider.java:149) ~[na:na]
	at java.base/sun.nio.fs.LinuxFileSystemProvider.readAttributes(LinuxFileSystemProvider.java:99) ~[na:na]
	at java.base/java.nio.file.Files.readAttributes(Files.java:1764) ~[na:na]
	at org.apache.lucene.store.NativeFSLockFactory$NativeFSLock.ensureValid(NativeFSLockFactory.java:189) ~[na:na]
	at org.apache.lucene.store.LockValidatingDirectoryWrapper.syncMetaData(LockValidatingDirectoryWrapper.java:61) ~[na:na]
	at org.apache.lucene.index.SegmentInfos.prepareCommit(SegmentInfos.java:758) ~[na:na]
	at org.apache.lucene.index.IndexWriter.startCommit(IndexWriter.java:4793) ~[na:na]
	at org.apache.lucene.index.IndexWriter.prepareCommitInternal(IndexWriter.java:3326) ~[na:na]
	at org.apache.lucene.index.IndexWriter.commitInternal(IndexWriter.java:3458) ~[na:na]
	at org.apache.lucene.index.IndexWriter.commit(IndexWriter.java:3423) ~[na:na]
	at org.eclipse.hawk.greycat.lucene.SoftTxLucene.lambda$0(SoftTxLucene.java:99) ~[org.eclipse.hawk.greycat-2.2.0-SNAPSHOT.jar:na]
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:515) ~[na:na]
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305) ~[na:na]
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(ScheduledThreadPoolExecutor.java:305) ~[na:na]
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128) ~[na:na]
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628) ~[na:na]
	at java.base/java.lang.Thread.run(Thread.java:829) ~[na:na]
12:34:35.192 [pool-198-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 51 NODES AND 51 M->MM REFERENCES! (took ~477sec)
12:34:35.192 [pool-198-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding edges of file /EcorePrimitiveTypes.library.uml
12:34:35.203 [pool-198-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 347 REFERENCES! (took ~0 sec)
12:34:35.203 [pool-198-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performed batch insert on file: /EcorePrimitiveTypes.library.uml.
0s123ms [pure insertion]
marking any relevant derived attributes for update...12:34:35.203 [pool-198-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
12:34:35.203 [pool-198-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
12:34:35.206 [pool-198-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /JavaPrimitiveTypes.library.uml...
12:34:35.206 [pool-198-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
12:34:35.206 [pool-198-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
12:34:35.206 [pool-198-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performing batch insert on file: /JavaPrimitiveTypes.library.uml...
12:34:35.208 [pool-198-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding elements of file /JavaPrimitiveTypes.library.uml
12:34:35.387 [pool-198-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 12 NODES AND 12 M->MM REFERENCES! (took ~102sec)
12:34:35.387 [pool-198-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding edges of file /JavaPrimitiveTypes.library.uml
12:34:35.394 [pool-198-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 72 REFERENCES! (took ~0 sec)
12:34:35.394 [pool-198-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performed batch insert on file: /JavaPrimitiveTypes.library.uml.
0s189ms [pure insertion]
marking any relevant derived attributes for update...12:34:35.394 [pool-198-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
12:34:35.394 [pool-198-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
12:34:35.395 [pool-198-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating proxies...
attempting to resolve any leftover cross-file references...
12:34:35.395 [pool-198-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Resolving any leftover cross-file references...
12:34:35.403 [pool-198-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Processing 0/20 proxy references (0 sec total)
12:34:35.403 [pool-198-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - 10 proxy ref lists left after resolving 0 refs
12:34:35.403 [pool-198-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - proxy resolution took: ~0.008s
attempting to resolve any uninitialized derived attributes...
12:34:35.403 [pool-198-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Resolving any uninitialized derived attributes...
12:34:35.403 [pool-198-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - Deriving attributes...
12:34:35.403 [pool-198-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - 0 - sets of proxy [derived] attributes left incomplete in the store
attempting to update any relevant derived attributes...
12:34:35.403 [pool-198-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating any affected derived attributes...
0s9ms [proxy update]
12:34:35.404 [pool-198-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updated proxies.
12:34:35.404 [pool-198-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performing optional post-sync operations.
12:34:35.404 [pool-198-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updated Hawk instance test (success). 0 s 798 ms
12:34:35.513 [pool-119-thread-1] ERROR o.e.hawk.greycat.lucene.SoftTxLucene - Periodic commit of Lucene at MMapDirectory@/tmp/junit8933980430805700273/test_recreate[LevelDB GreyCat]/lucene lockFactory=org.apache.lucene.store.NativeFSLockFactory@4c060c8f failed
java.nio.file.NoSuchFileException: /tmp/junit8933980430805700273/test_recreate[LevelDB GreyCat]/lucene/write.lock
	at java.base/sun.nio.fs.UnixException.translateToIOException(UnixException.java:92) ~[na:na]
	at java.base/sun.nio.fs.UnixException.rethrowAsIOException(UnixException.java:111) ~[na:na]
	at java.base/sun.nio.fs.UnixException.rethrowAsIOException(UnixException.java:116) ~[na:na]
	at java.base/sun.nio.fs.UnixFileAttributeViews$Basic.readAttributes(UnixFileAttributeViews.java:55) ~[na:na]
	at java.base/sun.nio.fs.UnixFileSystemProvider.readAttributes(UnixFileSystemProvider.java:149) ~[na:na]
	at java.base/sun.nio.fs.LinuxFileSystemProvider.readAttributes(LinuxFileSystemProvider.java:99) ~[na:na]
	at java.base/java.nio.file.Files.readAttributes(Files.java:1764) ~[na:na]
	at org.apache.lucene.store.NativeFSLockFactory$NativeFSLock.ensureValid(NativeFSLockFactory.java:189) ~[na:na]
	at org.apache.lucene.store.LockValidatingDirectoryWrapper.syncMetaData(LockValidatingDirectoryWrapper.java:61) ~[na:na]
	at org.apache.lucene.index.SegmentInfos.prepareCommit(SegmentInfos.java:758) ~[na:na]
	at org.apache.lucene.index.IndexWriter.startCommit(IndexWriter.java:4793) ~[na:na]
	at org.apache.lucene.index.IndexWriter.prepareCommitInternal(IndexWriter.java:3326) ~[na:na]
	at org.apache.lucene.index.IndexWriter.commitInternal(IndexWriter.java:3458) ~[na:na]
	at org.apache.lucene.index.IndexWriter.commit(IndexWriter.java:3423) ~[na:na]
	at org.eclipse.hawk.greycat.lucene.SoftTxLucene.lambda$0(SoftTxLucene.java:99) ~[org.eclipse.hawk.greycat-2.2.0-SNAPSHOT.jar:na]
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:515) ~[na:na]
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305) ~[na:na]
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(ScheduledThreadPoolExecutor.java:305) ~[na:na]
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128) ~[na:na]
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628) ~[na:na]
	at java.base/java.lang.Thread.run(Thread.java:829) ~[na:na]
12:34:35.514 [main] INFO  o.e.h.c.r.CompositeStateListener - Saving Hawk metadata...
adding: pathmap://UML_LIBRARIES/:org.eclipse.hawk.uml.vcs.PredefinedUMLLibraries:false
adding: file:///home/jenkins/agent/workspace/Hawk_Greycat_backend_master/core/tests/org.eclipse.hawk.integration.tests/resources/models/uml/zoo/:org.eclipse.hawk.localfolder.LocalFolder:false
12:34:35.515 [main] INFO  o.e.h.c.r.CompositeStateListener - Saved Hawk metadata.
12:34:35.515 [pool-198-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating Hawk...
updating indexer: 
12:34:35.518 [pool-198-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating relevant changed model files...
12:34:35.519 [pool-198-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Deleting models removed from repository...
12:34:35.519 [pool-198-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating models to the new version...
12:34:35.521 [pool-198-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /model.uml...
12:34:35.521 [pool-198-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
12:34:35.521 [pool-198-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
12:34:35.521 [pool-198-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performing batch insert on file: /model.uml...
12:34:35.524 [pool-198-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding elements of file /model.uml
12:34:35.536 [pool-198-thread-1] WARN  o.eclipse.hawk.graph.util.GraphUtil - Unknown type found, converting to String: org.eclipse.uml2.uml.CallConcurrencyKind
12:34:35.538 [pool-198-thread-1] WARN  o.eclipse.hawk.graph.util.GraphUtil - Unknown type found, converting to String: org.eclipse.uml2.uml.ParameterDirectionKind
12:34:35.538 [pool-198-thread-1] WARN  o.eclipse.hawk.graph.util.GraphUtil - Unknown type found, converting to String: org.eclipse.uml2.uml.ParameterEffectKind
12:34:35.541 [pool-198-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 15 NODES AND 15 M->MM REFERENCES! (took ~135sec)
12:34:35.541 [pool-198-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding edges of file /model.uml
12:34:35.584 [pool-198-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 149 REFERENCES! (took ~0 sec)
12:34:35.584 [pool-198-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performed batch insert on file: /model.uml.
0s63ms [pure insertion]
marking any relevant derived attributes for update...12:34:35.584 [pool-198-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
12:34:35.584 [pool-198-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
12:34:35.585 [pool-198-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating proxies...
attempting to resolve any leftover cross-file references...
12:34:35.585 [pool-198-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Resolving any leftover cross-file references...
12:34:35.587 [pool-198-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Processing 0/23 proxy references (0 sec total)
12:34:35.590 [pool-198-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - 10 proxy ref lists left after resolving 3 refs
12:34:35.590 [pool-198-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - proxy resolution took: ~0.005s
attempting to resolve any uninitialized derived attributes...
12:34:35.590 [pool-198-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Resolving any uninitialized derived attributes...
12:34:35.590 [pool-198-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - Deriving attributes...
12:34:35.590 [pool-198-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - 0 - sets of proxy [derived] attributes left incomplete in the store
attempting to update any relevant derived attributes...
12:34:35.590 [pool-198-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating any affected derived attributes...
0s6ms [proxy update]
12:34:35.591 [pool-198-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updated proxies.
12:34:35.591 [pool-198-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performing optional post-sync operations.
12:34:35.591 [pool-198-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updated Hawk instance test (success). 0 s 76 ms
12:34:35.597 [pool-198-thread-1] DEBUG o.e.hawk.epsilon.emc.EOLQueryEngine - Graph path: /tmp/junit12637616833683233440/test_zoo[LevelDB GreyCat]
12:34:35.601 [main] INFO  o.e.h.c.r.CompositeStateListener - Hawk shutting down...
12:34:35.601 [main] INFO  o.e.h.c.r.CompositeStateListener - Saving Hawk metadata...
adding: pathmap://UML_LIBRARIES/:org.eclipse.hawk.uml.vcs.PredefinedUMLLibraries:false
adding: file:///home/jenkins/agent/workspace/Hawk_Greycat_backend_master/core/tests/org.eclipse.hawk.integration.tests/resources/models/uml/zoo/:org.eclipse.hawk.localfolder.LocalFolder:false
12:34:35.602 [main] INFO  o.e.h.c.r.CompositeStateListener - Saved Hawk metadata.
12:34:35.602 [main] INFO  o.e.h.core.runtime.BaseModelIndexer - Waiting 120s for all scheduled tasks to complete
12:34:35.850 [main] INFO  o.e.hawk.greycat.lucene.SoftTxLucene - Shutdown of Lucene complete.
12:34:35.851 [main] INFO  o.e.h.g.AbstractGreycatDatabase - Disconnected from GreyCat graph at /tmp/junit12637616833683233440/test_zoo[LevelDB GreyCat]
12:34:35.852 [main] INFO  o.e.h.c.r.CompositeStateListener - Hawk shut down.
12:34:35.882 [pool-120-thread-1] ERROR o.e.hawk.greycat.lucene.SoftTxLucene - Periodic commit of Lucene at MMapDirectory@/tmp/junit9748100635375592498/test_changeLastRevision[LevelDB GreyCat]/lucene lockFactory=org.apache.lucene.store.NativeFSLockFactory@4c060c8f failed
java.nio.file.NoSuchFileException: /tmp/junit9748100635375592498/test_changeLastRevision[LevelDB GreyCat]/lucene/write.lock
	at java.base/sun.nio.fs.UnixException.translateToIOException(UnixException.java:92) ~[na:na]
	at java.base/sun.nio.fs.UnixException.rethrowAsIOException(UnixException.java:111) ~[na:na]
	at java.base/sun.nio.fs.UnixException.rethrowAsIOException(UnixException.java:116) ~[na:na]
	at java.base/sun.nio.fs.UnixFileAttributeViews$Basic.readAttributes(UnixFileAttributeViews.java:55) ~[na:na]
	at java.base/sun.nio.fs.UnixFileSystemProvider.readAttributes(UnixFileSystemProvider.java:149) ~[na:na]
	at java.base/sun.nio.fs.LinuxFileSystemProvider.readAttributes(LinuxFileSystemProvider.java:99) ~[na:na]
	at java.base/java.nio.file.Files.readAttributes(Files.java:1764) ~[na:na]
	at org.apache.lucene.store.NativeFSLockFactory$NativeFSLock.ensureValid(NativeFSLockFactory.java:189) ~[na:na]
	at org.apache.lucene.store.LockValidatingDirectoryWrapper.syncMetaData(LockValidatingDirectoryWrapper.java:61) ~[na:na]
	at org.apache.lucene.index.SegmentInfos.prepareCommit(SegmentInfos.java:758) ~[na:na]
	at org.apache.lucene.index.IndexWriter.startCommit(IndexWriter.java:4793) ~[na:na]
	at org.apache.lucene.index.IndexWriter.prepareCommitInternal(IndexWriter.java:3326) ~[na:na]
	at org.apache.lucene.index.IndexWriter.commitInternal(IndexWriter.java:3458) ~[na:na]
	at org.apache.lucene.index.IndexWriter.commit(IndexWriter.java:3423) ~[na:na]
	at org.eclipse.hawk.greycat.lucene.SoftTxLucene.lambda$0(SoftTxLucene.java:99) ~[org.eclipse.hawk.greycat-2.2.0-SNAPSHOT.jar:na]
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:515) ~[na:na]
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305) ~[na:na]
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(ScheduledThreadPoolExecutor.java:305) ~[na:na]
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128) ~[na:na]
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628) ~[na:na]
	at java.base/java.lang.Thread.run(Thread.java:829) ~[na:na]
12:34:35.992 [main] INFO  o.e.h.c.r.CompositeStateListener - Saving Hawk metadata...
12:34:35.994 [main] INFO  o.e.h.c.r.CompositeStateListener - Saved Hawk metadata.
12:34:35.994 [main] INFO  o.e.h.c.r.CompositeStateListener - Initializing Hawk...
inserting static metamodels of registered metamodel factories to graph:
org.eclipse.hawk.uml.metamodel.UMLMetaModelResourceFactory
12:34:36.023 [main] INFO  o.e.h.g.u.GraphMetaModelResourceInjector - ADDING METAMODELS: 
12:34:36.023 [main] INFO  o.e.h.g.u.GraphMetaModelResourceInjector - ADDING: 
12:34:36.181 [main] DEBUG o.e.h.g.u.GraphMetaModelResourceInjector - supertype dependency from http://www.eclipse.org/uml2/5.0.0/UML/Profile/Standard to http://www.eclipse.org/uml2/5.0.0/UML
12:34:36.192 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EByteArray will be handled as its instance type byte[]
12:34:36.192 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::ECharacterObject will be handled as its instance type java.lang.Character
12:34:36.194 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EBigInteger will be handled as its instance type java.math.BigInteger
12:34:36.195 [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
12:34:36.195 [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
12:34:36.195 [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
12:34:36.195 [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
12:34:36.195 [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
12:34:36.195 [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
12:34:36.197 [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
12:34:36.197 [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
12:34:36.197 [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
12:34:36.198 [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
12:34:36.198 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::ETreeIterator will be handled as its instance type org.eclipse.emf.common.util.TreeIterator
12:34:36.198 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EDoubleObject will be handled as its instance type java.lang.Double
12:34:36.203 [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
12:34:36.203 [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
12:34:36.203 [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
12:34:36.203 [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
12:34:36.203 [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
12:34:36.203 [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
12:34:36.204 [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
12:34:36.205 [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
12:34:36.205 [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
12:34:36.210 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EEList will be handled as its instance type org.eclipse.emf.common.util.EList
12:34:36.210 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EResourceSet will be handled as its instance type org.eclipse.emf.ecore.resource.ResourceSet
12:34:36.210 [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
12:34:36.213 [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
12:34:36.213 [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
12:34:36.213 [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
12:34:36.213 [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
12:34:36.213 [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
12:34:36.213 [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
12:34:36.214 [main] DEBUG o.e.h.g.u.GraphMetaModelResourceInjector - supertype dependency from http://www.eclipse.org/uml2/schemas/Ecore/4 to http://www.eclipse.org/uml2/5.0.0/UML
12:34:36.216 [main] DEBUG o.e.h.g.u.GraphMetaModelResourceInjector - supertype dependency from http://www.eclipse.org/uml2/schemas/Ecore/4 to http://www.eclipse.org/emf/2002/Ecore
12:34:36.218 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/uml2/schemas/Ecore/4::FeatureKind will be handled as its instance type NULL_INSTANCE_TYPE
12:34:36.220 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/uml2/schemas/Ecore/4::ContentKind will be handled as its instance type NULL_INSTANCE_TYPE
12:34:36.224 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/uml2/schemas/Ecore/4::VisibilityKind will be handled as its instance type NULL_INSTANCE_TYPE
12:34:36.225 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http:///Ecore_0.profile.uml2::Ecore__ContentKind will be handled as its instance type NULL_INSTANCE_TYPE
12:34:36.225 [main] DEBUG o.e.h.g.u.GraphMetaModelResourceInjector - supertype dependency from http:///Ecore_0.profile.uml2 to http://www.eclipse.org/emf/2002/Ecore
12:34:36.225 [main] DEBUG o.e.h.g.u.GraphMetaModelResourceInjector - supertype dependency from http:///Ecore_0.profile.uml2 to http://www.eclipse.org/uml2/5.0.0/UML
12:34:36.274 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http:///Ecore_0.profile.uml2::Ecore__FeatureKind will be handled as its instance type NULL_INSTANCE_TYPE
12:34:36.280 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/uml2/5.0.0/Types::UnlimitedNatural will be handled as its instance type java.lang.Integer
12:34:36.280 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/uml2/5.0.0/Types::String will be handled as its instance type java.lang.String
12:34:36.280 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/uml2/5.0.0/Types::Real will be handled as its instance type java.lang.Double
12:34:36.280 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/uml2/5.0.0/Types::Integer will be handled as its instance type java.lang.Integer
12:34:36.280 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/uml2/5.0.0/Types::Boolean will be handled as its instance type java.lang.Boolean
12:34:36.280 [main] DEBUG o.e.h.g.u.GraphMetaModelResourceInjector - supertype dependency from http://www.eclipse.org/uml2/schemas/Ecore/3 to http://www.eclipse.org/uml2/5.0.0/UML
12:34:36.280 [main] DEBUG o.e.h.g.u.GraphMetaModelResourceInjector - supertype dependency from http://www.eclipse.org/uml2/schemas/Ecore/3 to http://www.eclipse.org/emf/2002/Ecore
12:34:36.281 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/uml2/schemas/Ecore/3::ContentKind will be handled as its instance type NULL_INSTANCE_TYPE
12:34:36.285 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/uml2/schemas/Ecore/3::FeatureKind will be handled as its instance type NULL_INSTANCE_TYPE
12:34:36.287 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/uml2/schemas/Ecore/3::VisibilityKind will be handled as its instance type NULL_INSTANCE_TYPE
12:34:36.287 [main] DEBUG o.e.h.g.u.GraphMetaModelResourceInjector - supertype dependency from http:///_PS5oQDmHEdmHabrnfLjH-w.profile.uml2 to http://www.eclipse.org/emf/2002/Ecore
12:34:36.288 [main] DEBUG o.e.h.g.u.GraphMetaModelResourceInjector - supertype dependency from http:///_PS5oQDmHEdmHabrnfLjH-w.profile.uml2 to http://www.eclipse.org/uml2/5.0.0/UML
12:34:36.288 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http:///_PS5oQDmHEdmHabrnfLjH-w.profile.uml2::Ecore__ContentKind will be handled as its instance type NULL_INSTANCE_TYPE
12:34:36.289 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http:///_PS5oQDmHEdmHabrnfLjH-w.profile.uml2::Ecore__FeatureKind will be handled as its instance type NULL_INSTANCE_TYPE
12:34:36.292 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http:///_PS5oQDmHEdmHabrnfLjH-w.profile.uml2::Ecore__VisibilityKind will be handled as its instance type NULL_INSTANCE_TYPE
12:34:36.295 [main] DEBUG o.e.h.g.u.GraphMetaModelResourceInjector - supertype dependency from http://www.eclipse.org/uml2/schemas/Ecore/5 to http://www.eclipse.org/emf/2002/Ecore
12:34:36.295 [main] DEBUG o.e.h.g.u.GraphMetaModelResourceInjector - supertype dependency from http://www.eclipse.org/uml2/schemas/Ecore/5 to http://www.eclipse.org/uml2/5.0.0/UML
12:34:36.298 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/uml2/schemas/Ecore/5::FeatureKind will be handled as its instance type NULL_INSTANCE_TYPE
12:34:36.298 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/uml2/schemas/Ecore/5::VisibilityKind will be handled as its instance type NULL_INSTANCE_TYPE
12:34:36.300 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/uml2/schemas/Ecore/5::ContentKind will be handled as its instance type NULL_INSTANCE_TYPE
12:34:36.305 [main] DEBUG o.e.h.g.u.GraphMetaModelResourceInjector - supertype dependency from http://www.eclipse.org/uml2/schemas/UML2/1 to http://www.eclipse.org/uml2/5.0.0/UML
12:34:36.306 [main] DEBUG o.e.h.g.u.GraphMetaModelResourceInjector - supertype dependency from http://www.eclipse.org/uml2/schemas/UML2/1 to http://www.eclipse.org/emf/2002/Ecore
12:34:36.308 [main] DEBUG o.e.h.g.u.GraphMetaModelResourceInjector - supertype dependency from http://www.eclipse.org/uml2/schemas/UML2/2 to http://www.eclipse.org/uml2/5.0.0/Types
12:34:36.309 [main] DEBUG o.e.h.g.u.GraphMetaModelResourceInjector - supertype dependency from http://www.eclipse.org/uml2/schemas/UML2/2 to http://www.eclipse.org/uml2/5.0.0/UML
12:34:36.313 [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
12:34:36.314 [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
12:34:36.314 [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
12:34:36.314 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Short will be handled as its instance type short
12:34:36.314 [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
12:34:36.314 [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
12:34:36.314 [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
12:34:36.314 [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
12:34:36.314 [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
12:34:36.314 [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
12:34:36.314 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::NOTATION will be handled as its instance type javax.xml.namespace.QName
12:34:36.314 [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
12:34:36.315 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::NonNegativeInteger will be handled as its instance type java.math.BigInteger
12:34:36.315 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Decimal will be handled as its instance type java.math.BigDecimal
12:34:36.315 [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
12:34:36.315 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::FloatObject will be handled as its instance type java.lang.Float
12:34:36.315 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::ENTITY will be handled as its instance type java.lang.String
12:34:36.315 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Token will be handled as its instance type java.lang.String
12:34:36.315 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::QName will be handled as its instance type javax.xml.namespace.QName
12:34:36.315 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::AnySimpleType will be handled as its instance type java.lang.Object
12:34:36.315 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::GDay will be handled as its instance type javax.xml.datatype.XMLGregorianCalendar
12:34:36.315 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::IDREFS will be handled as its instance type java.util.List
12:34:36.315 [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
12:34:36.316 [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[]
12:34:36.316 [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
12:34:36.316 [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
12:34:36.316 [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
12:34:36.316 [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
12:34:36.316 [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
12:34:36.316 [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
12:34:36.316 [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
12:34:36.316 [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
12:34:36.316 [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
12:34:36.316 [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
12:34:36.316 [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[]
12:34:36.316 [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
12:34:36.316 [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
12:34:36.316 [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
12:34:36.316 [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
12:34:36.316 [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
12:34:36.316 [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
12:34:36.316 [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
12:34:36.316 [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
12:34:36.316 [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
12:34:36.316 [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
12:34:36.316 [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
12:34:36.316 [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
12:34:36.316 [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
12:34:36.316 [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
12:34:36.316 [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
12:34:36.316 [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
12:34:36.316 [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
12:34:36.316 [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
12:34:36.316 [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
12:34:36.316 [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
12:34:36.316 [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
12:34:36.316 [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
12:34:36.316 [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
12:34:36.316 [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
12:34:36.317 [main] DEBUG o.e.h.g.u.GraphMetaModelResourceInjector - supertype dependency from http://www.eclipse.org/uml2/schemas/UML2/0 to http://www.eclipse.org/uml2/5.0.0/UML
12:34:36.317 [main] DEBUG o.e.h.g.u.GraphMetaModelResourceInjector - supertype dependency from http://www.eclipse.org/uml2/schemas/UML2/0 to http://www.eclipse.org/emf/2002/Ecore
12:34:36.320 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http:///Ecore_2_1RgZIMezEdmTJL3rR1ioJg.profile.uml2::Ecore__ContentKind will be handled as its instance type NULL_INSTANCE_TYPE
12:34:36.320 [main] DEBUG o.e.h.g.u.GraphMetaModelResourceInjector - supertype dependency from http:///Ecore_2_1RgZIMezEdmTJL3rR1ioJg.profile.uml2 to http://www.eclipse.org/emf/2002/Ecore
12:34:36.320 [main] DEBUG o.e.h.g.u.GraphMetaModelResourceInjector - supertype dependency from http:///Ecore_2_1RgZIMezEdmTJL3rR1ioJg.profile.uml2 to http://www.eclipse.org/uml2/5.0.0/UML
12:34:36.375 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http:///Ecore_2_1RgZIMezEdmTJL3rR1ioJg.profile.uml2::Ecore__FeatureKind will be handled as its instance type NULL_INSTANCE_TYPE
12:34:36.378 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http:///Ecore_2_1RgZIMezEdmTJL3rR1ioJg.profile.uml2::Ecore__VisibilityKind will be handled as its instance type NULL_INSTANCE_TYPE
12:34:36.380 [main] DEBUG o.e.h.g.u.GraphMetaModelResourceInjector - supertype dependency from http://www.eclipse.org/uml2/5.0.0/UML to http://www.eclipse.org/emf/2002/Ecore
12:34:36.380 [main] DEBUG o.e.h.g.u.GraphMetaModelResourceInjector - supertype dependency from http://www.eclipse.org/uml2/5.0.0/UML to http://www.eclipse.org/uml2/5.0.0/Types
12:34:36.424 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/uml2/5.0.0/UML::ExpansionKind will be handled as its instance type org.eclipse.uml2.uml.ExpansionKind
12:34:36.688 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/uml2/5.0.0/UML::ConnectorKind will be handled as its instance type org.eclipse.uml2.uml.ConnectorKind
12:34:36.716 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/uml2/5.0.0/UML::InteractionOperatorKind will be handled as its instance type org.eclipse.uml2.uml.InteractionOperatorKind
12:34:36.783 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/uml2/5.0.0/UML::VisibilityKind will be handled as its instance type org.eclipse.uml2.uml.VisibilityKind
12:34:36.815 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/uml2/5.0.0/UML::ParameterDirectionKind will be handled as its instance type org.eclipse.uml2.uml.ParameterDirectionKind
12:34:36.815 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/uml2/5.0.0/UML::ObjectNodeOrderingKind will be handled as its instance type org.eclipse.uml2.uml.ObjectNodeOrderingKind
12:34:36.904 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/uml2/5.0.0/UML::MessageKind will be handled as its instance type org.eclipse.uml2.uml.MessageKind
12:34:37.100 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/uml2/5.0.0/UML::CallConcurrencyKind will be handled as its instance type org.eclipse.uml2.uml.CallConcurrencyKind
12:34:37.205 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/uml2/5.0.0/UML::ParameterEffectKind will be handled as its instance type org.eclipse.uml2.uml.ParameterEffectKind
12:34:37.276 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/uml2/5.0.0/UML::TransitionKind will be handled as its instance type org.eclipse.uml2.uml.TransitionKind
12:34:37.320 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/uml2/5.0.0/UML::PseudostateKind will be handled as its instance type org.eclipse.uml2.uml.PseudostateKind
12:34:37.506 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/uml2/5.0.0/UML::MessageSort will be handled as its instance type org.eclipse.uml2.uml.MessageSort
12:34:37.575 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/uml2/5.0.0/UML::AggregationKind will be handled as its instance type org.eclipse.uml2.uml.AggregationKind
12:34:37.792 [main] INFO  o.e.h.g.u.GraphMetaModelResourceInjector - 421 METAMODEL NODES! (took ~1 sec)
inserting static metamodels complete
12:34:37.792 [main] INFO  o.e.h.c.r.CompositeStateListener - Registering metamodels...
12:34:37.804 [main] INFO  o.e.h.c.r.CompositeStateListener - Registered metamodels.
12:34:37.804 [main] INFO  o.e.h.c.r.CompositeStateListener - Initialized Hawk.
12:34:37.804 [pool-200-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating Hawk...
updating indexer: 
12:34:37.804 [pool-200-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performing optional post-sync operations.
12:34:37.804 [pool-200-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updated Hawk instance test (success). 0 s 0 ms
12:34:37.886 [main] INFO  o.e.h.c.r.CompositeStateListener - Saving Hawk metadata...
adding: pathmap://UML_LIBRARIES/:org.eclipse.hawk.uml.vcs.PredefinedUMLLibraries:false
12:34:37.888 [main] INFO  o.e.h.c.r.CompositeStateListener - Saved Hawk metadata.
12:34:37.888 [pool-200-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating Hawk...
updating indexer: 
12:34:37.888 [pool-200-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating relevant changed model files...
12:34:37.892 [pool-200-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Deleting models removed from repository...
12:34:37.892 [pool-200-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating models to the new version...
12:34:37.895 [pool-200-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /XMLPrimitiveTypes.library.uml...
12:34:37.903 [pool-200-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
12:34:37.905 [pool-200-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
12:34:37.905 [pool-200-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performing batch insert on file: /XMLPrimitiveTypes.library.uml...
12:34:37.909 [pool-200-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding elements of file /XMLPrimitiveTypes.library.uml
12:34:38.076 [pool-200-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 100 NODES AND 100 M->MM REFERENCES! (took ~804sec)
12:34:38.076 [pool-200-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding edges of file /XMLPrimitiveTypes.library.uml
12:34:38.097 [pool-200-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 852 REFERENCES! (took ~0 sec)
12:34:38.097 [pool-200-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performed batch insert on file: /XMLPrimitiveTypes.library.uml.
0s202ms [pure insertion]
marking any relevant derived attributes for update...12:34:38.097 [pool-200-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s2ms
12:34:38.099 [pool-200-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s2ms
12:34:38.178 [pool-200-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /UMLPrimitiveTypes.library.uml...
12:34:38.178 [pool-200-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
12:34:38.178 [pool-200-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
12:34:38.178 [pool-200-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performing batch insert on file: /UMLPrimitiveTypes.library.uml...
12:34:38.182 [pool-200-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding elements of file /UMLPrimitiveTypes.library.uml
12:34:38.289 [pool-200-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 22 NODES AND 22 M->MM REFERENCES! (took ~95sec)
12:34:38.289 [pool-200-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding edges of file /UMLPrimitiveTypes.library.uml
12:34:38.307 [pool-200-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 81 REFERENCES! (took ~0 sec)
12:34:38.307 [pool-200-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performed batch insert on file: /UMLPrimitiveTypes.library.uml.
0s129ms [pure insertion]
marking any relevant derived attributes for update...12:34:38.307 [pool-200-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s1ms
12:34:38.308 [pool-200-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s1ms
12:34:38.310 [pool-200-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /EcorePrimitiveTypes.library.uml...
12:34:38.310 [pool-200-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
12:34:38.311 [pool-200-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
12:34:38.311 [pool-200-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performing batch insert on file: /EcorePrimitiveTypes.library.uml...
12:34:38.314 [pool-200-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding elements of file /EcorePrimitiveTypes.library.uml
12:34:38.411 [pool-200-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 51 NODES AND 51 M->MM REFERENCES! (took ~477sec)
12:34:38.411 [pool-200-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding edges of file /EcorePrimitiveTypes.library.uml
12:34:38.478 [pool-200-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 347 REFERENCES! (took ~0 sec)
12:34:38.478 [pool-200-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performed batch insert on file: /EcorePrimitiveTypes.library.uml.
0s168ms [pure insertion]
marking any relevant derived attributes for update...12:34:38.478 [pool-200-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
12:34:38.478 [pool-200-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
12:34:38.480 [pool-200-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /JavaPrimitiveTypes.library.uml...
12:34:38.480 [pool-200-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
12:34:38.480 [pool-200-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
12:34:38.480 [pool-200-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performing batch insert on file: /JavaPrimitiveTypes.library.uml...
12:34:38.484 [pool-200-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding elements of file /JavaPrimitiveTypes.library.uml
12:34:38.581 [pool-200-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 12 NODES AND 12 M->MM REFERENCES! (took ~102sec)
12:34:38.581 [pool-200-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding edges of file /JavaPrimitiveTypes.library.uml
12:34:38.588 [pool-200-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 72 REFERENCES! (took ~0 sec)
12:34:38.588 [pool-200-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performed batch insert on file: /JavaPrimitiveTypes.library.uml.
0s108ms [pure insertion]
marking any relevant derived attributes for update...12:34:38.588 [pool-200-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
12:34:38.588 [pool-200-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
12:34:38.589 [pool-200-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating proxies...
attempting to resolve any leftover cross-file references...
12:34:38.589 [pool-200-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Resolving any leftover cross-file references...
12:34:38.598 [pool-200-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Processing 0/20 proxy references (0 sec total)
12:34:38.598 [pool-200-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - 10 proxy ref lists left after resolving 0 refs
12:34:38.598 [pool-200-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - proxy resolution took: ~0.009s
attempting to resolve any uninitialized derived attributes...
12:34:38.598 [pool-200-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Resolving any uninitialized derived attributes...
12:34:38.598 [pool-200-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - Deriving attributes...
12:34:38.599 [pool-200-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...
12:34:38.599 [pool-200-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating any affected derived attributes...
0s10ms [proxy update]
12:34:38.599 [pool-200-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updated proxies.
12:34:38.599 [pool-200-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performing optional post-sync operations.
12:34:38.599 [pool-200-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updated Hawk instance test (success). 0 s 711 ms
12:34:38.604 [main] INFO  o.e.h.c.r.CompositeStateListener - Hawk shutting down...
12:34:38.604 [main] INFO  o.e.h.c.r.CompositeStateListener - Saving Hawk metadata...
adding: pathmap://UML_LIBRARIES/:org.eclipse.hawk.uml.vcs.PredefinedUMLLibraries:false
12:34:38.606 [main] INFO  o.e.h.c.r.CompositeStateListener - Saved Hawk metadata.
12:34:38.606 [main] INFO  o.e.h.core.runtime.BaseModelIndexer - Waiting 120s for all scheduled tasks to complete
12:34:38.721 [main] INFO  o.e.hawk.greycat.lucene.SoftTxLucene - Shutdown of Lucene complete.
12:34:38.723 [main] INFO  o.e.h.g.AbstractGreycatDatabase - Disconnected from GreyCat graph at /tmp/junit7578942595398956302/test_indexLibraries[LevelDB GreyCat]
12:34:38.723 [main] INFO  o.e.h.c.r.CompositeStateListener - Hawk shut down.
12:34:38.994 [main] INFO  o.e.h.c.r.CompositeStateListener - Saving Hawk metadata...
12:34:38.995 [main] INFO  o.e.h.c.r.CompositeStateListener - Saved Hawk metadata.
12:34:38.995 [main] INFO  o.e.h.c.r.CompositeStateListener - Initializing Hawk...
inserting static metamodels of registered metamodel factories to graph:
org.eclipse.hawk.uml.metamodel.UMLMetaModelResourceFactory
12:34:39.023 [main] INFO  o.e.h.g.u.GraphMetaModelResourceInjector - ADDING METAMODELS: 
12:34:39.023 [main] INFO  o.e.h.g.u.GraphMetaModelResourceInjector - ADDING: 
12:34:39.293 [main] DEBUG o.e.h.g.u.GraphMetaModelResourceInjector - supertype dependency from http://www.eclipse.org/uml2/schemas/UML2/1 to http://www.eclipse.org/uml2/5.0.0/UML
12:34:39.294 [main] DEBUG o.e.h.g.u.GraphMetaModelResourceInjector - supertype dependency from http://www.eclipse.org/uml2/schemas/UML2/1 to http://www.eclipse.org/emf/2002/Ecore
12:34:39.297 [main] DEBUG o.e.h.g.u.GraphMetaModelResourceInjector - supertype dependency from http://www.eclipse.org/uml2/5.0.0/UML/Profile/Standard to http://www.eclipse.org/uml2/5.0.0/UML
12:34:39.303 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/uml2/schemas/Ecore/3::VisibilityKind will be handled as its instance type NULL_INSTANCE_TYPE
12:34:39.304 [main] DEBUG o.e.h.g.u.GraphMetaModelResourceInjector - supertype dependency from http://www.eclipse.org/uml2/schemas/Ecore/3 to http://www.eclipse.org/emf/2002/Ecore
12:34:39.304 [main] DEBUG o.e.h.g.u.GraphMetaModelResourceInjector - supertype dependency from http://www.eclipse.org/uml2/schemas/Ecore/3 to http://www.eclipse.org/uml2/5.0.0/UML
12:34:39.305 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/uml2/schemas/Ecore/3::FeatureKind will be handled as its instance type NULL_INSTANCE_TYPE
12:34:39.306 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/uml2/schemas/Ecore/3::ContentKind will be handled as its instance type NULL_INSTANCE_TYPE
12:34:39.311 [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[]
12:34:39.311 [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
12:34:39.312 [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
12:34:39.312 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EJavaObject will be handled as its instance type java.lang.Object
12:34:39.312 [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
12:34:39.312 [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
12:34:39.312 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EShortObject will be handled as its instance type java.lang.Short
12:34:39.312 [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
12:34:39.312 [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
12:34:39.313 [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
12:34:39.314 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EDiagnosticChain will be handled as its instance type org.eclipse.emf.common.util.DiagnosticChain
12:34:39.314 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::ELong will be handled as its instance type java.lang.Long
12:34:39.314 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EBigDecimal will be handled as its instance type java.math.BigDecimal
12:34:39.314 [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
12:34:39.314 [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
12:34:39.317 [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
12:34:39.317 [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
12:34:39.317 [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
12:34:39.317 [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
12:34:39.317 [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
12:34:39.317 [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
12:34:39.318 [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
12:34:39.319 [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
12:34:39.319 [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
12:34:39.322 [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
12:34:39.322 [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
12:34:39.322 [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
12:34:39.323 [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
12:34:39.323 [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
12:34:39.323 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EMap will be handled as its instance type java.util.Map
12:34:39.323 [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
12:34:39.323 [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
12:34:39.323 [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
12:34:39.374 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/uml2/5.0.0/Types::UnlimitedNatural will be handled as its instance type java.lang.Integer
12:34:39.374 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/uml2/5.0.0/Types::String will be handled as its instance type java.lang.String
12:34:39.374 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/uml2/5.0.0/Types::Real will be handled as its instance type java.lang.Double
12:34:39.374 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/uml2/5.0.0/Types::Integer will be handled as its instance type java.lang.Integer
12:34:39.374 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/uml2/5.0.0/Types::Boolean will be handled as its instance type java.lang.Boolean
12:34:39.374 [main] DEBUG o.e.h.g.u.GraphMetaModelResourceInjector - supertype dependency from http://www.eclipse.org/uml2/schemas/UML2/0 to http://www.eclipse.org/emf/2002/Ecore
12:34:39.375 [main] DEBUG o.e.h.g.u.GraphMetaModelResourceInjector - supertype dependency from http://www.eclipse.org/uml2/schemas/UML2/0 to http://www.eclipse.org/uml2/5.0.0/UML
12:34:39.377 [main] DEBUG o.e.h.g.u.GraphMetaModelResourceInjector - supertype dependency from http://www.eclipse.org/uml2/schemas/Ecore/4 to http://www.eclipse.org/emf/2002/Ecore
12:34:39.378 [main] DEBUG o.e.h.g.u.GraphMetaModelResourceInjector - supertype dependency from http://www.eclipse.org/uml2/schemas/Ecore/4 to http://www.eclipse.org/uml2/5.0.0/UML
12:34:39.379 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/uml2/schemas/Ecore/4::ContentKind will be handled as its instance type NULL_INSTANCE_TYPE
12:34:39.381 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/uml2/schemas/Ecore/4::VisibilityKind will be handled as its instance type NULL_INSTANCE_TYPE
12:34:39.381 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/uml2/schemas/Ecore/4::FeatureKind will be handled as its instance type NULL_INSTANCE_TYPE
12:34:39.386 [main] DEBUG o.e.h.g.u.GraphMetaModelResourceInjector - supertype dependency from http:///_PS5oQDmHEdmHabrnfLjH-w.profile.uml2 to http://www.eclipse.org/emf/2002/Ecore
12:34:39.387 [main] DEBUG o.e.h.g.u.GraphMetaModelResourceInjector - supertype dependency from http:///_PS5oQDmHEdmHabrnfLjH-w.profile.uml2 to http://www.eclipse.org/uml2/5.0.0/UML
12:34:39.387 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http:///_PS5oQDmHEdmHabrnfLjH-w.profile.uml2::Ecore__VisibilityKind will be handled as its instance type NULL_INSTANCE_TYPE
12:34:39.387 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http:///_PS5oQDmHEdmHabrnfLjH-w.profile.uml2::Ecore__ContentKind will be handled as its instance type NULL_INSTANCE_TYPE
12:34:39.388 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http:///_PS5oQDmHEdmHabrnfLjH-w.profile.uml2::Ecore__FeatureKind will be handled as its instance type NULL_INSTANCE_TYPE
12:34:39.393 [main] DEBUG o.e.h.g.u.GraphMetaModelResourceInjector - supertype dependency from http://www.eclipse.org/uml2/schemas/Ecore/5 to http://www.eclipse.org/emf/2002/Ecore
12:34:39.394 [main] DEBUG o.e.h.g.u.GraphMetaModelResourceInjector - supertype dependency from http://www.eclipse.org/uml2/schemas/Ecore/5 to http://www.eclipse.org/uml2/5.0.0/UML
12:34:39.396 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/uml2/schemas/Ecore/5::ContentKind will be handled as its instance type NULL_INSTANCE_TYPE
12:34:39.399 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/uml2/schemas/Ecore/5::FeatureKind will be handled as its instance type NULL_INSTANCE_TYPE
12:34:39.399 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/uml2/schemas/Ecore/5::VisibilityKind will be handled as its instance type NULL_INSTANCE_TYPE
12:34:39.403 [main] DEBUG o.e.h.g.u.GraphMetaModelResourceInjector - supertype dependency from http://www.eclipse.org/uml2/schemas/UML2/2 to http://www.eclipse.org/uml2/5.0.0/UML
12:34:39.404 [main] DEBUG o.e.h.g.u.GraphMetaModelResourceInjector - supertype dependency from http://www.eclipse.org/uml2/schemas/UML2/2 to http://www.eclipse.org/uml2/5.0.0/Types
12:34:39.408 [main] DEBUG o.e.h.g.u.GraphMetaModelResourceInjector - supertype dependency from http:///Ecore_0.profile.uml2 to http://www.eclipse.org/emf/2002/Ecore
12:34:39.409 [main] DEBUG o.e.h.g.u.GraphMetaModelResourceInjector - supertype dependency from http:///Ecore_0.profile.uml2 to http://www.eclipse.org/uml2/5.0.0/UML
12:34:39.410 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http:///Ecore_0.profile.uml2::Ecore__ContentKind will be handled as its instance type NULL_INSTANCE_TYPE
12:34:39.414 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http:///Ecore_0.profile.uml2::Ecore__FeatureKind will be handled as its instance type NULL_INSTANCE_TYPE
12:34:39.415 [main] DEBUG o.e.h.g.u.GraphMetaModelResourceInjector - supertype dependency from http:///Ecore_2_1RgZIMezEdmTJL3rR1ioJg.profile.uml2 to http://www.eclipse.org/emf/2002/Ecore
12:34:39.416 [main] DEBUG o.e.h.g.u.GraphMetaModelResourceInjector - supertype dependency from http:///Ecore_2_1RgZIMezEdmTJL3rR1ioJg.profile.uml2 to http://www.eclipse.org/uml2/5.0.0/UML
12:34:39.418 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http:///Ecore_2_1RgZIMezEdmTJL3rR1ioJg.profile.uml2::Ecore__FeatureKind will be handled as its instance type NULL_INSTANCE_TYPE
12:34:39.418 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http:///Ecore_2_1RgZIMezEdmTJL3rR1ioJg.profile.uml2::Ecore__ContentKind will be handled as its instance type NULL_INSTANCE_TYPE
12:34:39.421 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http:///Ecore_2_1RgZIMezEdmTJL3rR1ioJg.profile.uml2::Ecore__VisibilityKind will be handled as its instance type NULL_INSTANCE_TYPE
12:34:39.474 [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
12:34:39.474 [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
12:34:39.474 [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
12:34:39.474 [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
12:34:39.474 [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
12:34:39.474 [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
12:34:39.474 [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
12:34:39.474 [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
12:34:39.474 [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
12:34:39.474 [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
12:34:39.474 [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
12:34:39.475 [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
12:34:39.475 [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
12:34:39.476 [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
12:34:39.476 [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
12:34:39.476 [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
12:34:39.476 [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
12:34:39.476 [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
12:34:39.476 [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
12:34:39.476 [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
12:34:39.476 [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
12:34:39.476 [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
12:34:39.476 [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
12:34:39.476 [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[]
12:34:39.476 [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
12:34:39.476 [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
12:34:39.476 [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
12:34:39.476 [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
12:34:39.476 [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
12:34:39.476 [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
12:34:39.476 [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
12:34:39.476 [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
12:34:39.476 [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
12:34:39.476 [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
12:34:39.476 [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[]
12:34:39.476 [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
12:34:39.476 [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
12:34:39.476 [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
12:34:39.476 [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
12:34:39.477 [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
12:34:39.477 [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
12:34:39.477 [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
12:34:39.477 [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
12:34:39.477 [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
12:34:39.477 [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
12:34:39.477 [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
12:34:39.477 [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
12:34:39.477 [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
12:34:39.477 [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
12:34:39.477 [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
12:34:39.477 [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
12:34:39.477 [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
12:34:39.477 [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
12:34:39.477 [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
12:34:39.477 [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
12:34:39.477 [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
12:34:39.477 [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
12:34:39.477 [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
12:34:39.477 [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
12:34:39.478 [main] DEBUG o.e.h.g.u.GraphMetaModelResourceInjector - supertype dependency from http://www.eclipse.org/uml2/5.0.0/UML to http://www.eclipse.org/emf/2002/Ecore
12:34:39.478 [main] DEBUG o.e.h.g.u.GraphMetaModelResourceInjector - supertype dependency from http://www.eclipse.org/uml2/5.0.0/UML to http://www.eclipse.org/uml2/5.0.0/Types
12:34:39.521 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/uml2/5.0.0/UML::ExpansionKind will be handled as its instance type org.eclipse.uml2.uml.ExpansionKind
12:34:39.720 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/uml2/5.0.0/UML::ConnectorKind will be handled as its instance type org.eclipse.uml2.uml.ConnectorKind
12:34:39.783 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/uml2/5.0.0/UML::InteractionOperatorKind will be handled as its instance type org.eclipse.uml2.uml.InteractionOperatorKind
12:34:39.799 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/uml2/5.0.0/UML::VisibilityKind will be handled as its instance type org.eclipse.uml2.uml.VisibilityKind
12:34:39.825 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/uml2/5.0.0/UML::ParameterDirectionKind will be handled as its instance type org.eclipse.uml2.uml.ParameterDirectionKind
12:34:39.874 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/uml2/5.0.0/UML::ObjectNodeOrderingKind will be handled as its instance type org.eclipse.uml2.uml.ObjectNodeOrderingKind
12:34:39.977 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/uml2/5.0.0/UML::MessageKind will be handled as its instance type org.eclipse.uml2.uml.MessageKind
12:34:40.079 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/uml2/5.0.0/UML::CallConcurrencyKind will be handled as its instance type org.eclipse.uml2.uml.CallConcurrencyKind
12:34:40.375 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/uml2/5.0.0/UML::ParameterEffectKind will be handled as its instance type org.eclipse.uml2.uml.ParameterEffectKind
12:34:40.402 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/uml2/5.0.0/UML::TransitionKind will be handled as its instance type org.eclipse.uml2.uml.TransitionKind
12:34:40.515 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/uml2/5.0.0/UML::PseudostateKind will be handled as its instance type org.eclipse.uml2.uml.PseudostateKind
12:34:40.610 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/uml2/5.0.0/UML::MessageSort will be handled as its instance type org.eclipse.uml2.uml.MessageSort
12:34:40.684 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/uml2/5.0.0/UML::AggregationKind will be handled as its instance type org.eclipse.uml2.uml.AggregationKind
12:34:41.012 [main] INFO  o.e.h.g.u.GraphMetaModelResourceInjector - 421 METAMODEL NODES! (took ~1 sec)
inserting static metamodels complete
12:34:41.012 [main] INFO  o.e.h.c.r.CompositeStateListener - Registering metamodels...
12:34:41.082 [main] INFO  o.e.h.c.r.CompositeStateListener - Registered metamodels.
12:34:41.083 [main] INFO  o.e.h.c.r.CompositeStateListener - Initialized Hawk.
12:34:41.083 [pool-202-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating Hawk...
updating indexer: 
12:34:41.083 [pool-202-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performing optional post-sync operations.
12:34:41.083 [pool-202-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updated Hawk instance test (success). 0 s 0 ms
12:34:41.108 [main] INFO  o.e.h.c.r.CompositeStateListener - Saving Hawk metadata...
adding: pathmap://UML_LIBRARIES/:org.eclipse.hawk.uml.vcs.PredefinedUMLLibraries:false
12:34:41.110 [main] INFO  o.e.h.c.r.CompositeStateListener - Saved Hawk metadata.
12:34:41.110 [pool-202-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating Hawk...
updating indexer: 
12:34:41.110 [pool-202-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating relevant changed model files...
12:34:41.115 [pool-202-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Deleting models removed from repository...
12:34:41.115 [pool-202-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating models to the new version...
12:34:41.116 [pool-202-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /JavaPrimitiveTypes.library.uml...
12:34:41.177 [pool-202-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
12:34:41.177 [pool-202-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
12:34:41.177 [pool-202-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performing batch insert on file: /JavaPrimitiveTypes.library.uml...
12:34:41.182 [pool-202-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding elements of file /JavaPrimitiveTypes.library.uml
12:34:41.281 [pool-202-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 12 NODES AND 12 M->MM REFERENCES! (took ~102sec)
12:34:41.281 [pool-202-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding edges of file /JavaPrimitiveTypes.library.uml
12:34:41.293 [pool-202-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 72 REFERENCES! (took ~0 sec)
12:34:41.293 [pool-202-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performed batch insert on file: /JavaPrimitiveTypes.library.uml.
0s177ms [pure insertion]
marking any relevant derived attributes for update...12:34:41.293 [pool-202-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s3ms
12:34:41.296 [pool-202-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s3ms
12:34:41.299 [pool-202-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /EcorePrimitiveTypes.library.uml...
12:34:41.299 [pool-202-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
12:34:41.299 [pool-202-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
12:34:41.299 [pool-202-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performing batch insert on file: /EcorePrimitiveTypes.library.uml...
12:34:41.304 [pool-202-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding elements of file /EcorePrimitiveTypes.library.uml
12:34:41.406 [pool-202-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 51 NODES AND 51 M->MM REFERENCES! (took ~477sec)
12:34:41.406 [pool-202-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding edges of file /EcorePrimitiveTypes.library.uml
12:34:41.417 [pool-202-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 347 REFERENCES! (took ~0 sec)
12:34:41.417 [pool-202-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performed batch insert on file: /EcorePrimitiveTypes.library.uml.
0s118ms [pure insertion]
marking any relevant derived attributes for update...12:34:41.417 [pool-202-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
12:34:41.417 [pool-202-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
12:34:41.475 [pool-202-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /XMLPrimitiveTypes.library.uml...
12:34:41.475 [pool-202-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
12:34:41.475 [pool-202-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
12:34:41.475 [pool-202-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performing batch insert on file: /XMLPrimitiveTypes.library.uml...
12:34:41.478 [pool-202-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding elements of file /XMLPrimitiveTypes.library.uml
12:34:41.585 [pool-202-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 100 NODES AND 100 M->MM REFERENCES! (took ~804sec)
12:34:41.585 [pool-202-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding edges of file /XMLPrimitiveTypes.library.uml
12:34:41.603 [pool-202-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 852 REFERENCES! (took ~0 sec)
12:34:41.603 [pool-202-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performed batch insert on file: /XMLPrimitiveTypes.library.uml.
0s128ms [pure insertion]
marking any relevant derived attributes for update...12:34:41.603 [pool-202-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
12:34:41.603 [pool-202-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
12:34:41.681 [pool-202-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /UMLPrimitiveTypes.library.uml...
12:34:41.681 [pool-202-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
12:34:41.681 [pool-202-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
12:34:41.681 [pool-202-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performing batch insert on file: /UMLPrimitiveTypes.library.uml...
12:34:41.684 [pool-202-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding elements of file /UMLPrimitiveTypes.library.uml
12:34:41.779 [pool-202-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 22 NODES AND 22 M->MM REFERENCES! (took ~95sec)
12:34:41.779 [pool-202-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding edges of file /UMLPrimitiveTypes.library.uml
12:34:41.795 [pool-202-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 81 REFERENCES! (took ~0 sec)
12:34:41.795 [pool-202-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performed batch insert on file: /UMLPrimitiveTypes.library.uml.
0s114ms [pure insertion]
marking any relevant derived attributes for update...12:34:41.795 [pool-202-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
12:34:41.795 [pool-202-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
12:34:41.796 [pool-202-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating proxies...
attempting to resolve any leftover cross-file references...
12:34:41.796 [pool-202-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Resolving any leftover cross-file references...
12:34:41.804 [pool-202-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Processing 0/20 proxy references (0 sec total)
12:34:41.804 [pool-202-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - 10 proxy ref lists left after resolving 0 refs
12:34:41.804 [pool-202-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - proxy resolution took: ~0.008s
attempting to resolve any uninitialized derived attributes...
12:34:41.804 [pool-202-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Resolving any uninitialized derived attributes...
12:34:41.804 [pool-202-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - Deriving attributes...
12:34:41.804 [pool-202-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...
12:34:41.804 [pool-202-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating any affected derived attributes...
0s8ms [proxy update]
12:34:41.804 [pool-202-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updated proxies.
12:34:41.805 [pool-202-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performing optional post-sync operations.
12:34:41.805 [pool-202-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updated Hawk instance test (success). 0 s 695 ms
12:34:41.805 [main] INFO  o.e.h.c.r.CompositeStateListener - Adding metamodel(s)...
Adding metamodels in: ../../core/tests/org.eclipse.hawk.integration.tests/resources/models/uml/simpleProfile/model.profile.uml to store
12:34:41.807 [main] INFO  o.e.h.g.u.GraphMetaModelResourceInjector - ADDING METAMODELS: 
12:34:41.807 [main] INFO  o.e.h.g.u.GraphMetaModelResourceInjector - ADDING: 
12:34:41.877 [main] DEBUG o.e.h.g.u.GraphMetaModelResourceInjector - supertype dependency from http://github.com/mondo-project/mondo-hawk/simpleProfile/0.0.5 to http://www.eclipse.org/emf/2002/Ecore
12:34:41.878 [main] DEBUG o.e.h.g.u.GraphMetaModelResourceInjector - supertype dependency from http://github.com/mondo-project/mondo-hawk/simpleProfile/0.0.5 to http://www.eclipse.org/uml2/5.0.0/UML
12:34:41.879 [main] DEBUG o.e.h.g.u.GraphMetaModelResourceInjector - supertype dependency from http://github.com/mondo-project/mondo-hawk/simpleProfile/0.0.2 to http://www.eclipse.org/uml2/5.0.0/UML
12:34:41.880 [main] DEBUG o.e.h.g.u.GraphMetaModelResourceInjector - supertype dependency from http://github.com/mondo-project/mondo-hawk/simpleProfile/0.0.3 to http://www.eclipse.org/emf/2002/Ecore
12:34:41.880 [main] DEBUG o.e.h.g.u.GraphMetaModelResourceInjector - supertype dependency from http://github.com/mondo-project/mondo-hawk/simpleProfile/0.0.3 to http://www.eclipse.org/uml2/5.0.0/UML
12:34:41.881 [main] DEBUG o.e.h.g.u.GraphMetaModelResourceInjector - supertype dependency from http://github.com/mondo-project/mondo-hawk/simpleProfile/0.0.4 to http://www.eclipse.org/emf/2002/Ecore
12:34:41.881 [main] DEBUG o.e.h.g.u.GraphMetaModelResourceInjector - supertype dependency from http://github.com/mondo-project/mondo-hawk/simpleProfile/0.0.4 to http://www.eclipse.org/uml2/5.0.0/UML
12:34:41.882 [main] DEBUG o.e.h.g.u.GraphMetaModelResourceInjector - supertype dependency from http:///schemas/RootElement/_I0k2UM7mEeeDhYwXdKEW_w/0/0.0.1 to http://www.eclipse.org/uml2/5.0.0/UML
12:34:41.885 [main] INFO  o.e.h.g.u.GraphMetaModelResourceInjector - 10 METAMODEL NODES! (took ~0 sec)
12:34:41.885 [main] INFO  o.e.h.c.r.CompositeStateListener - Added metamodel(s).
reseting local top revision of repository: pathmap://UML_LIBRARIES/
(as elements in it were removed or new metamodels were added to Hawk)
12:34:41.989 [main] INFO  o.e.h.c.r.CompositeStateListener - Saving Hawk metadata...
adding: file:///home/jenkins/agent/workspace/Hawk_Greycat_backend_master/core/tests/org.eclipse.hawk.integration.tests/resources/models/uml/simpleProfileApplication/:org.eclipse.hawk.localfolder.LocalFolder:false
adding: pathmap://UML_LIBRARIES/:org.eclipse.hawk.uml.vcs.PredefinedUMLLibraries:false
12:34:41.991 [main] INFO  o.e.h.c.r.CompositeStateListener - Saved Hawk metadata.
12:34:41.991 [pool-202-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating Hawk...
updating indexer: 
12:34:41.991 [pool-202-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating relevant changed model files...
12:34:41.992 [pool-202-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Deleting models removed from repository...
12:34:41.992 [pool-202-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating models to the new version...
12:34:41.992 [pool-202-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating proxies...
attempting to resolve any leftover cross-file references...
12:34:41.992 [pool-202-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Resolving any leftover cross-file references...
12:34:41.992 [pool-202-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Processing 0/20 proxy references (0 sec total)
12:34:41.993 [pool-202-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - 10 proxy ref lists left after resolving 0 refs
12:34:41.993 [pool-202-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - proxy resolution took: ~0.001s
attempting to resolve any uninitialized derived attributes...
12:34:41.993 [pool-202-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Resolving any uninitialized derived attributes...
12:34:41.993 [pool-202-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - Deriving attributes...
12:34:41.993 [pool-202-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...
12:34:41.993 [pool-202-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating any affected derived attributes...
0s1ms [proxy update]
12:34:41.993 [pool-202-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updated proxies.
12:34:41.995 [pool-202-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating relevant changed model files...
12:34:41.996 [pool-202-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Deleting models removed from repository...
12:34:41.996 [pool-202-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating models to the new version...
12:34:42.001 [pool-202-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /model.uml...
12:34:42.001 [pool-202-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
12:34:42.001 [pool-202-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
12:34:42.001 [pool-202-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performing batch insert on file: /model.uml...
12:34:42.004 [pool-202-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding elements of file /model.uml
12:34:42.019 [pool-202-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 11 NODES AND 11 M->MM REFERENCES! (took ~28sec)
12:34:42.019 [pool-202-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding edges of file /model.uml
12:34:42.077 [pool-202-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 23 REFERENCES! (took ~0 sec)
12:34:42.077 [pool-202-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performed batch insert on file: /model.uml.
0s76ms [pure insertion]
marking any relevant derived attributes for update...12:34:42.077 [pool-202-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
12:34:42.077 [pool-202-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
12:34:42.078 [pool-202-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating proxies...
attempting to resolve any leftover cross-file references...
12:34:42.078 [pool-202-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Resolving any leftover cross-file references...
12:34:42.079 [pool-202-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Processing 0/24 proxy references (0 sec total)
12:34:42.080 [pool-202-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - 12 proxy ref lists left after resolving 0 refs
12:34:42.080 [pool-202-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - proxy resolution took: ~0.002s
attempting to resolve any uninitialized derived attributes...
12:34:42.080 [pool-202-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Resolving any uninitialized derived attributes...
12:34:42.080 [pool-202-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - Deriving attributes...
12:34:42.080 [pool-202-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...
12:34:42.080 [pool-202-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating any affected derived attributes...
0s2ms [proxy update]
12:34:42.080 [pool-202-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updated proxies.
12:34:42.080 [pool-202-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performing optional post-sync operations.
12:34:42.080 [pool-202-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updated Hawk instance test (success). 0 s 89 ms
12:34:42.086 [main] INFO  o.e.h.c.r.CompositeStateListener - Hawk shutting down...
12:34:42.086 [main] INFO  o.e.h.c.r.CompositeStateListener - Saving Hawk metadata...
adding: file:///home/jenkins/agent/workspace/Hawk_Greycat_backend_master/core/tests/org.eclipse.hawk.integration.tests/resources/models/uml/simpleProfileApplication/:org.eclipse.hawk.localfolder.LocalFolder:false
adding: pathmap://UML_LIBRARIES/:org.eclipse.hawk.uml.vcs.PredefinedUMLLibraries:false
12:34:42.087 [main] INFO  o.e.h.c.r.CompositeStateListener - Saved Hawk metadata.
12:34:42.087 [main] INFO  o.e.h.core.runtime.BaseModelIndexer - Waiting 120s for all scheduled tasks to complete
12:34:42.228 [main] INFO  o.e.hawk.greycat.lucene.SoftTxLucene - Shutdown of Lucene complete.
12:34:42.229 [main] INFO  o.e.h.g.AbstractGreycatDatabase - Disconnected from GreyCat graph at /tmp/junit7618825212028351452/test_customProfileV4[LevelDB GreyCat]
12:34:42.229 [main] INFO  o.e.h.c.r.CompositeStateListener - Hawk shut down.
12:34:42.431 [main] INFO  o.e.h.c.r.CompositeStateListener - Saving Hawk metadata...
12:34:42.475 [main] INFO  o.e.h.c.r.CompositeStateListener - Saved Hawk metadata.
12:34:42.475 [main] INFO  o.e.h.c.r.CompositeStateListener - Initializing Hawk...
inserting static metamodels of registered metamodel factories to graph:
org.eclipse.hawk.uml.metamodel.UMLMetaModelResourceFactory
12:34:42.497 [main] INFO  o.e.h.g.u.GraphMetaModelResourceInjector - ADDING METAMODELS: 
12:34:42.497 [main] INFO  o.e.h.g.u.GraphMetaModelResourceInjector - ADDING: 
12:34:42.614 [main] DEBUG o.e.h.g.u.GraphMetaModelResourceInjector - supertype dependency from http://www.eclipse.org/uml2/schemas/Ecore/5 to http://www.eclipse.org/emf/2002/Ecore
12:34:42.614 [main] DEBUG o.e.h.g.u.GraphMetaModelResourceInjector - supertype dependency from http://www.eclipse.org/uml2/schemas/Ecore/5 to http://www.eclipse.org/uml2/5.0.0/UML
12:34:42.616 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/uml2/schemas/Ecore/5::ContentKind will be handled as its instance type NULL_INSTANCE_TYPE
12:34:42.617 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/uml2/schemas/Ecore/5::VisibilityKind will be handled as its instance type NULL_INSTANCE_TYPE
12:34:42.620 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/uml2/schemas/Ecore/5::FeatureKind will be handled as its instance type NULL_INSTANCE_TYPE
12:34:42.674 [main] DEBUG o.e.h.g.u.GraphMetaModelResourceInjector - supertype dependency from http://www.eclipse.org/uml2/schemas/Ecore/3 to http://www.eclipse.org/emf/2002/Ecore
12:34:42.675 [main] DEBUG o.e.h.g.u.GraphMetaModelResourceInjector - supertype dependency from http://www.eclipse.org/uml2/schemas/Ecore/3 to http://www.eclipse.org/uml2/5.0.0/UML
12:34:42.675 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/uml2/schemas/Ecore/3::ContentKind will be handled as its instance type NULL_INSTANCE_TYPE
12:34:42.676 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/uml2/schemas/Ecore/3::VisibilityKind will be handled as its instance type NULL_INSTANCE_TYPE
12:34:42.679 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/uml2/schemas/Ecore/3::FeatureKind will be handled as its instance type NULL_INSTANCE_TYPE
12:34:42.682 [main] DEBUG o.e.h.g.u.GraphMetaModelResourceInjector - supertype dependency from http://www.eclipse.org/uml2/5.0.0/UML/Profile/Standard to http://www.eclipse.org/uml2/5.0.0/UML
12:34:42.688 [main] DEBUG o.e.h.g.u.GraphMetaModelResourceInjector - supertype dependency from http:///Ecore_2_1RgZIMezEdmTJL3rR1ioJg.profile.uml2 to http://www.eclipse.org/uml2/5.0.0/UML
12:34:42.688 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http:///Ecore_2_1RgZIMezEdmTJL3rR1ioJg.profile.uml2::Ecore__FeatureKind will be handled as its instance type NULL_INSTANCE_TYPE
12:34:42.689 [main] DEBUG o.e.h.g.u.GraphMetaModelResourceInjector - supertype dependency from http:///Ecore_2_1RgZIMezEdmTJL3rR1ioJg.profile.uml2 to http://www.eclipse.org/emf/2002/Ecore
12:34:42.802 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http:///Ecore_2_1RgZIMezEdmTJL3rR1ioJg.profile.uml2::Ecore__ContentKind will be handled as its instance type NULL_INSTANCE_TYPE
12:34:42.806 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http:///Ecore_2_1RgZIMezEdmTJL3rR1ioJg.profile.uml2::Ecore__VisibilityKind will be handled as its instance type NULL_INSTANCE_TYPE
12:34:42.807 [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[]
12:34:42.807 [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
12:34:42.808 [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
12:34:42.808 [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
12:34:42.808 [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
12:34:42.808 [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
12:34:42.808 [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
12:34:42.808 [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
12:34:42.808 [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
12:34:42.810 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EResource will be handled as its instance type org.eclipse.emf.ecore.resource.Resource
12:34:42.810 [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
12:34:42.810 [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
12:34:42.810 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EBigDecimal will be handled as its instance type java.math.BigDecimal
12:34:42.810 [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
12:34:42.810 [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
12:34:42.813 [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
12:34:42.813 [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
12:34:42.813 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EFloatObject will be handled as its instance type java.lang.Float
12:34:42.813 [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
12:34:42.813 [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
12:34:42.813 [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
12:34:42.813 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EByte will be handled as its instance type byte
12:34:42.814 [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
12:34:42.814 [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
12:34:42.817 [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
12:34:42.817 [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
12:34:42.817 [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
12:34:42.818 [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
12:34:42.819 [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
12:34:42.819 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EMap will be handled as its instance type java.util.Map
12:34:42.819 [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
12:34:42.819 [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
12:34:42.819 [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
12:34:42.819 [main] DEBUG o.e.h.g.u.GraphMetaModelResourceInjector - supertype dependency from http://www.eclipse.org/uml2/schemas/UML2/2 to http://www.eclipse.org/uml2/5.0.0/Types
12:34:42.820 [main] DEBUG o.e.h.g.u.GraphMetaModelResourceInjector - supertype dependency from http://www.eclipse.org/uml2/schemas/UML2/2 to http://www.eclipse.org/uml2/5.0.0/UML
12:34:42.876 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http:///Ecore_0.profile.uml2::Ecore__ContentKind will be handled as its instance type NULL_INSTANCE_TYPE
12:34:42.876 [main] DEBUG o.e.h.g.u.GraphMetaModelResourceInjector - supertype dependency from http:///Ecore_0.profile.uml2 to http://www.eclipse.org/emf/2002/Ecore
12:34:42.877 [main] DEBUG o.e.h.g.u.GraphMetaModelResourceInjector - supertype dependency from http:///Ecore_0.profile.uml2 to http://www.eclipse.org/uml2/5.0.0/UML
12:34:42.880 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http:///Ecore_0.profile.uml2::Ecore__FeatureKind will be handled as its instance type NULL_INSTANCE_TYPE
12:34:42.883 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/uml2/5.0.0/Types::UnlimitedNatural will be handled as its instance type java.lang.Integer
12:34:42.883 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/uml2/5.0.0/Types::String will be handled as its instance type java.lang.String
12:34:42.883 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/uml2/5.0.0/Types::Real will be handled as its instance type java.lang.Double
12:34:42.883 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/uml2/5.0.0/Types::Integer will be handled as its instance type java.lang.Integer
12:34:42.883 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/uml2/5.0.0/Types::Boolean will be handled as its instance type java.lang.Boolean
12:34:42.883 [main] DEBUG o.e.h.g.u.GraphMetaModelResourceInjector - supertype dependency from http://www.eclipse.org/uml2/schemas/UML2/1 to http://www.eclipse.org/emf/2002/Ecore
12:34:42.883 [main] DEBUG o.e.h.g.u.GraphMetaModelResourceInjector - supertype dependency from http://www.eclipse.org/uml2/schemas/UML2/1 to http://www.eclipse.org/uml2/5.0.0/UML
12:34:42.886 [main] DEBUG o.e.h.g.u.GraphMetaModelResourceInjector - supertype dependency from http:///_PS5oQDmHEdmHabrnfLjH-w.profile.uml2 to http://www.eclipse.org/emf/2002/Ecore
12:34:42.886 [main] DEBUG o.e.h.g.u.GraphMetaModelResourceInjector - supertype dependency from http:///_PS5oQDmHEdmHabrnfLjH-w.profile.uml2 to http://www.eclipse.org/uml2/5.0.0/UML
12:34:42.888 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http:///_PS5oQDmHEdmHabrnfLjH-w.profile.uml2::Ecore__FeatureKind will be handled as its instance type NULL_INSTANCE_TYPE
12:34:42.888 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http:///_PS5oQDmHEdmHabrnfLjH-w.profile.uml2::Ecore__VisibilityKind will be handled as its instance type NULL_INSTANCE_TYPE
12:34:42.889 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http:///_PS5oQDmHEdmHabrnfLjH-w.profile.uml2::Ecore__ContentKind will be handled as its instance type NULL_INSTANCE_TYPE
12:34:42.893 [main] DEBUG o.e.h.g.u.GraphMetaModelResourceInjector - supertype dependency from http://www.eclipse.org/uml2/schemas/Ecore/4 to http://www.eclipse.org/emf/2002/Ecore
12:34:42.893 [main] DEBUG o.e.h.g.u.GraphMetaModelResourceInjector - supertype dependency from http://www.eclipse.org/uml2/schemas/Ecore/4 to http://www.eclipse.org/uml2/5.0.0/UML
12:34:42.895 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/uml2/schemas/Ecore/4::ContentKind will be handled as its instance type NULL_INSTANCE_TYPE
12:34:42.895 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/uml2/schemas/Ecore/4::FeatureKind will be handled as its instance type NULL_INSTANCE_TYPE
12:34:42.899 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/uml2/schemas/Ecore/4::VisibilityKind will be handled as its instance type NULL_INSTANCE_TYPE
12:34:42.900 [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
12:34:42.901 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::ID will be handled as its instance type java.lang.String
12:34:42.901 [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
12:34:42.901 [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
12:34:42.901 [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
12:34:42.901 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Date will be handled as its instance type javax.xml.datatype.XMLGregorianCalendar
12:34:42.901 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Float will be handled as its instance type java.lang.Float
12:34:42.901 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::GMonth will be handled as its instance type javax.xml.datatype.XMLGregorianCalendar
12:34:42.901 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::String will be handled as its instance type java.lang.String
12:34:42.901 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::IDREF will be handled as its instance type java.lang.String
12:34:42.901 [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
12:34:42.901 [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
12:34:42.902 [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
12:34:42.902 [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
12:34:42.902 [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
12:34:42.902 [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
12:34:42.902 [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
12:34:42.902 [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
12:34:42.902 [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
12:34:42.902 [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
12:34:42.902 [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
12:34:42.902 [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
12:34:42.902 [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
12:34:42.902 [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[]
12:34:42.902 [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
12:34:42.902 [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
12:34:42.902 [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
12:34:42.902 [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
12:34:42.902 [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
12:34:42.902 [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
12:34:42.902 [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
12:34:42.902 [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
12:34:42.902 [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
12:34:42.902 [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
12:34:42.902 [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[]
12:34:42.902 [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
12:34:42.902 [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
12:34:42.902 [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
12:34:42.903 [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
12:34:42.903 [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
12:34:42.903 [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
12:34:42.903 [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
12:34:42.903 [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
12:34:42.903 [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
12:34:42.903 [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
12:34:42.903 [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
12:34:42.903 [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
12:34:42.903 [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
12:34:42.903 [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
12:34:42.903 [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
12:34:42.903 [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
12:34:42.903 [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
12:34:42.903 [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
12:34:42.903 [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
12:34:42.903 [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
12:34:42.903 [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
12:34:42.903 [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
12:34:42.903 [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
12:34:42.903 [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
12:34:42.904 [main] DEBUG o.e.h.g.u.GraphMetaModelResourceInjector - supertype dependency from http://www.eclipse.org/uml2/5.0.0/UML to http://www.eclipse.org/emf/2002/Ecore
12:34:42.904 [main] DEBUG o.e.h.g.u.GraphMetaModelResourceInjector - supertype dependency from http://www.eclipse.org/uml2/5.0.0/UML to http://www.eclipse.org/uml2/5.0.0/Types
12:34:43.003 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/uml2/5.0.0/UML::ExpansionKind will be handled as its instance type org.eclipse.uml2.uml.ExpansionKind
12:34:43.196 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/uml2/5.0.0/UML::ConnectorKind will be handled as its instance type org.eclipse.uml2.uml.ConnectorKind
12:34:43.279 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/uml2/5.0.0/UML::InteractionOperatorKind will be handled as its instance type org.eclipse.uml2.uml.InteractionOperatorKind
12:34:43.416 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/uml2/5.0.0/UML::VisibilityKind will be handled as its instance type org.eclipse.uml2.uml.VisibilityKind
12:34:43.438 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/uml2/5.0.0/UML::ParameterDirectionKind will be handled as its instance type org.eclipse.uml2.uml.ParameterDirectionKind
12:34:43.438 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/uml2/5.0.0/UML::ObjectNodeOrderingKind will be handled as its instance type org.eclipse.uml2.uml.ObjectNodeOrderingKind
12:34:43.500 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/uml2/5.0.0/UML::MessageKind will be handled as its instance type org.eclipse.uml2.uml.MessageKind
12:34:43.531 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/uml2/5.0.0/UML::CallConcurrencyKind will be handled as its instance type org.eclipse.uml2.uml.CallConcurrencyKind
12:34:43.586 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/uml2/5.0.0/UML::ParameterEffectKind will be handled as its instance type org.eclipse.uml2.uml.ParameterEffectKind
12:34:43.658 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/uml2/5.0.0/UML::TransitionKind will be handled as its instance type org.eclipse.uml2.uml.TransitionKind
12:34:43.702 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/uml2/5.0.0/UML::PseudostateKind will be handled as its instance type org.eclipse.uml2.uml.PseudostateKind
12:34:43.729 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/uml2/5.0.0/UML::MessageSort will be handled as its instance type org.eclipse.uml2.uml.MessageSort
12:34:43.740 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/uml2/5.0.0/UML::AggregationKind will be handled as its instance type org.eclipse.uml2.uml.AggregationKind
12:34:43.922 [main] DEBUG o.e.h.g.u.GraphMetaModelResourceInjector - supertype dependency from http://www.eclipse.org/uml2/schemas/UML2/0 to http://www.eclipse.org/uml2/5.0.0/UML
12:34:43.922 [main] DEBUG o.e.h.g.u.GraphMetaModelResourceInjector - supertype dependency from http://www.eclipse.org/uml2/schemas/UML2/0 to http://www.eclipse.org/emf/2002/Ecore
12:34:43.987 [main] INFO  o.e.h.g.u.GraphMetaModelResourceInjector - 421 METAMODEL NODES! (took ~1 sec)
inserting static metamodels complete
12:34:43.987 [main] INFO  o.e.h.c.r.CompositeStateListener - Registering metamodels...
12:34:44.001 [main] INFO  o.e.h.c.r.CompositeStateListener - Registered metamodels.
12:34:44.001 [main] INFO  o.e.h.c.r.CompositeStateListener - Initialized Hawk.
12:34:44.001 [pool-204-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating Hawk...
updating indexer: 
12:34:44.002 [pool-204-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performing optional post-sync operations.
12:34:44.002 [pool-204-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updated Hawk instance test (success). 0 s 0 ms
12:34:44.094 [main] INFO  o.e.h.c.r.CompositeStateListener - Saving Hawk metadata...
adding: pathmap://UML_LIBRARIES/:org.eclipse.hawk.uml.vcs.PredefinedUMLLibraries:false
12:34:44.096 [main] INFO  o.e.h.c.r.CompositeStateListener - Saved Hawk metadata.
12:34:44.096 [pool-204-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating Hawk...
updating indexer: 
12:34:44.096 [pool-204-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating relevant changed model files...
12:34:44.101 [pool-204-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Deleting models removed from repository...
12:34:44.101 [pool-204-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating models to the new version...
12:34:44.375 [pool-204-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /UMLPrimitiveTypes.library.uml...
12:34:44.388 [pool-204-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
12:34:44.388 [pool-204-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
12:34:44.388 [pool-204-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performing batch insert on file: /UMLPrimitiveTypes.library.uml...
12:34:44.397 [pool-204-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding elements of file /UMLPrimitiveTypes.library.uml
12:34:44.606 [pool-204-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 22 NODES AND 22 M->MM REFERENCES! (took ~95sec)
12:34:44.606 [pool-204-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding edges of file /UMLPrimitiveTypes.library.uml
12:34:44.676 [pool-204-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 81 REFERENCES! (took ~0 sec)
12:34:44.676 [pool-204-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performed batch insert on file: /UMLPrimitiveTypes.library.uml.
0s301ms [pure insertion]
marking any relevant derived attributes for update...12:34:44.676 [pool-204-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s3ms
12:34:44.679 [pool-204-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s3ms
12:34:44.682 [pool-204-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /JavaPrimitiveTypes.library.uml...
12:34:44.682 [pool-204-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
12:34:44.682 [pool-204-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
12:34:44.682 [pool-204-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performing batch insert on file: /JavaPrimitiveTypes.library.uml...
12:34:44.686 [pool-204-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding elements of file /JavaPrimitiveTypes.library.uml
12:34:44.799 [pool-204-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 12 NODES AND 12 M->MM REFERENCES! (took ~102sec)
12:34:44.799 [pool-204-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding edges of file /JavaPrimitiveTypes.library.uml
12:34:44.813 [pool-204-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 72 REFERENCES! (took ~0 sec)
12:34:44.813 [pool-204-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performed batch insert on file: /JavaPrimitiveTypes.library.uml.
0s131ms [pure insertion]
marking any relevant derived attributes for update...12:34:44.813 [pool-204-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
12:34:44.813 [pool-204-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
12:34:44.817 [pool-204-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /XMLPrimitiveTypes.library.uml...
12:34:44.817 [pool-204-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
12:34:44.817 [pool-204-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
12:34:44.817 [pool-204-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performing batch insert on file: /XMLPrimitiveTypes.library.uml...
12:34:44.878 [pool-204-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding elements of file /XMLPrimitiveTypes.library.uml
12:34:45.003 [pool-204-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 100 NODES AND 100 M->MM REFERENCES! (took ~804sec)
12:34:45.004 [pool-204-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding edges of file /XMLPrimitiveTypes.library.uml
12:34:45.082 [pool-204-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 852 REFERENCES! (took ~0 sec)
12:34:45.082 [pool-204-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performed batch insert on file: /XMLPrimitiveTypes.library.uml.
0s265ms [pure insertion]
marking any relevant derived attributes for update...12:34:45.082 [pool-204-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
12:34:45.082 [pool-204-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
12:34:45.085 [pool-204-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /EcorePrimitiveTypes.library.uml...
12:34:45.085 [pool-204-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
12:34:45.086 [pool-204-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
12:34:45.086 [pool-204-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performing batch insert on file: /EcorePrimitiveTypes.library.uml...
12:34:45.090 [pool-204-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding elements of file /EcorePrimitiveTypes.library.uml
12:34:45.199 [pool-204-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 51 NODES AND 51 M->MM REFERENCES! (took ~477sec)
12:34:45.199 [pool-204-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding edges of file /EcorePrimitiveTypes.library.uml
12:34:45.212 [pool-204-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 347 REFERENCES! (took ~0 sec)
12:34:45.212 [pool-204-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performed batch insert on file: /EcorePrimitiveTypes.library.uml.
0s127ms [pure insertion]
marking any relevant derived attributes for update...12:34:45.212 [pool-204-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
12:34:45.212 [pool-204-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
12:34:45.213 [pool-204-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating proxies...
attempting to resolve any leftover cross-file references...
12:34:45.213 [pool-204-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Resolving any leftover cross-file references...
12:34:45.275 [pool-204-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Processing 0/20 proxy references (0 sec total)
12:34:45.275 [pool-204-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - 10 proxy ref lists left after resolving 0 refs
12:34:45.275 [pool-204-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - proxy resolution took: ~0.062s
attempting to resolve any uninitialized derived attributes...
12:34:45.275 [pool-204-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Resolving any uninitialized derived attributes...
12:34:45.275 [pool-204-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - Deriving attributes...
12:34:45.276 [pool-204-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...
12:34:45.276 [pool-204-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating any affected derived attributes...
0s63ms [proxy update]
12:34:45.276 [pool-204-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updated proxies.
12:34:45.276 [pool-204-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performing optional post-sync operations.
12:34:45.276 [pool-204-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updated Hawk instance test (success). 1 s 180 ms
12:34:45.276 [main] INFO  o.e.h.c.r.CompositeStateListener - Adding metamodel(s)...
Adding metamodels in: ../../core/tests/org.eclipse.hawk.integration.tests/resources/models/uml/simpleProfile/model.profile.uml to store
12:34:45.280 [main] INFO  o.e.h.g.u.GraphMetaModelResourceInjector - ADDING METAMODELS: 
12:34:45.281 [main] INFO  o.e.h.g.u.GraphMetaModelResourceInjector - ADDING: 
12:34:45.310 [main] DEBUG o.e.h.g.u.GraphMetaModelResourceInjector - supertype dependency from http://github.com/mondo-project/mondo-hawk/simpleProfile/0.0.3 to http://www.eclipse.org/emf/2002/Ecore
12:34:45.310 [main] DEBUG o.e.h.g.u.GraphMetaModelResourceInjector - supertype dependency from http://github.com/mondo-project/mondo-hawk/simpleProfile/0.0.3 to http://www.eclipse.org/uml2/5.0.0/UML
12:34:45.312 [main] DEBUG o.e.h.g.u.GraphMetaModelResourceInjector - supertype dependency from http://github.com/mondo-project/mondo-hawk/simpleProfile/0.0.4 to http://www.eclipse.org/emf/2002/Ecore
12:34:45.313 [main] DEBUG o.e.h.g.u.GraphMetaModelResourceInjector - supertype dependency from http://github.com/mondo-project/mondo-hawk/simpleProfile/0.0.4 to http://www.eclipse.org/uml2/5.0.0/UML
12:34:45.314 [main] DEBUG o.e.h.g.u.GraphMetaModelResourceInjector - supertype dependency from http:///schemas/RootElement/_I0k2UM7mEeeDhYwXdKEW_w/0/0.0.1 to http://www.eclipse.org/uml2/5.0.0/UML
12:34:45.316 [main] DEBUG o.e.h.g.u.GraphMetaModelResourceInjector - supertype dependency from http://github.com/mondo-project/mondo-hawk/simpleProfile/0.0.2 to http://www.eclipse.org/uml2/5.0.0/UML
12:34:45.317 [main] DEBUG o.e.h.g.u.GraphMetaModelResourceInjector - supertype dependency from http://github.com/mondo-project/mondo-hawk/simpleProfile/0.0.5 to http://www.eclipse.org/emf/2002/Ecore
12:34:45.318 [main] DEBUG o.e.h.g.u.GraphMetaModelResourceInjector - supertype dependency from http://github.com/mondo-project/mondo-hawk/simpleProfile/0.0.5 to http://www.eclipse.org/uml2/5.0.0/UML
12:34:45.375 [main] INFO  o.e.h.g.u.GraphMetaModelResourceInjector - 10 METAMODEL NODES! (took ~0 sec)
12:34:45.375 [main] INFO  o.e.h.c.r.CompositeStateListener - Added metamodel(s).
reseting local top revision of repository: pathmap://UML_LIBRARIES/
(as elements in it were removed or new metamodels were added to Hawk)
12:34:45.506 [main] INFO  o.e.h.c.r.CompositeStateListener - Saving Hawk metadata...
adding: file:///home/jenkins/agent/workspace/Hawk_Greycat_backend_master/core/tests/org.eclipse.hawk.integration.tests/resources/models/uml/simpleProfileApplicationNewVersion/:org.eclipse.hawk.localfolder.LocalFolder:false
adding: pathmap://UML_LIBRARIES/:org.eclipse.hawk.uml.vcs.PredefinedUMLLibraries:false
12:34:45.509 [main] INFO  o.e.h.c.r.CompositeStateListener - Saved Hawk metadata.
12:34:45.509 [pool-204-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating Hawk...
updating indexer: 
12:34:45.509 [pool-204-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating relevant changed model files...
12:34:45.511 [pool-204-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Deleting models removed from repository...
12:34:45.512 [pool-204-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating models to the new version...
12:34:45.512 [pool-204-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating proxies...
attempting to resolve any leftover cross-file references...
12:34:45.512 [pool-204-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Resolving any leftover cross-file references...
12:34:45.512 [pool-204-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Processing 0/20 proxy references (0 sec total)
12:34:45.512 [pool-204-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - 10 proxy ref lists left after resolving 0 refs
12:34:45.512 [pool-204-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - proxy resolution took: ~0.0s
attempting to resolve any uninitialized derived attributes...
12:34:45.513 [pool-204-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Resolving any uninitialized derived attributes...
12:34:45.513 [pool-204-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - Deriving attributes...
12:34:45.513 [pool-204-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...
12:34:45.513 [pool-204-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating any affected derived attributes...
0s1ms [proxy update]
12:34:45.513 [pool-204-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updated proxies.
12:34:45.515 [pool-204-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating relevant changed model files...
12:34:45.516 [pool-204-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Deleting models removed from repository...
12:34:45.516 [pool-204-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating models to the new version...
12:34:45.520 [pool-204-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /model.uml...
12:34:45.521 [pool-204-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
12:34:45.521 [pool-204-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
12:34:45.521 [pool-204-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performing batch insert on file: /model.uml...
12:34:45.525 [pool-204-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding elements of file /model.uml
12:34:45.611 [pool-204-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 11 NODES AND 11 M->MM REFERENCES! (took ~28sec)
12:34:45.611 [pool-204-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding edges of file /model.uml
12:34:45.618 [pool-204-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 23 REFERENCES! (took ~0 sec)
12:34:45.618 [pool-204-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performed batch insert on file: /model.uml.
0s98ms [pure insertion]
marking any relevant derived attributes for update...12:34:45.618 [pool-204-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
12:34:45.618 [pool-204-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
12:34:45.619 [pool-204-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating proxies...
attempting to resolve any leftover cross-file references...
12:34:45.619 [pool-204-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Resolving any leftover cross-file references...
12:34:45.621 [pool-204-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Processing 0/24 proxy references (0 sec total)
12:34:45.674 [pool-204-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - 12 proxy ref lists left after resolving 0 refs
12:34:45.675 [pool-204-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - proxy resolution took: ~0.056s
attempting to resolve any uninitialized derived attributes...
12:34:45.675 [pool-204-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Resolving any uninitialized derived attributes...
12:34:45.675 [pool-204-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - Deriving attributes...
12:34:45.675 [pool-204-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...
12:34:45.675 [pool-204-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating any affected derived attributes...
0s56ms [proxy update]
12:34:45.675 [pool-204-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updated proxies.
12:34:45.675 [pool-204-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performing optional post-sync operations.
12:34:45.675 [pool-204-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updated Hawk instance test (success). 0 s 166 ms
12:34:45.684 [main] INFO  o.e.h.c.r.CompositeStateListener - Hawk shutting down...
12:34:45.684 [main] INFO  o.e.h.c.r.CompositeStateListener - Saving Hawk metadata...
adding: file:///home/jenkins/agent/workspace/Hawk_Greycat_backend_master/core/tests/org.eclipse.hawk.integration.tests/resources/models/uml/simpleProfileApplicationNewVersion/:org.eclipse.hawk.localfolder.LocalFolder:false
adding: pathmap://UML_LIBRARIES/:org.eclipse.hawk.uml.vcs.PredefinedUMLLibraries:false
12:34:45.687 [main] INFO  o.e.h.c.r.CompositeStateListener - Saved Hawk metadata.
12:34:45.687 [main] INFO  o.e.h.core.runtime.BaseModelIndexer - Waiting 120s for all scheduled tasks to complete
12:34:45.873 [main] INFO  o.e.hawk.greycat.lucene.SoftTxLucene - Shutdown of Lucene complete.
12:34:45.874 [main] INFO  o.e.h.g.AbstractGreycatDatabase - Disconnected from GreyCat graph at /tmp/junit10702520407820968571/test_customProfileV5[LevelDB GreyCat]
12:34:45.874 [main] INFO  o.e.h.c.r.CompositeStateListener - Hawk shut down.
12:34:46.115 [main] INFO  o.e.h.c.r.CompositeStateListener - Saving Hawk metadata...
12:34:46.116 [main] INFO  o.e.h.c.r.CompositeStateListener - Saved Hawk metadata.
12:34:46.116 [main] INFO  o.e.h.c.r.CompositeStateListener - Initializing Hawk...
inserting static metamodels of registered metamodel factories to graph:
org.eclipse.hawk.uml.metamodel.UMLMetaModelResourceFactory
12:34:46.189 [main] INFO  o.e.h.g.u.GraphMetaModelResourceInjector - ADDING METAMODELS: 
12:34:46.189 [main] INFO  o.e.h.g.u.GraphMetaModelResourceInjector - ADDING: 
12:34:46.317 [main] DEBUG o.e.h.g.u.GraphMetaModelResourceInjector - supertype dependency from http://www.eclipse.org/uml2/schemas/UML2/1 to http://www.eclipse.org/emf/2002/Ecore
12:34:46.317 [main] DEBUG o.e.h.g.u.GraphMetaModelResourceInjector - supertype dependency from http://www.eclipse.org/uml2/schemas/UML2/1 to http://www.eclipse.org/uml2/5.0.0/UML
12:34:46.323 [main] DEBUG o.e.h.g.u.GraphMetaModelResourceInjector - supertype dependency from http://www.eclipse.org/uml2/schemas/UML2/0 to http://www.eclipse.org/uml2/5.0.0/UML
12:34:46.374 [main] DEBUG o.e.h.g.u.GraphMetaModelResourceInjector - supertype dependency from http://www.eclipse.org/uml2/schemas/UML2/0 to http://www.eclipse.org/emf/2002/Ecore
12:34:46.378 [main] DEBUG o.e.h.g.u.GraphMetaModelResourceInjector - supertype dependency from http://www.eclipse.org/uml2/5.0.0/UML/Profile/Standard to http://www.eclipse.org/uml2/5.0.0/UML
12:34:46.389 [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[]
12:34:46.389 [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
12:34:46.391 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EBigInteger will be handled as its instance type java.math.BigInteger
12:34:46.392 [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
12:34:46.392 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EBoolean will be handled as its instance type java.lang.Boolean
12:34:46.392 [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
12:34:46.392 [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
12:34:46.392 [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
12:34:46.392 [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
12:34:46.394 [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
12:34:46.394 [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
12:34:46.395 [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
12:34:46.395 [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
12:34:46.395 [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
12:34:46.395 [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
12:34:46.401 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EDouble will be handled as its instance type java.lang.Double
12:34:46.401 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EFeatureMapEntry will be handled as its instance type org.eclipse.emf.ecore.util.FeatureMap$Entry
12:34:46.401 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EFloatObject will be handled as its instance type java.lang.Float
12:34:46.401 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EShort will be handled as its instance type short
12:34:46.401 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EInt will be handled as its instance type java.lang.Integer
12:34:46.401 [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
12:34:46.402 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EByte will be handled as its instance type byte
12:34:46.402 [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
12:34:46.402 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EFloat will be handled as its instance type java.lang.Float
12:34:46.405 [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
12:34:46.405 [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
12:34:46.405 [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
12:34:46.407 [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
12:34:46.407 [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
12:34:46.407 [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
12:34:46.407 [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
12:34:46.407 [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
12:34:46.407 [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
12:34:46.408 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http:///Ecore_2_1RgZIMezEdmTJL3rR1ioJg.profile.uml2::Ecore__ContentKind will be handled as its instance type NULL_INSTANCE_TYPE
12:34:46.408 [main] DEBUG o.e.h.g.u.GraphMetaModelResourceInjector - supertype dependency from http:///Ecore_2_1RgZIMezEdmTJL3rR1ioJg.profile.uml2 to http://www.eclipse.org/emf/2002/Ecore
12:34:46.408 [main] DEBUG o.e.h.g.u.GraphMetaModelResourceInjector - supertype dependency from http:///Ecore_2_1RgZIMezEdmTJL3rR1ioJg.profile.uml2 to http://www.eclipse.org/uml2/5.0.0/UML
12:34:46.409 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http:///Ecore_2_1RgZIMezEdmTJL3rR1ioJg.profile.uml2::Ecore__FeatureKind will be handled as its instance type NULL_INSTANCE_TYPE
12:34:46.414 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http:///Ecore_2_1RgZIMezEdmTJL3rR1ioJg.profile.uml2::Ecore__VisibilityKind will be handled as its instance type NULL_INSTANCE_TYPE
12:34:46.415 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/uml2/5.0.0/Types::UnlimitedNatural will be handled as its instance type java.lang.Integer
12:34:46.415 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/uml2/5.0.0/Types::String will be handled as its instance type java.lang.String
12:34:46.415 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/uml2/5.0.0/Types::Real will be handled as its instance type java.lang.Double
12:34:46.415 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/uml2/5.0.0/Types::Integer will be handled as its instance type java.lang.Integer
12:34:46.415 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/uml2/5.0.0/Types::Boolean will be handled as its instance type java.lang.Boolean
12:34:46.415 [main] DEBUG o.e.h.g.u.GraphMetaModelResourceInjector - supertype dependency from http:///Ecore_0.profile.uml2 to http://www.eclipse.org/emf/2002/Ecore
12:34:46.415 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http:///Ecore_0.profile.uml2::Ecore__ContentKind will be handled as its instance type NULL_INSTANCE_TYPE
12:34:46.415 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http:///Ecore_0.profile.uml2::Ecore__FeatureKind will be handled as its instance type NULL_INSTANCE_TYPE
12:34:46.416 [main] DEBUG o.e.h.g.u.GraphMetaModelResourceInjector - supertype dependency from http:///Ecore_0.profile.uml2 to http://www.eclipse.org/uml2/5.0.0/UML
12:34:46.422 [main] DEBUG o.e.h.g.u.GraphMetaModelResourceInjector - supertype dependency from http:///_PS5oQDmHEdmHabrnfLjH-w.profile.uml2 to http://www.eclipse.org/emf/2002/Ecore
12:34:46.423 [main] DEBUG o.e.h.g.u.GraphMetaModelResourceInjector - supertype dependency from http:///_PS5oQDmHEdmHabrnfLjH-w.profile.uml2 to http://www.eclipse.org/uml2/5.0.0/UML
12:34:46.423 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http:///_PS5oQDmHEdmHabrnfLjH-w.profile.uml2::Ecore__FeatureKind will be handled as its instance type NULL_INSTANCE_TYPE
12:34:46.423 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http:///_PS5oQDmHEdmHabrnfLjH-w.profile.uml2::Ecore__VisibilityKind will be handled as its instance type NULL_INSTANCE_TYPE
12:34:46.425 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http:///_PS5oQDmHEdmHabrnfLjH-w.profile.uml2::Ecore__ContentKind will be handled as its instance type NULL_INSTANCE_TYPE
12:34:46.430 [main] DEBUG o.e.h.g.u.GraphMetaModelResourceInjector - supertype dependency from http://www.eclipse.org/uml2/schemas/Ecore/3 to http://www.eclipse.org/emf/2002/Ecore
12:34:46.430 [main] DEBUG o.e.h.g.u.GraphMetaModelResourceInjector - supertype dependency from http://www.eclipse.org/uml2/schemas/Ecore/3 to http://www.eclipse.org/uml2/5.0.0/UML
12:34:46.431 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/uml2/schemas/Ecore/3::VisibilityKind will be handled as its instance type NULL_INSTANCE_TYPE
12:34:46.435 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/uml2/schemas/Ecore/3::ContentKind will be handled as its instance type NULL_INSTANCE_TYPE
12:34:46.436 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/uml2/schemas/Ecore/3::FeatureKind will be handled as its instance type NULL_INSTANCE_TYPE
12:34:46.437 [main] DEBUG o.e.h.g.u.GraphMetaModelResourceInjector - supertype dependency from http://www.eclipse.org/uml2/schemas/UML2/2 to http://www.eclipse.org/uml2/5.0.0/UML
12:34:46.438 [main] DEBUG o.e.h.g.u.GraphMetaModelResourceInjector - supertype dependency from http://www.eclipse.org/uml2/schemas/UML2/2 to http://www.eclipse.org/uml2/5.0.0/Types
12:34:46.475 [main] DEBUG o.e.h.g.u.GraphMetaModelResourceInjector - supertype dependency from http://www.eclipse.org/uml2/schemas/Ecore/5 to http://www.eclipse.org/emf/2002/Ecore
12:34:46.475 [main] DEBUG o.e.h.g.u.GraphMetaModelResourceInjector - supertype dependency from http://www.eclipse.org/uml2/schemas/Ecore/5 to http://www.eclipse.org/uml2/5.0.0/UML
12:34:46.477 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/uml2/schemas/Ecore/5::ContentKind will be handled as its instance type NULL_INSTANCE_TYPE
12:34:46.482 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/uml2/schemas/Ecore/5::FeatureKind will be handled as its instance type NULL_INSTANCE_TYPE
12:34:46.484 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/uml2/schemas/Ecore/5::VisibilityKind will be handled as its instance type NULL_INSTANCE_TYPE
12:34:46.485 [main] DEBUG o.e.h.g.u.GraphMetaModelResourceInjector - supertype dependency from http://www.eclipse.org/uml2/schemas/Ecore/4 to http://www.eclipse.org/emf/2002/Ecore
12:34:46.486 [main] DEBUG o.e.h.g.u.GraphMetaModelResourceInjector - supertype dependency from http://www.eclipse.org/uml2/schemas/Ecore/4 to http://www.eclipse.org/uml2/5.0.0/UML
12:34:46.559 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/uml2/schemas/Ecore/4::VisibilityKind will be handled as its instance type NULL_INSTANCE_TYPE
12:34:46.564 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/uml2/schemas/Ecore/4::FeatureKind will be handled as its instance type NULL_INSTANCE_TYPE
12:34:46.568 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/uml2/schemas/Ecore/4::ContentKind will be handled as its instance type NULL_INSTANCE_TYPE
12:34:46.569 [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
12:34:46.569 [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
12:34:46.569 [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
12:34:46.569 [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
12:34:46.569 [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
12:34:46.569 [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
12:34:46.569 [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
12:34:46.569 [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
12:34:46.569 [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
12:34:46.569 [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
12:34:46.569 [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
12:34:46.569 [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
12:34:46.570 [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
12:34:46.574 [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
12:34:46.574 [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
12:34:46.574 [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
12:34:46.574 [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
12:34:46.574 [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
12:34:46.574 [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
12:34:46.574 [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
12:34:46.574 [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
12:34:46.574 [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
12:34:46.576 [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
12:34:46.576 [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[]
12:34:46.576 [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
12:34:46.576 [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
12:34:46.576 [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
12:34:46.576 [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
12:34:46.576 [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
12:34:46.576 [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
12:34:46.576 [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
12:34:46.576 [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
12:34:46.576 [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
12:34:46.576 [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
12:34:46.576 [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[]
12:34:46.576 [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
12:34:46.576 [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
12:34:46.576 [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
12:34:46.576 [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
12:34:46.578 [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
12:34:46.578 [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
12:34:46.578 [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
12:34:46.578 [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
12:34:46.578 [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
12:34:46.578 [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
12:34:46.578 [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
12:34:46.578 [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
12:34:46.578 [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
12:34:46.578 [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
12:34:46.578 [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
12:34:46.578 [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
12:34:46.578 [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
12:34:46.578 [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
12:34:46.578 [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
12:34:46.578 [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
12:34:46.578 [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
12:34:46.578 [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
12:34:46.578 [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
12:34:46.578 [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
12:34:46.579 [main] DEBUG o.e.h.g.u.GraphMetaModelResourceInjector - supertype dependency from http://www.eclipse.org/uml2/5.0.0/UML to http://www.eclipse.org/emf/2002/Ecore
12:34:46.580 [main] DEBUG o.e.h.g.u.GraphMetaModelResourceInjector - supertype dependency from http://www.eclipse.org/uml2/5.0.0/UML to http://www.eclipse.org/uml2/5.0.0/Types
12:34:46.663 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/uml2/5.0.0/UML::ExpansionKind will be handled as its instance type org.eclipse.uml2.uml.ExpansionKind
12:34:46.742 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/uml2/5.0.0/UML::ConnectorKind will be handled as its instance type org.eclipse.uml2.uml.ConnectorKind
12:34:46.759 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/uml2/5.0.0/UML::InteractionOperatorKind will be handled as its instance type org.eclipse.uml2.uml.InteractionOperatorKind
12:34:46.770 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/uml2/5.0.0/UML::VisibilityKind will be handled as its instance type org.eclipse.uml2.uml.VisibilityKind
12:34:46.803 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/uml2/5.0.0/UML::ParameterDirectionKind will be handled as its instance type org.eclipse.uml2.uml.ParameterDirectionKind
12:34:46.803 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/uml2/5.0.0/UML::ObjectNodeOrderingKind will be handled as its instance type org.eclipse.uml2.uml.ObjectNodeOrderingKind
12:34:46.918 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/uml2/5.0.0/UML::MessageKind will be handled as its instance type org.eclipse.uml2.uml.MessageKind
12:34:46.950 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/uml2/5.0.0/UML::CallConcurrencyKind will be handled as its instance type org.eclipse.uml2.uml.CallConcurrencyKind
12:34:47.005 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/uml2/5.0.0/UML::ParameterEffectKind will be handled as its instance type org.eclipse.uml2.uml.ParameterEffectKind
12:34:47.035 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/uml2/5.0.0/UML::TransitionKind will be handled as its instance type org.eclipse.uml2.uml.TransitionKind
12:34:47.098 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/uml2/5.0.0/UML::PseudostateKind will be handled as its instance type org.eclipse.uml2.uml.PseudostateKind
12:34:47.201 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/uml2/5.0.0/UML::MessageSort will be handled as its instance type org.eclipse.uml2.uml.MessageSort
12:34:47.220 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/uml2/5.0.0/UML::AggregationKind will be handled as its instance type org.eclipse.uml2.uml.AggregationKind
12:34:47.386 [main] INFO  o.e.h.g.u.GraphMetaModelResourceInjector - 421 METAMODEL NODES! (took ~1 sec)
inserting static metamodels complete
12:34:47.386 [main] INFO  o.e.h.c.r.CompositeStateListener - Registering metamodels...
12:34:47.400 [main] INFO  o.e.h.c.r.CompositeStateListener - Registered metamodels.
12:34:47.400 [main] INFO  o.e.h.c.r.CompositeStateListener - Initialized Hawk.
12:34:47.400 [pool-206-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating Hawk...
updating indexer: 
12:34:47.401 [pool-206-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performing optional post-sync operations.
12:34:47.401 [pool-206-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updated Hawk instance test (success). 0 s 0 ms
12:34:47.479 [main] INFO  o.e.h.c.r.CompositeStateListener - Saving Hawk metadata...
adding: pathmap://UML_LIBRARIES/:org.eclipse.hawk.uml.vcs.PredefinedUMLLibraries:false
12:34:47.481 [main] INFO  o.e.h.c.r.CompositeStateListener - Saved Hawk metadata.
12:34:47.482 [pool-206-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating Hawk...
updating indexer: 
12:34:47.482 [pool-206-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating relevant changed model files...
12:34:47.488 [pool-206-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Deleting models removed from repository...
12:34:47.488 [pool-206-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating models to the new version...
12:34:47.510 [pool-206-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /UMLPrimitiveTypes.library.uml...
12:34:47.577 [pool-206-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
12:34:47.578 [pool-206-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
12:34:47.578 [pool-206-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performing batch insert on file: /UMLPrimitiveTypes.library.uml...
12:34:47.581 [pool-206-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding elements of file /UMLPrimitiveTypes.library.uml
12:34:47.679 [pool-206-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 22 NODES AND 22 M->MM REFERENCES! (took ~95sec)
12:34:47.679 [pool-206-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding edges of file /UMLPrimitiveTypes.library.uml
12:34:47.701 [pool-206-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 81 REFERENCES! (took ~0 sec)
12:34:47.701 [pool-206-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performed batch insert on file: /UMLPrimitiveTypes.library.uml.
0s191ms [pure insertion]
marking any relevant derived attributes for update...12:34:47.701 [pool-206-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s3ms
12:34:47.704 [pool-206-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s3ms
12:34:47.706 [pool-206-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /JavaPrimitiveTypes.library.uml...
12:34:47.706 [pool-206-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
12:34:47.706 [pool-206-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
12:34:47.707 [pool-206-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performing batch insert on file: /JavaPrimitiveTypes.library.uml...
12:34:47.711 [pool-206-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding elements of file /JavaPrimitiveTypes.library.uml
12:34:47.817 [pool-206-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 12 NODES AND 12 M->MM REFERENCES! (took ~102sec)
12:34:47.817 [pool-206-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding edges of file /JavaPrimitiveTypes.library.uml
12:34:47.883 [pool-206-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 72 REFERENCES! (took ~0 sec)
12:34:47.883 [pool-206-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performed batch insert on file: /JavaPrimitiveTypes.library.uml.
0s177ms [pure insertion]
marking any relevant derived attributes for update...12:34:47.883 [pool-206-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
12:34:47.883 [pool-206-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
12:34:47.886 [pool-206-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /XMLPrimitiveTypes.library.uml...
12:34:47.886 [pool-206-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
12:34:47.886 [pool-206-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
12:34:47.887 [pool-206-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performing batch insert on file: /XMLPrimitiveTypes.library.uml...
12:34:47.891 [pool-206-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding elements of file /XMLPrimitiveTypes.library.uml
12:34:48.010 [pool-206-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 100 NODES AND 100 M->MM REFERENCES! (took ~804sec)
12:34:48.010 [pool-206-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding edges of file /XMLPrimitiveTypes.library.uml
12:34:48.094 [pool-206-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 852 REFERENCES! (took ~0 sec)
12:34:48.094 [pool-206-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performed batch insert on file: /XMLPrimitiveTypes.library.uml.
0s208ms [pure insertion]
marking any relevant derived attributes for update...12:34:48.094 [pool-206-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
12:34:48.094 [pool-206-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
12:34:48.099 [pool-206-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /EcorePrimitiveTypes.library.uml...
12:34:48.099 [pool-206-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
12:34:48.099 [pool-206-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
12:34:48.099 [pool-206-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performing batch insert on file: /EcorePrimitiveTypes.library.uml...
12:34:48.104 [pool-206-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding elements of file /EcorePrimitiveTypes.library.uml
12:34:48.282 [pool-206-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 51 NODES AND 51 M->MM REFERENCES! (took ~477sec)
12:34:48.282 [pool-206-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding edges of file /EcorePrimitiveTypes.library.uml
12:34:48.298 [pool-206-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 347 REFERENCES! (took ~0 sec)
12:34:48.298 [pool-206-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performed batch insert on file: /EcorePrimitiveTypes.library.uml.
0s199ms [pure insertion]
marking any relevant derived attributes for update...12:34:48.298 [pool-206-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
12:34:48.298 [pool-206-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
12:34:48.300 [pool-206-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating proxies...
attempting to resolve any leftover cross-file references...
12:34:48.300 [pool-206-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Resolving any leftover cross-file references...
12:34:48.312 [pool-206-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Processing 0/20 proxy references (0 sec total)
12:34:48.313 [pool-206-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - 10 proxy ref lists left after resolving 0 refs
12:34:48.313 [pool-206-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - proxy resolution took: ~0.013s
attempting to resolve any uninitialized derived attributes...
12:34:48.313 [pool-206-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Resolving any uninitialized derived attributes...
12:34:48.313 [pool-206-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - Deriving attributes...
12:34:48.313 [pool-206-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...
12:34:48.313 [pool-206-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating any affected derived attributes...
0s13ms [proxy update]
12:34:48.313 [pool-206-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updated proxies.
12:34:48.314 [pool-206-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performing optional post-sync operations.
12:34:48.314 [pool-206-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updated Hawk instance test (success). 0 s 832 ms
12:34:48.314 [main] INFO  o.e.h.c.r.CompositeStateListener - Adding metamodel(s)...
Adding metamodels in: ../../core/tests/org.eclipse.hawk.integration.tests/resources/models/uml/simpleProfile/model.profile.uml to store
12:34:48.317 [main] INFO  o.e.h.g.u.GraphMetaModelResourceInjector - ADDING METAMODELS: 
12:34:48.317 [main] INFO  o.e.h.g.u.GraphMetaModelResourceInjector - ADDING: 
12:34:48.393 [main] DEBUG o.e.h.g.u.GraphMetaModelResourceInjector - supertype dependency from http://github.com/mondo-project/mondo-hawk/simpleProfile/0.0.2 to http://www.eclipse.org/uml2/5.0.0/UML
12:34:48.395 [main] DEBUG o.e.h.g.u.GraphMetaModelResourceInjector - supertype dependency from http:///schemas/RootElement/_I0k2UM7mEeeDhYwXdKEW_w/0/0.0.1 to http://www.eclipse.org/uml2/5.0.0/UML
12:34:48.396 [main] DEBUG o.e.h.g.u.GraphMetaModelResourceInjector - supertype dependency from http://github.com/mondo-project/mondo-hawk/simpleProfile/0.0.3 to http://www.eclipse.org/emf/2002/Ecore
12:34:48.396 [main] DEBUG o.e.h.g.u.GraphMetaModelResourceInjector - supertype dependency from http://github.com/mondo-project/mondo-hawk/simpleProfile/0.0.3 to http://www.eclipse.org/uml2/5.0.0/UML
12:34:48.398 [main] DEBUG o.e.h.g.u.GraphMetaModelResourceInjector - supertype dependency from http://github.com/mondo-project/mondo-hawk/simpleProfile/0.0.5 to http://www.eclipse.org/emf/2002/Ecore
12:34:48.399 [main] DEBUG o.e.h.g.u.GraphMetaModelResourceInjector - supertype dependency from http://github.com/mondo-project/mondo-hawk/simpleProfile/0.0.5 to http://www.eclipse.org/uml2/5.0.0/UML
12:34:48.400 [main] DEBUG o.e.h.g.u.GraphMetaModelResourceInjector - supertype dependency from http://github.com/mondo-project/mondo-hawk/simpleProfile/0.0.4 to http://www.eclipse.org/emf/2002/Ecore
12:34:48.400 [main] DEBUG o.e.h.g.u.GraphMetaModelResourceInjector - supertype dependency from http://github.com/mondo-project/mondo-hawk/simpleProfile/0.0.4 to http://www.eclipse.org/uml2/5.0.0/UML
12:34:48.406 [main] INFO  o.e.h.g.u.GraphMetaModelResourceInjector - 10 METAMODEL NODES! (took ~0 sec)
reseting local top revision of repository: pathmap://UML_LIBRARIES/
(as elements in it were removed or new metamodels were added to Hawk)
12:34:48.406 [main] INFO  o.e.h.c.r.CompositeStateListener - Added metamodel(s).
12:34:48.588 [main] INFO  o.e.h.c.r.CompositeStateListener - Saving Hawk metadata...
adding: pathmap://UML_LIBRARIES/:org.eclipse.hawk.uml.vcs.PredefinedUMLLibraries:false
adding: file:///tmp/junit17763545906034230163/:org.eclipse.hawk.localfolder.LocalFolder:false
12:34:48.590 [main] INFO  o.e.h.c.r.CompositeStateListener - Saved Hawk metadata.
12:34:48.590 [pool-206-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating Hawk...
updating indexer: 
12:34:48.590 [pool-206-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating relevant changed model files...
12:34:48.592 [pool-206-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Deleting models removed from repository...
12:34:48.592 [pool-206-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating models to the new version...
12:34:48.592 [pool-206-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating proxies...
attempting to resolve any leftover cross-file references...
12:34:48.592 [pool-206-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Resolving any leftover cross-file references...
12:34:48.593 [pool-206-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Processing 0/20 proxy references (0 sec total)
12:34:48.593 [pool-206-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - 10 proxy ref lists left after resolving 0 refs
12:34:48.593 [pool-206-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - proxy resolution took: ~0.001s
attempting to resolve any uninitialized derived attributes...
12:34:48.593 [pool-206-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Resolving any uninitialized derived attributes...
12:34:48.593 [pool-206-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - Deriving attributes...
12:34:48.593 [pool-206-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...
12:34:48.593 [pool-206-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating any affected derived attributes...
0s1ms [proxy update]
12:34:48.593 [pool-206-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updated proxies.
12:34:48.602 [pool-206-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating relevant changed model files...
12:34:48.604 [pool-206-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Deleting models removed from repository...
12:34:48.604 [pool-206-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating models to the new version...
12:34:48.608 [pool-206-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /simpleProfile/model.profile.uml...
12:34:48.608 [pool-206-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
12:34:48.608 [pool-206-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
12:34:48.608 [pool-206-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performing batch insert on file: /simpleProfile/model.profile.uml...
12:34:48.613 [pool-206-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding elements of file /simpleProfile/model.profile.uml
12:34:49.083 [pool-206-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 72 NODES AND 72 M->MM REFERENCES! (took ~155sec)
12:34:49.083 [pool-206-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding edges of file /simpleProfile/model.profile.uml
12:34:49.484 [pool-206-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 193 REFERENCES! (took ~0 sec)
12:34:49.484 [pool-206-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performed batch insert on file: /simpleProfile/model.profile.uml.
0s876ms [pure insertion]
marking any relevant derived attributes for update...12:34:49.484 [pool-206-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
12:34:49.484 [pool-206-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
12:34:49.487 [pool-206-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /zoo/model.uml...
12:34:49.487 [pool-206-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
12:34:49.487 [pool-206-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
12:34:49.487 [pool-206-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performing batch insert on file: /zoo/model.uml...
12:34:49.490 [pool-206-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding elements of file /zoo/model.uml
12:34:49.505 [pool-206-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 15 NODES AND 15 M->MM REFERENCES! (took ~135sec)
12:34:49.505 [pool-206-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding edges of file /zoo/model.uml
12:34:49.574 [pool-206-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 149 REFERENCES! (took ~0 sec)
12:34:49.574 [pool-206-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performed batch insert on file: /zoo/model.uml.
0s87ms [pure insertion]
marking any relevant derived attributes for update...12:34:49.574 [pool-206-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
12:34:49.575 [pool-206-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
12:34:49.576 [pool-206-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /crossfile-refs/model1/model.uml...
12:34:49.576 [pool-206-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
12:34:49.576 [pool-206-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
12:34:49.576 [pool-206-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performing batch insert on file: /crossfile-refs/model1/model.uml...
12:34:49.580 [pool-206-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding elements of file /crossfile-refs/model1/model.uml
12:34:49.616 [pool-206-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 3 NODES AND 3 M->MM REFERENCES! (took ~25sec)
12:34:49.616 [pool-206-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding edges of file /crossfile-refs/model1/model.uml
12:34:49.676 [pool-206-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 14 REFERENCES! (took ~0 sec)
12:34:49.676 [pool-206-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performed batch insert on file: /crossfile-refs/model1/model.uml.
0s100ms [pure insertion]
marking any relevant derived attributes for update...12:34:49.676 [pool-206-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
12:34:49.676 [pool-206-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
12:34:49.678 [pool-206-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /crossfile-refs/model2/model.uml...
12:34:49.678 [pool-206-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
12:34:49.678 [pool-206-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
12:34:49.678 [pool-206-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performing batch insert on file: /crossfile-refs/model2/model.uml...
12:34:49.682 [pool-206-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding elements of file /crossfile-refs/model2/model.uml
12:34:49.712 [pool-206-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 6 NODES AND 6 M->MM REFERENCES! (took ~46sec)
12:34:49.712 [pool-206-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding edges of file /crossfile-refs/model2/model.uml
12:34:49.778 [pool-206-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 38 REFERENCES! (took ~0 sec)
12:34:49.778 [pool-206-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performed batch insert on file: /crossfile-refs/model2/model.uml.
0s100ms [pure insertion]
marking any relevant derived attributes for update...12:34:49.778 [pool-206-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
12:34:49.778 [pool-206-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
12:34:49.783 [pool-206-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /simpleProfileApplication/model.uml...
12:34:49.783 [pool-206-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
12:34:49.785 [pool-206-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
12:34:49.785 [pool-206-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performing batch insert on file: /simpleProfileApplication/model.uml...
12:34:49.788 [pool-206-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding elements of file /simpleProfileApplication/model.uml
12:34:49.801 [pool-206-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 11 NODES AND 11 M->MM REFERENCES! (took ~28sec)
12:34:49.801 [pool-206-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding edges of file /simpleProfileApplication/model.uml
12:34:49.808 [pool-206-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 23 REFERENCES! (took ~0 sec)
12:34:49.808 [pool-206-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performed batch insert on file: /simpleProfileApplication/model.uml.
0s25ms [pure insertion]
marking any relevant derived attributes for update...12:34:49.808 [pool-206-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
12:34:49.808 [pool-206-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
12:34:49.808 [pool-206-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating proxies...
attempting to resolve any leftover cross-file references...
12:34:49.808 [pool-206-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Resolving any leftover cross-file references...
12:34:49.815 [pool-206-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Processing 0/109 proxy references (0 sec total)
12:34:49.878 [pool-206-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - 37 proxy ref lists left after resolving 39 refs
12:34:49.878 [pool-206-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - proxy resolution took: ~0.07s
attempting to resolve any uninitialized derived attributes...
12:34:49.878 [pool-206-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Resolving any uninitialized derived attributes...
12:34:49.878 [pool-206-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - Deriving attributes...
12:34:49.878 [pool-206-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...
12:34:49.878 [pool-206-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating any affected derived attributes...
0s70ms [proxy update]
12:34:49.878 [pool-206-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updated proxies.
12:34:49.879 [pool-206-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performing optional post-sync operations.
12:34:49.879 [pool-206-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updated Hawk instance test (success). 1 s 289 ms
12:34:49.884 [pool-206-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating Hawk...
updating indexer: 
12:34:49.891 [pool-206-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating relevant changed model files...
12:34:49.892 [pool-206-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Deleting models removed from repository...
12:34:49.892 [pool-206-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating models to the new version...
12:34:49.898 [pool-206-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /simpleProfileApplication/model.uml...
12:34:49.898 [pool-206-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
12:34:49.898 [pool-206-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File contains: 11 (11) nodes in store
12:34:49.904 [pool-206-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - Update contains | a:6 u:3 d:6 ratio: 1.3636363636363635
12:34:49.904 [pool-206-thread-1] DEBUG o.e.h.g.updater.GraphModelInserter - File already present, calculating deltas with respect to graph storage
12:34:49.905 [pool-206-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performing batch update of file: /simpleProfileApplication/model.uml...
12:34:49.905 [pool-206-thread-1] DEBUG o.e.hawk.graph.updater.DeletionUtils - deleting nodes from file: /simpleProfileApplication/model.uml
12:34:49.983 [pool-206-thread-1] DEBUG o.e.hawk.graph.updater.DeletionUtils - deleted all, took: 0.078s
12:34:49.992 [pool-206-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding elements of file /simpleProfileApplication/model.uml
12:34:50.012 [pool-206-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 11 NODES AND 11 M->MM REFERENCES! (took ~28sec)
12:34:50.012 [pool-206-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding edges of file /simpleProfileApplication/model.uml
12:34:50.023 [pool-206-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 23 REFERENCES! (took ~0 sec)
12:34:50.023 [pool-206-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performed batch update of file: /simpleProfileApplication/model.uml.
0s125ms [pure insertion]
marking any relevant derived attributes for update...12:34:50.023 [pool-206-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
12:34:50.023 [pool-206-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
12:34:50.023 [pool-206-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating proxies...
attempting to resolve any leftover cross-file references...
12:34:50.023 [pool-206-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Resolving any leftover cross-file references...
12:34:50.075 [pool-206-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Processing 0/74 proxy references (0 sec total)
12:34:50.078 [pool-206-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - 38 proxy ref lists left after resolving 1 refs
12:34:50.078 [pool-206-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - proxy resolution took: ~0.055s
attempting to resolve any uninitialized derived attributes...
12:34:50.078 [pool-206-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Resolving any uninitialized derived attributes...
12:34:50.078 [pool-206-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - Deriving attributes...
12:34:50.078 [pool-206-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...
12:34:50.078 [pool-206-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating any affected derived attributes...
0s55ms [proxy update]
12:34:50.078 [pool-206-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updated proxies.
12:34:50.078 [pool-206-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performing optional post-sync operations.
12:34:50.079 [pool-206-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updated Hawk instance test (success). 0 s 194 ms
12:34:50.083 [main] INFO  o.e.h.c.r.CompositeStateListener - Hawk shutting down...
12:34:50.083 [main] INFO  o.e.h.c.r.CompositeStateListener - Saving Hawk metadata...
adding: pathmap://UML_LIBRARIES/:org.eclipse.hawk.uml.vcs.PredefinedUMLLibraries:false
adding: file:///tmp/junit17763545906034230163/:org.eclipse.hawk.localfolder.LocalFolder:false
12:34:50.085 [main] INFO  o.e.h.c.r.CompositeStateListener - Saved Hawk metadata.
12:34:50.085 [main] INFO  o.e.h.core.runtime.BaseModelIndexer - Waiting 120s for all scheduled tasks to complete
12:34:50.224 [main] INFO  o.e.hawk.greycat.lucene.SoftTxLucene - Shutdown of Lucene complete.
12:34:50.224 [main] INFO  o.e.h.g.AbstractGreycatDatabase - Disconnected from GreyCat graph at /tmp/junit14842363581059671425/test_modelProfileInsideRepository[LevelDB GreyCat]
12:34:50.224 [main] INFO  o.e.h.c.r.CompositeStateListener - Hawk shut down.
12:34:50.409 [main] INFO  o.e.h.c.r.CompositeStateListener - Saving Hawk metadata...
12:34:50.411 [main] INFO  o.e.h.c.r.CompositeStateListener - Saved Hawk metadata.
12:34:50.411 [main] INFO  o.e.h.c.r.CompositeStateListener - Initializing Hawk...
inserting static metamodels of registered metamodel factories to graph:
org.eclipse.hawk.uml.metamodel.UMLMetaModelResourceFactory
12:34:50.437 [main] INFO  o.e.h.g.u.GraphMetaModelResourceInjector - ADDING METAMODELS: 
12:34:50.437 [main] INFO  o.e.h.g.u.GraphMetaModelResourceInjector - ADDING: 
12:34:50.601 [main] DEBUG o.e.h.g.u.GraphMetaModelResourceInjector - supertype dependency from http://www.eclipse.org/uml2/schemas/Ecore/4 to http://www.eclipse.org/emf/2002/Ecore
12:34:50.601 [main] DEBUG o.e.h.g.u.GraphMetaModelResourceInjector - supertype dependency from http://www.eclipse.org/uml2/schemas/Ecore/4 to http://www.eclipse.org/uml2/5.0.0/UML
12:34:50.602 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/uml2/schemas/Ecore/4::VisibilityKind will be handled as its instance type NULL_INSTANCE_TYPE
12:34:50.603 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/uml2/schemas/Ecore/4::ContentKind will be handled as its instance type NULL_INSTANCE_TYPE
12:34:50.606 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/uml2/schemas/Ecore/4::FeatureKind will be handled as its instance type NULL_INSTANCE_TYPE
12:34:50.610 [main] DEBUG o.e.h.g.u.GraphMetaModelResourceInjector - supertype dependency from http:///_PS5oQDmHEdmHabrnfLjH-w.profile.uml2 to http://www.eclipse.org/emf/2002/Ecore
12:34:50.611 [main] DEBUG o.e.h.g.u.GraphMetaModelResourceInjector - supertype dependency from http:///_PS5oQDmHEdmHabrnfLjH-w.profile.uml2 to http://www.eclipse.org/uml2/5.0.0/UML
12:34:50.611 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http:///_PS5oQDmHEdmHabrnfLjH-w.profile.uml2::Ecore__VisibilityKind will be handled as its instance type NULL_INSTANCE_TYPE
12:34:50.611 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http:///_PS5oQDmHEdmHabrnfLjH-w.profile.uml2::Ecore__FeatureKind will be handled as its instance type NULL_INSTANCE_TYPE
12:34:50.617 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http:///_PS5oQDmHEdmHabrnfLjH-w.profile.uml2::Ecore__ContentKind will be handled as its instance type NULL_INSTANCE_TYPE
12:34:50.618 [main] DEBUG o.e.h.g.u.GraphMetaModelResourceInjector - supertype dependency from http://www.eclipse.org/uml2/5.0.0/UML/Profile/Standard to http://www.eclipse.org/uml2/5.0.0/UML
12:34:50.677 [main] DEBUG o.e.h.g.u.GraphMetaModelResourceInjector - supertype dependency from http://www.eclipse.org/uml2/schemas/UML2/1 to http://www.eclipse.org/uml2/5.0.0/UML
12:34:50.678 [main] DEBUG o.e.h.g.u.GraphMetaModelResourceInjector - supertype dependency from http://www.eclipse.org/uml2/schemas/UML2/1 to http://www.eclipse.org/emf/2002/Ecore
12:34:50.681 [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[]
12:34:50.681 [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
12:34:50.682 [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
12:34:50.683 [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
12:34:50.683 [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
12:34:50.683 [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
12:34:50.683 [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
12:34:50.683 [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
12:34:50.683 [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
12:34:50.684 [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
12:34:50.684 [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
12:34:50.684 [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
12:34:50.685 [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
12:34:50.685 [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
12:34:50.685 [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
12:34:50.688 [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
12:34:50.688 [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
12:34:50.688 [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
12:34:50.688 [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
12:34:50.688 [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
12:34:50.688 [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
12:34:50.688 [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
12:34:50.689 [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
12:34:50.689 [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
12:34:50.692 [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
12:34:50.692 [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
12:34:50.692 [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
12:34:50.694 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EBooleanObject will be handled as its instance type java.lang.Boolean
12:34:50.694 [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
12:34:50.694 [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
12:34:50.694 [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
12:34:50.694 [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
12:34:50.694 [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
12:34:50.695 [main] DEBUG o.e.h.g.u.GraphMetaModelResourceInjector - supertype dependency from http:///Ecore_2_1RgZIMezEdmTJL3rR1ioJg.profile.uml2 to http://www.eclipse.org/emf/2002/Ecore
12:34:50.696 [main] DEBUG o.e.h.g.u.GraphMetaModelResourceInjector - supertype dependency from http:///Ecore_2_1RgZIMezEdmTJL3rR1ioJg.profile.uml2 to http://www.eclipse.org/uml2/5.0.0/UML
12:34:50.696 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http:///Ecore_2_1RgZIMezEdmTJL3rR1ioJg.profile.uml2::Ecore__ContentKind will be handled as its instance type NULL_INSTANCE_TYPE
12:34:50.696 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http:///Ecore_2_1RgZIMezEdmTJL3rR1ioJg.profile.uml2::Ecore__VisibilityKind will be handled as its instance type NULL_INSTANCE_TYPE
12:34:50.698 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http:///Ecore_2_1RgZIMezEdmTJL3rR1ioJg.profile.uml2::Ecore__FeatureKind will be handled as its instance type NULL_INSTANCE_TYPE
12:34:50.703 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/uml2/5.0.0/Types::UnlimitedNatural will be handled as its instance type java.lang.Integer
12:34:50.703 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/uml2/5.0.0/Types::String will be handled as its instance type java.lang.String
12:34:50.703 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/uml2/5.0.0/Types::Real will be handled as its instance type java.lang.Double
12:34:50.703 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/uml2/5.0.0/Types::Integer will be handled as its instance type java.lang.Integer
12:34:50.703 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/uml2/5.0.0/Types::Boolean will be handled as its instance type java.lang.Boolean
12:34:50.703 [main] DEBUG o.e.h.g.u.GraphMetaModelResourceInjector - supertype dependency from http://www.eclipse.org/uml2/schemas/Ecore/5 to http://www.eclipse.org/emf/2002/Ecore
12:34:50.704 [main] DEBUG o.e.h.g.u.GraphMetaModelResourceInjector - supertype dependency from http://www.eclipse.org/uml2/schemas/Ecore/5 to http://www.eclipse.org/uml2/5.0.0/UML
12:34:50.706 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/uml2/schemas/Ecore/5::VisibilityKind will be handled as its instance type NULL_INSTANCE_TYPE
12:34:50.707 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/uml2/schemas/Ecore/5::FeatureKind will be handled as its instance type NULL_INSTANCE_TYPE
12:34:50.712 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/uml2/schemas/Ecore/5::ContentKind will be handled as its instance type NULL_INSTANCE_TYPE
12:34:50.714 [main] DEBUG o.e.h.g.u.GraphMetaModelResourceInjector - supertype dependency from http://www.eclipse.org/uml2/schemas/UML2/0 to http://www.eclipse.org/emf/2002/Ecore
12:34:50.714 [main] DEBUG o.e.h.g.u.GraphMetaModelResourceInjector - supertype dependency from http://www.eclipse.org/uml2/schemas/UML2/0 to http://www.eclipse.org/uml2/5.0.0/UML
12:34:50.717 [main] DEBUG o.e.h.g.u.GraphMetaModelResourceInjector - supertype dependency from http://www.eclipse.org/uml2/schemas/Ecore/3 to http://www.eclipse.org/emf/2002/Ecore
12:34:50.718 [main] DEBUG o.e.h.g.u.GraphMetaModelResourceInjector - supertype dependency from http://www.eclipse.org/uml2/schemas/Ecore/3 to http://www.eclipse.org/uml2/5.0.0/UML
12:34:50.719 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/uml2/schemas/Ecore/3::VisibilityKind will be handled as its instance type NULL_INSTANCE_TYPE
12:34:50.720 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/uml2/schemas/Ecore/3::FeatureKind will be handled as its instance type NULL_INSTANCE_TYPE
12:34:50.776 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/uml2/schemas/Ecore/3::ContentKind will be handled as its instance type NULL_INSTANCE_TYPE
12:34:50.777 [main] DEBUG o.e.h.g.u.GraphMetaModelResourceInjector - supertype dependency from http:///Ecore_0.profile.uml2 to http://www.eclipse.org/emf/2002/Ecore
12:34:50.778 [main] DEBUG o.e.h.g.u.GraphMetaModelResourceInjector - supertype dependency from http:///Ecore_0.profile.uml2 to http://www.eclipse.org/uml2/5.0.0/UML
12:34:50.781 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http:///Ecore_0.profile.uml2::Ecore__ContentKind will be handled as its instance type NULL_INSTANCE_TYPE
12:34:50.781 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http:///Ecore_0.profile.uml2::Ecore__FeatureKind will be handled as its instance type NULL_INSTANCE_TYPE
12:34:50.784 [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
12:34:50.784 [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
12:34:50.784 [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
12:34:50.784 [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
12:34:50.784 [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
12:34:50.784 [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
12:34:50.784 [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
12:34:50.784 [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
12:34:50.784 [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
12:34:50.784 [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
12:34:50.784 [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
12:34:50.785 [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
12:34:50.785 [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
12:34:50.785 [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
12:34:50.785 [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
12:34:50.785 [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
12:34:50.785 [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
12:34:50.785 [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
12:34:50.785 [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
12:34:50.785 [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
12:34:50.785 [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
12:34:50.786 [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
12:34:50.786 [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
12:34:50.786 [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[]
12:34:50.786 [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
12:34:50.786 [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
12:34:50.786 [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
12:34:50.786 [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
12:34:50.786 [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
12:34:50.786 [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
12:34:50.786 [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
12:34:50.786 [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
12:34:50.786 [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
12:34:50.786 [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
12:34:50.786 [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[]
12:34:50.786 [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
12:34:50.786 [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
12:34:50.786 [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
12:34:50.786 [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
12:34:50.787 [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
12:34:50.787 [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
12:34:50.787 [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
12:34:50.787 [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
12:34:50.787 [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
12:34:50.787 [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
12:34:50.787 [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
12:34:50.787 [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
12:34:50.787 [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
12:34:50.787 [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
12:34:50.787 [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
12:34:50.787 [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
12:34:50.787 [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
12:34:50.787 [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
12:34:50.787 [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
12:34:50.787 [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
12:34:50.787 [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
12:34:50.787 [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
12:34:50.787 [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
12:34:50.787 [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
12:34:50.788 [main] DEBUG o.e.h.g.u.GraphMetaModelResourceInjector - supertype dependency from http://www.eclipse.org/uml2/schemas/UML2/2 to http://www.eclipse.org/uml2/5.0.0/UML
12:34:50.788 [main] DEBUG o.e.h.g.u.GraphMetaModelResourceInjector - supertype dependency from http://www.eclipse.org/uml2/schemas/UML2/2 to http://www.eclipse.org/uml2/5.0.0/Types
12:34:50.793 [main] DEBUG o.e.h.g.u.GraphMetaModelResourceInjector - supertype dependency from http://www.eclipse.org/uml2/5.0.0/UML to http://www.eclipse.org/emf/2002/Ecore
12:34:50.793 [main] DEBUG o.e.h.g.u.GraphMetaModelResourceInjector - supertype dependency from http://www.eclipse.org/uml2/5.0.0/UML to http://www.eclipse.org/uml2/5.0.0/Types
12:34:50.892 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/uml2/5.0.0/UML::ExpansionKind will be handled as its instance type org.eclipse.uml2.uml.ExpansionKind
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
12:34:51.107 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/uml2/5.0.0/UML::ConnectorKind will be handled as its instance type org.eclipse.uml2.uml.ConnectorKind
12:34:51.124 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/uml2/5.0.0/UML::InteractionOperatorKind will be handled as its instance type org.eclipse.uml2.uml.InteractionOperatorKind
12:34:51.135 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/uml2/5.0.0/UML::VisibilityKind will be handled as its instance type org.eclipse.uml2.uml.VisibilityKind
12:34:51.157 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/uml2/5.0.0/UML::ParameterDirectionKind will be handled as its instance type org.eclipse.uml2.uml.ParameterDirectionKind
12:34:51.157 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/uml2/5.0.0/UML::ObjectNodeOrderingKind will be handled as its instance type org.eclipse.uml2.uml.ObjectNodeOrderingKind
12:34:51.207 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/uml2/5.0.0/UML::MessageKind will be handled as its instance type org.eclipse.uml2.uml.MessageKind
12:34:51.238 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/uml2/5.0.0/UML::CallConcurrencyKind will be handled as its instance type org.eclipse.uml2.uml.CallConcurrencyKind
12:34:51.349 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/uml2/5.0.0/UML::ParameterEffectKind will be handled as its instance type org.eclipse.uml2.uml.ParameterEffectKind
12:34:51.383 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/uml2/5.0.0/UML::TransitionKind will be handled as its instance type org.eclipse.uml2.uml.TransitionKind
12:34:51.426 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/uml2/5.0.0/UML::PseudostateKind will be handled as its instance type org.eclipse.uml2.uml.PseudostateKind
12:34:51.452 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/uml2/5.0.0/UML::MessageSort will be handled as its instance type org.eclipse.uml2.uml.MessageSort
12:34:51.464 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/uml2/5.0.0/UML::AggregationKind will be handled as its instance type org.eclipse.uml2.uml.AggregationKind
12:34:51.782 [main] INFO  o.e.h.g.u.GraphMetaModelResourceInjector - 421 METAMODEL NODES! (took ~1 sec)
inserting static metamodels complete
12:34:51.783 [main] INFO  o.e.h.c.r.CompositeStateListener - Registering metamodels...
12:34:51.803 [main] INFO  o.e.h.c.r.CompositeStateListener - Registered metamodels.
12:34:51.803 [pool-208-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating Hawk...
updating indexer: 
12:34:51.803 [main] INFO  o.e.h.c.r.CompositeStateListener - Initialized Hawk.
12:34:51.804 [pool-208-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performing optional post-sync operations.
12:34:51.804 [pool-208-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updated Hawk instance test (success). 0 s 0 ms
12:34:51.899 [main] INFO  o.e.h.c.r.CompositeStateListener - Saving Hawk metadata...
adding: pathmap://UML_LIBRARIES/:org.eclipse.hawk.uml.vcs.PredefinedUMLLibraries:false
12:34:51.901 [main] INFO  o.e.h.c.r.CompositeStateListener - Saved Hawk metadata.
12:34:51.901 [pool-208-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating Hawk...
updating indexer: 
12:34:51.901 [pool-208-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating relevant changed model files...
12:34:51.906 [pool-208-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Deleting models removed from repository...
12:34:51.906 [pool-208-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating models to the new version...
12:34:51.974 [pool-208-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /JavaPrimitiveTypes.library.uml...
12:34:51.982 [pool-208-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
12:34:51.982 [pool-208-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
12:34:51.982 [pool-208-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performing batch insert on file: /JavaPrimitiveTypes.library.uml...
12:34:51.988 [pool-208-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding elements of file /JavaPrimitiveTypes.library.uml
12:34:52.095 [pool-208-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 12 NODES AND 12 M->MM REFERENCES! (took ~102sec)
12:34:52.095 [pool-208-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding edges of file /JavaPrimitiveTypes.library.uml
12:34:52.103 [pool-208-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 72 REFERENCES! (took ~0 sec)
12:34:52.103 [pool-208-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performed batch insert on file: /JavaPrimitiveTypes.library.uml.
0s129ms [pure insertion]
marking any relevant derived attributes for update...12:34:52.103 [pool-208-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s72ms
12:34:52.175 [pool-208-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s72ms
12:34:52.178 [pool-208-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /XMLPrimitiveTypes.library.uml...
12:34:52.178 [pool-208-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
12:34:52.178 [pool-208-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
12:34:52.178 [pool-208-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performing batch insert on file: /XMLPrimitiveTypes.library.uml...
12:34:52.181 [pool-208-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding elements of file /XMLPrimitiveTypes.library.uml
12:34:52.481 [pool-208-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 100 NODES AND 100 M->MM REFERENCES! (took ~804sec)
12:34:52.481 [pool-208-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding edges of file /XMLPrimitiveTypes.library.uml
12:34:52.500 [pool-208-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 852 REFERENCES! (took ~0 sec)
12:34:52.500 [pool-208-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performed batch insert on file: /XMLPrimitiveTypes.library.uml.
0s322ms [pure insertion]
marking any relevant derived attributes for update...12:34:52.500 [pool-208-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
12:34:52.500 [pool-208-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
12:34:52.593 [pool-208-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /UMLPrimitiveTypes.library.uml...
12:34:52.593 [pool-208-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
12:34:52.593 [pool-208-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
12:34:52.593 [pool-208-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performing batch insert on file: /UMLPrimitiveTypes.library.uml...
12:34:52.597 [pool-208-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding elements of file /UMLPrimitiveTypes.library.uml
12:34:52.712 [pool-208-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 22 NODES AND 22 M->MM REFERENCES! (took ~95sec)
12:34:52.712 [pool-208-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding edges of file /UMLPrimitiveTypes.library.uml
12:34:52.780 [pool-208-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 81 REFERENCES! (took ~0 sec)
12:34:52.780 [pool-208-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performed batch insert on file: /UMLPrimitiveTypes.library.uml.
0s187ms [pure insertion]
marking any relevant derived attributes for update...12:34:52.780 [pool-208-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
12:34:52.780 [pool-208-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
12:34:52.783 [pool-208-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /EcorePrimitiveTypes.library.uml...
12:34:52.783 [pool-208-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
12:34:52.783 [pool-208-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
12:34:52.783 [pool-208-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performing batch insert on file: /EcorePrimitiveTypes.library.uml...
12:34:52.787 [pool-208-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding elements of file /EcorePrimitiveTypes.library.uml
12:34:52.893 [pool-208-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 51 NODES AND 51 M->MM REFERENCES! (took ~477sec)
12:34:52.893 [pool-208-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding edges of file /EcorePrimitiveTypes.library.uml
12:34:52.905 [pool-208-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 347 REFERENCES! (took ~0 sec)
12:34:52.905 [pool-208-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performed batch insert on file: /EcorePrimitiveTypes.library.uml.
0s122ms [pure insertion]
marking any relevant derived attributes for update...12:34:52.905 [pool-208-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
12:34:52.905 [pool-208-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
12:34:52.906 [pool-208-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating proxies...
attempting to resolve any leftover cross-file references...
12:34:52.906 [pool-208-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Resolving any leftover cross-file references...
12:34:52.915 [pool-208-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Processing 0/20 proxy references (0 sec total)
12:34:52.915 [pool-208-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - 10 proxy ref lists left after resolving 0 refs
12:34:52.915 [pool-208-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - proxy resolution took: ~0.009s
attempting to resolve any uninitialized derived attributes...
12:34:52.915 [pool-208-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Resolving any uninitialized derived attributes...
12:34:52.915 [pool-208-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - Deriving attributes...
12:34:52.916 [pool-208-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...
12:34:52.916 [pool-208-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating any affected derived attributes...
0s10ms [proxy update]
12:34:52.916 [pool-208-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updated proxies.
12:34:52.916 [pool-208-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performing optional post-sync operations.
12:34:52.916 [pool-208-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updated Hawk instance test (success). 1 s 15 ms
12:34:53.095 [main] INFO  o.e.h.c.r.CompositeStateListener - Saving Hawk metadata...
adding: pathmap://UML_LIBRARIES/:org.eclipse.hawk.uml.vcs.PredefinedUMLLibraries:false
adding: platform:/resource:org.eclipse.hawk.workspace.Workspace:false
12:34:53.097 [main] INFO  o.e.h.c.r.CompositeStateListener - Saved Hawk metadata.
12:34:53.097 [pool-208-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating Hawk...
updating indexer: 
12:34:53.102 [pool-208-thread-1] INFO  org.eclipse.hawk.workspace.Workspace - getDelta() over workspace - 5 ms
12:34:53.102 [pool-208-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating relevant changed model files...
12:34:53.103 [pool-208-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Deleting models removed from repository...
12:34:53.103 [pool-208-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating models to the new version...
12:34:53.104 [pool-208-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /model2/model.uml...
12:34:53.104 [pool-208-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
12:34:53.105 [pool-208-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
12:34:53.105 [pool-208-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performing batch insert on file: /model2/model.uml...
12:34:53.108 [pool-208-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding elements of file /model2/model.uml
12:34:53.195 [pool-208-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 6 NODES AND 6 M->MM REFERENCES! (took ~46sec)
12:34:53.195 [pool-208-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding edges of file /model2/model.uml
12:34:53.215 [pool-208-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 38 REFERENCES! (took ~0 sec)
12:34:53.215 [pool-208-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performed batch insert on file: /model2/model.uml.
0s111ms [pure insertion]
marking any relevant derived attributes for update...12:34:53.215 [pool-208-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
12:34:53.215 [pool-208-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
12:34:53.216 [pool-208-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /model1/model.uml...
12:34:53.217 [pool-208-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
12:34:53.219 [pool-208-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
12:34:53.219 [pool-208-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performing batch insert on file: /model1/model.uml...
12:34:53.276 [pool-208-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding elements of file /model1/model.uml
12:34:53.319 [pool-208-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 3 NODES AND 3 M->MM REFERENCES! (took ~25sec)
12:34:53.319 [pool-208-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding edges of file /model1/model.uml
12:34:53.384 [pool-208-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 14 REFERENCES! (took ~0 sec)
12:34:53.384 [pool-208-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performed batch insert on file: /model1/model.uml.
0s168ms [pure insertion]
marking any relevant derived attributes for update...12:34:53.384 [pool-208-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
12:34:53.384 [pool-208-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
12:34:53.384 [pool-208-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating proxies...
attempting to resolve any leftover cross-file references...
12:34:53.384 [pool-208-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Resolving any leftover cross-file references...
12:34:53.388 [pool-208-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Processing 0/50 proxy references (0 sec total)
12:34:53.397 [pool-208-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - 10 proxy ref lists left after resolving 30 refs
12:34:53.397 [pool-208-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - proxy resolution took: ~0.013s
attempting to resolve any uninitialized derived attributes...
12:34:53.397 [pool-208-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Resolving any uninitialized derived attributes...
12:34:53.397 [pool-208-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - Deriving attributes...
12:34:53.397 [pool-208-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...
12:34:53.397 [pool-208-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating any affected derived attributes...
0s13ms [proxy update]
12:34:53.397 [pool-208-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updated proxies.
12:34:53.397 [pool-208-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performing optional post-sync operations.
12:34:53.397 [pool-208-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updated Hawk instance test (success). 0 s 300 ms
12:34:53.398 [pool-208-thread-1] DEBUG o.e.hawk.epsilon.emc.EOLQueryEngine - Graph path: /tmp/junit6603769100416577569/test_workspaceCrosslinks[LevelDB GreyCat]
12:34:53.403 [pool-208-thread-1] DEBUG o.e.hawk.epsilon.emc.EOLQueryEngine - Graph path: /tmp/junit6603769100416577569/test_workspaceCrosslinks[LevelDB GreyCat]
12:34:53.412 [main] INFO  o.e.h.c.r.CompositeStateListener - Hawk shutting down...
12:34:53.412 [main] INFO  o.e.h.c.r.CompositeStateListener - Saving Hawk metadata...
adding: pathmap://UML_LIBRARIES/:org.eclipse.hawk.uml.vcs.PredefinedUMLLibraries:false
adding: platform:/resource:org.eclipse.hawk.workspace.Workspace:false
12:34:53.414 [main] INFO  o.e.h.c.r.CompositeStateListener - Saved Hawk metadata.
12:34:53.414 [main] INFO  o.e.h.core.runtime.BaseModelIndexer - Waiting 120s for all scheduled tasks to complete
12:34:53.574 [main] INFO  o.e.hawk.greycat.lucene.SoftTxLucene - Shutdown of Lucene complete.
12:34:53.575 [main] INFO  o.e.h.g.AbstractGreycatDatabase - Disconnected from GreyCat graph at /tmp/junit6603769100416577569/test_workspaceCrosslinks[LevelDB GreyCat]
12:34:53.575 [main] INFO  o.e.h.c.r.CompositeStateListener - Hawk shut down.
Tests run: 43, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 226.642 s - in org.eclipse.hawk.greycat.tests.GreycatIntegrationTestSuite
set0[LevelDB GreyCat](org.eclipse.hawk.integration.tests.emf.CountInstancesTest)  Time elapsed: 52.048 s
tree[LevelDB GreyCat](org.eclipse.hawk.integration.tests.emf.CountInstancesTest)  Time elapsed: 0.577 s
treeWithSpaces[LevelDB GreyCat](org.eclipse.hawk.integration.tests.emf.CountInstancesTest)  Time elapsed: 0.744 s
treeCrossResourceContainment[LevelDB GreyCat](org.eclipse.hawk.integration.tests.emf.CountInstancesTest)  Time elapsed: 1.277 s
derivedEdgeCollection[LevelDB GreyCat](org.eclipse.hawk.integration.tests.emf.DerivedFeatureTest)  Time elapsed: 1.888 s
deriveThenAdd[LevelDB GreyCat](org.eclipse.hawk.integration.tests.emf.DerivedFeatureTest)  Time elapsed: 1.204 s
derivedEdgeSingle[LevelDB GreyCat](org.eclipse.hawk.integration.tests.emf.DerivedFeatureTest)  Time elapsed: 1.089 s
addThenIndex[LevelDB GreyCat](org.eclipse.hawk.integration.tests.emf.IndexedAttributeTest)  Time elapsed: 0.827 s
lookupWithIndex[LevelDB GreyCat](org.eclipse.hawk.integration.tests.emf.IndexedAttributeTest)  Time elapsed: 0.716 s
lookupWithoutIndex[LevelDB GreyCat](org.eclipse.hawk.integration.tests.emf.IndexedAttributeTest)  Time elapsed: 0.579 s
eContainersIsUpdatedRoot[LevelDB GreyCat](org.eclipse.hawk.integration.tests.emf.DerivedFromMetaPropertiesTest)  Time elapsed: 1.469 s
queryEnumValues[LevelDB GreyCat](org.eclipse.hawk.integration.tests.emf.EnumSupportTest)  Time elapsed: 0.602 s
metamodels[LevelDB GreyCat](org.eclipse.hawk.integration.tests.emf.MetamodelQueryTest)  Time elapsed: 0.579 s
elephantResolve[LevelDB GreyCat](org.eclipse.hawk.integration.tests.modelio.ModelioProxyResolutionTest)  Time elapsed: 6.125 s
zoo[LevelDB GreyCat](org.eclipse.hawk.integration.tests.modelio.ModelioProxyResolutionTest)  Time elapsed: 2.396 s
metamodel[LevelDB GreyCat](org.eclipse.hawk.integration.tests.modelio.ModelioMetamodelPopulationTest)  Time elapsed: 2.218 s
zoo[LevelDB GreyCat](org.eclipse.hawk.integration.tests.modelio.ModelioMetamodelPopulationTest)  Time elapsed: 25.684 s
bpmn[LevelDB GreyCat](org.eclipse.hawk.integration.tests.bpmn.ModelVersioningTest)  Time elapsed: 45.851 s
instanceCountsAllOf[LevelDB GreyCat](org.eclipse.hawk.integration.tests.emf.ScopedQueryTest)  Time elapsed: 0.904 s
listFiles[LevelDB GreyCat](org.eclipse.hawk.integration.tests.emf.ScopedQueryTest)  Time elapsed: 0.746 s
instanceCounts[LevelDB GreyCat](org.eclipse.hawk.integration.tests.emf.ScopedQueryTest)  Time elapsed: 0.61 s
reverseRefs[LevelDB GreyCat](org.eclipse.hawk.integration.tests.emf.ScopedQueryTest)  Time elapsed: 0.768 s
forwardRefs[LevelDB GreyCat](org.eclipse.hawk.integration.tests.emf.ScopedQueryTest)  Time elapsed: 0.775 s
allContents[LevelDB GreyCat](org.eclipse.hawk.integration.tests.emf.SubtreeContextTest)  Time elapsed: 9.619 s
subtreeTraversalScoping[LevelDB GreyCat](org.eclipse.hawk.integration.tests.emf.SubtreeContextTest)  Time elapsed: 8.328 s
getAllOf[LevelDB GreyCat](org.eclipse.hawk.integration.tests.emf.SubtreeContextTest)  Time elapsed: 8.266 s
getFiles[LevelDB GreyCat](org.eclipse.hawk.integration.tests.emf.SubtreeContextTest)  Time elapsed: 6.388 s
getAllOfCountsSubtypes[LevelDB GreyCat](org.eclipse.hawk.integration.tests.emf.SubtreeContextTest)  Time elapsed: 5.03 s
addChild[LevelDB GreyCat](org.eclipse.hawk.integration.tests.emf.TreeUpdateTest)  Time elapsed: 0.45 s
addModel[LevelDB GreyCat](org.eclipse.hawk.integration.tests.emf.TreeUpdateTest)  Time elapsed: 0.442 s
renameRoot[LevelDB GreyCat](org.eclipse.hawk.integration.tests.emf.TreeUpdateTest)  Time elapsed: 0.523 s
eContainer[LevelDB GreyCat](org.eclipse.hawk.integration.tests.emf.TreeUpdateTest)  Time elapsed: 0.481 s
removeChild[LevelDB GreyCat](org.eclipse.hawk.integration.tests.emf.TreeUpdateTest)  Time elapsed: 0.463 s
renameChild[LevelDB GreyCat](org.eclipse.hawk.integration.tests.emf.TreeUpdateTest)  Time elapsed: 0.532 s
upgradeModelProfileVersion[LevelDB GreyCat](org.eclipse.hawk.integration.tests.uml.UMLIndexingTest)  Time elapsed: 5.93 s
stereotypeAsModel[LevelDB GreyCat](org.eclipse.hawk.integration.tests.uml.UMLIndexingTest)  Time elapsed: 6.022 s
localfolderCrosslinks[LevelDB GreyCat](org.eclipse.hawk.integration.tests.uml.UMLIndexingTest)  Time elapsed: 3.779 s
zoo[LevelDB GreyCat](org.eclipse.hawk.integration.tests.uml.UMLIndexingTest)  Time elapsed: 2.972 s
indexLibraries[LevelDB GreyCat](org.eclipse.hawk.integration.tests.uml.UMLIndexingTest)  Time elapsed: 2.871 s
customProfileV4[LevelDB GreyCat](org.eclipse.hawk.integration.tests.uml.UMLIndexingTest)  Time elapsed: 3.506 s
customProfileV5[LevelDB GreyCat](org.eclipse.hawk.integration.tests.uml.UMLIndexingTest)  Time elapsed: 3.646 s
modelProfileInsideRepository[LevelDB GreyCat](org.eclipse.hawk.integration.tests.uml.UMLIndexingTest)  Time elapsed: 4.351 s
workspaceCrosslinks[LevelDB GreyCat](org.eclipse.hawk.integration.tests.uml.UMLWorkspaceIndexingTest)  Time elapsed: 3.349 s

Results:

Tests run: 129, Failures: 0, Errors: 0, Skipped: 0

[Pipeline] }
[Pipeline] // container
Post stage
[Pipeline] junit
Recording test results
[Checks API] No suitable checks publisher found.
[Pipeline] }
[Pipeline] // stage
[Pipeline] stage
[Pipeline] { (Downloads)
[Pipeline] lock
Trying to acquire lock on [download-area]
Lock acquired on [download-area]
[Pipeline] {
[Pipeline] sshagent
[ssh-agent] Using credentials genie.hawk (ssh://genie.hawk@projects-storage.eclipse.org)
[ssh-agent] Looking for ssh-agent implementation...
[ssh-agent]   Exec ssh-agent (binary ssh-agent on a remote machine)
$ ssh-agent
SSH_AUTH_SOCK=/tmp/ssh-y3zXkxBRxXRL/agent.1005
SSH_AGENT_PID=1007
Running ssh-add (command line suppressed)
Identity added: /home/jenkins/agent/workspace/Hawk_Greycat_backend_master@tmp/private_key_9488878710036024399.key (/home/jenkins/agent/workspace/Hawk_Greycat_backend_master@tmp/private_key_9488878710036024399.key)
[ssh-agent] Started.
[Pipeline] {
[Pipeline] sh
+ greycat/deploy-downloads.sh
Creating downloads for Hawk Greycat backend 2.2.0 at /home/data/httpd/download.eclipse.org/hawk/2.2.0
sending incremental file list
artifacts.jar
artifacts.xml.xz
content.jar
content.xml.xz
p2.index
features/org.eclipse.hawk.greycat.feature.source_2.2.0.202104091227.jar
features/org.eclipse.hawk.greycat.feature_2.2.0.202104091227.jar
features/org.eclipse.hawk.greycat.tests.feature.source_2.2.0.202012020014.jar
features/org.eclipse.hawk.greycat.tests.feature_2.2.0.202012020014.jar
plugins/org.eclipse.hawk.greycat.source_2.2.0.202104091227.jar
plugins/org.eclipse.hawk.greycat.tests.source_2.2.0.202011251057.jar
plugins/org.eclipse.hawk.greycat.tests_2.2.0.202011251057.jar
plugins/org.eclipse.hawk.greycat_2.2.0.202104091227.jar

sent 17.06M bytes  received 31.54K bytes  2.63M bytes/sec
total size is 24.78M  speedup is 1.45
[Pipeline] }
$ ssh-agent -k
unset SSH_AUTH_SOCK;
unset SSH_AGENT_PID;
echo Agent pid 1007 killed;
[ssh-agent] Stopped.
[Pipeline] // sshagent
[Pipeline] }
Lock released on resource [download-area]
[Pipeline] // lock
[Pipeline] }
[Pipeline] // stage
[Pipeline] stage
[Pipeline] { (Declarative: Post Actions)
[Pipeline] slackSend
Slack Send Pipeline step running, values are - baseUrl: <empty>, teamDomain: hawk-developers, channel: #ci-notifications, color: #00FF00, botUser: true, tokenCredentialId: slack-token, notifyCommitters: false, iconEmoji: <empty>, username: <empty>, timestamp: <empty>
[Pipeline] }
[Pipeline] // stage
[Pipeline] }
[Pipeline] // withEnv
[Pipeline] }
[Pipeline] // node
[Pipeline] }
[Pipeline] // podTemplate
[Pipeline] End of Pipeline
Finished: SUCCESS